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
+24 -24
View File
@@ -29,7 +29,6 @@ namespace Lskj.PubBomImportNew
/// </summary>
private void InitializeComponent()
{
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();
@@ -38,6 +37,7 @@ namespace Lskj.PubBomImportNew
this.pl_bottom = new DevExpress.XtraEditors.PanelControl();
this.label1 = new System.Windows.Forms.Label();
this.pl_main = new DevExpress.XtraEditors.PanelControl();
this.gcMain = new Lskj.Control.GridControlEx();
((System.ComponentModel.ISupportInitialize)(this.pl_top)).BeginInit();
this.pl_top.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pl_bottom)).BeginInit();
@@ -46,19 +46,6 @@ namespace Lskj.PubBomImportNew
this.pl_main.SuspendLayout();
this.SuspendLayout();
//
// gcMain
//
this.gcMain.AdapterObj = null;
this.gcMain.BackColor = System.Drawing.Color.Transparent;
this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.gcMain.Font = new System.Drawing.Font("宋体", 9F);
this.gcMain.Location = new System.Drawing.Point(0, 0);
this.gcMain.Margin = new System.Windows.Forms.Padding(6);
this.gcMain.Name = "gcMain";
this.gcMain.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
this.gcMain.Size = new System.Drawing.Size(1394, 927);
this.gcMain.TabIndex = 0;
//
// pl_top
//
this.pl_top.Appearance.BackColor = System.Drawing.Color.Transparent;
@@ -72,7 +59,7 @@ namespace Lskj.PubBomImportNew
this.pl_top.Location = new System.Drawing.Point(0, 0);
this.pl_top.Margin = new System.Windows.Forms.Padding(4);
this.pl_top.Name = "pl_top";
this.pl_top.Size = new System.Drawing.Size(1394, 64);
this.pl_top.Size = new System.Drawing.Size(884, 64);
this.pl_top.TabIndex = 3;
//
// btnCover
@@ -111,7 +98,7 @@ namespace Lskj.PubBomImportNew
//
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(1076, 22);
this.label2.Location = new System.Drawing.Point(566, 22);
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(199, 14);
@@ -125,10 +112,10 @@ namespace Lskj.PubBomImportNew
this.pl_bottom.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.pl_bottom.Controls.Add(this.label1);
this.pl_bottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pl_bottom.Location = new System.Drawing.Point(0, 885);
this.pl_bottom.Location = new System.Drawing.Point(0, 519);
this.pl_bottom.Margin = new System.Windows.Forms.Padding(4);
this.pl_bottom.Name = "pl_bottom";
this.pl_bottom.Size = new System.Drawing.Size(1394, 42);
this.pl_bottom.Size = new System.Drawing.Size(884, 42);
this.pl_bottom.TabIndex = 4;
//
// label1
@@ -148,11 +135,24 @@ namespace Lskj.PubBomImportNew
this.pl_main.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.pl_main.Controls.Add(this.gcMain);
this.pl_main.Dock = System.Windows.Forms.DockStyle.Fill;
this.pl_main.Location = new System.Drawing.Point(0, 0);
this.pl_main.Location = new System.Drawing.Point(0, 64);
this.pl_main.Margin = new System.Windows.Forms.Padding(4);
this.pl_main.Name = "pl_main";
this.pl_main.Size = new System.Drawing.Size(1394, 927);
this.pl_main.TabIndex = 5;
this.pl_main.Size = new System.Drawing.Size(884, 455);
this.pl_main.TabIndex = 6;
//
// gcMain
//
this.gcMain.AdapterObj = null;
this.gcMain.BackColor = System.Drawing.Color.Transparent;
this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.gcMain.Font = new System.Drawing.Font("宋体", 9F);
this.gcMain.Location = new System.Drawing.Point(0, 0);
this.gcMain.Margin = new System.Windows.Forms.Padding(6);
this.gcMain.Name = "gcMain";
this.gcMain.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
this.gcMain.Size = new System.Drawing.Size(884, 455);
this.gcMain.TabIndex = 1;
//
// FrmMain2
//
@@ -160,11 +160,11 @@ namespace Lskj.PubBomImportNew
this.Appearance.Options.UseBackColor = true;
this.Appearance.Options.UseFont = true;
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(1394, 927);
this.ClientSize = new System.Drawing.Size(884, 561);
this.Controls.Add(this.pl_main);
this.Controls.Add(this.pl_top);
this.Controls.Add(this.pl_bottom);
this.Controls.Add(this.pl_main);
this.Name = "FrmMain2";
this.Opacity = 0D;
this.Text = "表格导入";
((System.ComponentModel.ISupportInitialize)(this.pl_top)
((System.ComponentModel.ISupportInitialize)(this.pl_to