SVN r1223
SVN-Revision: r1223
This commit is contained in:
+2
-2
@@ -114,7 +114,7 @@
|
|||||||
this.gcMain.AdapterObj = null;
|
this.gcMain.AdapterObj = null;
|
||||||
this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||||
this.gcMain.Location = new System.Drawing.Point(2, 2);
|
this.gcMain.Location = new System.Drawing.Point(2, 2);
|
||||||
this.gcMain.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
this.gcMain.Margin = new System.Windows.Forms.Padding(4);
|
||||||
this.gcMain.Name = "gcMain";
|
this.gcMain.Name = "gcMain";
|
||||||
this.gcMain.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
|
this.gcMain.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
|
||||||
this.gcMain.Size = new System.Drawing.Size(812, 472);
|
this.gcMain.Size = new System.Drawing.Size(812, 472);
|
||||||
@@ -261,7 +261,7 @@
|
|||||||
this.Controls.Add(this.panelControl3);
|
this.Controls.Add(this.panelControl3);
|
||||||
this.Controls.Add(this.panelControl2);
|
this.Controls.Add(this.panelControl2);
|
||||||
this.Controls.Add(this.PlSearch);
|
this.Controls.Add(this.PlSearch);
|
||||||
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
this.Margin = new System.Windows.Forms.Padding(4);
|
||||||
this.Name = "FrmBaseSelectBatch";
|
this.Name = "FrmBaseSelectBatch";
|
||||||
((System.ComponentModel.ISupportInitialize)(this.panelControl5)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.panelControl5)).EndInit();
|
||||||
this.panelControl5.ResumeLayout(false);
|
this.panelControl5.ResumeLayout(false);
|
||||||
|
|||||||
+10
-10
@@ -32,13 +32,13 @@ namespace Lskj.Control
|
|||||||
this.plLeft = new System.Windows.Forms.Panel();
|
this.plLeft = new System.Windows.Forms.Panel();
|
||||||
this.lblText = new System.Windows.Forms.Label();
|
this.lblText = new System.Windows.Forms.Label();
|
||||||
this.plRight = new System.Windows.Forms.Panel();
|
this.plRight = new System.Windows.Forms.Panel();
|
||||||
|
this.txtEdit = new DevExpress.XtraEditors.TextEdit();
|
||||||
this.panel1 = new System.Windows.Forms.Panel();
|
this.panel1 = new System.Windows.Forms.Panel();
|
||||||
this.btnMore = new DevExpress.XtraEditors.SimpleButton();
|
this.btnMore = new DevExpress.XtraEditors.SimpleButton();
|
||||||
this.txtEdit = new DevExpress.XtraEditors.TextEdit();
|
|
||||||
this.plLeft.SuspendLayout();
|
this.plLeft.SuspendLayout();
|
||||||
this.plRight.SuspendLayout();
|
this.plRight.SuspendLayout();
|
||||||
this.panel1.SuspendLayout();
|
|
||||||
((System.ComponentModel.ISupportInitialize)(this.txtEdit.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtEdit.Properties)).BeginInit();
|
||||||
|
this.panel1.SuspendLayout();
|
||||||
this.SuspendLayout();
|
this.SuspendLayout();
|
||||||
//
|
//
|
||||||
// plLeft
|
// plLeft
|
||||||
@@ -71,6 +71,14 @@ namespace Lskj.Control
|
|||||||
this.plRight.Size = new System.Drawing.Size(122, 21);
|
this.plRight.Size = new System.Drawing.Size(122, 21);
|
||||||
this.plRight.TabIndex = 4;
|
this.plRight.TabIndex = 4;
|
||||||
//
|
//
|
||||||
|
// txtEdit
|
||||||
|
//
|
||||||
|
this.txtEdit.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||||
|
this.txtEdit.Location = new System.Drawing.Point(0, 0);
|
||||||
|
this.txtEdit.Name = "txtEdit";
|
||||||
|
this.txtEdit.Size = new System.Drawing.Size(96, 20);
|
||||||
|
this.txtEdit.TabIndex = 7;
|
||||||
|
//
|
||||||
// panel1
|
// panel1
|
||||||
//
|
//
|
||||||
this.panel1.Controls.Add(this.btnMore);
|
this.panel1.Controls.Add(this.btnMore);
|
||||||
@@ -90,12 +98,4 @@ namespace Lskj.Control
|
|||||||
this.btnMore.Name = "btnMore";
|
this.btnMore.Name = "btnMore";
|
||||||
this.btnMore.Size = new System.Drawing.Size(26, 21);
|
this.btnMore.Size = new System.Drawing.Size(26, 21);
|
||||||
this.btnMore.TabIndex = 2;
|
this.btnMore.TabIndex = 2;
|
||||||
//
|
|
||||||
// txtEdit
|
|
||||||
//
|
|
||||||
this.txtEdit.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
||||||
this.txtEdit.Location = new System.Drawing.Point(0, 0);
|
|
||||||
this.txtEdit.Name = "txtEdit";
|
|
||||||
this.txtEdit.Size = new System.Drawing.Size(96, 20);
|
|
||||||
this.txtEdit.TabIndex = 7;
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user