frmProduceUpdate.Designer.cs 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. namespace WDProduceToolUpdate
  2. {
  3. partial class frmProduceUpdate
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.progressBar1 = new System.Windows.Forms.ProgressBar();
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.SuspendLayout();
  31. //
  32. // progressBar1
  33. //
  34. this.progressBar1.Location = new System.Drawing.Point(68, 50);
  35. this.progressBar1.Name = "progressBar1";
  36. this.progressBar1.Size = new System.Drawing.Size(546, 23);
  37. this.progressBar1.TabIndex = 0;
  38. //
  39. // label1
  40. //
  41. this.label1.AutoSize = true;
  42. this.label1.Location = new System.Drawing.Point(128, 116);
  43. this.label1.Name = "label1";
  44. this.label1.Size = new System.Drawing.Size(43, 17);
  45. this.label1.TabIndex = 1;
  46. this.label1.Text = "label1";
  47. //
  48. // frmProduceUpdate
  49. //
  50. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  51. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  52. this.ClientSize = new System.Drawing.Size(679, 177);
  53. this.Controls.Add(this.label1);
  54. this.Controls.Add(this.progressBar1);
  55. this.Name = "frmProduceUpdate";
  56. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  57. this.Text = "生产工具升级";
  58. this.Load += new System.EventHandler(this.update_Load);
  59. this.ResumeLayout(false);
  60. this.PerformLayout();
  61. }
  62. #endregion
  63. private ProgressBar progressBar1;
  64. private Label label1;
  65. }
  66. }