namespace Lskj.MyControl { partial class FrmDownload { /// /// 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(FrmDownload)); this.label3 = new System.Windows.Forms.Label(); this.splitter1 = new System.Windows.Forms.Splitter(); this.label2 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.splitter2 = new System.Windows.Forms.Splitter(); this.panel2 = new System.Windows.Forms.Panel(); this.labelCurrentItem = new System.Windows.Forms.Label(); this.progressBarTotal = new System.Windows.Forms.ProgressBar(); this.buttonOk = new System.Windows.Forms.Button(); this.panel3 = new System.Windows.Forms.Panel(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.panel2.SuspendLayout(); this.panel3.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(83, 12); this.label3.TabIndex = 0; this.label3.Text = "正在下载附件"; // // splitter1 // this.splitter1.BackColor = System.Drawing.SystemColors.InactiveBorder; this.splitter1.Dock = System.Windows.Forms.DockStyle.Top; this.splitter1.Location = new System.Drawing.Point(0, 63); this.splitter1.Name = "splitter1"; this.splitter1.Size = new System.Drawing.Size(462, 2); this.splitter1.TabIndex = 10; this.splitter1.TabStop = false; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(33, 26); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(197, 12); this.label2.TabIndex = 0; this.label2.Text = "正在下载附件,请耐心等待一段时间"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(33, 44); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(245, 12); this.label4.TabIndex = 0; this.label4.Text = "这段时间您可以使用您的计算机办理其他事务"; // // panel1 // this.panel1.BackColor = System.Drawing.SystemColors.ButtonHighlight; this.panel1.Controls.Add(this.pictureBox1); this.panel1.Controls.Add(this.label4); this.panel1.Controls.Add(this.label2); 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, 63); this.panel1.TabIndex = 7; // // pictureBox1 // this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(379, 3); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(79, 55); this.pictureBox1.TabIndex = 1; this.pictureBox1.TabStop = false; // // splitter2 // this.splitter2.BackColor = System.Drawing.SystemColors.InactiveBorder; this.splitter2.Dock = System.Windows.Forms.DockStyle.Bottom; this.splitter2.Location = new System.Drawing.Point(0, 145); this.splitter2.Name = "splitter2"; this.splitter2.Size = new System.Drawing.Size(462, 2); this.splitter2.TabIndex = 11; this.splitter2.TabStop = false; // // panel2 // this.panel2.Controls.Add(this.labelCurrentItem); this.panel2.Controls.Add(this.progressBarTotal); this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; this.panel2.ForeColor = System.Drawing.SystemColors.ControlDark; this.panel2.Location = new System.Drawing.Point(0, 63); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(462, 82); this.panel2.TabIndex = 8; // // labelCurrentItem // this.labelCurrentItem.AutoSize = true; this.labelCurrentItem.Location = new System.Drawing.Point(12, 3); this.labelCurrentItem.Name = "labelCurrentItem"; this.labelCurrentItem.Size = new System.Drawing.Size(65, 12); this.labelCurrentItem.TabIndex = 6; this.labelCurrentItem.Text = "正在下载:"; // // progressBarTotal // this.progressBarTotal.Location = new System.Drawing.Point(12, 21); this.progressBarTotal.Name = "progressBarTotal"; this.progressBarTotal.Size = new System.Drawing.Size(438, 12); this.progressBarTotal.Step = 1; this.progressBarTotal.TabIndex = 5; // // buttonOk // this.buttonOk.Location = new System.Drawing.Point(372, 6); this.buttonOk.Name = "buttonOk"; this.buttonOk.Size = new System.Drawing.Size(83, 29); this.buttonOk.TabIndex = 2; this.buttonOk.Text = "取消"; this.buttonOk.UseVisualStyleBackColor = true; this.buttonOk.Click += new System.EventHandler(this.OnCancel); // // panel3 // this.panel3.Controls.Add(this.buttonOk); this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel3.Location = new System.Drawing.Point(0, 102); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(462, 43); this.panel3.TabIndex = 9; // // FrmDownload // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(462, 147); this.Controls.Add(this.splitter1); this.Controls.Add(this.panel3); 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 = "FrmDownload"; this.Opacity = 0D; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "附件下载"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmDownload_FormClosing); this.Load += new System.EventHandler(this.OnFormLoad); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.panel3.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label label3; private System.Windows.Forms.Splitter splitter1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label4; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Splitter splitter2; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Button buttonOk; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.ProgressBar progressBarTotal; private System.Windows.Forms.Label labelCurrentItem; } }