namespace LYFZ.Software.UI.Customers
{
partial class ImportExcel
{
///
/// 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()
{
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ImportExcel));
this.dgv = new LYFZ.ComponentLibrary.DataGridViewEx();
this.btnAddExcel = new LYFZ.ComponentLibrary.ButtonEx();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
this.btnAdd = new LYFZ.ComponentLibrary.ButtonEx();
this.plExMainContainer.SuspendLayout();
this.plFormMainContent.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
this.panelEx1.SuspendLayout();
this.SuspendLayout();
//
// plExMainContainer
//
this.plExMainContainer.Controls.Add(this.panelEx1);
this.plExMainContainer.Size = new System.Drawing.Size(927, 452);
//
// plFormMainContent
//
this.plFormMainContent.Size = new System.Drawing.Size(927, 452);
//
// btnAppFormMaximize
//
this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
this.btnAppFormMaximize.Location = new System.Drawing.Point(868, 0);
//
// btnAppFormExit
//
this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
this.btnAppFormExit.Location = new System.Drawing.Point(895, 0);
//
// btnAppFormMinimize
//
this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
this.btnAppFormMinimize.Location = new System.Drawing.Point(841, 0);
//
// dgv
//
this.dgv.AllowUserToAddRows = false;
this.dgv.AllowUserToDeleteRows = false;
this.dgv.AllowUserToResizeRows = false;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
this.dgv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.dgv.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.dgv.BackgroundColor = System.Drawing.Color.White;
this.dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.dgv.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
this.dgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgv.EnableHeadersVisualStyles = false;
this.dgv.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
this.dgv.GridViewUniquelyIdentify = "_dataGridViewEx1_dgv_dgv_dgv_dgv_dgv_dgv_dgv";
this.dgv.IsCompleteBonding = false;
this.dgv.Location = new System.Drawing.Point(8, 7);
this.dgv.Name = "dgv";
this.dgv.RowHeadersVisible = false;
this.dgv.RowTemplate.Height = 23;
this.dgv.RowTemplate.ReadOnly = true;
this.dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgv.Size = new System.Drawing.Size(889, 377);
this.dgv.TabIndex = 0;
//
// btnAddExcel
//
this.btnAddExcel.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.btnAddExcel.BackColor = System.Drawing.Color.Transparent;
this.btnAddExcel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAddExcel.BackImg")));
this.btnAddExcel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnAddExcel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnAddExcel.ForeColor = System.Drawing.Color.White;
this.btnAddExcel.IsCustomBackImg = false;
this.btnAddExcel.IsShowText = true;
this.btnAddExcel.Location = new System.Drawing.Point(266, 390);
this.btnAddExcel.Name = "btnAddExcel";
this.btnAddExcel.Size = new System.Drawing.Size(107, 28);
this.btnAddExcel.TabIndex = 1;
this.btnAddExcel.Text = "打开Excel文档";
this.btnAddExcel.UseVisualStyleBackColor = false;
//
// openFileDialog1
//
this.openFileDialog1.FileName = " ";
this.openFileDialog1.Filter = "Excel文件|*.xls";
//
// panelEx1
//
this.panelEx1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx1.BorderWidth = 1;
this.panelEx1.Controls.Add(this.dgv);
this.panelEx1.Controls.Add(this.btnClose);
this.panelEx1.Controls.Add(this.btnAdd);
this.panelEx1.Controls.Add(this.btnAddExcel);
this.panelEx1.Location = new System.Drawing.Point(11, 14);
this.panelEx1.Name = "panelEx1";
this.panelEx1.Size = new System.Drawing.Size(905, 425);
this.panelEx1.TabIndex = 2;
//
// btnClose
//
this.btnClose.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.btnClose.BackColor = System.Drawing.Color.Transparent;
this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnClose.ForeColor = System.Drawing.Color.White;
this.btnClose.IsCustomBackImg = false;
this.btnClose.IsShowText = true;
this.btnClose.Location = new System.Drawing.Point(551, 390);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(107, 28);
this.btnClose.TabIndex = 1;
this.btnClose.Text = "关闭";
this.btnClose.UseVisualStyleBackColor = false;
//
// btnAdd
//
this.btnAdd.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.btnAdd.BackColor = System.Drawing.Color.Transparent;
this.btnAdd.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAdd.BackImg")));
this.btnAdd.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnAdd.Enabled = false;
this.btnAdd.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnAdd.ForeColor = System.Drawing.Color.White;
this.btnAdd.IsCustomBackImg = false;
this.btnAdd.IsShowText = true;
this.btnAdd.Location = new System.Drawing.Point(410, 390);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(107, 28);
this.btnAdd.TabIndex = 1;
this.btnAdd.Text = "保存";
this.btnAdd.UseVisualStyleBackColor = false;
//
// ImportExcel
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
this.ClientSize = new System.Drawing.Size(927, 517);
this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
this.MinimumSize = new System.Drawing.Size(579, 479);
this.Name = "ImportExcel";
this.Text = "导入Excel文档";
this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
this.plExMainContainer.ResumeLayout(false);
this.plFormMainContent.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
this.panelEx1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
protected internal ComponentLibrary.DataGridViewEx dgv;
protected internal ComponentLibrary.ButtonEx btnAddExcel;
protected internal System.Windows.Forms.OpenFileDialog openFileDialog1;
protected internal ComponentLibrary.ButtonEx btnClose;
protected internal ComponentLibrary.ButtonEx btnAdd;
protected internal ComponentLibrary.PanelEx panelEx1;
}
}