Files
lserp_cs_6.0/插件库/Lskj.Control/FrmImport.Designer.cs
T
cyf ab56a9bcf7 基线 SVN r240
SVN-Revision: r240
2025-02-06 06:46:06 +00:00

200 lines
9.5 KiB
C#

namespace Lskj.Control
{
partial class FrmImport
{
/// <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.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.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.btnExport);
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.Name = "pl_top";
this.pl_top.Size = new System.Drawing.Size(751, 43);
this.pl_top.TabIndex = 0;
//
// 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(447, 8);
this.btnExport.Name = "btnExport";
this.btnExport.Size = new System.Drawing.Size(73, 25);
this.btnExport.TabIndex = 13;
this.btnExport.Text = "导出模板";
this.btnExport.Click += new System.EventHandler(this.OnExportButtonClick);
//
// btnCover
//
this.btnCover.Appearance.ForeColor = System.Drawing.Color.Red;
this.btnCover.Appearance.Options.UseForeColor = true;
this.btnCover.Location = new System.Drawing.Point(173, 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);
//
// btnImport
//
this.btnImport.Location = new System.Drawing.Point(94, 8);
this.btnImport.Name = "btnImport";
this.btnImport.Size = new System.Drawing.Size(73, 25);
this.btnImport.TabIndex = 11;
this.btnImport.Text = "导入数据";
this.btnImport.Click += new System.EventHandler(this.OnImportButtonClick);
//
// 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);
//
// 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(539, 15);
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, 514);
this.pl_bottom.Name = "pl_bottom";
this.pl_bottom.Size = new System.Drawing.Size(751, 28);
this.pl_bottom.TabIndex = 1;
//
// 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文件,然后对需要导入的数据进行核对修改后,点击【确认导入】";
//
// 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, 43);
this.pl_main.Name = "pl_main";
this.pl_main.Size = new System.Drawing.Size(751, 471);
this.pl_main.TabIndex = 2;
//
// 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(4);
this.gcMain.Name = "gcMain";
this.gcMain.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
this.gcMain.Size = new System.Drawing.Size(751, 471);
this.gcMain.TabIndex = 0;
//
// FrmImport
//
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.pl_main);
this.Controls.Add(this.pl_bottom);
this.Controls.Add(this.pl_top);
this.Name = "FrmImport";
this.Text = "导入Excel";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OnImportFormClosing);
((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.PanelControl pl_bottom;
private DevExpress.XtraEditors.PanelControl pl_main;
private DevExpress.XtraEditors.SimpleButton btnExport;
private DevExpress.XtraEditors.SimpleButton btnImport;
private DevExpress.XtraEditors.SimpleButton btnRead;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private GridControlEx gcMain;
private DevExpress.XtraEditors.SimpleButton btnCover;
}
}