namespace LFP_Manager.Controls { partial class ucEventLog { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); this.gcLogging = new DevExpress.XtraEditors.GroupControl(); this.layoutControl2 = new DevExpress.XtraLayout.LayoutControl(); this.cbPacketLog = new DevExpress.XtraEditors.CheckEdit(); this.btnLogClear = new DevExpress.XtraEditors.SimpleButton(); this.tabDataLog = new DevExpress.XtraTab.XtraTabControl(); this.tpDataLog = new DevExpress.XtraTab.XtraTabPage(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.meDataLog = new DevExpress.XtraEditors.MemoEdit(); this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem14 = new DevExpress.XtraLayout.LayoutControlItem(); this.lcCheckEdit = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); this.layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gcLogging)).BeginInit(); this.gcLogging.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).BeginInit(); this.layoutControl2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.cbPacketLog.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tabDataLog)).BeginInit(); this.tabDataLog.SuspendLayout(); this.tpDataLog.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.meDataLog.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lcCheckEdit)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); this.SuspendLayout(); // // layoutControl1 // this.layoutControl1.AllowCustomization = false; this.layoutControl1.Controls.Add(this.gcLogging); this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.layoutControl1.Location = new System.Drawing.Point(0, 0); this.layoutControl1.Name = "layoutControl1"; this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(302, 140, 250, 350); this.layoutControl1.Root = this.layoutControlGroup1; this.layoutControl1.Size = new System.Drawing.Size(799, 173); this.layoutControl1.TabIndex = 0; this.layoutControl1.Text = "layoutControl1"; // // gcLogging // this.gcLogging.Controls.Add(this.layoutControl2); this.gcLogging.Location = new System.Drawing.Point(3, 3); this.gcLogging.Name = "gcLogging"; this.gcLogging.Size = new System.Drawing.Size(793, 167); this.gcLogging.TabIndex = 6; this.gcLogging.Text = "Event"; // // layoutControl2 // this.layoutControl2.AllowCustomization = false; this.layoutControl2.Controls.Add(this.cbPacketLog); this.layoutControl2.Controls.Add(this.btnLogClear); this.layoutControl2.Controls.Add(this.tabDataLog); this.layoutControl2.Dock = System.Windows.Forms.DockStyle.Fill; this.layoutControl2.Location = new System.Drawing.Point(2, 23); this.layoutControl2.Name = "layoutControl2"; this.layoutControl2.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1234, 235, 250, 350); this.layoutControl2.Root = this.layoutControlGroup2; this.layoutControl2.Size = new System.Drawing.Size(789, 142); this.layoutControl2.TabIndex = 0; this.layoutControl2.Text = "layoutControl2"; // // cbPacketLog // this.cbPacketLog.Location = new System.Drawing.Point(702, 4); this.cbPacketLog.Name = "cbPacketLog"; this.cbPacketLog.Properties.Caption = "Packet"; this.cbPacketLog.Size = new System.Drawing.Size(83, 20); this.cbPacketLog.StyleController = this.layoutControl2; this.cbPacketLog.TabIndex = 6; // // btnLogClear // this.btnLogClear.Location = new System.Drawing.Point(702, 28); this.btnLogClear.Name = "btnLogClear"; this.btnLogClear.Size = new System.Drawing.Size(83, 110); this.btnLogClear.StyleController = this.layoutControl2; this.btnLogClear.TabIndex = 5; this.btnLogClear.Text = "Clear"; this.btnLogClear.Click += new System.EventHandler(this.btnLogClear_Click); // // tabDataLog // this.tabDataLog.Location = new System.Drawing.Point(4, 4); this.tabDataLog.Name = "tabDataLog"; this.tabDataLog.SelectedTabPage = this.tpDataLog; this.tabDataLog.Size = new System.Drawing.Size(694, 134); this.tabDataLog.TabIndex = 4; this.tabDataLog.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.tpDataLog}); // // tpDataLog // this.tpDataLog.Controls.Add(this.panelControl1); this.tpDataLog.Name = "tpDataLog"; this.tpDataLog.Size = new System.Drawing.Size(692, 108); this.tpDataLog.Text = "Data Log"; // // panelControl1 // this.panelControl1.Controls.Add(this.meDataLog); this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.panelControl1.Location = new System.Drawing.Point(0, 0); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(692, 108); this.panelControl1.TabIndex = 0; // // meDataLog // this.meDataLog.Dock = System.Windows.Forms.DockStyle.Fill; this.meDataLog.Location = new System.Drawing.Point(2, 2); this.meDataLog.Name = "meDataLog"; this.meDataLog.Properties.MaxLength = 1000; this.meDataLog.Size = new System.Drawing.Size(688, 104); this.meDataLog.TabIndex = 0; // // layoutControlGroup2 // this.layoutControlGroup2.CustomizationFormText = "layoutControlGroup2"; this.layoutControlGroup2.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.layoutControlGroup2.GroupBordersVisible = false; this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem6, this.layoutControlItem14, this.lcCheckEdit}); this.layoutControlGroup2.Name = "layoutControlGroup2"; this.layoutControlGroup2.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2); this.layoutControlGroup2.Size = new System.Drawing.Size(789, 142); this.layoutControlGroup2.TextVisible = false; // // layoutControlItem6 // this.layoutControlItem6.Control = this.tabDataLog; this.layoutControlItem6.CustomizationFormText = "layoutControlItem6"; this.layoutControlItem6.Location = new System.Drawing.Point(0, 0); this.layoutControlItem6.MinSize = new System.Drawing.Size(104, 24); this.layoutControlItem6.Name = "layoutControlItem6"; this.layoutControlItem6.Size = new System.Drawing.Size(698, 138); this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem6.TextVisible = false; // // layoutControlItem14 // this.layoutControlItem14.Control = this.btnLogClear; this.layoutControlItem14.CustomizationFormText = "layoutControlItem14"; this.layoutControlItem14.Location = new System.Drawing.Point(698, 24); this.layoutControlItem14.MinSize = new System.Drawing.Size(60, 26); this.layoutControlItem14.Name = "layoutControlItem14"; this.layoutControlItem14.Size = new System.Drawing.Size(87, 114); this.layoutControlItem14.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem14.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem14.TextVisible = false; // // lcCheckEdit // this.lcCheckEdit.Control = this.cbPacketLog; this.lcCheckEdit.CustomizationFormText = "lcCheckEdit"; this.lcCheckEdit.Location = new System.Drawing.Point(698, 0); this.lcCheckEdit.MinSize = new System.Drawing.Size(87, 23); this.lcCheckEdit.Name = "lcCheckEdit"; this.lcCheckEdit.Size = new System.Drawing.Size(87, 24); this.lcCheckEdit.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.lcCheckEdit.TextSize = new System.Drawing.Size(0, 0); this.lcCheckEdit.TextVisible = false; // // layoutControlGroup1 // this.layoutControlGroup1.CustomizationFormText = "layoutControlGroup1"; this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.layoutControlGroup1.GroupBordersVisible = false; this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem1}); this.layoutControlGroup1.Name = "layoutControlGroup1"; this.layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1); this.layoutControlGroup1.Size = new System.Drawing.Size(799, 173); this.layoutControlGroup1.TextVisible = false; // // layoutControlItem1 // this.layoutControlItem1.Control = this.gcLogging; this.layoutControlItem1.CustomizationFormText = "layoutControlItem1"; this.layoutControlItem1.Location = new System.Drawing.Point(0, 0); this.layoutControlItem1.Name = "layoutControlItem1"; this.layoutControlItem1.Size = new System.Drawing.Size(797, 171); this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem1.TextVisible = false; // // ucEventLog // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.layoutControl1); this.Name = "ucEventLog"; this.Size = new System.Drawing.Size(799, 173); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); this.layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gcLogging)).EndInit(); this.gcLogging.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).EndInit(); this.layoutControl2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.cbPacketLog.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tabDataLog)).EndInit(); this.tabDataLog.ResumeLayout(false); this.tpDataLog.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.meDataLog.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lcCheckEdit)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1; private DevExpress.XtraEditors.GroupControl gcLogging; private DevExpress.XtraLayout.LayoutControl layoutControl2; private DevExpress.XtraEditors.SimpleButton btnLogClear; private DevExpress.XtraTab.XtraTabControl tabDataLog; private DevExpress.XtraTab.XtraTabPage tpDataLog; private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraEditors.MemoEdit meDataLog; private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem14; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraEditors.CheckEdit cbPacketLog; private DevExpress.XtraLayout.LayoutControlItem lcCheckEdit; } }