namespace Lskj.PubModuleDynamic { partial class FrmMain { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.splitMain = new DevExpress.XtraEditors.SplitContainerControl(); this.modulePanel = new DevExpress.XtraEditors.PanelControl(); this.label1 = new System.Windows.Forms.Label(); this.txtFixKey = new System.Windows.Forms.TextBox(); this.btnFixSearch = new DevExpress.XtraEditors.SimpleButton(); this.cbField = new System.Windows.Forms.ComboBox(); this.pl_top_search = new DevExpress.XtraEditors.PanelControl(); this.gridLeft = new Lskj.Control.GridControlEx(); ((System.ComponentModel.ISupportInitialize)(this.splitMain)).BeginInit(); this.splitMain.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.modulePanel)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pl_top_search)).BeginInit(); this.pl_top_search.SuspendLayout(); this.SuspendLayout(); // // splitMain // this.splitMain.Dock = System.Windows.Forms.DockStyle.Fill; this.splitMain.Location = new System.Drawing.Point(0, 0); this.splitMain.Name = "splitMain"; this.splitMain.Panel1.AutoScroll = true; this.splitMain.Panel1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple; this.splitMain.Panel1.Controls.Add(this.gridLeft); this.splitMain.Panel1.Controls.Add(this.pl_top_search); this.splitMain.Panel1.Text = "Panel1"; this.splitMain.Panel2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple; this.splitMain.Panel2.Controls.Add(this.modulePanel); this.splitMain.Panel2.Text = "Panel2"; this.splitMain.Size = new System.Drawing.Size(1271, 540); this.splitMain.SplitterPosition = 396; this.splitMain.TabIndex = 1; // // modulePanel // this.modulePanel.Appearance.BackColor = System.Drawing.Color.White; this.modulePanel.Appearance.Options.UseBackColor = true; this.modulePanel.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.modulePanel.Dock = System.Windows.Forms.DockStyle.Fill; this.modulePanel.Location = new System.Drawing.Point(0, 0); this.modulePanel.Name = "modulePanel"; this.modulePanel.Size = new System.Drawing.Size(866, 536); this.modulePanel.TabIndex = 11; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(14, 11); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(31, 14); this.label1.TabIndex = 34; this.label1.Text = "查询"; // // txtFixKey // this.txtFixKey.Location = new System.Drawing.Point(156, 7); this.txtFixKey.Name = "txtFixKey"; this.txtFixKey.Size = new System.Drawing.Size(154, 22); this.txtFixKey.TabIndex = 36; // // btnFixSearch // this.btnFixSearch.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnFixSearch.Appearance.Options.UseFont = true; this.btnFixSearch.Location = new System.Drawing.Point(314, 5); this.btnFixSearch.Name = "btnFixSearch"; this.btnFixSearch.Size = new System.Drawing.Size(63, 24); this.btnFixSearch.TabIndex = 37; this.btnFixSearch.Text = "查询(&Q)"; // // cbField // this.cbField.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbField.FormattingEnabled = true; this.cbField.Location = new System.Drawing.Point(45, 7); this.cbField.Name = "cbField"; this.cbField.Size = new System.Drawing.Size(107, 22); this.cbField.TabIndex = 35; this.cbField.Tag = ""; // // pl_top_search // this.pl_top_search.Appearance.BackColor = System.Drawing.Color.Transparent; this.pl_top_search.Appearance.Options.UseBackColor = true; this.pl_top_search.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.pl_top_search.Controls.Add(this.cbField); this.pl_top_search.Controls.Add(this.btnFixSearch); this.pl_top_search.Controls.Add(this.txtFixKey); this.pl_top_search.Controls.Add(this.label1); this.pl_top_search.Dock = System.Windows.Forms.DockStyle.Top; this.pl_top_search.Location = new System.Drawing.Point(0, 0); this.pl_top_search.Name = "pl_top_search"; this.pl_top_search.Size = new System.Drawing.Size(392, 34); this.pl_top_search.TabIndex = 9; // // gridLeft // this.gridLeft.AdapterObj = null; this.gridLeft.Dock = System.Windows.Forms.DockStyle.Fill; this.gridLeft.Location = new System.Drawing.Point(0, 34); this.gridLeft.Margin = new System.Windows.Forms.Padding(5); this.gridLeft.Name = "gridLeft"; this.gridLeft.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum; this.gridLeft.Size = new System.Drawing.Size(392, 502); this.gridLeft.TabIndex = 13; // // FrmMain // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(1271, 540); this.Controls.Add(this.splitMain); this.Name = "FrmMain"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "FrmMain"; ((System.ComponentModel.ISupportInitialize)(this.splitMain)).EndInit(); this.splitMain.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.modulePanel)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pl_top_search)).EndInit(); this.pl_top_search.ResumeLayout(false); this.pl_top_search.PerformLayout(); this.ResumeLayout(false); } #endregion public DevExpress.XtraEditors.SplitContainerControl splitMain; private DevExpress.XtraEditors.PanelControl modulePanel; private Control.GridControlEx gridLeft; private DevExpress.XtraEditors.PanelControl pl_top_search; private System.Windows.Forms.ComboBox cbField; private DevExpress.XtraEditors.SimpleButton btnFixSearch; private System.Windows.Forms.TextBox txtFixKey; private System.Windows.Forms.Label label1; } }