提交当前本机整理版本
This commit is contained in:
+26
-7
@@ -156,7 +156,7 @@ namespace Lskj.Control
|
||||
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.SplitterPosition = 427;
|
||||
this.scc_container.TabIndex = 18;
|
||||
//
|
||||
// panel_Main
|
||||
@@ -167,7 +167,7 @@ namespace Lskj.Control
|
||||
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.Size = new System.Drawing.Size(910, 427);
|
||||
this.panel_Main.TabIndex = 17;
|
||||
//
|
||||
// xtraScrollableControl1
|
||||
@@ -177,7 +177,7 @@ namespace Lskj.Control
|
||||
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.Size = new System.Drawing.Size(910, 348);
|
||||
this.xtraScrollableControl1.TabIndex = 16;
|
||||
//
|
||||
// pl_main
|
||||
@@ -186,7 +186,7 @@ namespace Lskj.Control
|
||||
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.Size = new System.Drawing.Size(910, 348);
|
||||
this.pl_main.TabIndex = 0;
|
||||
//
|
||||
// panelControl1
|
||||
@@ -196,7 +196,7 @@ namespace Lskj.Control
|
||||
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.Location = new System.Drawing.Point(0, 285);
|
||||
this.panelControl1.Name = "panelControl1";
|
||||
this.panelControl1.Padding = new System.Windows.Forms.Padding(5);
|
||||
this.panelControl1.Size = new System.Drawing.Size(910, 63);
|
||||
@@ -234,7 +234,7 @@ namespace Lskj.Control
|
||||
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.Location = new System.Drawing.Point(0, 385);
|
||||
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);
|
||||
@@ -438,7 +438,7 @@ namespace Lskj.Control
|
||||
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.Size = new System.Drawing.Size(910, 125);
|
||||
this.tcButtom.TabIndex = 0;
|
||||
//
|
||||
// ModulePanelEx
|
||||
@@ -492,3 +492,22 @@ namespace Lskj.Control
|
||||
private DevExpress.XtraEditors.PanelControl panelControl1;
|
||||
private DevExpress.XtraEditors.SimpleButton BtnMesSave;
|
||||
private DevExpress.XtraEditors.SimpleButton BtnMesClose;
|
||||
private DevExpress.XtraEditors.PanelControl pl_buttom;
|
||||
private DevExpress.XtraEditors.PanelControl panelControl2;
|
||||
private DevExpress.XtraEditors.DropDownButton ddb_print;
|
||||
private DevExpress.XtraEditors.SimpleButton btnClear;
|
||||
private DevExpress.XtraEditors.SimpleButton btnCopyNew;
|
||||
private DevExpress.XtraEditors.SimpleButton btnAttach;
|
||||
private DevExpress.XtraEditors.SimpleButton btnUpdate;
|
||||
private DevExpress.XtraEditors.DropDownButton ddb_common;
|
||||
private DevExpress.XtraEditors.SimpleButton btnApply;
|
||||
private DevExpress.XtraEditors.SimpleButton btnAdd;
|
||||
private DevExpress.XtraEditors.SimpleButton btnClose;
|
||||
private DevExpress.XtraEditors.SimpleButton simpleButton1;
|
||||
private DevExpress.XtraEditors.PanelControl pl_main_top;
|
||||
private LabelTextEdit lteOper;
|
||||
private LabelTextEdit lteSpeciesName;
|
||||
private LabelTextEdit lteSpeciesNo;
|
||||
private TabControlEx tcButtom;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user