MainForm.Designer.cs 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. namespace Oreo.VersionUpdate.Views
  2. {
  3. partial class MainForm
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
  29. this.label2 = new System.Windows.Forms.Label();
  30. this.label3 = new System.Windows.Forms.Label();
  31. this.LbVersionNumber = new System.Windows.Forms.Label();
  32. this.LbPluginName = new System.Windows.Forms.Label();
  33. this.LbUpdateDetail = new System.Windows.Forms.Label();
  34. this.label9 = new System.Windows.Forms.Label();
  35. this.LbCodeName = new System.Windows.Forms.Label();
  36. this.progressBar1 = new System.Windows.Forms.ProgressBar();
  37. this.SuspendLayout();
  38. //
  39. // label2
  40. //
  41. this.label2.AutoSize = true;
  42. this.label2.ForeColor = System.Drawing.Color.White;
  43. this.label2.Location = new System.Drawing.Point(12, 32);
  44. this.label2.Name = "label2";
  45. this.label2.Size = new System.Drawing.Size(65, 12);
  46. this.label2.TabIndex = 1;
  47. this.label2.Text = "更新插件:";
  48. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  49. //
  50. // label3
  51. //
  52. this.label3.AutoSize = true;
  53. this.label3.ForeColor = System.Drawing.Color.White;
  54. this.label3.Location = new System.Drawing.Point(236, 9);
  55. this.label3.Name = "label3";
  56. this.label3.Size = new System.Drawing.Size(65, 12);
  57. this.label3.TabIndex = 2;
  58. this.label3.Text = "新版本号:";
  59. this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  60. //
  61. // LbVersionNumber
  62. //
  63. this.LbVersionNumber.Cursor = System.Windows.Forms.Cursors.Hand;
  64. this.LbVersionNumber.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  65. this.LbVersionNumber.ForeColor = System.Drawing.Color.White;
  66. this.LbVersionNumber.Location = new System.Drawing.Point(305, 9);
  67. this.LbVersionNumber.Name = "LbVersionNumber";
  68. this.LbVersionNumber.Size = new System.Drawing.Size(102, 12);
  69. this.LbVersionNumber.TabIndex = 4;
  70. this.LbVersionNumber.Text = "1.0.0.0";
  71. this.LbVersionNumber.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  72. this.LbVersionNumber.Click += new System.EventHandler(this.LbVersionNumber_Click);
  73. //
  74. // LbPluginName
  75. //
  76. this.LbPluginName.ForeColor = System.Drawing.Color.White;
  77. this.LbPluginName.Location = new System.Drawing.Point(81, 32);
  78. this.LbPluginName.Name = "LbPluginName";
  79. this.LbPluginName.Size = new System.Drawing.Size(326, 12);
  80. this.LbPluginName.TabIndex = 5;
  81. this.LbPluginName.Text = "无";
  82. this.LbPluginName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  83. //
  84. // LbUpdateDetail
  85. //
  86. this.LbUpdateDetail.ForeColor = System.Drawing.Color.White;
  87. this.LbUpdateDetail.Location = new System.Drawing.Point(14, 93);
  88. this.LbUpdateDetail.Name = "LbUpdateDetail";
  89. this.LbUpdateDetail.Size = new System.Drawing.Size(395, 31);
  90. this.LbUpdateDetail.TabIndex = 7;
  91. this.LbUpdateDetail.Text = "准备更新……";
  92. //
  93. // label9
  94. //
  95. this.label9.AutoSize = true;
  96. this.label9.ForeColor = System.Drawing.Color.White;
  97. this.label9.Location = new System.Drawing.Point(12, 9);
  98. this.label9.Name = "label9";
  99. this.label9.Size = new System.Drawing.Size(65, 12);
  100. this.label9.TabIndex = 8;
  101. this.label9.Text = "更新代号:";
  102. this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  103. //
  104. // LbCodeName
  105. //
  106. this.LbCodeName.ForeColor = System.Drawing.Color.White;
  107. this.LbCodeName.Location = new System.Drawing.Point(81, 9);
  108. this.LbCodeName.Name = "LbCodeName";
  109. this.LbCodeName.Size = new System.Drawing.Size(149, 12);
  110. this.LbCodeName.TabIndex = 9;
  111. this.LbCodeName.Text = "扬帆起航";
  112. this.LbCodeName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  113. //
  114. // progressBar1
  115. //
  116. this.progressBar1.Location = new System.Drawing.Point(14, 61);
  117. this.progressBar1.Maximum = 1000;
  118. this.progressBar1.Name = "progressBar1";
  119. this.progressBar1.Size = new System.Drawing.Size(395, 23);
  120. this.progressBar1.TabIndex = 10;
  121. //
  122. // MainForm
  123. //
  124. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  125. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  126. this.BackColor = System.Drawing.SystemColors.Highlight;
  127. this.ClientSize = new System.Drawing.Size(425, 135);
  128. this.Controls.Add(this.progressBar1);
  129. this.Controls.Add(this.LbCodeName);
  130. this.Controls.Add(this.label9);
  131. this.Controls.Add(this.LbUpdateDetail);
  132. this.Controls.Add(this.LbPluginName);
  133. this.Controls.Add(this.LbVersionNumber);
  134. this.Controls.Add(this.label3);
  135. this.Controls.Add(this.label2);
  136. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  137. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  138. this.MaximizeBox = false;
  139. this.MinimizeBox = false;
  140. this.Name = "MainForm";
  141. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  142. this.Text = "正在准备升级……";
  143. this.Load += new System.EventHandler(this.MainForm_Load);
  144. this.ResumeLayout(false);
  145. this.PerformLayout();
  146. }
  147. #endregion
  148. private System.Windows.Forms.Label label2;
  149. private System.Windows.Forms.Label label3;
  150. private System.Windows.Forms.Label LbVersionNumber;
  151. private System.Windows.Forms.Label LbPluginName;
  152. private System.Windows.Forms.Label LbUpdateDetail;
  153. private System.Windows.Forms.Label label9;
  154. private System.Windows.Forms.Label LbCodeName;
  155. private System.Windows.Forms.ProgressBar progressBar1;
  156. }
  157. }