namespace Lskj.QueryEssentialInfo { partial class FrmMain { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.panel2 = new System.Windows.Forms.Panel(); this.labelCurrentItem = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.label3 = new System.Windows.Forms.Label(); this.progressBarCurrent = new System.Windows.Forms.ProgressBar(); this.panel2.SuspendLayout(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // panel2 // this.panel2.Controls.Add(this.labelCurrentItem); this.panel2.Controls.Add(this.progressBarCurrent); 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(473, 56); this.panel2.TabIndex = 10; // // 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 = "正在查询:"; // // 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(473, 31); this.panel1.TabIndex = 9; // // 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(161, 12); this.label3.TabIndex = 0; this.label3.Text = "系统正在查询专项附加扣除"; // // progressBarCurrent // this.progressBarCurrent.Location = new System.Drawing.Point(15, 33); this.progressBarCurrent.Name = "progressBarCurrent"; this.progressBarCurrent.Size = new System.Drawing.Size(446, 12); this.progressBarCurrent.Step = 1; this.progressBarCurrent.TabIndex = 5; // // FrmMain // this.Appearance.BackColor = System.Drawing.SystemColors.Control; this.Appearance.Optio