123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206 |
- namespace LYFZ.Software.UI.Customers
- {
- partial class ImportExcel
- {
- /// <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()
- {
- 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;
- }
- }
|