MainForm.Designer.cs 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237
  1. namespace Oreo.VersionBuilder.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. this.button1 = new System.Windows.Forms.Button();
  29. this.textBox1 = new System.Windows.Forms.TextBox();
  30. this.textBox2 = new System.Windows.Forms.TextBox();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.label3 = new System.Windows.Forms.Label();
  34. this.label4 = new System.Windows.Forms.Label();
  35. this.label5 = new System.Windows.Forms.Label();
  36. this.label6 = new System.Windows.Forms.Label();
  37. this.label7 = new System.Windows.Forms.Label();
  38. this.label8 = new System.Windows.Forms.Label();
  39. this.textBox3 = new System.Windows.Forms.TextBox();
  40. this.textBox4 = new System.Windows.Forms.TextBox();
  41. this.textBox5 = new System.Windows.Forms.TextBox();
  42. this.textBox6 = new System.Windows.Forms.TextBox();
  43. this.textBox7 = new System.Windows.Forms.TextBox();
  44. this.textBox8 = new System.Windows.Forms.TextBox();
  45. this.SuspendLayout();
  46. //
  47. // button1
  48. //
  49. this.button1.Location = new System.Drawing.Point(211, 409);
  50. this.button1.Name = "button1";
  51. this.button1.Size = new System.Drawing.Size(75, 23);
  52. this.button1.TabIndex = 0;
  53. this.button1.Text = "button1";
  54. this.button1.UseVisualStyleBackColor = true;
  55. //
  56. // textBox1
  57. //
  58. this.textBox1.Location = new System.Drawing.Point(118, 6);
  59. this.textBox1.Name = "textBox1";
  60. this.textBox1.Size = new System.Drawing.Size(100, 21);
  61. this.textBox1.TabIndex = 1;
  62. //
  63. // textBox2
  64. //
  65. this.textBox2.Location = new System.Drawing.Point(118, 35);
  66. this.textBox2.Name = "textBox2";
  67. this.textBox2.Size = new System.Drawing.Size(100, 21);
  68. this.textBox2.TabIndex = 2;
  69. //
  70. // label1
  71. //
  72. this.label1.AutoSize = true;
  73. this.label1.Location = new System.Drawing.Point(12, 9);
  74. this.label1.Name = "label1";
  75. this.label1.Size = new System.Drawing.Size(53, 12);
  76. this.label1.TabIndex = 3;
  77. this.label1.Text = "更新代号";
  78. //
  79. // label2
  80. //
  81. this.label2.AutoSize = true;
  82. this.label2.Location = new System.Drawing.Point(12, 38);
  83. this.label2.Name = "label2";
  84. this.label2.Size = new System.Drawing.Size(41, 12);
  85. this.label2.TabIndex = 4;
  86. this.label2.Text = "版本号";
  87. //
  88. // label3
  89. //
  90. this.label3.AutoSize = true;
  91. this.label3.Location = new System.Drawing.Point(12, 67);
  92. this.label3.Name = "label3";
  93. this.label3.Size = new System.Drawing.Size(53, 12);
  94. this.label3.TabIndex = 5;
  95. this.label3.Text = "版本描述";
  96. //
  97. // label4
  98. //
  99. this.label4.AutoSize = true;
  100. this.label4.Location = new System.Drawing.Point(12, 200);
  101. this.label4.Name = "label4";
  102. this.label4.Size = new System.Drawing.Size(101, 12);
  103. this.label4.TabIndex = 6;
  104. this.label4.Text = "服务器文件根目录";
  105. //
  106. // label5
  107. //
  108. this.label5.AutoSize = true;
  109. this.label5.Location = new System.Drawing.Point(12, 229);
  110. this.label5.Name = "label5";
  111. this.label5.Size = new System.Drawing.Size(89, 12);
  112. this.label5.TabIndex = 7;
  113. this.label5.Text = "更新前启动进程";
  114. //
  115. // label6
  116. //
  117. this.label6.AutoSize = true;
  118. this.label6.Location = new System.Drawing.Point(12, 258);
  119. this.label6.Name = "label6";
  120. this.label6.Size = new System.Drawing.Size(89, 12);
  121. this.label6.TabIndex = 8;
  122. this.label6.Text = "更新前关闭进程";
  123. //
  124. // label7
  125. //
  126. this.label7.AutoSize = true;
  127. this.label7.Location = new System.Drawing.Point(12, 287);
  128. this.label7.Name = "label7";
  129. this.label7.Size = new System.Drawing.Size(89, 12);
  130. this.label7.TabIndex = 9;
  131. this.label7.Text = "更新后启动进程";
  132. //
  133. // label8
  134. //
  135. this.label8.AutoSize = true;
  136. this.label8.Location = new System.Drawing.Point(12, 316);
  137. this.label8.Name = "label8";
  138. this.label8.Size = new System.Drawing.Size(89, 12);
  139. this.label8.TabIndex = 10;
  140. this.label8.Text = "更新后关闭进程";
  141. //
  142. // textBox3
  143. //
  144. this.textBox3.Location = new System.Drawing.Point(118, 62);
  145. this.textBox3.Multiline = true;
  146. this.textBox3.Name = "textBox3";
  147. this.textBox3.Size = new System.Drawing.Size(359, 125);
  148. this.textBox3.TabIndex = 11;
  149. //
  150. // textBox4
  151. //
  152. this.textBox4.Location = new System.Drawing.Point(118, 193);
  153. this.textBox4.Name = "textBox4";
  154. this.textBox4.Size = new System.Drawing.Size(100, 21);
  155. this.textBox4.TabIndex = 12;
  156. //
  157. // textBox5
  158. //
  159. this.textBox5.Location = new System.Drawing.Point(118, 220);
  160. this.textBox5.Name = "textBox5";
  161. this.textBox5.Size = new System.Drawing.Size(100, 21);
  162. this.textBox5.TabIndex = 13;
  163. //
  164. // textBox6
  165. //
  166. this.textBox6.Location = new System.Drawing.Point(118, 255);
  167. this.textBox6.Name = "textBox6";
  168. this.textBox6.Size = new System.Drawing.Size(100, 21);
  169. this.textBox6.TabIndex = 14;
  170. //
  171. // textBox7
  172. //
  173. this.textBox7.Location = new System.Drawing.Point(118, 282);
  174. this.textBox7.Name = "textBox7";
  175. this.textBox7.Size = new System.Drawing.Size(100, 21);
  176. this.textBox7.TabIndex = 15;
  177. //
  178. // textBox8
  179. //
  180. this.textBox8.Location = new System.Drawing.Point(118, 316);
  181. this.textBox8.Name = "textBox8";
  182. this.textBox8.Size = new System.Drawing.Size(100, 21);
  183. this.textBox8.TabIndex = 16;
  184. //
  185. // MainForm
  186. //
  187. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  188. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  189. this.ClientSize = new System.Drawing.Size(632, 476);
  190. this.Controls.Add(this.textBox8);
  191. this.Controls.Add(this.textBox7);
  192. this.Controls.Add(this.textBox6);
  193. this.Controls.Add(this.textBox5);
  194. this.Controls.Add(this.textBox4);
  195. this.Controls.Add(this.textBox3);
  196. this.Controls.Add(this.label8);
  197. this.Controls.Add(this.label7);
  198. this.Controls.Add(this.label6);
  199. this.Controls.Add(this.label5);
  200. this.Controls.Add(this.label4);
  201. this.Controls.Add(this.label3);
  202. this.Controls.Add(this.label2);
  203. this.Controls.Add(this.label1);
  204. this.Controls.Add(this.textBox2);
  205. this.Controls.Add(this.textBox1);
  206. this.Controls.Add(this.button1);
  207. this.Name = "MainForm";
  208. this.Text = "版本创建工具";
  209. this.ResumeLayout(false);
  210. this.PerformLayout();
  211. }
  212. #endregion
  213. private System.Windows.Forms.Button button1;
  214. private System.Windows.Forms.TextBox textBox1;
  215. private System.Windows.Forms.TextBox textBox2;
  216. private System.Windows.Forms.Label label1;
  217. private System.Windows.Forms.Label label2;
  218. private System.Windows.Forms.Label label3;
  219. private System.Windows.Forms.Label label4;
  220. private System.Windows.Forms.Label label5;
  221. private System.Windows.Forms.Label label6;
  222. private System.Windows.Forms.Label label7;
  223. private System.Windows.Forms.Label label8;
  224. private System.Windows.Forms.TextBox textBox3;
  225. private System.Windows.Forms.TextBox textBox4;
  226. private System.Windows.Forms.TextBox textBox5;
  227. private System.Windows.Forms.TextBox textBox6;
  228. private System.Windows.Forms.TextBox textBox7;
  229. private System.Windows.Forms.TextBox textBox8;
  230. }
  231. }