namespace updater { partial class Form1 { /// /// 必需的设计器变量。 /// 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(Form1)); this.LabelLog = new System.Windows.Forms.Label(); this.progressBar1 = new System.Windows.Forms.ProgressBar(); this.ButtonProcess = new System.Windows.Forms.Button(); this.SuspendLayout(); // // LabelLog // this.LabelLog.BackColor = System.Drawing.SystemColors.ControlLight; this.LabelLog.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.LabelLog.Location = new System.Drawing.Point(52, 30); this.LabelLog.Name = "LabelLog"; this.LabelLog.Size = new System.Drawing.Size(340, 169); this.LabelLog.TabIndex = 0; this.LabelLog.Text = "正在检测"; this.LabelLog.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.LabelLog.Click += new System.EventHandler(this.LabelLog_Click); // // progressBar1 // this.progressBar1.Location = new System.Drawing.Point(52, 210); this.progressBar1.Name = "progressBar1"; this.progressBar1.Size = new System.Drawing.Size(340, 10); this.progressBar1.TabIndex = 3; this.progressBar1.Visible = false; // // ButtonProcess // this.ButtonProcess.Location = new System.Drawing.Point(186, 228); this.ButtonProcess.Name = "ButtonProcess"; this.ButtonProcess.Size = new System.Drawing.Size(72, 33); this.ButtonProcess.TabIndex = 4; this.ButtonProcess.Text = "继续"; this.ButtonProcess.UseVisualStyleBackColor = true; this.ButtonProcess.Visible = false; this.ButtonProcess.Click += new System.EventHandler(this.ButtonProcess_Click); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(438, 286); this.Controls.Add(this.ButtonProcess); this.Controls.Add(this.progressBar1); this.Controls.Add(this.LabelLog); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "Form1"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "AI校对王更新"; this.Load += new System.EventHandler(this.Form1_Load); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label LabelLog; private System.Windows.Forms.ProgressBar progressBar1; private System.Windows.Forms.Button ButtonProcess; } }