namespace ExcelPlus { partial class frmImport { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.panel1 = new System.Windows.Forms.Panel(); this.btnExprotTemp = new DevExpress.XtraEditors.SimpleButton(); this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton(); this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton(); this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); this.label2 = new System.Windows.Forms.Label(); this.panel2 = new System.Windows.Forms.Panel(); this.label1 = new System.Windows.Forms.Label(); this.grdImp = new Lskj.MyControl.GridControlEx(); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.btnExprotTemp); this.panel1.Controls.Add(this.simpleButton3); this.panel1.Controls.Add(this.simpleButton2); this.panel1.Controls.Add(this.simpleButton1); this.panel1.Controls.Add(this.label2); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(745, 43); this.panel1.TabIndex = 0; // // btnExprotTemp // this.btnExprotTemp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnExprotTemp.Location = new System.Drawing.Point(444, 9); this.btnExprotTemp.Name = "btnExprotTemp"; this.btnExprotTemp.Size = new System.Drawing.Size(73, 25); this.btnExprotTemp.TabIndex = 8; this.btnExprotTemp.Text = "导出模板"; this.btnExprotTemp.Click += new System.EventHandler(this.btnExprotTemp_Click); // // simpleButton3 // this.simpleButton3.Location = new System.Drawing.Point(172, 9); this.simpleButton3.Name = "simpleButton3"; this.simpleButton3.Size = new System.Drawing.Size(73, 25); this.simpleButton3.TabIndex = 7; this.simpleButton3.Text = "取消"; this.simpleButton3.Click += new System.EventHandler(this.simpleButton3_Click); // // simpleButton2 // this.simpleButton2.Location = new System.Drawing.Point(91, 9); this.simpleButton2.Name = "simpleButton2"; this.simpleButton2.Size = new System.Drawing.Size(73, 25); this.simpleButton2.TabIndex = 6; this.simpleButton2.Text = "确认导入"; this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click); // // simpleButton1 // this.simpleButton1.Location = new System.Drawing.Point(10, 9); this.simpleButton1.Name = "simpleButton1"; this.simpleButton1.Size = new System.Drawing.Size(73, 25); this.simpleButton1.TabIndex = 5; this.simpleButton1.Text = "读取Excel"; this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click); // // 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(536, 16); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(197, 12); this.label2.TabIndex = 4; this.label2.Text = "说明:不需要导入的列可以拖拽丢弃"; // // panel2 // this.panel2.Controls.Add(this.label1); this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel2.Location = new System.Drawing.Point(0, 475); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(745, 28); this.panel2.TabIndex = 4; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(13, 8); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(551, 12); this.label1.TabIndex = 0; this.label1.Text = "操作提示:请先读取需要导入的Excel文件,然后对需要导入的数据进行核对修改后,点击【确认导入】"; // // grdImp // this.grdImp.AdapterObj = null; this.grdImp.bomCaption = null; this.grdImp.bomSql = null; this.grdImp.ConstSql = null; this.grdImp.detailEnableCond = null; this.grdImp.detailEnableMsg = null; this.grdImp.Dock = System.Windows.Forms.DockStyle.Fill; this.grdImp.loadBom = null; this.grdImp.Location = new System.Drawing.Point(0, 43); this.grdImp.Name = "grdImp"; this.grdImp.pnlMain = null; this.grdImp.RowColorCondtion = null; this.grdImp.Size = new System.Drawing.Size(745, 432); this.grdImp.SourceType = 0; this.grdImp.Sql = null; this.grdImp.sqlC = null; this.grdImp.SumFieldsTable = null; this.grdImp.TabIndex = 5; this.grdImp.UnAllowEditChangeColor = false; // // frmImport // this.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 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(745, 503); this.Controls.Add(this.grdImp); this.Controls.Add(this.panel1); this.Controls.Add(this.panel2); this.Name = "frmImport"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "数据导入"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmImport_FormClosing); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private DevExpress.XtraEditors.SimpleButton simpleButton1; private DevExpress.XtraEditors.SimpleButton simpleButton3; private DevExpress.XtraEditors.SimpleButton simpleButton2; private DevExpress.XtraEditors.SimpleButton btnExprotTemp; private Lskj.MyControl.GridControlEx grdImp; } }