namespace HStation.WinFrmUI { partial class XhsSchemeMgrListCtrl { /// /// 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() { layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); listBoxControl1 = new DevExpress.XtraEditors.ListBoxControl(); imgCmbProjectSiteList = new DevExpress.XtraEditors.ImageComboBoxEdit(); Root = new DevExpress.XtraLayout.LayoutControlGroup(); itemForProjectSiteList = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); ((ISupportInitialize)layoutControl1).BeginInit(); layoutControl1.SuspendLayout(); ((ISupportInitialize)listBoxControl1).BeginInit(); ((ISupportInitialize)imgCmbProjectSiteList.Properties).BeginInit(); ((ISupportInitialize)Root).BeginInit(); ((ISupportInitialize)itemForProjectSiteList).BeginInit(); ((ISupportInitialize)layoutControlItem1).BeginInit(); SuspendLayout(); // // layoutControl1 // layoutControl1.Controls.Add(listBoxControl1); layoutControl1.Controls.Add(imgCmbProjectSiteList); layoutControl1.Dock = DockStyle.Fill; layoutControl1.Location = new Point(0, 0); layoutControl1.Name = "layoutControl1"; layoutControl1.Root = Root; layoutControl1.Size = new Size(257, 467); layoutControl1.TabIndex = 0; layoutControl1.Text = "layoutControl1"; // // listBoxControl1 // listBoxControl1.Location = new Point(0, 21); listBoxControl1.Name = "listBoxControl1"; listBoxControl1.Size = new Size(257, 446); listBoxControl1.StyleController = layoutControl1; listBoxControl1.TabIndex = 5; // // imgCmbProjectSiteList // imgCmbProjectSiteList.Location = new Point(0, 0); imgCmbProjectSiteList.Name = "imgCmbProjectSiteList"; imgCmbProjectSiteList.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); imgCmbProjectSiteList.Size = new Size(257, 20); imgCmbProjectSiteList.StyleController = layoutControl1; imgCmbProjectSiteList.TabIndex = 4; imgCmbProjectSiteList.SelectedIndexChanged += imgCmbProjectSiteList_SelectedIndexChanged; imgCmbProjectSiteList.SelectedValueChanged += imgCmbProjectSiteList_SelectedValueChanged; // // Root // Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; Root.GroupBordersVisible = false; Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { itemForProjectSiteList, layoutControlItem1 }); Root.Name = "Root"; Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); Root.Size = new Size(257, 467); Root.TextVisible = false; // // itemForProjectSiteList // itemForProjectSiteList.Control = imgCmbProjectSiteList; itemForProjectSiteList.Location = new Point(0, 0); itemForProjectSiteList.Name = "itemForProjectSiteList"; itemForProjectSiteList.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); itemForProjectSiteList.Size = new Size(257, 20); itemForProjectSiteList.Text = "项目站"; itemForProjectSiteList.TextSize = new Size(0, 0); itemForProjectSiteList.TextVisible = false; // // layoutControlItem1 // layoutControlItem1.Control = listBoxControl1; layoutControlItem1.Location = new Point(0, 20); layoutControlItem1.Name = "layoutControlItem1"; layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 1, 0); layoutControlItem1.Size = new Size(257, 447); layoutControlItem1.TextSize = new Size(0, 0); layoutControlItem1.TextVisible = false; // // XhsSchemeMgrListCtrl // AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(layoutControl1); Name = "XhsSchemeMgrListCtrl"; Size = new Size(257, 467); ((ISupportInitialize)layoutControl1).EndInit(); layoutControl1.ResumeLayout(false); ((ISupportInitialize)listBoxControl1).EndInit(); ((ISupportInitialize)imgCmbProjectSiteList.Properties).EndInit(); ((ISupportInitialize)Root).EndInit(); ((ISupportInitialize)itemForProjectSiteList).EndInit(); ((ISupportInitialize)layoutControlItem1).EndInit(); ResumeLayout(false); } #endregion private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraEditors.ListBoxControl listBoxControl1; private DevExpress.XtraEditors.ImageComboBoxEdit imgCmbProjectSiteList; private DevExpress.XtraLayout.LayoutControlGroup Root; private DevExpress.XtraLayout.LayoutControlItem itemForProjectSiteList; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; } }