namespace CSFrameworkV5.Library.UserControls { partial class ucCheckedListBoxEditor { /// /// 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.popupContainerControl1 = new DevExpress.XtraEditors.PopupContainerControl(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.panelControl2 = new DevExpress.XtraEditors.PanelControl(); this.lists = new DevExpress.XtraEditors.CheckedListBoxControl(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.txtNewItem = new DevExpress.XtraEditors.TextEdit(); this.btnAdd = new DevExpress.XtraEditors.SimpleButton(); this.popupEdit = new DevExpress.XtraEditors.PopupContainerEdit(); ((System.ComponentModel.ISupportInitialize)(this.popupContainerControl1)).BeginInit(); this.popupContainerControl1.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit(); this.panelControl2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.lists)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtNewItem.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.popupEdit.Properties)).BeginInit(); this.SuspendLayout(); // // popupContainerControl1 // this.popupContainerControl1.Controls.Add(this.tableLayoutPanel1); this.popupContainerControl1.Location = new System.Drawing.Point(3, 27); this.popupContainerControl1.Name = "popupContainerControl1"; this.popupContainerControl1.Size = new System.Drawing.Size(200, 172); this.popupContainerControl1.TabIndex = 0; this.popupContainerControl1.SizeChanged += new System.EventHandler(this.popupContainerControl1_SizeChanged); // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 1; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Controls.Add(this.panelControl2, 0, 1); this.tableLayoutPanel1.Controls.Add(this.panelControl1, 0, 0); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 2; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.Size = new System.Drawing.Size(200, 172); this.tableLayoutPanel1.TabIndex = 0; // // panelControl2 // this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl2.Controls.Add(this.lists); this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill; this.panelControl2.Location = new System.Drawing.Point(3, 33); this.panelControl2.Name = "panelControl2"; this.panelControl2.Size = new System.Drawing.Size(194, 136); this.panelControl2.TabIndex = 1; // // lists // this.lists.Dock = System.Windows.Forms.DockStyle.Fill; this.lists.Location = new System.Drawing.Point(0, 0); this.lists.Name = "lists"; this.lists.Size = new System.Drawing.Size(194, 136); this.lists.TabIndex = 0; this.lists.ItemCheck += new DevExpress.XtraEditors.Controls.ItemCheckEventHandler(this.lists_ItemCheck); this.lists.SelectedValueChanged += new System.EventHandler(this.lists_SelectedValueChanged); // // panelControl1 // this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl1.Controls.Add(this.txtNewItem); this.panelControl1.Controls.Add(this.btnAdd); this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.panelControl1.Location = new System.Drawing.Point(3, 3); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(194, 24); this.panelControl1.TabIndex = 0; // // txtNewItem // this.txtNewItem.Location = new System.Drawing.Point(4, 1); this.txtNewItem.Name = "txtNewItem"; this.txtNewItem.Size = new System.Drawing.Size(136, 21); this.txtNewItem.TabIndex = 1; // // btnAdd // this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnAdd.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat; this.btnAdd.Location = new System.Drawing.Point(142, 2); this.btnAdd.Name = "btnAdd"; this.btnAdd.Size = new System.Drawing.Size(48, 20); this.btnAdd.TabIndex = 0; this.btnAdd.Text = "增加"; this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click); // // popupEdit // this.popupEdit.Location = new System.Drawing.Point(0, 0); this.popupEdit.Name = "popupEdit"; this.popupEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.popupEdit.Properties.PopupControl = this.popupContainerControl1; this.popupEdit.Size = new System.Drawing.Size(210, 21); this.popupEdit.TabIndex = 2; this.popupEdit.QueryPopUp += new System.ComponentModel.CancelEventHandler(this.popupEdit_QueryPopUp); // // ucCheckedListBoxEditor // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.Controls.Add(this.popupEdit); this.Controls.Add(this.popupContainerControl1); this.Margin = new System.Windows.Forms.Padding(0); this.MaximumSize = new System.Drawing.Size(500, 21); this.MinimumSize = new System.Drawing.Size(210, 21); this.Name = "ucCheckedListBoxEditor"; this.Size = new System.Drawing.Size(210, 21); this.Load += new System.EventHandler(this.ucCheckedListBoxEditor_Load); this.SizeChanged += new System.EventHandler(this.ucCheckedListBoxEditor_SizeChanged); ((System.ComponentModel.ISupportInitialize)(this.popupContainerControl1)).EndInit(); this.popupContainerControl1.ResumeLayout(false); this.tableLayoutPanel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit(); this.panelControl2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.lists)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.txtNewItem.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.popupEdit.Properties)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.PopupContainerControl popupContainerControl1; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private DevExpress.XtraEditors.PanelControl panelControl2; private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraEditors.CheckedListBoxControl lists; private DevExpress.XtraEditors.SimpleButton btnAdd; private DevExpress.XtraEditors.TextEdit txtNewItem; private DevExpress.XtraEditors.PopupContainerEdit popupEdit; } }