| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
-
- namespace HXX.Scanner.Client.UI.mask
- {
- partial class frmMaskUpgrade
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.lblProgress = new System.Windows.Forms.Label();
- this.panel1 = new System.Windows.Forms.Panel();
- this.progressBar1 = new System.Windows.Forms.ProgressBar();
- this.txtContent = new System.Windows.Forms.TextBox();
- this.panel1.SuspendLayout();
- this.SuspendLayout();
- //
- // lblProgress
- //
- this.lblProgress.AutoSize = true;
- this.lblProgress.Font = new System.Drawing.Font("微软雅黑", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblProgress.Location = new System.Drawing.Point(395, 21);
- this.lblProgress.Name = "lblProgress";
- this.lblProgress.Size = new System.Drawing.Size(176, 36);
- this.lblProgress.TabIndex = 2;
- this.lblProgress.Text = "版本更新 0%";
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.White;
- this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.panel1.Controls.Add(this.txtContent);
- this.panel1.Controls.Add(this.progressBar1);
- this.panel1.Controls.Add(this.lblProgress);
- this.panel1.Location = new System.Drawing.Point(26, 192);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(992, 360);
- this.panel1.TabIndex = 4;
- //
- // progressBar1
- //
- this.progressBar1.Location = new System.Drawing.Point(37, 83);
- this.progressBar1.Margin = new System.Windows.Forms.Padding(4);
- this.progressBar1.Name = "progressBar1";
- this.progressBar1.Size = new System.Drawing.Size(917, 63);
- this.progressBar1.TabIndex = 42;
- //
- // txtContent
- //
- this.txtContent.BackColor = System.Drawing.Color.White;
- this.txtContent.Location = new System.Drawing.Point(37, 164);
- this.txtContent.Margin = new System.Windows.Forms.Padding(4);
- this.txtContent.Multiline = true;
- this.txtContent.Name = "txtContent";
- this.txtContent.ReadOnly = true;
- this.txtContent.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
- this.txtContent.Size = new System.Drawing.Size(917, 167);
- this.txtContent.TabIndex = 43;
- //
- // frmMaskUpgrade
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.Gray;
- this.ClientSize = new System.Drawing.Size(1063, 814);
- this.ControlBox = false;
- this.Controls.Add(this.panel1);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.Name = "frmMaskUpgrade";
- this.ShowInTaskbar = false;
- this.Load += new System.EventHandler(this.frmMask_Load);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Label lblProgress;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.ProgressBar progressBar1;
- private System.Windows.Forms.TextBox txtContent;
- }
- }
|