frmMaskUpgrade.Designer.cs 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. 
  2. namespace HXX.Scanner.Client.UI.mask
  3. {
  4. partial class frmMaskUpgrade
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.lblProgress = new System.Windows.Forms.Label();
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.progressBar1 = new System.Windows.Forms.ProgressBar();
  32. this.txtContent = new System.Windows.Forms.TextBox();
  33. this.panel1.SuspendLayout();
  34. this.SuspendLayout();
  35. //
  36. // lblProgress
  37. //
  38. this.lblProgress.AutoSize = true;
  39. this.lblProgress.Font = new System.Drawing.Font("微软雅黑", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  40. this.lblProgress.Location = new System.Drawing.Point(395, 21);
  41. this.lblProgress.Name = "lblProgress";
  42. this.lblProgress.Size = new System.Drawing.Size(176, 36);
  43. this.lblProgress.TabIndex = 2;
  44. this.lblProgress.Text = "版本更新 0%";
  45. //
  46. // panel1
  47. //
  48. this.panel1.BackColor = System.Drawing.Color.White;
  49. this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  50. this.panel1.Controls.Add(this.txtContent);
  51. this.panel1.Controls.Add(this.progressBar1);
  52. this.panel1.Controls.Add(this.lblProgress);
  53. this.panel1.Location = new System.Drawing.Point(26, 192);
  54. this.panel1.Name = "panel1";
  55. this.panel1.Size = new System.Drawing.Size(992, 360);
  56. this.panel1.TabIndex = 4;
  57. //
  58. // progressBar1
  59. //
  60. this.progressBar1.Location = new System.Drawing.Point(37, 83);
  61. this.progressBar1.Margin = new System.Windows.Forms.Padding(4);
  62. this.progressBar1.Name = "progressBar1";
  63. this.progressBar1.Size = new System.Drawing.Size(917, 63);
  64. this.progressBar1.TabIndex = 42;
  65. //
  66. // txtContent
  67. //
  68. this.txtContent.BackColor = System.Drawing.Color.White;
  69. this.txtContent.Location = new System.Drawing.Point(37, 164);
  70. this.txtContent.Margin = new System.Windows.Forms.Padding(4);
  71. this.txtContent.Multiline = true;
  72. this.txtContent.Name = "txtContent";
  73. this.txtContent.ReadOnly = true;
  74. this.txtContent.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  75. this.txtContent.Size = new System.Drawing.Size(917, 167);
  76. this.txtContent.TabIndex = 43;
  77. //
  78. // frmMaskUpgrade
  79. //
  80. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  81. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  82. this.BackColor = System.Drawing.Color.Gray;
  83. this.ClientSize = new System.Drawing.Size(1063, 814);
  84. this.ControlBox = false;
  85. this.Controls.Add(this.panel1);
  86. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  87. this.Name = "frmMaskUpgrade";
  88. this.ShowInTaskbar = false;
  89. this.Load += new System.EventHandler(this.frmMask_Load);
  90. this.panel1.ResumeLayout(false);
  91. this.panel1.PerformLayout();
  92. this.ResumeLayout(false);
  93. }
  94. #endregion
  95. private System.Windows.Forms.Label lblProgress;
  96. private System.Windows.Forms.Panel panel1;
  97. private System.Windows.Forms.ProgressBar progressBar1;
  98. private System.Windows.Forms.TextBox txtContent;
  99. }
  100. }