namespace Lskj.Control { partial class FrmCover { /// /// 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.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; // // FrmCover // 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 = "FrmCover"; this.Text = "导入Excel"; ((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; } }