SVN r735
SVN-Revision: r735
This commit is contained in:
+17
-14
@@ -31,13 +31,13 @@ namespace Lskj.PubBomImportNew
|
||||
{
|
||||
this.gcMain = new Lskj.Control.GridControlEx();
|
||||
this.pl_top = new DevExpress.XtraEditors.PanelControl();
|
||||
this.btnCover = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.btnImport = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.btnRead = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
this.pl_bottom = new DevExpress.XtraEditors.PanelControl();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.pl_main = new DevExpress.XtraEditors.PanelControl();
|
||||
this.btnCover = new DevExpress.XtraEditors.SimpleButton();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pl_top)).BeginInit();
|
||||
this.pl_top.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pl_bottom)).BeginInit();
|
||||
@@ -75,6 +75,18 @@ namespace Lskj.PubBomImportNew
|
||||
this.pl_top.Size = new System.Drawing.Size(1394, 64);
|
||||
this.pl_top.TabIndex = 3;
|
||||
//
|
||||
// btnCover
|
||||
//
|
||||
this.btnCover.Appearance.ForeColor = System.Drawing.Color.Red;
|
||||
this.btnCover.Appearance.Options.UseForeColor = true;
|
||||
this.btnCover.Location = new System.Drawing.Point(260, 12);
|
||||
this.btnCover.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.btnCover.Name = "btnCover";
|
||||
this.btnCover.Size = new System.Drawing.Size(110, 38);
|
||||
this.btnCover.TabIndex = 11;
|
||||
this.btnCover.Text = "设计关联";
|
||||
this.btnCover.Click += new System.EventHandler(this.OnBtnCoverClick);
|
||||
//
|
||||
// btnImport
|
||||
//
|
||||
this.btnImport.Location = new System.Drawing.Point(141, 12);
|
||||
@@ -83,6 +95,7 @@ namespace Lskj.PubBomImportNew
|
||||
this.btnImport.Size = new System.Drawing.Size(110, 38);
|
||||
this.btnImport.TabIndex = 11;
|
||||
this.btnImport.Text = "导入数据";
|
||||
this.btnImport.Click += new System.EventHandler(this.OnImportButtonClick);
|
||||
//
|
||||
// btnRead
|
||||
//
|
||||
@@ -92,6 +105,7 @@ namespace Lskj.PubBomImportNew
|
||||
this.btnRead.Size = new System.Drawing.Size(110, 38);
|
||||
this.btnRead.TabIndex = 10;
|
||||
this.btnRead.Text = "读取Excel";
|
||||
this.btnRead.Click += new System.EventHandler(this.OnReadButtonClick);
|
||||
//
|
||||
// label2
|
||||
//
|
||||
@@ -100,7 +114,7 @@ namespace Lskj.PubBomImportNew
|
||||
this.label2.Location = new System.Drawing.Point(1076, 22);
|
||||
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Size = new System.Drawing.Size(298, 22);
|
||||
this.label2.Size = new System.Drawing.Size(199, 14);
|
||||
this.label2.TabIndex = 9;
|
||||
this.label2.Text = "说明:不需要导入的列可以拖拽丢弃";
|
||||
//
|
||||
@@ -123,7 +137,7 @@ namespace Lskj.PubBomImportNew
|
||||
this.label1.Location = new System.Drawing.Point(4, 12);
|
||||
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(824, 22);
|
||||
this.label1.Size = new System.Drawing.Size(551, 14);
|
||||
this.label1.TabIndex = 1;
|
||||
this.label1.Text = "操作提示:请先读取需要导入的Excel文件,然后对需要导入的数据进行核对修改后,点击【确认导入】";
|
||||
//
|
||||
@@ -140,17 +154,6 @@ namespace Lskj.PubBomImportNew
|
||||
this.pl_main.Size = new System.Drawing.Size(1394, 927);
|
||||
this.pl_main.TabIndex = 5;
|
||||
//
|
||||
// btnCover
|
||||
//
|
||||
this.btnCover.Appearance.ForeColor = System.Drawing.Color.Red;
|
||||
this.btnCover.Appearance.Options.UseForeColor = true;
|
||||
this.btnCover.Location = new System.Drawing.Point(260, 12);
|
||||
this.btnCover.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.btnCover.Name = "btnCover";
|
||||
this.btnCover.Size = new System.Drawing.Size(110, 38);
|
||||
this.btnCover.TabIndex = 11;
|
||||
this.btnCover.Text = "设计关联";
|
||||
//
|
||||
// FrmMain2
|
||||
//
|
||||
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
|
||||
|
||||
Reference in New Issue
Block a user