SVN-Revision: r737
This commit is contained in:
wyf
2025-06-14 15:53:32 +00:00
parent f6968aa9de
commit 761bbc9e11
4 changed files with 50 additions and 46 deletions
+14 -14
View File
@@ -31,9 +31,9 @@ namespace Lskj.PubBomImportNew
{
this.pl_bottom = new DevExpress.XtraEditors.PanelControl();
this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
this.btnRead = new DevExpress.XtraEditors.SimpleButton();
this.btnOk = new DevExpress.XtraEditors.SimpleButton();
this.gcMain = new Lskj.Control.GridControlEx();
this.btnRead = new DevExpress.XtraEditors.SimpleButton();
((System.ComponentModel.ISupportInitialize)(this.pl_bottom)).BeginInit();
this.pl_bottom.SuspendLayout();
this.SuspendLayout();
@@ -47,10 +47,10 @@ namespace Lskj.PubBomImportNew
this.pl_bottom.Controls.Add(this.btnRead);
this.pl_bottom.Controls.Add(this.btnOk);
this.pl_bottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pl_bottom.Location = new System.Drawing.Point(0, 549);
this.pl_bottom.Location = new System.Drawing.Point(0, 411);
this.pl_bottom.Margin = new System.Windows.Forms.Padding(4);
this.pl_bottom.Name = "pl_bottom";
this.pl_bottom.Size = new System.Drawing.Size(872, 50);
this.pl_bottom.Size = new System.Drawing.Size(784, 50);
this.pl_bottom.TabIndex = 2;
//
// btnCancel
@@ -62,6 +62,16 @@ namespace Lskj.PubBomImportNew
this.btnCancel.TabIndex = 11;
this.btnCancel.Text = "清除绑定";
//
// btnRead
//
this.btnRead.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnRead.Location = new System.Drawing.Point(674, 10);
this.btnRead.Margin = new System.Windows.Forms.Padding(4);
this.btnRead.Name = "btnRead";
this.btnRead.Size = new System.Drawing.Size(97, 31);
this.btnRead.TabIndex = 10;
this.btnRead.Text = "读取Excel";
//
// btnOk
//
this.btnOk.Location = new System.Drawing.Point(12, 10);
@@ -79,19 +89,9 @@ namespace Lskj.PubBomImportNew
this.gcMain.Margin = new System.Windows.Forms.Padding(4);
this.gcMain.Name = "gcMain";
this.gcMain.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
this.gcMain.Size = new System.Drawing.Size(872, 549);
this.gcMain.Size = new System.Drawing.Size(784, 411);
this.gcMain.TabIndex = 17;
//
// btnRead
//
this.btnRead.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnRead.Location = new System.Drawing.Point(762, 10);
this.btnRead.Margin = new System.Windows.Forms.Padding(4);
this.btnRead.Name = "btnRead";
this.btnRead.Size = new System.Drawing.Size(97, 31);
this.btnRead.TabIndex = 10;
this.btnRead.Text = "读取Excel";
//
// FrmMain
//
this.Appear