AutoUpdate.Designer.cs 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. namespace Mes.AutoUpdate
  2. {
  3. partial class AutoUpdate
  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.lblfile = new System.Windows.Forms.Label();
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.progressBar1 = new System.Windows.Forms.ProgressBar();
  31. this.SuspendLayout();
  32. //
  33. // lblfile
  34. //
  35. this.lblfile.Location = new System.Drawing.Point(94, 11);
  36. this.lblfile.Name = "lblfile";
  37. this.lblfile.Size = new System.Drawing.Size(413, 41);
  38. this.lblfile.TabIndex = 5;
  39. //
  40. // label1
  41. //
  42. this.label1.Location = new System.Drawing.Point(35, 11);
  43. this.label1.Name = "label1";
  44. this.label1.Size = new System.Drawing.Size(69, 23);
  45. this.label1.TabIndex = 4;
  46. this.label1.Text = "正在下载:";
  47. //
  48. // progressBar1
  49. //
  50. this.progressBar1.Location = new System.Drawing.Point(37, 55);
  51. this.progressBar1.Name = "progressBar1";
  52. this.progressBar1.Size = new System.Drawing.Size(472, 23);
  53. this.progressBar1.TabIndex = 3;
  54. //
  55. // AutoUpdater
  56. //
  57. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  58. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  59. this.ClientSize = new System.Drawing.Size(544, 96);
  60. this.ControlBox = false;
  61. this.Controls.Add(this.lblfile);
  62. this.Controls.Add(this.label1);
  63. this.Controls.Add(this.progressBar1);
  64. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  65. this.MaximizeBox = false;
  66. this.MinimizeBox = false;
  67. this.Name = "AutoUpdater";
  68. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  69. this.Text = "正在更新程序.....";
  70. this.Load += new System.EventHandler(this.AutoUpdater_Load);
  71. this.ResumeLayout(false);
  72. }
  73. #endregion
  74. private System.Windows.Forms.Label lblfile;
  75. private System.Windows.Forms.Label label1;
  76. private System.Windows.Forms.ProgressBar progressBar1;
  77. }
  78. }