511 lines
26 KiB
C#
511 lines
26 KiB
C#
namespace Lskj.PubModuleDetailInfo
|
|
{
|
|
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.components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMain));
|
|
this.plLeft = new System.Windows.Forms.Panel();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.gridLeft = new Lskj.MyControl.GridControlEx();
|
|
this.tvLeft = new Lskj.MyControl.TreeViewEx();
|
|
this.pl_right_where = new System.Windows.Forms.Panel();
|
|
this.cmsGrid = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.splitterControl1 = new DevExpress.XtraEditors.SplitterControl();
|
|
this.panel6 = new System.Windows.Forms.Panel();
|
|
this.btnSave = new DevExpress.XtraEditors.SimpleButton();
|
|
this.BtnDel = new DevExpress.XtraEditors.SimpleButton();
|
|
this.BtnAdd = new DevExpress.XtraEditors.SimpleButton();
|
|
this.pl_search = new System.Windows.Forms.Panel();
|
|
this.pnlFunc = new System.Windows.Forms.Panel();
|
|
this.ddbPrint = new DevExpress.XtraEditors.DropDownButton();
|
|
this.pm_print = new DevExpress.XtraBars.PopupMenu(this.components);
|
|
this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
|
|
this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
|
|
this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
|
|
this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
|
|
this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
|
|
this.ddbOper = new DevExpress.XtraEditors.DropDownButton();
|
|
this.pm_oper = new DevExpress.XtraBars.PopupMenu(this.components);
|
|
this.btnCondSearch_1 = 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.gcMain = new Lskj.MyControl.GridControlEx();
|
|
this.splitterControl2 = new DevExpress.XtraEditors.SplitterControl();
|
|
this.plBottomMain = new System.Windows.Forms.Panel();
|
|
this.tabBottomMain = new DevExpress.XtraTab.XtraTabControl();
|
|
this.plTopMain = new System.Windows.Forms.Panel();
|
|
this.splitterControl3 = new DevExpress.XtraEditors.SplitterControl();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.plLeft.SuspendLayout();
|
|
this.panel1.SuspendLayout();
|
|
this.panel6.SuspendLayout();
|
|
this.pl_search.SuspendLayout();
|
|
this.pnlFunc.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pm_print)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pm_oper)).BeginInit();
|
|
this.plBottomMain.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.tabBottomMain)).BeginInit();
|
|
this.plTopMain.SuspendLayout();
|
|
this.panel2.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// plLeft
|
|
//
|
|
this.plLeft.Controls.Add(this.panel1);
|
|
this.plLeft.Controls.Add(this.tvLeft);
|
|
this.plLeft.Controls.Add(this.pl_right_where);
|
|
this.plLeft.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.plLeft.Location = new System.Drawing.Point(0, 0);
|
|
this.plLeft.Name = "plLeft";
|
|
this.plLeft.Size = new System.Drawing.Size(208, 730);
|
|
this.plLeft.TabIndex = 2;
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.panel1.Controls.Add(this.gridLeft);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel1.Location = new System.Drawing.Point(0, 37);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(208, 693);
|
|
this.panel1.TabIndex = 3;
|
|
this.panel1.Resize += new System.EventHandler(this.panel1_Resize);
|
|
//
|
|
// gridLeft
|
|
//
|
|
this.gridLeft.bomCaption = null;
|
|
this.gridLeft.bomSql = null;
|
|
this.gridLeft.ConstSql = null;
|
|
this.gridLeft.detailEnableCond = null;
|
|
this.gridLeft.detailEnableMsg = null;
|
|
this.gridLeft.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.gridLeft.loadBom = null;
|
|
this.gridLeft.Location = new System.Drawing.Point(0, 0);
|
|
this.gridLeft.Name = "gridLeft";
|
|
this.gridLeft.pnlMain = null;
|
|
this.gridLeft.RowColorCondtion = null;
|
|
this.gridLeft.Size = new System.Drawing.Size(208, 693);
|
|
this.gridLeft.SourceType = 0;
|
|
this.gridLeft.Sql = null;
|
|
this.gridLeft.sqlC = null;
|
|
this.gridLeft.SumFieldsTable = null;
|
|
this.gridLeft.TabIndex = 0;
|
|
this.gridLeft.UnAllowEditChangeColor = false;
|
|
//
|
|
// tvLeft
|
|
//
|
|
this.tvLeft.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tvLeft.Location = new System.Drawing.Point(0, 37);
|
|
this.tvLeft.MyAfterSelect = null;
|
|
this.tvLeft.Name = "tvLeft";
|
|
this.tvLeft.Size = new System.Drawing.Size(208, 693);
|
|
this.tvLeft.TabIndex = 3;
|
|
//
|
|
// pl_right_where
|
|
//
|
|
this.pl_right_where.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.pl_right_where.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.pl_right_where.Location = new System.Drawing.Point(0, 0);
|
|
this.pl_right_where.Name = "pl_right_where";
|
|
this.pl_right_where.Size = new System.Drawing.Size(208, 37);
|
|
this.pl_right_where.TabIndex = 2;
|
|
//
|
|
// cmsGrid
|
|
//
|
|
this.cmsGrid.Name = "cmsGrid";
|
|
this.cmsGrid.Size = new System.Drawing.Size(61, 4);
|
|
this.cmsGrid.Opening += new System.ComponentModel.CancelEventHandler(this.cmsGrid_Opening);
|
|
//
|
|
// splitterControl1
|
|
//
|
|
this.splitterControl1.Location = new System.Drawing.Point(208, 0);
|
|
this.splitterControl1.Name = "splitterControl1";
|
|
this.splitterControl1.Size = new System.Drawing.Size(6, 730);
|
|
this.splitterControl1.TabIndex = 8;
|
|
this.splitterControl1.TabStop = false;
|
|
//
|
|
// panel6
|
|
//
|
|
this.panel6.BackColor = System.Drawing.SystemColors.Control;
|
|
this.panel6.Controls.Add(this.btnSave);
|
|
this.panel6.Controls.Add(this.BtnDel);
|
|
this.panel6.Controls.Add(this.BtnAdd);
|
|
this.panel6.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.panel6.Location = new System.Drawing.Point(0, 568);
|
|
this.panel6.Name = "panel6";
|
|
this.panel6.Size = new System.Drawing.Size(980, 36);
|
|
this.panel6.TabIndex = 1;
|
|
//
|
|
// btnSave
|
|
//
|
|
this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnSave.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnSave.Appearance.Options.UseFont = true;
|
|
this.btnSave.Location = new System.Drawing.Point(911, 5);
|
|
this.btnSave.Name = "btnSave";
|
|
this.btnSave.Size = new System.Drawing.Size(63, 26);
|
|
this.btnSave.TabIndex = 37;
|
|
this.btnSave.Text = "保存(&S)";
|
|
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
|
|
//
|
|
// BtnDel
|
|
//
|
|
this.BtnDel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.BtnDel.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.BtnDel.Appearance.Options.UseFont = true;
|
|
this.BtnDel.Location = new System.Drawing.Point(842, 5);
|
|
this.BtnDel.Name = "BtnDel";
|
|
this.BtnDel.Size = new System.Drawing.Size(63, 26);
|
|
this.BtnDel.TabIndex = 36;
|
|
this.BtnDel.Text = "删除(&D)";
|
|
this.BtnDel.Click += new System.EventHandler(this.BtnDel_Click);
|
|
//
|
|
// 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(773, 5);
|
|
this.BtnAdd.Name = "BtnAdd";
|
|
this.BtnAdd.Size = new System.Drawing.Size(63, 26);
|
|
this.BtnAdd.TabIndex = 35;
|
|
this.BtnAdd.Text = "增加(&A)";
|
|
this.BtnAdd.Visible = false;
|
|
this.BtnAdd.Click += new System.EventHandler(this.BtnAdd_Click);
|
|
//
|
|
// pl_search
|
|
//
|
|
this.pl_search.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(221)))), ((int)(((byte)(238)))));
|
|
this.pl_search.Controls.Add(this.pnlFunc);
|
|
this.pl_search.Controls.Add(this.btnCondSearch_1);
|
|
this.pl_search.Controls.Add(this.txtKey);
|
|
this.pl_search.Controls.Add(this.cbField);
|
|
this.pl_search.Controls.Add(this.label1);
|
|
this.pl_search.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.pl_search.Location = new System.Drawing.Point(0, 0);
|
|
this.pl_search.Name = "pl_search";
|
|
this.pl_search.Size = new System.Drawing.Size(980, 36);
|
|
this.pl_search.TabIndex = 0;
|
|
//
|
|
// pnlFunc
|
|
//
|
|
this.pnlFunc.Controls.Add(this.ddbPrint);
|
|
this.pnlFunc.Controls.Add(this.ddbOper);
|
|
this.pnlFunc.Controls.Add(this.barDockControlLeft);
|
|
this.pnlFunc.Controls.Add(this.barDockControlRight);
|
|
this.pnlFunc.Controls.Add(this.barDockControlBottom);
|
|
this.pnlFunc.Controls.Add(this.barDockControlTop);
|
|
this.pnlFunc.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.pnlFunc.Location = new System.Drawing.Point(816, 0);
|
|
this.pnlFunc.Name = "pnlFunc";
|
|
this.pnlFunc.Padding = new System.Windows.Forms.Padding(4);
|
|
this.pnlFunc.Size = new System.Drawing.Size(164, 36);
|
|
this.pnlFunc.TabIndex = 34;
|
|
//
|
|
// ddbPrint
|
|
//
|
|
this.ddbPrint.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.ddbPrint.Appearance.Options.UseFont = true;
|
|
this.ddbPrint.DropDownArrowStyle = DevExpress.XtraEditors.DropDownArrowStyle.Show;
|
|
this.ddbPrint.DropDownControl = this.pm_print;
|
|
this.ddbPrint.Location = new System.Drawing.Point(83, 4);
|
|
this.ddbPrint.Name = "ddbPrint";
|
|
this.ddbPrint.Size = new System.Drawing.Size(75, 24);
|
|
this.ddbPrint.TabIndex = 12;
|
|
this.ddbPrint.Text = "常用打印";
|
|
//
|
|
// pm_print
|
|
//
|
|
this.pm_print.Manager = this.barManager1;
|
|
this.pm_print.Name = "pm_print";
|
|
//
|
|
// barManager1
|
|
//
|
|
this.barManager1.DockControls.Add(this.barDockControlTop);
|
|
this.barManager1.DockControls.Add(this.barDockControlBottom);
|
|
this.barManager1.DockControls.Add(this.barDockControlLeft);
|
|
this.barManager1.DockControls.Add(this.barDockControlRight);
|
|
this.barManager1.Form = this;
|
|
this.barManager1.MaxItemId = 0;
|
|
//
|
|
// barDockControlTop
|
|
//
|
|
this.barDockControlTop.CausesValidation = true;
|
|
this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.barDockControlTop.Location = new System.Drawing.Point(4, 4);
|
|
this.barDockControlTop.Size = new System.Drawing.Size(156, 0);
|
|
//
|
|
// barDockControlBottom
|
|
//
|
|
this.barDockControlBottom.CausesValidation = true;
|
|
this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.barDockControlBottom.Location = new System.Drawing.Point(4, 32);
|
|
this.barDockControlBottom.Size = new System.Drawing.Size(156, 0);
|
|
//
|
|
// barDockControlLeft
|
|
//
|
|
this.barDockControlLeft.CausesValidation = true;
|
|
this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.barDockControlLeft.Location = new System.Drawing.Point(4, 4);
|
|
this.barDockControlLeft.Size = new System.Drawing.Size(0, 28);
|
|
//
|
|
// barDockControlRight
|
|
//
|
|
this.barDockControlRight.CausesValidation = true;
|
|
this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.barDockControlRight.Location = new System.Drawing.Point(160, 4);
|
|
this.barDockControlRight.Size = new System.Drawing.Size(0, 28);
|
|
//
|
|
// ddbOper
|
|
//
|
|
this.ddbOper.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.ddbOper.Appearance.Options.UseFont = true;
|
|
this.ddbOper.DropDownArrowStyle = DevExpress.XtraEditors.DropDownArrowStyle.Show;
|
|
this.ddbOper.DropDownControl = this.pm_oper;
|
|
this.ddbOper.Location = new System.Drawing.Point(5, 4);
|
|
this.ddbOper.Name = "ddbOper";
|
|
this.ddbOper.Size = new System.Drawing.Size(75, 24);
|
|
this.ddbOper.TabIndex = 13;
|
|
this.ddbOper.Text = "常用操作";
|
|
//
|
|
// pm_oper
|
|
//
|
|
this.pm_oper.Manager = this.barManager1;
|
|
this.pm_oper.Name = "pm_oper";
|
|
//
|
|
// btnCondSearch_1
|
|
//
|
|
this.btnCondSearch_1.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnCondSearch_1.Appearance.Options.UseFont = true;
|
|
this.btnCondSearch_1.Location = new System.Drawing.Point(245, 5);
|
|
this.btnCondSearch_1.Name = "btnCondSearch_1";
|
|
this.btnCondSearch_1.Size = new System.Drawing.Size(63, 24);
|
|
this.btnCondSearch_1.TabIndex = 33;
|
|
this.btnCondSearch_1.Text = "查询(&Q)";
|
|
this.btnCondSearch_1.Visible = false;
|
|
this.btnCondSearch_1.Click += new System.EventHandler(this.btnSearch_Click);
|
|
//
|
|
// txtKey
|
|
//
|
|
this.txtKey.Location = new System.Drawing.Point(128, 7);
|
|
this.txtKey.Name = "txtKey";
|
|
this.txtKey.Size = new System.Drawing.Size(110, 21);
|
|
this.txtKey.TabIndex = 32;
|
|
this.txtKey.Visible = false;
|
|
this.txtKey.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtKey_KeyDown);
|
|
//
|
|
// cbField
|
|
//
|
|
this.cbField.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cbField.FormattingEnabled = true;
|
|
this.cbField.Location = new System.Drawing.Point(39, 7);
|
|
this.cbField.Name = "cbField";
|
|
this.cbField.Size = new System.Drawing.Size(81, 20);
|
|
this.cbField.TabIndex = 1;
|
|
this.cbField.Tag = "";
|
|
this.cbField.Visible = false;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(8, 11);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(29, 12);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "查询";
|
|
this.label1.Visible = false;
|
|
//
|
|
// gcMain
|
|
//
|
|
this.gcMain.bomCaption = null;
|
|
this.gcMain.bomSql = null;
|
|
this.gcMain.ConstSql = null;
|
|
this.gcMain.detailEnableCond = null;
|
|
this.gcMain.detailEnableMsg = null;
|
|
this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.gcMain.loadBom = null;
|
|
this.gcMain.Location = new System.Drawing.Point(0, 36);
|
|
this.gcMain.Name = "gcMain";
|
|
this.gcMain.pnlMain = null;
|
|
this.gcMain.RowColorCondtion = null;
|
|
this.gcMain.Size = new System.Drawing.Size(980, 532);
|
|
this.gcMain.SourceType = 0;
|
|
this.gcMain.Sql = null;
|
|
this.gcMain.sqlC = null;
|
|
this.gcMain.SumFieldsTable = null;
|
|
this.gcMain.TabIndex = 2;
|
|
this.gcMain.UnAllowEditChangeColor = true;
|
|
//
|
|
// splitterControl2
|
|
//
|
|
this.splitterControl2.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.splitterControl2.Location = new System.Drawing.Point(1194, 0);
|
|
this.splitterControl2.Name = "splitterControl2";
|
|
this.splitterControl2.Size = new System.Drawing.Size(6, 730);
|
|
this.splitterControl2.TabIndex = 10;
|
|
this.splitterControl2.TabStop = false;
|
|
//
|
|
// plBottomMain
|
|
//
|
|
this.plBottomMain.Controls.Add(this.tabBottomMain);
|
|
this.plBottomMain.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.plBottomMain.Location = new System.Drawing.Point(214, 610);
|
|
this.plBottomMain.Name = "plBottomMain";
|
|
this.plBottomMain.Size = new System.Drawing.Size(980, 120);
|
|
this.plBottomMain.TabIndex = 12;
|
|
//
|
|
// tabBottomMain
|
|
//
|
|
this.tabBottomMain.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(221)))), ((int)(((byte)(238)))));
|
|
this.tabBottomMain.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.tabBottomMain.Appearance.Options.UseBackColor = true;
|
|
this.tabBottomMain.Appearance.Options.UseFont = true;
|
|
this.tabBottomMain.AppearancePage.Header.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.tabBottomMain.AppearancePage.Header.Options.UseFont = true;
|
|
this.tabBottomMain.AppearancePage.HeaderActive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.tabBottomMain.AppearancePage.HeaderActive.ForeColor = System.Drawing.Color.Blue;
|
|
this.tabBottomMain.AppearancePage.HeaderActive.Options.UseFont = true;
|
|
this.tabBottomMain.AppearancePage.HeaderActive.Options.UseForeColor = true;
|
|
this.tabBottomMain.AppearancePage.PageClient.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.tabBottomMain.AppearancePage.PageClient.Options.UseFont = true;
|
|
this.tabBottomMain.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.tabBottomMain.BorderStylePage = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.tabBottomMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tabBottomMain.Location = new System.Drawing.Point(0, 0);
|
|
this.tabBottomMain.LookAndFeel.SkinName = "Office 2013 Light Gray";
|
|
this.tabBottomMain.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.tabBottomMain.Name = "tabBottomMain";
|
|
this.tabBottomMain.Size = new System.Drawing.Size(980, 120);
|
|
this.tabBottomMain.TabIndex = 3;
|
|
//
|
|
// plTopMain
|
|
//
|
|
this.plTopMain.Controls.Add(this.gcMain);
|
|
this.plTopMain.Controls.Add(this.panel6);
|
|
this.plTopMain.Controls.Add(this.pl_search);
|
|
this.plTopMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.plTopMain.Location = new System.Drawing.Point(0, 0);
|
|
this.plTopMain.Name = "plTopMain";
|
|
this.plTopMain.Size = new System.Drawing.Size(980, 604);
|
|
this.plTopMain.TabIndex = 13;
|
|
//
|
|
// splitterControl3
|
|
//
|
|
this.splitterControl3.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.splitterControl3.Location = new System.Drawing.Point(214, 604);
|
|
this.splitterControl3.Name = "splitterControl3";
|
|
this.splitterControl3.Size = new System.Drawing.Size(980, 6);
|
|
this.splitterControl3.TabIndex = 14;
|
|
this.splitterControl3.TabStop = false;
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.Controls.Add(this.plTopMain);
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel2.Location = new System.Drawing.Point(214, 0);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(980, 604);
|
|
this.panel2.TabIndex = 15;
|
|
//
|
|
// FrmMain
|
|
//
|
|
this.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.Appearance.Options.UseFont = true;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.ClientSize = new System.Drawing.Size(1200, 730);
|
|
this.Controls.Add(this.panel2);
|
|
this.Controls.Add(this.splitterControl3);
|
|
this.Controls.Add(this.plBottomMain);
|
|
this.Controls.Add(this.splitterControl2);
|
|
this.Controls.Add(this.splitterControl1);
|
|
this.Controls.Add(this.plLeft);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.KeyPreview = true;
|
|
this.LookAndFeel.SkinName = "Office 2010 Blue";
|
|
this.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
|
|
this.Name = "FrmMain";
|
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
|
this.Load += new System.EventHandler(this.FrmGridTree_Load);
|
|
this.plLeft.ResumeLayout(false);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel6.ResumeLayout(false);
|
|
this.pl_search.ResumeLayout(false);
|
|
this.pl_search.PerformLayout();
|
|
this.pnlFunc.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pm_print)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pm_oper)).EndInit();
|
|
this.plBottomMain.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.tabBottomMain)).EndInit();
|
|
this.plTopMain.ResumeLayout(false);
|
|
this.panel2.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel plLeft;
|
|
private System.Windows.Forms.ContextMenuStrip cmsGrid;
|
|
private DevExpress.XtraEditors.SplitterControl splitterControl1;
|
|
private System.Windows.Forms.Panel panel6;
|
|
public System.Windows.Forms.Panel pl_search;
|
|
private System.Windows.Forms.ComboBox cbField;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.TextBox txtKey;
|
|
private DevExpress.XtraEditors.SimpleButton btnCondSearch_1;
|
|
private DevExpress.XtraEditors.SimpleButton BtnAdd;
|
|
private DevExpress.XtraEditors.SimpleButton btnSave;
|
|
private DevExpress.XtraEditors.SimpleButton BtnDel;
|
|
private MyControl.GridControlEx gcMain;
|
|
private System.Windows.Forms.Panel pl_right_where;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private DevExpress.XtraEditors.SplitterControl splitterControl2;
|
|
private MyControl.TreeViewEx tvLeft;
|
|
private System.Windows.Forms.Panel plBottomMain;
|
|
private System.Windows.Forms.Panel plTopMain;
|
|
private DevExpress.XtraTab.XtraTabControl tabBottomMain;
|
|
private DevExpress.XtraEditors.SplitterControl splitterControl3;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private MyControl.GridControlEx gridLeft;
|
|
private System.Windows.Forms.Panel pnlFunc;
|
|
private DevExpress.XtraEditors.DropDownButton ddbPrint;
|
|
private DevExpress.XtraEditors.DropDownButton ddbOper;
|
|
private DevExpress.XtraBars.BarDockControl barDockControlTop;
|
|
private DevExpress.XtraBars.BarDockControl barDockControlBottom;
|
|
private DevExpress.XtraBars.BarDockControl barDockControlLeft;
|
|
private DevExpress.XtraBars.BarDockControl barDockControlRight;
|
|
private DevExpress.XtraBars.PopupMenu pm_print;
|
|
private DevExpress.XtraBars.BarManager barManager1;
|
|
private DevExpress.XtraBars.PopupMenu pm_oper;
|
|
}
|
|
}
|