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

141 lines
6.3 KiB
C#

namespace Lskj.PubImport
{
partial class FrmMain
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.pl_top = new DevExpress.XtraEditors.PanelControl();
this.btnCover = new DevExpress.XtraEditors.SimpleButton();
this.btnRead = new DevExpress.XtraEditors.SimpleButton();
this.pl_bottom = new DevExpress.XtraEditors.PanelControl();
this.label1 = new System.Windows.Forms.Label();
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();
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.btnRead);
this.pl_top.Dock = System.Windows.Forms.DockStyle.Top;
this.pl_top.Location = new System.Drawing.Point(0, 0);
this.pl_top.Name = "pl_top";
this.pl_top.Size = new System.Drawing.Size(751, 43);
this.pl_top.TabIndex = 1;
//
// btnCover
//
this.btnCover.Appearance.ForeColor = System.Drawing.Color.Red;
this.btnCover.Appearance.Options.UseForeColor = true;
this.btnCover.Location = new System.Drawing.Point(92, 8);
this.btnCover.Name = "btnCover";
this.btnCover.Size = new System.Drawing.Size(73, 25);
this.btnCover.TabIndex = 11;
this.btnCover.Text = "导入覆盖";
this.btnCover.Click += new System.EventHandler(this.OnCoverButtonClick);
//
// btnRead
//
this.btnRead.Location = new System.Drawing.Point(13, 8);
this.btnRead.Name = "btnRead";
this.btnRead.Size = new System.Drawing.Size(73, 25);
this.btnRead.TabIndex = 10;
this.btnRead.Text = "读取Excel";
this.btnRead.Click += new System.EventHandler(this.OnReadButtonClick);
//
// 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, 514);
this.pl_bottom.Name = "pl_bottom";
this.pl_bottom.Size = new System.Drawing.Size(751, 28);
this.pl_bottom.TabIndex = 2;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(3, 8);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(551, 14);
this.label1.TabIndex = 1;
this.label1.Text = "操作提示:请先读取需要导入的Excel文件,然后对需要导入的数据进行核对修改后,点击【确认导入】";
//
// gcMain
//
this.gcMain.AdapterObj = null;
this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.gcMain.Location = new System.Drawing.Point(0, 43);
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(751, 471);
this.gcMain.SysModel = null;
this.gcMain.TabIndex = 3;
//
// FrmMain
//
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
this.Appearance.Options.UseBackColor = true;
this.Appearance.Options.UseFont = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(751, 542);
this.Controls.Add(this.gcMain);
this.Controls.Add(this.pl_bottom);
this.Controls.Add(this.pl_top);
this.Name = "FrmMain";
this.Text = "导入Excel";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OnImportFormClosing);
((System.ComponentModel.ISupportInitialize)(this.pl_top)).EndInit();
this.pl_top.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pl_bottom)).EndInit();
this.pl_bottom.ResumeLayout(false);
this.pl_bottom.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.PanelControl pl_top;
private DevExpress.XtraEditors.SimpleButton btnCover;
private DevExpress.XtraEditors.SimpleButton btnRead;
private DevExpress.XtraEditors.PanelControl pl_bottom;
private System.Windows.Forms.Label label1;
private Control.GridControlEx gcMain;
}
}