namespace Lskj.PubBomImport { partial class FrmProgress { /// /// 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmProgress)); this.label3 = new System.Windows.Forms.Label(); this.splitter1 = new System.Windows.Forms.Splitter(); this.progressBarTotal = new System.Windows.Forms.ProgressBar(); this.panel2 = new System.Windows.Forms.Panel(); this.labelCurrentItem = new System.Windows.Forms.Label(); this.progressBarCurrent = new System.Windows.Forms.ProgressBar(); this.lblAll = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.splitter2 = new System.Windows.Forms.Splitter(); this.panel2.SuspendLayout(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.Location = new System.Drawing.Point(11, 8); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(104, 12); this.label3.TabIndex = 0; this.label3.Text = "系统正在导入Bom"; // // splitter1 // this.splitter1.BackColor = System.Drawing.SystemColors.InactiveBorder; this.splitter1.Dock = System.Windows.Forms.DockStyle.Top; this.splitter1.Location = new System.Drawing.Point(0, 31); this.splitter1.Name = "splitter1"; this.splitter1.Size = new System.Drawing.Size(462, 2); this.splitter1.TabIndex = 10; this.splitter1.TabStop = false; // // progressBarTotal // this.progressBarTotal.Location = new System.Drawing.Point(16, 71); this.progressBarTotal.Name = "progressBarTotal"; this.progressBarTotal.Size = new System.Drawing.Size(438, 12); this.progressBarTotal.Step = 1; this.progressBarTotal.TabIndex = 4; // // panel2 // this.panel2.Controls.Add(this.progressBarTotal); this.panel2.Controls.Add(this.labelCurrentItem); this.panel2.Controls.Add(this.progressBarCurrent); this.panel2.Controls.Add(this.lblAll); this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; this.panel2.ForeColor = System.Drawing.SystemColors.ControlDark; this.panel2.Location = new System.Drawing.Point(0, 31); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(462, 101); this.panel2.TabIndex = 8; // // labelCurrentItem // this.labelCurrentItem.AutoSize = true; this.labelCurrentItem.Location = new System.Drawing.Point(14, 16); this.labelCurrentItem.Name = "labelCurrentItem"; this.labelCurrentItem.Size = new System.Drawing.Size(65, 12); this.labelCurrentItem.TabIndex = 0; this.labelCurrentItem.Text = "正在导入:"; // // progressBarCurrent // this.progressBarCurrent.Location = new System.Drawing.Point(15, 33); this.progressBarCurrent.Name = "progressBarCurrent"; this.progressBarCurrent.Size = new System.Drawing.Size(438, 12); this.progressBarCurrent.Step = 1; this.progressBarCurrent.TabIndex = 5; // // lblAll // this.lblAll.AutoSize = true; this.lblAll.Location = new System.Drawing.Point(14, 55); this.lblAll.Name = "lblAll"; this.lblAll.Size = new System.Drawing.Size(53, 12); this.lblAll.TabIndex = 2; this.lblAll.Text = "总进度:"; // // panel1 // this.panel1.BackColor = System.Drawing.SystemColors.ButtonHighlight; this.panel1.Controls.Add(this.label3); 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(462, 31); this.panel1.TabIndex = 7; // // splitter2 // this.splitter2.BackColor = System.Drawing.SystemColors.InactiveBorder; this.splitter2.Dock = System.Windows.Forms.DockStyle.Bottom; this.splitter2.Location = new System.Drawing.Point(0, 132); this.splitter2.Name = "splitter2"; this.splitter2.Size = new System.Drawing.Size(462, 2); this.splitter2.TabIndex = 11; this.splitter2.TabStop = false; // // FrmProgress // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(462, 134); this.Controls.Add(this.splitter1); this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.Controls.Add(this.splitter2); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmProgress"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "导入Bom"; this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label label3; private System.Windows.Forms.Splitter splitter1; private System.Windows.Forms.ProgressBar progressBarTotal; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Label labelCurrentItem; private System.Windows.Forms.ProgressBar progressBarCurrent; private System.Windows.Forms.Label lblAll; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Splitter splitter2; } }