SVN r734
SVN-Revision: r734
This commit is contained in:
+13
-27
@@ -31,14 +31,13 @@ namespace Lskj.PubBomImportNew
|
||||
{
|
||||
this.gcMain = new Lskj.Control.GridControlEx();
|
||||
this.pl_top = new DevExpress.XtraEditors.PanelControl();
|
||||
this.btnExport = new DevExpress.XtraEditors.SimpleButton();
|
||||
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();
|
||||
@@ -65,7 +64,6 @@ namespace Lskj.PubBomImportNew
|
||||
this.pl_top.Appearance.BackColor = System.Drawing.Color.Transparent;
|
||||
this.pl_top.Appearance.Options.UseBackColor = true;
|
||||
this.pl_top.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
||||
this.pl_top.Controls.Add(this.btnExport);
|
||||
this.pl_top.Controls.Add(this.btnCover);
|
||||
this.pl_top.Controls.Add(this.btnImport);
|
||||
this.pl_top.Controls.Add(this.btnRead);
|
||||
@@ -77,27 +75,6 @@ namespace Lskj.PubBomImportNew
|
||||
this.pl_top.Size = new System.Drawing.Size(1394, 64);
|
||||
this.pl_top.TabIndex = 3;
|
||||
//
|
||||
// btnExport
|
||||
//
|
||||
this.btnExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.btnExport.Location = new System.Drawing.Point(938, 12);
|
||||
this.btnExport.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.btnExport.Name = "btnExport";
|
||||
this.btnExport.Size = new System.Drawing.Size(110, 38);
|
||||
this.btnExport.TabIndex = 13;
|
||||
this.btnExport.Text = "导出模板";
|
||||
//
|
||||
// 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 = "导入覆盖";
|
||||
//
|
||||
// btnImport
|
||||
//
|
||||
this.btnImport.Location = new System.Drawing.Point(141, 12);
|
||||
@@ -163,6 +140,17 @@ 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;
|
||||
@@ -176,6 +164,4 @@ namespace Lskj.PubBomImportNew
|
||||
this.Name = "FrmMain2";
|
||||
this.Opacity = 0D;
|
||||
this.Text = "表格导入";
|
||||
((System.ComponentModel.ISupportInitialize)(this.pl_top)).EndInit();
|
||||
this.pl_top.ResumeLayout(false);
|
||||
|
||||
((System.ComponentModel.ISupportInitialize)(this.pl_top)
|
||||
Reference in New Issue
Block a user