SVN-Revision: r282
This commit is contained in:
cyf
2025-02-25 01:54:47 +00:00
parent 90e6885779
commit 645ed54877
7 changed files with 594 additions and 408 deletions
+201 -173
View File
@@ -29,98 +29,59 @@ namespace Lskj.Control
/// </summary>
private void InitializeComponent()
{
this.pl_buttom = new DevExpress.XtraEditors.PanelControl();
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
this.ddb_print = new DevExpress.XtraEditors.DropDownButton();
this.pm_print = new DevExpress.XtraBars.PopupMenu();
this.barManager1 = new DevExpress.XtraBars.BarManager();
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.btnClear = new DevExpress.XtraEditors.SimpleButton();
this.btnCopyNew = new DevExpress.XtraEditors.SimpleButton();
this.btnAttach = new DevExpress.XtraEditors.SimpleButton();
this.btnUpdate = new DevExpress.XtraEditors.SimpleButton();
this.ddb_common = new DevExpress.XtraEditors.DropDownButton();
this.pm_common = new DevExpress.XtraBars.PopupMenu();
this.btnApply = new DevExpress.XtraEditors.SimpleButton();
this.btnAdd = new DevExpress.XtraEditors.SimpleButton();
this.btnClose = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
this.pm_oper = new DevExpress.XtraBars.PopupMenu();
this.pl_main_top = new DevExpress.XtraEditors.PanelControl();
this.lteOper = new Lskj.Control.LabelTextEdit();
this.lteSpeciesName = new Lskj.Control.LabelTextEdit();
this.lteSpeciesNo = new Lskj.Control.LabelTextEdit();
this.panel1 = new System.Windows.Forms.Panel();
this.scc_container = new DevExpress.XtraEditors.SplitContainerControl();
this.panel_Main = new System.Windows.Forms.Panel();
this.xtraScrollableControl1 = new DevExpress.XtraEditors.XtraScrollableControl();
this.pl_main = new DevExpress.XtraEditors.XtraScrollableControl();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.BtnMesSave = new DevExpress.XtraEditors.SimpleButton();
this.BtnMesClose = new DevExpress.XtraEditors.SimpleButton();
((System.ComponentModel.ISupportInitialize)(this.pl_buttom)).BeginInit();
this.pl_buttom.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
this.panelControl2.SuspendLayout();
this.pl_buttom = new DevExpress.XtraEditors.PanelControl();
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
this.ddb_print = new DevExpress.XtraEditors.DropDownButton();
this.btnClear = new DevExpress.XtraEditors.SimpleButton();
this.btnCopyNew = new DevExpress.XtraEditors.SimpleButton();
this.btnAttach = new DevExpress.XtraEditors.SimpleButton();
this.btnUpdate = new DevExpress.XtraEditors.SimpleButton();
this.ddb_common = new DevExpress.XtraEditors.DropDownButton();
this.btnApply = new DevExpress.XtraEditors.SimpleButton();
this.btnAdd = new DevExpress.XtraEditors.SimpleButton();
this.btnClose = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
this.pl_main_top = new DevExpress.XtraEditors.PanelControl();
this.lteOper = new Lskj.Control.LabelTextEdit();
this.lteSpeciesName = new Lskj.Control.LabelTextEdit();
this.lteSpeciesNo = new Lskj.Control.LabelTextEdit();
this.tcButtom = new Lskj.Control.TabControlEx();
((System.ComponentModel.ISupportInitialize)(this.pm_print)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pm_common)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pm_oper)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pl_main_top)).BeginInit();
this.pl_main_top.SuspendLayout();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.scc_container)).BeginInit();
this.scc_container.SuspendLayout();
this.panel_Main.SuspendLayout();
this.xtraScrollableControl1.SuspendLayout();
this.pl_main.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pl_buttom)).BeginInit();
this.pl_buttom.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
this.panelControl2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pl_main_top)).BeginInit();
this.pl_main_top.SuspendLayout();
this.SuspendLayout();
//
// pl_buttom
//
this.pl_buttom.Appearance.BackColor = System.Drawing.Color.Transparent;
this.pl_buttom.Appearance.Options.UseBackColor = true;
this.pl_buttom.Controls.Add(this.panelControl2);
this.pl_buttom.Controls.Add(this.simpleButton1);
this.pl_buttom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pl_buttom.Location = new System.Drawing.Point(0, 515);
this.pl_buttom.Name = "pl_buttom";
this.pl_buttom.Padding = new System.Windows.Forms.Padding(5);
this.pl_buttom.Size = new System.Drawing.Size(910, 42);
this.pl_buttom.TabIndex = 0;
//
// panelControl2
//
this.panelControl2.Appearance.BackColor = System.Drawing.Color.Transparent;
this.panelControl2.Appearance.Options.UseBackColor = true;
this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl2.Controls.Add(this.ddb_print);
this.panelControl2.Controls.Add(this.btnClear);
this.panelControl2.Controls.Add(this.btnCopyNew);
this.panelControl2.Controls.Add(this.btnAttach);
this.panelControl2.Controls.Add(this.btnUpdate);
this.panelControl2.Controls.Add(this.ddb_common);
this.panelControl2.Controls.Add(this.btnApply);
this.panelControl2.Controls.Add(this.btnAdd);
this.panelControl2.Controls.Add(this.btnClose);
this.panelControl2.Dock = System.Windows.Forms.DockStyle.Right;
this.panelControl2.Location = new System.Drawing.Point(81, 7);
this.panelControl2.Name = "panelControl2";
this.panelControl2.Padding = new System.Windows.Forms.Padding(5);
this.panelControl2.Size = new System.Drawing.Size(822, 28);
this.panelControl2.TabIndex = 19;
//
// ddb_print
//
this.ddb_print.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ddb_print.Appearance.Options.UseFont = true;
this.ddb_print.DropDownArrowStyle = DevExpress.XtraEditors.DropDownArrowStyle.Hide;
this.ddb_print.DropDownControl = this.pm_print;
this.ddb_print.Location = new System.Drawing.Point(571, 0);
this.ddb_print.Name = "ddb_print";
this.ddb_print.Size = new System.Drawing.Size(80, 28);
this.ddb_print.TabIndex = 7;
this.ddb_print.Text = "常用打印";
this.ddb_print.Visible = false;
//
// pm_print
//
this.pm_print.Manager = this.barManager1;
@@ -163,6 +124,156 @@ namespace Lskj.Control
this.barDockControlRight.Location = new System.Drawing.Point(910, 0);
this.barDockControlRight.Size = new System.Drawing.Size(0, 557);
//
// pm_common
//
this.pm_common.Manager = this.barManager1;
this.pm_common.Name = "pm_common";
//
// pm_oper
//
this.pm_oper.Manager = this.barManager1;
this.pm_oper.Name = "pm_oper";
//
// panel1
//
this.panel1.Controls.Add(this.scc_container);
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(910, 557);
this.panel1.TabIndex = 18;
//
// scc_container
//
this.scc_container.CollapsePanel = DevExpress.XtraEditors.SplitCollapsePanel.Panel2;
this.scc_container.Dock = System.Windows.Forms.DockStyle.Fill;
this.scc_container.Horizontal = false;
this.scc_container.Location = new System.Drawing.Point(0, 0);
this.scc_container.Name = "scc_container";
this.scc_container.Panel1.AutoScroll = true;
this.scc_container.Panel1.Controls.Add(this.panel_Main);
this.scc_container.Panel1.Text = "Panel1";
this.scc_container.Panel2.Controls.Add(this.tcButtom);
this.scc_container.Panel2.Text = "Panel2";
this.scc_container.Size = new System.Drawing.Size(910, 557);
this.scc_container.SplitterPosition = 546;
this.scc_container.TabIndex = 18;
//
// panel_Main
//
this.panel_Main.Controls.Add(this.xtraScrollableControl1);
this.panel_Main.Controls.Add(this.pl_buttom);
this.panel_Main.Controls.Add(this.pl_main_top);
this.panel_Main.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel_Main.Location = new System.Drawing.Point(0, 0);
this.panel_Main.Name = "panel_Main";
this.panel_Main.Size = new System.Drawing.Size(910, 546);
this.panel_Main.TabIndex = 17;
//
// xtraScrollableControl1
//
this.xtraScrollableControl1.AutoScroll = false;
this.xtraScrollableControl1.Controls.Add(this.pl_main);
this.xtraScrollableControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.xtraScrollableControl1.Location = new System.Drawing.Point(0, 37);
this.xtraScrollableControl1.Name = "xtraScrollableControl1";
this.xtraScrollableControl1.Size = new System.Drawing.Size(910, 467);
this.xtraScrollableControl1.TabIndex = 16;
//
// pl_main
//
this.pl_main.Controls.Add(this.panelControl1);
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(910, 467);
this.pl_main.TabIndex = 0;
//
// panelControl1
//
this.panelControl1.Appearance.BackColor = System.Drawing.Color.Transparent;
this.panelControl1.Appearance.Options.UseBackColor = true;
this.panelControl1.Controls.Add(this.BtnMesSave);
this.panelControl1.Controls.Add(this.BtnMesClose);
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panelControl1.Location = new System.Drawing.Point(0, 404);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Padding = new System.Windows.Forms.Padding(5);
this.panelControl1.Size = new System.Drawing.Size(910, 63);
this.panelControl1.TabIndex = 1;
this.panelControl1.Visible = false;
//
// BtnMesSave
//
this.BtnMesSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.BtnMesSave.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F);
this.BtnMesSave.Appearance.Options.UseFont = true;
this.BtnMesSave.Location = new System.Drawing.Point(697, 8);
this.BtnMesSave.Name = "BtnMesSave";
this.BtnMesSave.Size = new System.Drawing.Size(99, 49);
this.BtnMesSave.TabIndex = 18;
this.BtnMesSave.TabStop = false;
this.BtnMesSave.Text = "保 存";
//
// BtnMesClose
//
this.BtnMesClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.BtnMesClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F);
this.BtnMesClose.Appearance.Options.UseFont = true;
this.BtnMesClose.Location = new System.Drawing.Point(802, 8);
this.BtnMesClose.Name = "BtnMesClose";
this.BtnMesClose.Size = new System.Drawing.Size(99, 49);
this.BtnMesClose.TabIndex = 17;
this.BtnMesClose.TabStop = false;
this.BtnMesClose.Text = "关 闭";
//
// pl_buttom
//
this.pl_buttom.Appearance.BackColor = System.Drawing.Color.Transparent;
this.pl_buttom.Appearance.Options.UseBackColor = true;
this.pl_buttom.Controls.Add(this.panelControl2);
this.pl_buttom.Controls.Add(this.simpleButton1);
this.pl_buttom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pl_buttom.Location = new System.Drawing.Point(0, 504);
this.pl_buttom.Name = "pl_buttom";
this.pl_buttom.Padding = new System.Windows.Forms.Padding(5);
this.pl_buttom.Size = new System.Drawing.Size(910, 42);
this.pl_buttom.TabIndex = 5;
//
// panelControl2
//
this.panelControl2.Appearance.BackColor = System.Drawing.Color.Transparent;
this.panelControl2.Appearance.Options.UseBackColor = true;
this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl2.Controls.Add(this.ddb_print);
this.panelControl2.Controls.Add(this.btnClear);
this.panelControl2.Controls.Add(this.btnCopyNew);
this.panelControl2.Controls.Add(this.btnAttach);
this.panelControl2.Controls.Add(this.btnUpdate);
this.panelControl2.Controls.Add(this.ddb_common);
this.panelControl2.Controls.Add(this.btnApply);
this.panelControl2.Controls.Add(this.btnAdd);
this.panelControl2.Controls.Add(this.btnClose);
this.panelControl2.Dock = System.Windows.Forms.DockStyle.Right;
this.panelControl2.Location = new System.Drawing.Point(81, 7);
this.panelControl2.Name = "panelControl2";
this.panelControl2.Padding = new System.Windows.Forms.Padding(5);
this.panelControl2.Size = new System.Drawing.Size(822, 28);
this.panelControl2.TabIndex = 19;
//
// ddb_print
//
this.ddb_print.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ddb_print.Appearance.Options.UseFont = true;
this.ddb_print.DropDownArrowStyle = DevExpress.XtraEditors.DropDownArrowStyle.Hide;
this.ddb_print.DropDownControl = this.pm_print;
this.ddb_print.Location = new System.Drawing.Point(571, 0);
this.ddb_print.Name = "ddb_print";
this.ddb_print.Size = new System.Drawing.Size(80, 28);
this.ddb_print.TabIndex = 7;
this.ddb_print.Text = "常用打印";
this.ddb_print.Visible = false;
//
// btnClear
//
this.btnClear.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
@@ -173,7 +284,6 @@ namespace Lskj.Control
this.btnClear.TabIndex = 1;
this.btnClear.TabStop = false;
this.btnClear.Text = "清除页面";
this.btnClear.Click += new System.EventHandler(this.OnBtnClearClick);
//
// btnCopyNew
//
@@ -185,7 +295,6 @@ namespace Lskj.Control
this.btnCopyNew.TabIndex = 2;
this.btnCopyNew.TabStop = false;
this.btnCopyNew.Text = "复制新增";
this.btnCopyNew.Click += new System.EventHandler(this.OnBtnCopyNewClick);
//
// btnAttach
//
@@ -197,7 +306,6 @@ namespace Lskj.Control
this.btnAttach.TabIndex = 6;
this.btnAttach.TabStop = false;
this.btnAttach.Text = "附件管理(&F)";
this.btnAttach.Click += new System.EventHandler(this.OnBtnAttachClick);
//
// btnUpdate
//
@@ -209,7 +317,6 @@ namespace Lskj.Control
this.btnUpdate.TabIndex = 4;
this.btnUpdate.TabStop = false;
this.btnUpdate.Text = "修改保存(&E)";
this.btnUpdate.Click += new System.EventHandler(this.OnUpdateClick);
//
// ddb_common
//
@@ -224,11 +331,6 @@ namespace Lskj.Control
this.ddb_common.Text = "常用工具";
this.ddb_common.Visible = false;
//
// pm_common
//
this.pm_common.Manager = this.barManager1;
this.pm_common.Name = "pm_common";
//
// btnApply
//
this.btnApply.Location = new System.Drawing.Point(407, 0);
@@ -236,7 +338,6 @@ namespace Lskj.Control
this.btnApply.Size = new System.Drawing.Size(80, 28);
this.btnApply.TabIndex = 5;
this.btnApply.Text = "提交审核(&R)";
this.btnApply.Click += new System.EventHandler(this.OnApplyClick);
//
// btnAdd
//
@@ -248,7 +349,6 @@ namespace Lskj.Control
this.btnAdd.TabIndex = 3;
this.btnAdd.TabStop = false;
this.btnAdd.Text = "添加保存(&A)";
this.btnAdd.Click += new System.EventHandler(this.OnAddClick);
//
// btnClose
//
@@ -260,7 +360,6 @@ namespace Lskj.Control
this.btnClose.TabIndex = 10;
this.btnClose.TabStop = false;
this.btnClose.Text = "退出(&C)";
this.btnClose.Click += new System.EventHandler(this.OnCloseClick);
//
// simpleButton1
//
@@ -272,12 +371,6 @@ namespace Lskj.Control
this.simpleButton1.TabIndex = 8;
this.simpleButton1.TabStop = false;
this.simpleButton1.Text = "帮助文档";
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
//
// pm_oper
//
this.pm_oper.Manager = this.barManager1;
this.pm_oper.Name = "pm_oper";
//
// pl_main_top
//
@@ -290,7 +383,7 @@ namespace Lskj.Control
this.pl_main_top.Location = new System.Drawing.Point(0, 0);
this.pl_main_top.Name = "pl_main_top";
this.pl_main_top.Size = new System.Drawing.Size(910, 37);
this.pl_main_top.TabIndex = 3;
this.pl_main_top.TabIndex = 4;
//
// lteOper
//
@@ -340,105 +433,49 @@ namespace Lskj.Control
this.lteSpeciesNo.Size = new System.Drawing.Size(164, 21);
this.lteSpeciesNo.TabIndex = 0;
//
// xtraScrollableControl1
// tcButtom
//
this.xtraScrollableControl1.AutoScroll = false;
this.xtraScrollableControl1.Controls.Add(this.pl_main);
this.xtraScrollableControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.xtraScrollableControl1.Location = new System.Drawing.Point(0, 37);
this.xtraScrollableControl1.Name = "xtraScrollableControl1";
this.xtraScrollableControl1.Size = new System.Drawing.Size(910, 478);
this.xtraScrollableControl1.TabIndex = 11;
//
// pl_main
//
this.pl_main.Controls.Add(this.panelControl1);
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(910, 478);
this.pl_main.TabIndex = 0;
//
// panelControl1
//
this.panelControl1.Appearance.BackColor = System.Drawing.Color.Transparent;
this.panelControl1.Appearance.Options.UseBackColor = true;
this.panelControl1.Controls.Add(this.BtnMesSave);
this.panelControl1.Controls.Add(this.BtnMesClose);
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panelControl1.Location = new System.Drawing.Point(0, 415);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Padding = new System.Windows.Forms.Padding(5);
this.panelControl1.Size = new System.Drawing.Size(910, 63);
this.panelControl1.TabIndex = 1;
this.panelControl1.Visible = false;
//
// BtnMesSave
//
this.BtnMesSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.BtnMesSave.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F);
this.BtnMesSave.Appearance.Options.UseFont = true;
this.BtnMesSave.Location = new System.Drawing.Point(697, 8);
this.BtnMesSave.Name = "BtnMesSave";
this.BtnMesSave.Size = new System.Drawing.Size(99, 49);
this.BtnMesSave.TabIndex = 18;
this.BtnMesSave.TabStop = false;
this.BtnMesSave.Text = "保 存";
this.BtnMesSave.Click += new System.EventHandler(this.OnMesSaveClick);
//
// BtnMesClose
//
this.BtnMesClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.BtnMesClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F);
this.BtnMesClose.Appearance.Options.UseFont = true;
this.BtnMesClose.Location = new System.Drawing.Point(802, 8);
this.BtnMesClose.Name = "BtnMesClose";
this.BtnMesClose.Size = new System.Drawing.Size(99, 49);
this.BtnMesClose.TabIndex = 17;
this.BtnMesClose.TabStop = false;
this.BtnMesClose.Text = "关 闭";
this.BtnMesClose.Click += new System.EventHandler(this.OnBtnMesCloseClick);
this.tcButtom.Dock = System.Windows.Forms.DockStyle.Fill;
this.tcButtom.Location = new System.Drawing.Point(0, 0);
this.tcButtom.Name = "tcButtom";
this.tcButtom.Size = new System.Drawing.Size(910, 6);
this.tcButtom.TabIndex = 0;
//
// ModulePanelEx
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.BackColor = System.Drawing.Color.Transparent;
this.Controls.Add(this.xtraScrollableControl1);
this.Controls.Add(this.pl_main_top);
this.Controls.Add(this.pl_buttom);
this.Controls.Add(this.panel1);
this.Controls.Add(this.barDockControlLeft);
this.Controls.Add(this.barDockControlRight);
this.Controls.Add(this.barDockControlBottom);
this.Controls.Add(this.barDockControlTop);
this.Name = "ModulePanelEx";
this.Size = new System.Drawing.Size(910, 557);
((System.ComponentModel.ISupportInitialize)(this.pl_buttom)).EndInit();
this.pl_buttom.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
this.panelControl2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pm_print)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pm_common)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pm_oper)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pl_main_top)).EndInit();
this.pl_main_top.ResumeLayout(false);
this.panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.scc_container)).EndInit();
this.scc_container.ResumeLayout(false);
this.panel_Main.ResumeLayout(false);
this.xtraScrollableControl1.ResumeLayout(false);
this.pl_main.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pl_buttom)).EndInit();
this.pl_buttom.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
this.panelControl2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pl_main_top)).EndInit();
this.pl_main_top.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraEditors.PanelControl pl_buttom;
private DevExpress.XtraEditors.SimpleButton btnAdd;
private DevExpress.XtraEditors.SimpleButton btnUpdate;
private DevExpress.XtraEditors.SimpleButton btnApply;
private DevExpress.XtraEditors.SimpleButton btnClose;
private DevExpress.XtraEditors.DropDownButton ddb_print;
private DevExpress.XtraBars.PopupMenu pm_oper;
private DevExpress.XtraBars.BarManager barManager1;
private DevExpress.XtraBars.BarDockControl barDockControlTop;
@@ -446,21 +483,12 @@ namespace Lskj.Control
private DevExpress.XtraBars.BarDockControl barDockControlLeft;
private DevExpress.XtraBars.BarDockControl barDockControlRight;
private DevExpress.XtraBars.PopupMenu pm_print;
private DevExpress.XtraEditors.PanelControl pl_main_top;
private Control.LabelTextEdit lteOper;
private Control.LabelTextEdit lteSpeciesName;
private Control.LabelTextEdit lteSpeciesNo;
private DevExpress.XtraEditors.DropDownButton ddb_common;
private DevExpress.XtraBars.PopupMenu pm_common;
private System.Windows.Forms.Panel panel1;
public DevExpress.XtraEditors.SplitContainerControl scc_container;
private System.Windows.Forms.Panel panel_Main;
private DevExpress.XtraEditors.XtraScrollableControl xtraScrollableControl1;
private DevExpress.XtraEditors.XtraScrollableControl pl_main;
private DevExpress.XtraEditors.PanelControl panelControl1;
private DevExpress.XtraEditors.SimpleButton BtnMesSave;
private DevExpress.XtraEditors.SimpleButton BtnMesClose;
private DevExpress.XtraEditors.SimpleButton btnAttach;
private DevExpress.XtraEditors.SimpleButton btnClear;
private DevExpress.XtraEditors.SimpleButton btnCopyNew;
private DevExpress.XtraEditors.SimpleButton simpleButton1;
private DevExpress.XtraEditors.PanelControl panelControl2;
}
}