namespace Lskj.Control { partial class PubTableLTookUp { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.panel1 = new System.Windows.Forms.Panel(); this.pl_main = new DevExpress.XtraEditors.PanelControl(); this.btnAdd = new DevExpress.XtraEditors.SimpleButton(); this.pl_bottom = new DevExpress.XtraEditors.PanelControl(); this.gcMain = new Lskj.Control.GridControlEx(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pl_main)).BeginInit(); this.pl_main.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pl_bottom)).BeginInit(); this.pl_bottom.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.gcMain); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(368, 270); this.panel1.TabIndex = 5; // // pl_main // this.pl_main.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.pl_main.Controls.Add(this.panel1); this.pl_main.Dock = System.Windows.Forms.DockStyle.Fill; this.pl_main.Location = new System.Drawing.Point(0, 0); this.pl_main.Name = "pl_main"; this.pl_main.Size = new System.Drawing.Size(368, 270); this.pl_main.TabIndex = 5; // // btnAdd // this.btnAdd.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnAdd.Appearance.Options.UseFont = true; this.btnAdd.Location = new System.Drawing.Point(4, 4); this.btnAdd.Name = "btnAdd"; this.btnAdd.Size = new System.Drawing.Size(80, 28); this.btnAdd.TabIndex = 15; this.btnAdd.TabStop = false; this.btnAdd.Text = "添加"; // // pl_bottom // this.pl_bottom.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.pl_bottom.Controls.Add(this.btnAdd); this.pl_bottom.Dock = System.Windows.Forms.DockStyle.Bottom; this.pl_bottom.Location = new System.Drawing.Point(0, 270); this.pl_bottom.Name = "pl_bottom"; this.pl_bottom.Size = new System.Drawing.Size(368, 36); this.pl_bottom.TabIndex = 4; this.pl_bottom.Visible = false; // // gcMain // this.gcMain.AdapterObj = null; this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill; this.gcMain.Location = new System.Drawing.Point(0, 0); this.gcMain.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); this.gcMain.Name = "gcMain"; this.gcMain.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum; this.gcMain.Size = new System.Drawing.Size(368, 270); this.gcMain.TabIndex = 1; // // PubTableLTookUp // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.pl_main); this.Controls.Add(this.pl_bottom); this.Name = "PubTableLTookUp"; this.Size = new System.Drawing.Size(368, 306); this.panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pl_main)).EndInit(); this.pl_main.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pl_bottom)).EndInit(); this.pl_bottom.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private DevExpress.XtraEditors.PanelControl pl_main; private DevExpress.XtraEditors.SimpleButton btnAdd; private DevExpress.XtraEditors.PanelControl pl_bottom; private GridControlEx gcMain; } }