namespace Lskj.AutoWordFile { 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMain)); this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker(); this.panel2 = new System.Windows.Forms.Panel(); this.progressBar1 = new System.Windows.Forms.ProgressBar(); this.panel1 = new System.Windows.Forms.Panel(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.label4 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.panel2.SuspendLayout(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // panel2 // this.panel2.Controls.Add(this.progressBar1); this.panel2.Controls.Add(this.panel1); this.panel2.Controls.Add(this.label1); this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; this.panel2.Location = new System.Drawing.Point(0, 0); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(491, 106); this.panel2.TabIndex = 10; // // progressBar1 // this.progressBar1.Location = new System.Drawing.Point(80, 79); this.progressBar1.Name = "progressBar1"; this.progressBar1.Size = new System.Drawing.Size(385, 12); this.progressBar1.Step = 1; this.progressBar1.TabIndex = 9; // // 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(491, 63); this.panel1.TabIndex = 8; // // pictureBox1 // this.pictureBox1.BackgroundImage = global::Lskj.AutoCreatWord.Properties.Resources.Word; this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.pictureBox1.Location = new System.Drawing.Point(401, 4); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(66, 55); this.pictureBox1.TabIndex = 1; this.pictureBox1.TabStop = false; // // 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 = "这段时间您可以使用您的计算机办理其他事务"; // // 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(257, 12); this.label2.TabIndex = 0; this.label2.Text = "正在下载图片,并生成word请耐心等待一段时间"; // // 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(85, 12); this.label3.TabIndex = 0; this.label3.Text = "正在生成word"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(21, 79); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(65, 12); this.label1.TabIndex = 7; this.label1.Text = "正在生成:"; // // FrmMain // this.Appearance.BackColor = System.Drawing.SystemColors.Control; this.Appearance.Options.UseBackColor = true; this.Appearance.Options.UseFont = true; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(491, 106); this.Controls.Add(this.panel2); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.Name = "FrmMain"; this.Text = "朗速-开发动态文档(WORD)智能生成工具"; this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); } #endregion private System.ComponentModel.BackgroundWorker backgroundWorker1; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label1; private System.Windows.Forms.ProgressBar progressBar1; } }