Form1.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236
  1. namespace Version.Builder
  2. {
  3. partial class Form1
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.LbResult = new System.Windows.Forms.Label();
  29. this.LbPath = new System.Windows.Forms.Label();
  30. this.TbPath = new System.Windows.Forms.TextBox();
  31. this.BtBuild = new System.Windows.Forms.Button();
  32. this.groupBox1 = new System.Windows.Forms.GroupBox();
  33. this.LbFtpPath = new System.Windows.Forms.Label();
  34. this.TbFtpPath = new System.Windows.Forms.TextBox();
  35. this.groupBox2 = new System.Windows.Forms.GroupBox();
  36. this.LbBeginClose = new System.Windows.Forms.Label();
  37. this.LbEndRun = new System.Windows.Forms.Label();
  38. this.TbBeginClose = new System.Windows.Forms.TextBox();
  39. this.TbEndRun = new System.Windows.Forms.TextBox();
  40. this.groupBox3 = new System.Windows.Forms.GroupBox();
  41. this.LbVersionNumber = new System.Windows.Forms.Label();
  42. this.TbVersionNumber = new System.Windows.Forms.TextBox();
  43. this.groupBox1.SuspendLayout();
  44. this.groupBox2.SuspendLayout();
  45. this.groupBox3.SuspendLayout();
  46. this.SuspendLayout();
  47. //
  48. // LbResult
  49. //
  50. this.LbResult.BackColor = System.Drawing.Color.White;
  51. this.LbResult.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  52. this.LbResult.Dock = System.Windows.Forms.DockStyle.Bottom;
  53. this.LbResult.Location = new System.Drawing.Point(0, 396);
  54. this.LbResult.Name = "LbResult";
  55. this.LbResult.Size = new System.Drawing.Size(515, 21);
  56. this.LbResult.TabIndex = 7;
  57. this.LbResult.Text = "就绪";
  58. this.LbResult.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  59. //
  60. // LbPath
  61. //
  62. this.LbPath.AutoSize = true;
  63. this.LbPath.Location = new System.Drawing.Point(20, 33);
  64. this.LbPath.Name = "LbPath";
  65. this.LbPath.Size = new System.Drawing.Size(65, 12);
  66. this.LbPath.TabIndex = 6;
  67. this.LbPath.Text = "文件路径:";
  68. //
  69. // TbPath
  70. //
  71. this.TbPath.Location = new System.Drawing.Point(91, 30);
  72. this.TbPath.Name = "TbPath";
  73. this.TbPath.Size = new System.Drawing.Size(384, 21);
  74. this.TbPath.TabIndex = 5;
  75. this.TbPath.Text = "D:\\FTP\\Application\\1.0";
  76. //
  77. // BtBuild
  78. //
  79. this.BtBuild.Location = new System.Drawing.Point(11, 355);
  80. this.BtBuild.Name = "BtBuild";
  81. this.BtBuild.Size = new System.Drawing.Size(490, 23);
  82. this.BtBuild.TabIndex = 4;
  83. this.BtBuild.Text = "生成";
  84. this.BtBuild.UseVisualStyleBackColor = true;
  85. this.BtBuild.Click += new System.EventHandler(this.BtBuild_Click);
  86. //
  87. // groupBox1
  88. //
  89. this.groupBox1.Controls.Add(this.TbFtpPath);
  90. this.groupBox1.Controls.Add(this.LbFtpPath);
  91. this.groupBox1.Controls.Add(this.LbPath);
  92. this.groupBox1.Controls.Add(this.TbPath);
  93. this.groupBox1.Location = new System.Drawing.Point(12, 106);
  94. this.groupBox1.Name = "groupBox1";
  95. this.groupBox1.Size = new System.Drawing.Size(491, 107);
  96. this.groupBox1.TabIndex = 8;
  97. this.groupBox1.TabStop = false;
  98. this.groupBox1.Text = "文件配置";
  99. //
  100. // LbFtpPath
  101. //
  102. this.LbFtpPath.AutoSize = true;
  103. this.LbFtpPath.Location = new System.Drawing.Point(20, 64);
  104. this.LbFtpPath.Name = "LbFtpPath";
  105. this.LbFtpPath.Size = new System.Drawing.Size(59, 12);
  106. this.LbFtpPath.TabIndex = 7;
  107. this.LbFtpPath.Text = "FTP目录:";
  108. //
  109. // TbFtpPath
  110. //
  111. this.TbFtpPath.Location = new System.Drawing.Point(91, 61);
  112. this.TbFtpPath.Name = "TbFtpPath";
  113. this.TbFtpPath.Size = new System.Drawing.Size(384, 21);
  114. this.TbFtpPath.TabIndex = 8;
  115. this.TbFtpPath.Text = "Application\\1.0";
  116. //
  117. // groupBox2
  118. //
  119. this.groupBox2.Controls.Add(this.TbEndRun);
  120. this.groupBox2.Controls.Add(this.TbBeginClose);
  121. this.groupBox2.Controls.Add(this.LbEndRun);
  122. this.groupBox2.Controls.Add(this.LbBeginClose);
  123. this.groupBox2.Location = new System.Drawing.Point(12, 228);
  124. this.groupBox2.Name = "groupBox2";
  125. this.groupBox2.Size = new System.Drawing.Size(490, 108);
  126. this.groupBox2.TabIndex = 9;
  127. this.groupBox2.TabStop = false;
  128. this.groupBox2.Text = "高级设置";
  129. //
  130. // LbBeginClose
  131. //
  132. this.LbBeginClose.AutoSize = true;
  133. this.LbBeginClose.Location = new System.Drawing.Point(20, 35);
  134. this.LbBeginClose.Name = "LbBeginClose";
  135. this.LbBeginClose.Size = new System.Drawing.Size(101, 12);
  136. this.LbBeginClose.TabIndex = 0;
  137. this.LbBeginClose.Text = "更新前关闭进程:";
  138. //
  139. // LbEndRun
  140. //
  141. this.LbEndRun.AutoSize = true;
  142. this.LbEndRun.Location = new System.Drawing.Point(22, 69);
  143. this.LbEndRun.Name = "LbEndRun";
  144. this.LbEndRun.Size = new System.Drawing.Size(101, 12);
  145. this.LbEndRun.TabIndex = 1;
  146. this.LbEndRun.Text = "更新后启动程序:";
  147. //
  148. // TbBeginClose
  149. //
  150. this.TbBeginClose.Location = new System.Drawing.Point(127, 32);
  151. this.TbBeginClose.Name = "TbBeginClose";
  152. this.TbBeginClose.Size = new System.Drawing.Size(348, 21);
  153. this.TbBeginClose.TabIndex = 2;
  154. this.TbBeginClose.Text = "UDefrag;logreader;";
  155. //
  156. // TbEndRun
  157. //
  158. this.TbEndRun.Location = new System.Drawing.Point(127, 66);
  159. this.TbEndRun.Name = "TbEndRun";
  160. this.TbEndRun.Size = new System.Drawing.Size(348, 21);
  161. this.TbEndRun.TabIndex = 3;
  162. this.TbEndRun.Text = "笔记本键盘设置.EXE;DoubleForm\\磁盘碎片整理.exe";
  163. //
  164. // groupBox3
  165. //
  166. this.groupBox3.Controls.Add(this.LbVersionNumber);
  167. this.groupBox3.Controls.Add(this.TbVersionNumber);
  168. this.groupBox3.Location = new System.Drawing.Point(13, 13);
  169. this.groupBox3.Name = "groupBox3";
  170. this.groupBox3.Size = new System.Drawing.Size(488, 76);
  171. this.groupBox3.TabIndex = 10;
  172. this.groupBox3.TabStop = false;
  173. this.groupBox3.Text = "基础信息";
  174. //
  175. // LbVersionNumber
  176. //
  177. this.LbVersionNumber.AutoSize = true;
  178. this.LbVersionNumber.Location = new System.Drawing.Point(19, 35);
  179. this.LbVersionNumber.Name = "LbVersionNumber";
  180. this.LbVersionNumber.Size = new System.Drawing.Size(53, 12);
  181. this.LbVersionNumber.TabIndex = 8;
  182. this.LbVersionNumber.Text = "版本号:";
  183. //
  184. // TbVersionNumber
  185. //
  186. this.TbVersionNumber.Location = new System.Drawing.Point(90, 32);
  187. this.TbVersionNumber.Name = "TbVersionNumber";
  188. this.TbVersionNumber.Size = new System.Drawing.Size(384, 21);
  189. this.TbVersionNumber.TabIndex = 7;
  190. this.TbVersionNumber.Text = "1.0.0.0";
  191. //
  192. // Form1
  193. //
  194. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  195. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  196. this.ClientSize = new System.Drawing.Size(515, 417);
  197. this.Controls.Add(this.groupBox3);
  198. this.Controls.Add(this.groupBox2);
  199. this.Controls.Add(this.groupBox1);
  200. this.Controls.Add(this.LbResult);
  201. this.Controls.Add(this.BtBuild);
  202. this.Name = "Form1";
  203. this.Text = "版本文件生成器";
  204. this.groupBox1.ResumeLayout(false);
  205. this.groupBox1.PerformLayout();
  206. this.groupBox2.ResumeLayout(false);
  207. this.groupBox2.PerformLayout();
  208. this.groupBox3.ResumeLayout(false);
  209. this.groupBox3.PerformLayout();
  210. this.ResumeLayout(false);
  211. }
  212. #endregion
  213. private System.Windows.Forms.Label LbResult;
  214. private System.Windows.Forms.Label LbPath;
  215. private System.Windows.Forms.TextBox TbPath;
  216. private System.Windows.Forms.Button BtBuild;
  217. private System.Windows.Forms.GroupBox groupBox1;
  218. private System.Windows.Forms.TextBox TbFtpPath;
  219. private System.Windows.Forms.Label LbFtpPath;
  220. private System.Windows.Forms.GroupBox groupBox2;
  221. private System.Windows.Forms.Label LbEndRun;
  222. private System.Windows.Forms.Label LbBeginClose;
  223. private System.Windows.Forms.TextBox TbEndRun;
  224. private System.Windows.Forms.TextBox TbBeginClose;
  225. private System.Windows.Forms.GroupBox groupBox3;
  226. private System.Windows.Forms.Label LbVersionNumber;
  227. private System.Windows.Forms.TextBox TbVersionNumber;
  228. }
  229. }