namespace Lskj.PubPageModuleDetail { partial class TabPageDetail { /// /// 必需的设计器变量。 /// 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.pl_down = new System.Windows.Forms.Panel(); this.btnImport = new DevExpress.XtraEditors.SimpleButton(); this.btnExport = new DevExpress.XtraEditors.SimpleButton(); this.btnPrint = new DevExpress.XtraEditors.SimpleButton(); this.btnAdd = new DevExpress.XtraEditors.SimpleButton(); this.btnDelete = new DevExpress.XtraEditors.SimpleButton(); this.btnUpdate = new DevExpress.XtraEditors.SimpleButton(); this.btnSave = new DevExpress.XtraEditors.SimpleButton(); this.gridList = new Lskj.MyControl.GridControlEx(); this.panel2 = new System.Windows.Forms.Panel(); this.btnCondSearch = new DevExpress.XtraEditors.SimpleButton(); this.txtKey = new System.Windows.Forms.TextBox(); this.cbField = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.pl_down.SuspendLayout(); this.panel2.SuspendLayout(); this.SuspendLayout(); // // pl_down // this.pl_down.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(221)))), ((int)(((byte)(238))))); this.pl_down.Controls.Add(this.btnImport); this.pl_down.Controls.Add(this.btnExport); this.pl_down.Controls.Add(this.btnPrint); this.pl_down.Controls.Add(this.btnAdd); this.pl_down.Controls.Add(this.btnDelete); this.pl_down.Controls.Add(this.btnUpdate); this.pl_down.Controls.Add(this.btnSave); this.pl_down.Dock = System.Windows.Forms.DockStyle.Bottom; this.pl_down.Location = new System.Drawing.Point(0, 466); this.pl_down.Name = "pl_down"; this.pl_down.Size = new System.Drawing.Size(704, 36); this.pl_down.TabIndex = 1; // // btnImport // this.btnImport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnImport.Location = new System.Drawing.Point(496, 5); this.btnImport.Name = "btnImport"; this.btnImport.Size = new System.Drawing.Size(63, 26); this.btnImport.TabIndex = 7; this.btnImport.Text = "导入(&I)"; this.btnImport.Click += new System.EventHandler(this.btnImport_Click); // // btnExport // this.btnExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnExport.Location = new System.Drawing.Point(565, 5); this.btnExport.Name = "btnExport"; this.btnExport.Size = new System.Drawing.Size(63, 26); this.btnExport.TabIndex = 6; this.btnExport.Text = "导出(&E)"; this.btnExport.Click += new System.EventHandler(this.btnExport_Click); // // btnPrint // this.btnPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnPrint.Location = new System.Drawing.Point(634, 5); this.btnPrint.Name = "btnPrint"; this.btnPrint.Size = new System.Drawing.Size(63, 26); this.btnPrint.TabIndex = 5; this.btnPrint.Text = "打印(&P)"; this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click); // // btnAdd // this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnAdd.Location = new System.Drawing.Point(220, 5); this.btnAdd.Name = "btnAdd"; this.btnAdd.Size = new System.Drawing.Size(63, 26); this.btnAdd.TabIndex = 3; this.btnAdd.Text = "增加(&A)"; this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click); // // btnDelete // this.btnDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnDelete.Location = new System.Drawing.Point(289, 5); this.btnDelete.Name = "btnDelete"; this.btnDelete.Size = new System.Drawing.Size(63, 26); this.btnDelete.TabIndex = 2; this.btnDelete.Text = "删除(&D)"; this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click); // // btnUpdate // this.btnUpdate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnUpdate.Location = new System.Drawing.Point(358, 5); this.btnUpdate.Name = "btnUpdate"; this.btnUpdate.Size = new System.Drawing.Size(63, 26); this.btnUpdate.TabIndex = 1; this.btnUpdate.Text = "修改(&U)"; this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click); // // btnSave // this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnSave.Location = new System.Drawing.Point(427, 5); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(63, 26); this.btnSave.TabIndex = 0; this.btnSave.Text = "保存(&S)"; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // gridList // this.gridList.bomCaption = null; this.gridList.bomSql = null; this.gridList.ConstSql = null; this.gridList.detailEnableCond = null; this.gridList.detailEnableMsg = null; this.gridList.Dock = System.Windows.Forms.DockStyle.Fill; this.gridList.loadBom = null; this.gridList.Location = new System.Drawing.Point(0, 36); this.gridList.Name = "gridList"; this.gridList.pnlMain = null; this.gridList.RowColorCondtion = null; this.gridList.Size = new System.Drawing.Size(704, 430); this.gridList.SourceType = 0; this.gridList.Sql = null; this.gridList.sqlC = null; this.gridList.SumFieldsTable = null; this.gridList.TabIndex = 2; this.gridList.UnAllowEditChangeColor = true; // // panel2 // this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(221)))), ((int)(((byte)(238))))); this.panel2.Controls.Add(this.btnCondSearch); this.panel2.Controls.Add(this.txtKey); this.panel2.Controls.Add(this.cbField); this.panel2.Controls.Add(this.label1); this.panel2.Dock = System.Windows.Forms.DockStyle.Top; this.panel2.Location = new System.Drawing.Point(0, 0); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(704, 36); this.panel2.TabIndex = 3; this.panel2.Visible = false; // // btnCondSearch // this.btnCondSearch.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnCondSearch.Appearance.Options.UseFont = true; this.btnCondSearch.Location = new System.Drawing.Point(269, 4); this.btnCondSearch.Name = "btnCondSearch"; this.btnCondSearch.Size = new System.Drawing.Size(63, 26); this.btnCondSearch.TabIndex = 37; this.btnCondSearch.Text = "查询"; this.btnCondSearch.Click += new System.EventHandler(this.btnCondSearch_Click); // // txtKey // this.txtKey.Location = new System.Drawing.Point(136, 9); this.txtKey.Name = "txtKey"; this.txtKey.Size = new System.Drawing.Size(126, 21); this.txtKey.TabIndex = 36; // // cbField // this.cbField.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbField.FormattingEnabled = true; this.cbField.Location = new System.Drawing.Point(40, 9); this.cbField.Name = "cbField"; this.cbField.Size = new System.Drawing.Size(88, 20); this.cbField.TabIndex = 35; this.cbField.Tag = ""; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(6, 13); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(29, 12); this.label1.TabIndex = 34; this.label1.Text = "查询"; // // TabPageDetail // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.gridList); this.Controls.Add(this.panel2); this.Controls.Add(this.pl_down); this.Name = "TabPageDetail"; this.Size = new System.Drawing.Size(704, 502); this.pl_down.ResumeLayout(false); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel pl_down; private DevExpress.XtraEditors.SimpleButton btnAdd; private DevExpress.XtraEditors.SimpleButton btnDelete; private DevExpress.XtraEditors.SimpleButton btnUpdate; private DevExpress.XtraEditors.SimpleButton btnSave; private DevExpress.XtraEditors.SimpleButton btnImport; private DevExpress.XtraEditors.SimpleButton btnExport; private DevExpress.XtraEditors.SimpleButton btnPrint; public MyControl.GridControlEx gridList; private System.Windows.Forms.Panel panel2; private DevExpress.XtraEditors.SimpleButton btnCondSearch; private System.Windows.Forms.TextBox txtKey; private System.Windows.Forms.ComboBox cbField; private System.Windows.Forms.Label label1; } }