Form1.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463
  1. namespace Oreo.VersionPackage
  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.groupBox2 = new System.Windows.Forms.GroupBox();
  29. this.label2 = new System.Windows.Forms.Label();
  30. this.tbVersion = new System.Windows.Forms.TextBox();
  31. this.label4 = new System.Windows.Forms.Label();
  32. this.tbReleasePath = new System.Windows.Forms.TextBox();
  33. this.label15 = new System.Windows.Forms.Label();
  34. this.cbNecessary = new System.Windows.Forms.CheckBox();
  35. this.rbFtpMode = new System.Windows.Forms.RadioButton();
  36. this.groupBox1 = new System.Windows.Forms.GroupBox();
  37. this.label8 = new System.Windows.Forms.Label();
  38. this.tbAuthor = new System.Windows.Forms.TextBox();
  39. this.label1 = new System.Windows.Forms.Label();
  40. this.tbName = new System.Windows.Forms.TextBox();
  41. this.label3 = new System.Windows.Forms.Label();
  42. this.tbDesc = new System.Windows.Forms.TextBox();
  43. this.tabPage1 = new System.Windows.Forms.TabPage();
  44. this.tbHttpUrl = new System.Windows.Forms.TextBox();
  45. this.label9 = new System.Windows.Forms.Label();
  46. this.tabPage2 = new System.Windows.Forms.TabPage();
  47. this.label5 = new System.Windows.Forms.Label();
  48. this.tbFtpIp = new System.Windows.Forms.TextBox();
  49. this.tbFtpAccount = new System.Windows.Forms.TextBox();
  50. this.label12 = new System.Windows.Forms.Label();
  51. this.tbFtpPassword = new System.Windows.Forms.TextBox();
  52. this.label11 = new System.Windows.Forms.Label();
  53. this.tbFtpFile = new System.Windows.Forms.TextBox();
  54. this.label10 = new System.Windows.Forms.Label();
  55. this.tabControl1 = new System.Windows.Forms.TabControl();
  56. this.label6 = new System.Windows.Forms.Label();
  57. this.rbHttpMode = new System.Windows.Forms.RadioButton();
  58. this.btPackage = new System.Windows.Forms.Button();
  59. this.groupBox3 = new System.Windows.Forms.GroupBox();
  60. this.tbPath = new System.Windows.Forms.TextBox();
  61. this.label7 = new System.Windows.Forms.Label();
  62. this.groupBox2.SuspendLayout();
  63. this.groupBox1.SuspendLayout();
  64. this.tabPage1.SuspendLayout();
  65. this.tabPage2.SuspendLayout();
  66. this.tabControl1.SuspendLayout();
  67. this.groupBox3.SuspendLayout();
  68. this.SuspendLayout();
  69. //
  70. // groupBox2
  71. //
  72. this.groupBox2.Controls.Add(this.label2);
  73. this.groupBox2.Controls.Add(this.tbVersion);
  74. this.groupBox2.Controls.Add(this.label4);
  75. this.groupBox2.Controls.Add(this.tbReleasePath);
  76. this.groupBox2.Controls.Add(this.label15);
  77. this.groupBox2.Controls.Add(this.cbNecessary);
  78. this.groupBox2.Location = new System.Drawing.Point(12, 53);
  79. this.groupBox2.Name = "groupBox2";
  80. this.groupBox2.Size = new System.Drawing.Size(278, 141);
  81. this.groupBox2.TabIndex = 46;
  82. this.groupBox2.TabStop = false;
  83. this.groupBox2.Text = "基础信息";
  84. //
  85. // label2
  86. //
  87. this.label2.AutoSize = true;
  88. this.label2.Location = new System.Drawing.Point(15, 23);
  89. this.label2.Name = "label2";
  90. this.label2.Size = new System.Drawing.Size(53, 12);
  91. this.label2.TabIndex = 4;
  92. this.label2.Text = "版本号:";
  93. //
  94. // tbVersion
  95. //
  96. this.tbVersion.Location = new System.Drawing.Point(114, 20);
  97. this.tbVersion.Name = "tbVersion";
  98. this.tbVersion.Size = new System.Drawing.Size(126, 21);
  99. this.tbVersion.TabIndex = 3;
  100. //
  101. // label4
  102. //
  103. this.label4.AutoSize = true;
  104. this.label4.Location = new System.Drawing.Point(15, 91);
  105. this.label4.Name = "label4";
  106. this.label4.Size = new System.Drawing.Size(65, 12);
  107. this.label4.TabIndex = 6;
  108. this.label4.Text = "必要升级:";
  109. //
  110. // tbReleasePath
  111. //
  112. this.tbReleasePath.Location = new System.Drawing.Point(114, 52);
  113. this.tbReleasePath.Name = "tbReleasePath";
  114. this.tbReleasePath.Size = new System.Drawing.Size(126, 21);
  115. this.tbReleasePath.TabIndex = 27;
  116. this.tbReleasePath.Text = "|AppRoot|";
  117. //
  118. // label15
  119. //
  120. this.label15.AutoSize = true;
  121. this.label15.Location = new System.Drawing.Point(15, 55);
  122. this.label15.Name = "label15";
  123. this.label15.Size = new System.Drawing.Size(83, 12);
  124. this.label15.TabIndex = 28;
  125. this.label15.Text = "ReleasePath:";
  126. //
  127. // cbNecessary
  128. //
  129. this.cbNecessary.AutoSize = true;
  130. this.cbNecessary.Checked = true;
  131. this.cbNecessary.CheckState = System.Windows.Forms.CheckState.Checked;
  132. this.cbNecessary.Location = new System.Drawing.Point(114, 90);
  133. this.cbNecessary.Name = "cbNecessary";
  134. this.cbNecessary.Size = new System.Drawing.Size(48, 16);
  135. this.cbNecessary.TabIndex = 33;
  136. this.cbNecessary.Text = "必要";
  137. this.cbNecessary.UseVisualStyleBackColor = true;
  138. //
  139. // rbFtpMode
  140. //
  141. this.rbFtpMode.AutoSize = true;
  142. this.rbFtpMode.Location = new System.Drawing.Point(171, 28);
  143. this.rbFtpMode.Name = "rbFtpMode";
  144. this.rbFtpMode.Size = new System.Drawing.Size(41, 16);
  145. this.rbFtpMode.TabIndex = 44;
  146. this.rbFtpMode.Text = "FTP";
  147. this.rbFtpMode.UseVisualStyleBackColor = true;
  148. //
  149. // groupBox1
  150. //
  151. this.groupBox1.Controls.Add(this.label8);
  152. this.groupBox1.Controls.Add(this.tbAuthor);
  153. this.groupBox1.Controls.Add(this.label1);
  154. this.groupBox1.Controls.Add(this.tbName);
  155. this.groupBox1.Controls.Add(this.label3);
  156. this.groupBox1.Controls.Add(this.tbDesc);
  157. this.groupBox1.Location = new System.Drawing.Point(308, 53);
  158. this.groupBox1.Name = "groupBox1";
  159. this.groupBox1.Size = new System.Drawing.Size(278, 141);
  160. this.groupBox1.TabIndex = 43;
  161. this.groupBox1.TabStop = false;
  162. this.groupBox1.Text = "描述信息";
  163. //
  164. // label8
  165. //
  166. this.label8.AutoSize = true;
  167. this.label8.Location = new System.Drawing.Point(15, 49);
  168. this.label8.Name = "label8";
  169. this.label8.Size = new System.Drawing.Size(41, 12);
  170. this.label8.TabIndex = 10;
  171. this.label8.Text = "作者:";
  172. //
  173. // tbAuthor
  174. //
  175. this.tbAuthor.Location = new System.Drawing.Point(80, 46);
  176. this.tbAuthor.Name = "tbAuthor";
  177. this.tbAuthor.Size = new System.Drawing.Size(179, 21);
  178. this.tbAuthor.TabIndex = 9;
  179. //
  180. // label1
  181. //
  182. this.label1.AutoSize = true;
  183. this.label1.Location = new System.Drawing.Point(15, 23);
  184. this.label1.Name = "label1";
  185. this.label1.Size = new System.Drawing.Size(41, 12);
  186. this.label1.TabIndex = 2;
  187. this.label1.Text = "名称:";
  188. //
  189. // tbName
  190. //
  191. this.tbName.Location = new System.Drawing.Point(80, 20);
  192. this.tbName.Name = "tbName";
  193. this.tbName.Size = new System.Drawing.Size(179, 21);
  194. this.tbName.TabIndex = 0;
  195. //
  196. // label3
  197. //
  198. this.label3.AutoSize = true;
  199. this.label3.Location = new System.Drawing.Point(15, 75);
  200. this.label3.Name = "label3";
  201. this.label3.Size = new System.Drawing.Size(41, 12);
  202. this.label3.TabIndex = 8;
  203. this.label3.Text = "描述:";
  204. //
  205. // tbDesc
  206. //
  207. this.tbDesc.Location = new System.Drawing.Point(80, 72);
  208. this.tbDesc.Multiline = true;
  209. this.tbDesc.Name = "tbDesc";
  210. this.tbDesc.Size = new System.Drawing.Size(179, 48);
  211. this.tbDesc.TabIndex = 7;
  212. //
  213. // tabPage1
  214. //
  215. this.tabPage1.Controls.Add(this.tbHttpUrl);
  216. this.tabPage1.Controls.Add(this.label9);
  217. this.tabPage1.Location = new System.Drawing.Point(4, 22);
  218. this.tabPage1.Name = "tabPage1";
  219. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  220. this.tabPage1.Size = new System.Drawing.Size(512, 129);
  221. this.tabPage1.TabIndex = 0;
  222. this.tabPage1.Text = "HTTP 下载设置";
  223. this.tabPage1.UseVisualStyleBackColor = true;
  224. //
  225. // tbHttpUrl
  226. //
  227. this.tbHttpUrl.Location = new System.Drawing.Point(116, 21);
  228. this.tbHttpUrl.Name = "tbHttpUrl";
  229. this.tbHttpUrl.Size = new System.Drawing.Size(281, 21);
  230. this.tbHttpUrl.TabIndex = 23;
  231. //
  232. // label9
  233. //
  234. this.label9.AutoSize = true;
  235. this.label9.Location = new System.Drawing.Point(17, 24);
  236. this.label9.Name = "label9";
  237. this.label9.Size = new System.Drawing.Size(95, 12);
  238. this.label9.TabIndex = 24;
  239. this.label9.Text = "Http 文件链接:";
  240. //
  241. // tabPage2
  242. //
  243. this.tabPage2.Controls.Add(this.label5);
  244. this.tabPage2.Controls.Add(this.tbFtpIp);
  245. this.tabPage2.Controls.Add(this.tbFtpAccount);
  246. this.tabPage2.Controls.Add(this.label12);
  247. this.tabPage2.Controls.Add(this.tbFtpPassword);
  248. this.tabPage2.Controls.Add(this.label11);
  249. this.tabPage2.Controls.Add(this.tbFtpFile);
  250. this.tabPage2.Controls.Add(this.label10);
  251. this.tabPage2.Location = new System.Drawing.Point(4, 22);
  252. this.tabPage2.Name = "tabPage2";
  253. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  254. this.tabPage2.Size = new System.Drawing.Size(512, 129);
  255. this.tabPage2.TabIndex = 1;
  256. this.tabPage2.Text = "FTP 下载设置";
  257. this.tabPage2.UseVisualStyleBackColor = true;
  258. //
  259. // label5
  260. //
  261. this.label5.AutoSize = true;
  262. this.label5.Location = new System.Drawing.Point(14, 24);
  263. this.label5.Name = "label5";
  264. this.label5.Size = new System.Drawing.Size(47, 12);
  265. this.label5.TabIndex = 16;
  266. this.label5.Text = "FtpIp:";
  267. //
  268. // tbFtpIp
  269. //
  270. this.tbFtpIp.Location = new System.Drawing.Point(113, 21);
  271. this.tbFtpIp.Name = "tbFtpIp";
  272. this.tbFtpIp.Size = new System.Drawing.Size(126, 21);
  273. this.tbFtpIp.TabIndex = 15;
  274. //
  275. // tbFtpAccount
  276. //
  277. this.tbFtpAccount.Location = new System.Drawing.Point(366, 21);
  278. this.tbFtpAccount.Name = "tbFtpAccount";
  279. this.tbFtpAccount.Size = new System.Drawing.Size(126, 21);
  280. this.tbFtpAccount.TabIndex = 17;
  281. //
  282. // label12
  283. //
  284. this.label12.AutoSize = true;
  285. this.label12.Location = new System.Drawing.Point(267, 24);
  286. this.label12.Name = "label12";
  287. this.label12.Size = new System.Drawing.Size(65, 12);
  288. this.label12.TabIndex = 18;
  289. this.label12.Text = "Ftp 账号:";
  290. //
  291. // tbFtpPassword
  292. //
  293. this.tbFtpPassword.Location = new System.Drawing.Point(366, 60);
  294. this.tbFtpPassword.Name = "tbFtpPassword";
  295. this.tbFtpPassword.Size = new System.Drawing.Size(126, 21);
  296. this.tbFtpPassword.TabIndex = 19;
  297. //
  298. // label11
  299. //
  300. this.label11.AutoSize = true;
  301. this.label11.Location = new System.Drawing.Point(267, 63);
  302. this.label11.Name = "label11";
  303. this.label11.Size = new System.Drawing.Size(65, 12);
  304. this.label11.TabIndex = 20;
  305. this.label11.Text = "Ftp 密码:";
  306. //
  307. // tbFtpFile
  308. //
  309. this.tbFtpFile.Location = new System.Drawing.Point(113, 60);
  310. this.tbFtpFile.Name = "tbFtpFile";
  311. this.tbFtpFile.Size = new System.Drawing.Size(126, 21);
  312. this.tbFtpFile.TabIndex = 21;
  313. //
  314. // label10
  315. //
  316. this.label10.AutoSize = true;
  317. this.label10.Location = new System.Drawing.Point(14, 63);
  318. this.label10.Name = "label10";
  319. this.label10.Size = new System.Drawing.Size(89, 12);
  320. this.label10.TabIndex = 22;
  321. this.label10.Text = "Ftp 文件路径:";
  322. //
  323. // tabControl1
  324. //
  325. this.tabControl1.Controls.Add(this.tabPage1);
  326. this.tabControl1.Controls.Add(this.tabPage2);
  327. this.tabControl1.Location = new System.Drawing.Point(17, 61);
  328. this.tabControl1.Name = "tabControl1";
  329. this.tabControl1.SelectedIndex = 0;
  330. this.tabControl1.Size = new System.Drawing.Size(520, 155);
  331. this.tabControl1.TabIndex = 42;
  332. //
  333. // label6
  334. //
  335. this.label6.AutoSize = true;
  336. this.label6.Location = new System.Drawing.Point(19, 30);
  337. this.label6.Name = "label6";
  338. this.label6.Size = new System.Drawing.Size(65, 12);
  339. this.label6.TabIndex = 41;
  340. this.label6.Text = "下载模式:";
  341. //
  342. // rbHttpMode
  343. //
  344. this.rbHttpMode.AutoSize = true;
  345. this.rbHttpMode.Checked = true;
  346. this.rbHttpMode.Location = new System.Drawing.Point(101, 28);
  347. this.rbHttpMode.Name = "rbHttpMode";
  348. this.rbHttpMode.Size = new System.Drawing.Size(47, 16);
  349. this.rbHttpMode.TabIndex = 45;
  350. this.rbHttpMode.TabStop = true;
  351. this.rbHttpMode.Text = "HTTP";
  352. this.rbHttpMode.UseVisualStyleBackColor = true;
  353. //
  354. // btPackage
  355. //
  356. this.btPackage.Location = new System.Drawing.Point(512, 460);
  357. this.btPackage.Name = "btPackage";
  358. this.btPackage.Size = new System.Drawing.Size(75, 23);
  359. this.btPackage.TabIndex = 39;
  360. this.btPackage.Text = "打包";
  361. this.btPackage.UseVisualStyleBackColor = true;
  362. this.btPackage.Click += new System.EventHandler(this.btPackage_Click);
  363. //
  364. // groupBox3
  365. //
  366. this.groupBox3.Controls.Add(this.label6);
  367. this.groupBox3.Controls.Add(this.rbHttpMode);
  368. this.groupBox3.Controls.Add(this.rbFtpMode);
  369. this.groupBox3.Controls.Add(this.tabControl1);
  370. this.groupBox3.Location = new System.Drawing.Point(12, 218);
  371. this.groupBox3.Name = "groupBox3";
  372. this.groupBox3.Size = new System.Drawing.Size(574, 236);
  373. this.groupBox3.TabIndex = 47;
  374. this.groupBox3.TabStop = false;
  375. this.groupBox3.Text = "下载信息";
  376. //
  377. // tbPath
  378. //
  379. this.tbPath.Location = new System.Drawing.Point(126, 12);
  380. this.tbPath.Name = "tbPath";
  381. this.tbPath.Size = new System.Drawing.Size(441, 21);
  382. this.tbPath.TabIndex = 48;
  383. //
  384. // label7
  385. //
  386. this.label7.AutoSize = true;
  387. this.label7.Location = new System.Drawing.Point(19, 15);
  388. this.label7.Name = "label7";
  389. this.label7.Size = new System.Drawing.Size(77, 12);
  390. this.label7.TabIndex = 49;
  391. this.label7.Text = "文件夹路径:";
  392. //
  393. // Form1
  394. //
  395. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  396. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  397. this.ClientSize = new System.Drawing.Size(599, 495);
  398. this.Controls.Add(this.label7);
  399. this.Controls.Add(this.tbPath);
  400. this.Controls.Add(this.groupBox3);
  401. this.Controls.Add(this.groupBox2);
  402. this.Controls.Add(this.groupBox1);
  403. this.Controls.Add(this.btPackage);
  404. this.Name = "Form1";
  405. this.Text = "Form1";
  406. this.groupBox2.ResumeLayout(false);
  407. this.groupBox2.PerformLayout();
  408. this.groupBox1.ResumeLayout(false);
  409. this.groupBox1.PerformLayout();
  410. this.tabPage1.ResumeLayout(false);
  411. this.tabPage1.PerformLayout();
  412. this.tabPage2.ResumeLayout(false);
  413. this.tabPage2.PerformLayout();
  414. this.tabControl1.ResumeLayout(false);
  415. this.groupBox3.ResumeLayout(false);
  416. this.groupBox3.PerformLayout();
  417. this.ResumeLayout(false);
  418. this.PerformLayout();
  419. }
  420. #endregion
  421. private System.Windows.Forms.GroupBox groupBox2;
  422. private System.Windows.Forms.Label label2;
  423. private System.Windows.Forms.TextBox tbVersion;
  424. private System.Windows.Forms.Label label4;
  425. private System.Windows.Forms.TextBox tbReleasePath;
  426. private System.Windows.Forms.Label label15;
  427. private System.Windows.Forms.CheckBox cbNecessary;
  428. private System.Windows.Forms.RadioButton rbFtpMode;
  429. private System.Windows.Forms.GroupBox groupBox1;
  430. private System.Windows.Forms.Label label8;
  431. private System.Windows.Forms.TextBox tbAuthor;
  432. private System.Windows.Forms.Label label1;
  433. private System.Windows.Forms.TextBox tbName;
  434. private System.Windows.Forms.Label label3;
  435. private System.Windows.Forms.TextBox tbDesc;
  436. private System.Windows.Forms.TabPage tabPage1;
  437. private System.Windows.Forms.TextBox tbHttpUrl;
  438. private System.Windows.Forms.Label label9;
  439. private System.Windows.Forms.TabPage tabPage2;
  440. private System.Windows.Forms.Label label5;
  441. private System.Windows.Forms.TextBox tbFtpIp;
  442. private System.Windows.Forms.TextBox tbFtpAccount;
  443. private System.Windows.Forms.Label label12;
  444. private System.Windows.Forms.TextBox tbFtpPassword;
  445. private System.Windows.Forms.Label label11;
  446. private System.Windows.Forms.TextBox tbFtpFile;
  447. private System.Windows.Forms.Label label10;
  448. private System.Windows.Forms.TabControl tabControl1;
  449. private System.Windows.Forms.Label label6;
  450. private System.Windows.Forms.RadioButton rbHttpMode;
  451. private System.Windows.Forms.Button btPackage;
  452. private System.Windows.Forms.GroupBox groupBox3;
  453. private System.Windows.Forms.TextBox tbPath;
  454. private System.Windows.Forms.Label label7;
  455. }
  456. }