292 lines
15 KiB
C#
292 lines
15 KiB
C#
|
|
namespace Lskj.PubControlDetail
|
|
{
|
|
partial class FrmMain
|
|
{
|
|
/// <summary>
|
|
/// 必需的设计器变量。
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// 清理所有正在使用的资源。
|
|
/// </summary>
|
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows 窗体设计器生成的代码
|
|
|
|
/// <summary>
|
|
/// 设计器支持所需的方法 - 不要修改
|
|
/// 使用代码编辑器修改此方法的内容。
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.splitMainControl = new DevExpress.XtraEditors.SplitContainerControl();
|
|
this.pl_right = new DevExpress.XtraEditors.PanelControl();
|
|
this.pl_main = new DevExpress.XtraEditors.XtraScrollableControl();
|
|
this.splitLeftControl = new DevExpress.XtraEditors.SplitContainerControl();
|
|
this.pl_mainSearch = new DevExpress.XtraEditors.PanelControl();
|
|
this.pl_search = new DevExpress.XtraEditors.PanelControl();
|
|
this.pl_top_fix_search = new DevExpress.XtraEditors.PanelControl();
|
|
this.cbField = new System.Windows.Forms.ComboBox();
|
|
this.btnFixSearch = new DevExpress.XtraEditors.SimpleButton();
|
|
this.txtFixKey = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.gcMain = new Lskj.Control.GridControlEx();
|
|
this.btnClear = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnAdd = new DevExpress.XtraEditors.SimpleButton();
|
|
this.pl_buttom = new DevExpress.XtraEditors.PanelControl();
|
|
this.gcBottom = new Lskj.Control.GridControlEx();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitMainControl)).BeginInit();
|
|
this.splitMainControl.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_right)).BeginInit();
|
|
this.pl_right.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitLeftControl)).BeginInit();
|
|
this.splitLeftControl.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_mainSearch)).BeginInit();
|
|
this.pl_mainSearch.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_search)).BeginInit();
|
|
this.pl_search.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_top_fix_search)).BeginInit();
|
|
this.pl_top_fix_search.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_buttom)).BeginInit();
|
|
this.pl_buttom.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// splitMainControl
|
|
//
|
|
this.splitMainControl.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitMainControl.Location = new System.Drawing.Point(0, 0);
|
|
this.splitMainControl.Margin = new System.Windows.Forms.Padding(2);
|
|
this.splitMainControl.Name = "splitMainControl";
|
|
this.splitMainControl.Panel1.Controls.Add(this.splitLeftControl);
|
|
this.splitMainControl.Panel1.Text = "Panel1";
|
|
this.splitMainControl.Panel2.Controls.Add(this.pl_right);
|
|
this.splitMainControl.Panel2.Controls.Add(this.pl_buttom);
|
|
this.splitMainControl.Panel2.Text = "Panel2";
|
|
this.splitMainControl.Size = new System.Drawing.Size(974, 565);
|
|
this.splitMainControl.SplitterPosition = 500;
|
|
this.splitMainControl.TabIndex = 2;
|
|
//
|
|
// pl_right
|
|
//
|
|
this.pl_right.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
|
|
this.pl_right.Controls.Add(this.pl_main);
|
|
this.pl_right.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.pl_right.Location = new System.Drawing.Point(0, 0);
|
|
this.pl_right.Name = "pl_right";
|
|
this.pl_right.Size = new System.Drawing.Size(469, 529);
|
|
this.pl_right.TabIndex = 16;
|
|
//
|
|
// pl_main
|
|
//
|
|
this.pl_main.Appearance.BackColor = System.Drawing.Color.Transparent;
|
|
this.pl_main.Appearance.Options.UseBackColor = true;
|
|
this.pl_main.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.pl_main.Location = new System.Drawing.Point(2, 2);
|
|
this.pl_main.Name = "pl_main";
|
|
this.pl_main.Size = new System.Drawing.Size(465, 525);
|
|
this.pl_main.TabIndex = 13;
|
|
//
|
|
// splitLeftControl
|
|
//
|
|
this.splitLeftControl.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitLeftControl.Horizontal = false;
|
|
this.splitLeftControl.Location = new System.Drawing.Point(0, 0);
|
|
this.splitLeftControl.Margin = new System.Windows.Forms.Padding(2);
|
|
this.splitLeftControl.Name = "splitLeftControl";
|
|
this.splitLeftControl.Panel1.Controls.Add(this.gcMain);
|
|
this.splitLeftControl.Panel1.Controls.Add(this.pl_mainSearch);
|
|
this.splitLeftControl.Panel1.Text = "Panel1";
|
|
this.splitLeftControl.Panel2.Controls.Add(this.gcBottom);
|
|
this.splitLeftControl.Panel2.Text = "Panel2";
|
|
this.splitLeftControl.Size = new System.Drawing.Size(500, 565);
|
|
this.splitLeftControl.SplitterPosition = 301;
|
|
this.splitLeftControl.TabIndex = 3;
|
|
//
|
|
// pl_mainSearch
|
|
//
|
|
this.pl_mainSearch.Appearance.BackColor = System.Drawing.Color.Transparent;
|
|
this.pl_mainSearch.Appearance.Options.UseBackColor = true;
|
|
this.pl_mainSearch.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.pl_mainSearch.Controls.Add(this.pl_search);
|
|
this.pl_mainSearch.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.pl_mainSearch.Location = new System.Drawing.Point(0, 0);
|
|
this.pl_mainSearch.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.pl_mainSearch.Name = "pl_mainSearch";
|
|
this.pl_mainSearch.Size = new System.Drawing.Size(500, 33);
|
|
this.pl_mainSearch.TabIndex = 14;
|
|
//
|
|
// pl_search
|
|
//
|
|
this.pl_search.Appearance.BackColor = System.Drawing.Color.Transparent;
|
|
this.pl_search.Appearance.Options.UseBackColor = true;
|
|
this.pl_search.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.pl_search.Controls.Add(this.pl_top_fix_search);
|
|
this.pl_search.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.pl_search.Location = new System.Drawing.Point(0, 0);
|
|
this.pl_search.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.pl_search.Name = "pl_search";
|
|
this.pl_search.Size = new System.Drawing.Size(442, 33);
|
|
this.pl_search.TabIndex = 14;
|
|
//
|
|
// pl_top_fix_search
|
|
//
|
|
this.pl_top_fix_search.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.pl_top_fix_search.Controls.Add(this.cbField);
|
|
this.pl_top_fix_search.Controls.Add(this.btnFixSearch);
|
|
this.pl_top_fix_search.Controls.Add(this.txtFixKey);
|
|
this.pl_top_fix_search.Controls.Add(this.label1);
|
|
this.pl_top_fix_search.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.pl_top_fix_search.Location = new System.Drawing.Point(0, 0);
|
|
this.pl_top_fix_search.Name = "pl_top_fix_search";
|
|
this.pl_top_fix_search.Size = new System.Drawing.Size(391, 33);
|
|
this.pl_top_fix_search.TabIndex = 10;
|
|
//
|
|
// cbField
|
|
//
|
|
this.cbField.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cbField.FormattingEnabled = true;
|
|
this.cbField.Location = new System.Drawing.Point(38, 6);
|
|
this.cbField.Name = "cbField";
|
|
this.cbField.Size = new System.Drawing.Size(107, 22);
|
|
this.cbField.TabIndex = 1;
|
|
this.cbField.Tag = "";
|
|
//
|
|
// 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(307, 4);
|
|
this.btnFixSearch.Name = "btnFixSearch";
|
|
this.btnFixSearch.Size = new System.Drawing.Size(63, 24);
|
|
this.btnFixSearch.TabIndex = 33;
|
|
this.btnFixSearch.Text = "查询(&Q)";
|
|
//
|
|
// txtFixKey
|
|
//
|
|
this.txtFixKey.Location = new System.Drawing.Point(149, 6);
|
|
this.txtFixKey.Name = "txtFixKey";
|
|
this.txtFixKey.Size = new System.Drawing.Size(154, 22);
|
|
this.txtFixKey.TabIndex = 32;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(7, 10);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(31, 14);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "查询";
|
|
//
|
|
// gcMain
|
|
//
|
|
this.gcMain.AdapterObj = null;
|
|
this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.gcMain.Location = new System.Drawing.Point(0, 33);
|
|
this.gcMain.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.gcMain.Name = "gcMain";
|
|
this.gcMain.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
|
|
this.gcMain.Size = new System.Drawing.Size(500, 268);
|
|
this.gcMain.TabIndex = 15;
|
|
//
|
|
// btnClear
|
|
//
|
|
this.btnClear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnClear.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnClear.Appearance.Options.UseFont = true;
|
|
this.btnClear.Location = new System.Drawing.Point(305, 5);
|
|
this.btnClear.Name = "btnClear";
|
|
this.btnClear.Size = new System.Drawing.Size(72, 26);
|
|
this.btnClear.TabIndex = 38;
|
|
this.btnClear.Text = "清理(&C)";
|
|
//
|
|
// btnAdd
|
|
//
|
|
this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
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(383, 4);
|
|
this.btnAdd.Name = "btnAdd";
|
|
this.btnAdd.Size = new System.Drawing.Size(80, 28);
|
|
this.btnAdd.TabIndex = 39;
|
|
this.btnAdd.TabStop = false;
|
|
this.btnAdd.Text = "添加保存(&A)";
|
|
//
|
|
// pl_buttom
|
|
//
|
|
this.pl_buttom.Controls.Add(this.btnAdd);
|
|
this.pl_buttom.Controls.Add(this.btnClear);
|
|
this.pl_buttom.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.pl_buttom.Location = new System.Drawing.Point(0, 529);
|
|
this.pl_buttom.Name = "pl_buttom";
|
|
this.pl_buttom.Size = new System.Drawing.Size(469, 36);
|
|
this.pl_buttom.TabIndex = 15;
|
|
//
|
|
// gcBottom
|
|
//
|
|
this.gcBottom.AdapterObj = null;
|
|
this.gcBottom.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.gcBottom.Location = new System.Drawing.Point(0, 0);
|
|
this.gcBottom.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.gcBottom.Name = "gcBottom";
|
|
this.gcBottom.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
|
|
this.gcBottom.Size = new System.Drawing.Size(500, 259);
|
|
this.gcBottom.TabIndex = 16;
|
|
//
|
|
// FrmMain
|
|
//
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
this.ClientSize = new System.Drawing.Size(974, 565);
|
|
this.Controls.Add(this.splitMainControl);
|
|
this.Name = "FrmMain";
|
|
this.Text = "FrmMain";
|
|
((System.ComponentModel.ISupportInitialize)(this.splitMainControl)).EndInit();
|
|
this.splitMainControl.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_right)).EndInit();
|
|
this.pl_right.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitLeftControl)).EndInit();
|
|
this.splitLeftControl.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_mainSearch)).EndInit();
|
|
this.pl_mainSearch.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_search)).EndInit();
|
|
this.pl_search.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_top_fix_search)).EndInit();
|
|
this.pl_top_fix_search.ResumeLayout(false);
|
|
this.pl_top_fix_search.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_buttom)).EndInit();
|
|
this.pl_buttom.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.SplitContainerControl splitMainControl;
|
|
private DevExpress.XtraEditors.XtraScrollableControl pl_main;
|
|
private DevExpress.XtraEditors.PanelControl pl_right;
|
|
private DevExpress.XtraEditors.SplitContainerControl splitLeftControl;
|
|
private Control.GridControlEx gcMain;
|
|
private DevExpress.XtraEditors.PanelControl pl_mainSearch;
|
|
private DevExpress.XtraEditors.PanelControl pl_search;
|
|
private DevExpress.XtraEditors.PanelControl pl_top_fix_search;
|
|
private System.Windows.Forms.ComboBox cbField;
|
|
private DevExpress.XtraEditors.SimpleButton btnFixSearch;
|
|
private System.Windows.Forms.TextBox txtFixKey;
|
|
private System.Windows.Forms.Label label1;
|
|
private DevExpress.XtraEditors.PanelControl pl_buttom;
|
|
private DevExpress.XtraEditors.SimpleButton btnAdd;
|
|
private DevExpress.XtraEditors.SimpleButton btnClear;
|
|
private Control.GridControlEx gcBottom;
|
|
}
|
|
}
|
|
|