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.tabDataLog = new DevExpress.XtraTab.XtraTabControl(); this.TpEventLog = new DevExpress.XtraTab.XtraTabPage(); this.layoutControl4 = new DevExpress.XtraLayout.LayoutControl(); this.BtnRefresh = new DevExpress.XtraEditors.SimpleButton(); this.GvAlarmHistory = new System.Windows.Forms.DataGridView(); this.layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem(); this.tpDataLog = new DevExpress.XtraTab.XtraTabPage(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.layoutControl3 = new DevExpress.XtraLayout.LayoutControl(); this.CbPrintID = new DevExpress.XtraEditors.ComboBoxEdit(); this.btnLogClear = new DevExpress.XtraEditors.SimpleButton(); this.meDataLog = new DevExpress.XtraEditors.MemoEdit(); this.chkPacketLog = new DevExpress.XtraEditors.CheckEdit(); this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem6 = 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.tabDataLog)).BeginInit(); this.tabDataLog.SuspendLayout(); this.TpEventLog.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.layoutControl4)).BeginInit(); this.layoutControl4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.GvAlarmHistory)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit(); this.tpDataLog.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.layoutControl3)).BeginInit(); this.layoutControl3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.CbPrintID.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.meDataLog.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chkPacketLog.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).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.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"; // // tabDataLog // this.tabDataLog.Location = new System.Drawing.Point(4, 4); this.tabDataLog.Name = "tabDataLog"; this.tabDataLog.SelectedTabPage = this.TpEventLog; this.tabDataLog.Size = new System.Drawing.Size(781, 134); this.tabDataLog.TabIndex = 4; this.tabDataLog.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.TpEventLog, this.tpDataLog}); // // TpEventLog // this.TpEventLog.Controls.Add(this.layoutControl4); this.TpEventLog.Name = "TpEventLog"; this.TpEventLog.Size = new System.Drawing.Size(779, 108); this.TpEventLog.Text = "Event"; // // layoutControl4 // this.layoutControl4.Controls.Add(this.BtnRefresh); this.layoutControl4.Controls.Add(this.GvAlarmHistory); this.layoutControl4.Dock = System.Windows.Forms.DockStyle.Fill; this.layoutControl4.Location = new System.Drawing.Point(0, 0); this.layoutControl4.Name = "layoutControl4"; this.layoutControl4.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1039, 0, 647, 400); this.layoutControl4.Root = this.layoutControlGroup3; this.layoutControl4.Size = new System.Drawing.Size(779, 108); this.layoutControl4.TabIndex = 0; this.layoutControl4.Text = "layoutControl4"; // // BtnRefresh // this.BtnRefresh.Location = new System.Drawing.Point(691, 3); this.BtnRefresh.Name = "BtnRefresh"; this.BtnRefresh.Size = new System.Drawing.Size(85, 102); this.BtnRefresh.StyleController = this.layoutControl4; this.BtnRefresh.TabIndex = 5; this.BtnRefresh.Text = "Refresh"; this.BtnRefresh.Click += new System.EventHandler(this.BtnRefresh_Click); // // GvAlarmHistory // this.GvAlarmHistory.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.GvAlarmHistory.Location = new System.Drawing.Point(3, 3); this.GvAlarmHistory.Name = "GvAlarmHistory"; this.GvAlarmHistory.RowTemplate.Height = 23; this.GvAlarmHistory.Size = new System.Drawing.Size(684, 102); this.GvAlarmHistory.TabIndex = 4; // // layoutControlGroup3 // this.layoutControlGroup3.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.layoutControlGroup3.GroupBordersVisible = false; this.layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem5, this.layoutControlItem7}); this.layoutControlGroup3.Name = "Root"; this.layoutControlGroup3.Padding = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1); this.layoutControlGroup3.Size = new System.Drawing.Size(779, 108); this.layoutControlGroup3.TextVisible = false; // // layoutControlItem5 // this.layoutControlItem5.Control = this.GvAlarmHistory; this.layoutControlItem5.Location = new System.Drawing.Point(0, 0); this.layoutControlItem5.Name = "layoutControlItem5"; this.layoutControlItem5.Size = new System.Drawing.Size(688, 106); this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem5.TextVisible = false; // // layoutControlItem7 // this.layoutControlItem7.Control = this.BtnRefresh; this.layoutControlItem7.Location = new System.Drawing.Point(688, 0); this.layoutControlItem7.MinSize = new System.Drawing.Size(89, 26); this.layoutControlItem7.Name = "layoutControlItem7"; this.layoutControlItem7.Size = new System.Drawing.Size(89, 106); this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem7.TextVisible = false; // // tpDataLog // this.tpDataLog.Controls.Add(this.panelControl1); this.tpDataLog.Name = "tpDataLog"; this.tpDataLog.Size = new System.Drawing.Size(779, 108); this.tpDataLog.Text = "Data Log"; // // panelControl1 // this.panelControl1.Controls.Add(this.layoutControl3); 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(779, 108); this.panelControl1.TabIndex = 0; // // layoutControl3 // this.layoutControl3.Controls.Add(this.CbPrintID); this.layoutControl3.Controls.Add(this.btnLogClear); this.layoutControl3.Controls.Add(this.meDataLog); this.layoutControl3.Controls.Add(this.chkPacketLog); this.layoutControl3.Dock = System.Windows.Forms.DockStyle.Fill; this.layoutControl3.Location = new System.Drawing.Point(2, 2); this.layoutControl3.Name = "layoutControl3"; this.layoutControl3.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(950, 0, 650, 400); this.layoutControl3.Root = this.Root; this.layoutControl3.Size = new System.Drawing.Size(775, 104); this.layoutControl3.TabIndex = 0; this.layoutControl3.Text = "layoutControl3"; // // CbPrintID // this.CbPrintID.EditValue = "0"; this.CbPrintID.Location = new System.Drawing.Point(696, 27); this.CbPrintID.Name = "CbPrintID"; this.CbPrintID.Properties.Appearance.Options.UseTextOptions = true; this.CbPrintID.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.CbPrintID.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.CbPrintID.Properties.Items.AddRange(new object[] { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10"}); this.CbPrintID.Size = new System.Drawing.Size(76, 20); this.CbPrintID.StyleController = this.layoutControl3; this.CbPrintID.TabIndex = 7; this.CbPrintID.SelectedValueChanged += new System.EventHandler(this.CbPrintID_SelectedValueChanged); // // btnLogClear // this.btnLogClear.Location = new System.Drawing.Point(668, 51); this.btnLogClear.Name = "btnLogClear"; this.btnLogClear.Size = new System.Drawing.Size(104, 50); this.btnLogClear.StyleController = this.layoutControl3; this.btnLogClear.TabIndex = 6; this.btnLogClear.Text = "Clear"; this.btnLogClear.Click += new System.EventHandler(this.btnLogClear_Click); // // meDataLog // this.meDataLog.Location = new System.Drawing.Point(3, 3); this.meDataLog.Name = "meDataLog"; this.meDataLog.Properties.MaxLength = 1000; this.meDataLog.Size = new System.Drawing.Size(661, 98); this.meDataLog.StyleController = this.layoutControl3; this.meDataLog.TabIndex = 4; // // chkPacketLog // this.chkPacketLog.Location = new System.Drawing.Point(668, 3); this.chkPacketLog.Name = "chkPacketLog"; this.chkPacketLog.Properties.Caption = "Packet"; this.chkPacketLog.Size = new System.Drawing.Size(104, 20); this.chkPacketLog.StyleController = this.layoutControl3; this.chkPacketLog.TabIndex = 6; // // Root // this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.Root.GroupBordersVisible = false; this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem2, this.layoutControlItem3, this.layoutControlItem4, this.layoutControlItem8}); this.Root.Name = "Root"; this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1); this.Root.Size = new System.Drawing.Size(775, 104); this.Root.TextVisible = false; // // layoutControlItem2 // this.layoutControlItem2.Control = this.meDataLog; this.layoutControlItem2.Location = new System.Drawing.Point(0, 0); this.layoutControlItem2.Name = "layoutControlItem2"; this.layoutControlItem2.Size = new System.Drawing.Size(665, 102); this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem2.TextVisible = false; // // layoutControlItem3 // this.layoutControlItem3.Control = this.btnLogClear; this.layoutControlItem3.Location = new System.Drawing.Point(665, 48); this.layoutControlItem3.MinSize = new System.Drawing.Size(37, 26); this.layoutControlItem3.Name = "layoutControlItem3"; this.layoutControlItem3.Size = new System.Drawing.Size(108, 54); this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem3.TextVisible = false; // // layoutControlItem4 // this.layoutControlItem4.Control = this.chkPacketLog; this.layoutControlItem4.Location = new System.Drawing.Point(665, 0); this.layoutControlItem4.Name = "layoutControlItem4"; this.layoutControlItem4.Size = new System.Drawing.Size(108, 24); this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem4.TextVisible = false; // // layoutControlItem8 // this.layoutControlItem8.Control = this.CbPrintID; this.layoutControlItem8.Location = new System.Drawing.Point(665, 24); this.layoutControlItem8.MinSize = new System.Drawing.Size(100, 24); this.layoutControlItem8.Name = "layoutControlItem8"; this.layoutControlItem8.Size = new System.Drawing.Size(108, 24); this.layoutControlItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem8.Text = " ID"; this.layoutControlItem8.TextSize = new System.Drawing.Size(16, 14); // // 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.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(785, 138); this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem6.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.tabDataLog)).EndInit(); this.tabDataLog.ResumeLayout(false); this.TpEventLog.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.layoutControl4)).EndInit(); this.layoutControl4.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.GvAlarmHistory)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit(); this.tpDataLog.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.layoutControl3)).EndInit(); this.layoutControl3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.CbPrintID.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.meDataLog.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chkPacketLog.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).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.XtraTab.XtraTabControl tabDataLog; private DevExpress.XtraTab.XtraTabPage tpDataLog; private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraEditors.CheckEdit chkPacketLog; private DevExpress.XtraTab.XtraTabPage TpEventLog; private DevExpress.XtraLayout.LayoutControl layoutControl3; private DevExpress.XtraEditors.MemoEdit meDataLog; private DevExpress.XtraLayout.LayoutControlGroup Root; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; private DevExpress.XtraEditors.SimpleButton btnLogClear; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; private DevExpress.XtraLayout.LayoutControl layoutControl4; private DevExpress.XtraEditors.SimpleButton BtnRefresh; private System.Windows.Forms.DataGridView GvAlarmHistory; private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup3; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7; private DevExpress.XtraEditors.ComboBoxEdit CbPrintID; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8; } }