Files
lserp_cs_6.0/插件库/Lskj.PubBomImportNew/FrmMain2.Designer.cs
T
2026-07-02 10:11:39 +00:00

194 lines
9.2 KiB
C#

namespace Lskj.PubBomImportNew
{
partial class FrmMain2
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
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.gcMain = new Lskj.Control.GridControlEx();
((System.ComponentModel.ISupportInitialize)(this.pl_top)).BeginInit();
this.pl_top.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pl_bottom)).BeginInit();
this.pl_bottom.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pl_main)).BeginInit();
this.pl_main.SuspendLayout();
this.SuspendLayout();
//
// pl_top
//
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.btnCover);
this.pl_top.Controls.Add(this.btnImport);
this.pl_top.Controls.Add(this.btnRead);
this.pl_top.Controls.Add(this.label2);
this.pl_top.Dock = System.Windows.Forms.DockStyle.Top;
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(884, 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);
this.btnImport.Margin = new System.Windows.Forms.Padding(4);
this.btnImport.Name = "btnImport";
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
//
this.btnRead.Location = new System.Drawing.Point(20, 12);
this.btnRead.Margin = new System.Windows.Forms.Padding(4);
this.btnRead.Name = "btnRead";
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
//
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(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);
this.label2.TabIndex = 9;
this.label2.Text = "说明:不需要导入的列可以拖拽丢弃";
//
// pl_bottom
//
this.pl_bottom.Appearance.BackColor = System.Drawing.Color.Transparent;
this.pl_bottom.Appearance.Options.UseBackColor = true;
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, 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(884, 42);
this.pl_bottom.TabIndex = 4;
//
// label1
//
this.label1.AutoSize = true;
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(551, 14);
this.label1.TabIndex = 1;
this.label1.Text = "操作提示:请先读取需要导入的Excel文件,然后对需要导入的数据进行核对修改后,点击【确认导入】";
//
// pl_main
//
this.pl_main.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(221)))), ((int)(((byte)(238)))));
this.pl_main.Appearance.Options.UseBackColor = true;
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, 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(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
//
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
this.Appearance.Options.UseBackColor = true;
this.Appearance.Options.UseFont = true;
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
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.Name = "FrmMain2";
this.Opacity = 0D;
this.Text = "表格导入";
((System.ComponentModel.ISupportInitialize)(this.pl_top)).EndInit();
this.pl_top.ResumeLayout(false);
this.pl_top.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pl_bottom)).EndInit();
this.pl_bottom.ResumeLayout(false);
this.pl_bottom.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pl_main)).EndInit();
this.pl_main.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.PanelControl pl_top;
private DevExpress.XtraEditors.SimpleButton btnImport;
private DevExpress.XtraEditors.SimpleButton btnRead;
private System.Windows.Forms.Label label2;
private DevExpress.XtraEditors.PanelControl pl_bottom;
private System.Windows.Forms.Label label1;
private DevExpress.XtraEditors.SimpleButton btnCover;
private DevExpress.XtraEditors.PanelControl pl_main;
private Control.GridControlEx gcMain;
}
}