MainForm.Designer.cs 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627
  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. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. this.TbVersionDesc = new System.Windows.Forms.TextBox();
  31. this.label3 = new System.Windows.Forms.Label();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.TbVersionNumber = new System.Windows.Forms.TextBox();
  35. this.TbCodeName = new System.Windows.Forms.TextBox();
  36. this.label12 = new System.Windows.Forms.Label();
  37. this.DgFileList = new System.Windows.Forms.DataGridView();
  38. this.TbPluginEntry = new System.Windows.Forms.TextBox();
  39. this.TbPluginName = new System.Windows.Forms.TextBox();
  40. this.label11 = new System.Windows.Forms.Label();
  41. this.label10 = new System.Windows.Forms.Label();
  42. this.TbServerPath = new System.Windows.Forms.TextBox();
  43. this.label4 = new System.Windows.Forms.Label();
  44. this.TbAfterUpdateKillProcess = new System.Windows.Forms.TextBox();
  45. this.TbAfterUpdateStartProcess = new System.Windows.Forms.TextBox();
  46. this.TbBeforeUpdateKillProcess = new System.Windows.Forms.TextBox();
  47. this.TbBeforeUpdateStartProcess = new System.Windows.Forms.TextBox();
  48. this.label8 = new System.Windows.Forms.Label();
  49. this.label7 = new System.Windows.Forms.Label();
  50. this.label6 = new System.Windows.Forms.Label();
  51. this.label5 = new System.Windows.Forms.Label();
  52. this.MsMain = new System.Windows.Forms.MenuStrip();
  53. this.文件ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  54. this.新建ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  55. this.打开ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  56. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  57. this.退出ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  58. this.生成ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  59. this.生成配置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  60. this.生成配置到指定目录ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  61. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  62. this.打开默认配置目录ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  63. this.帮助ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  64. this.查看帮助ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  65. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  66. this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
  67. this.TsslRunStatus = new System.Windows.Forms.ToolStripStatusLabel();
  68. this.PnMain = new System.Windows.Forms.Panel();
  69. this.groupBox3 = new System.Windows.Forms.GroupBox();
  70. this.groupBox2 = new System.Windows.Forms.GroupBox();
  71. this.BtClear = new System.Windows.Forms.Button();
  72. this.BtImport = new System.Windows.Forms.Button();
  73. this.BtAddFile = new System.Windows.Forms.Button();
  74. this.groupBox1 = new System.Windows.Forms.GroupBox();
  75. this.ClFileListServer = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.ClFileListLocal = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.ClFileListMD5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.ClFileListClean = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  79. ((System.ComponentModel.ISupportInitialize)(this.DgFileList)).BeginInit();
  80. this.MsMain.SuspendLayout();
  81. this.statusStrip1.SuspendLayout();
  82. this.PnMain.SuspendLayout();
  83. this.groupBox3.SuspendLayout();
  84. this.groupBox2.SuspendLayout();
  85. this.groupBox1.SuspendLayout();
  86. this.SuspendLayout();
  87. //
  88. // TbVersionDesc
  89. //
  90. this.TbVersionDesc.Location = new System.Drawing.Point(99, 97);
  91. this.TbVersionDesc.Multiline = true;
  92. this.TbVersionDesc.Name = "TbVersionDesc";
  93. this.TbVersionDesc.Size = new System.Drawing.Size(367, 149);
  94. this.TbVersionDesc.TabIndex = 17;
  95. //
  96. // label3
  97. //
  98. this.label3.AutoSize = true;
  99. this.label3.Location = new System.Drawing.Point(18, 100);
  100. this.label3.Name = "label3";
  101. this.label3.Size = new System.Drawing.Size(65, 12);
  102. this.label3.TabIndex = 16;
  103. this.label3.Text = "版本描述:";
  104. //
  105. // label2
  106. //
  107. this.label2.AutoSize = true;
  108. this.label2.ForeColor = System.Drawing.SystemColors.ControlText;
  109. this.label2.Location = new System.Drawing.Point(20, 65);
  110. this.label2.Name = "label2";
  111. this.label2.Size = new System.Drawing.Size(53, 12);
  112. this.label2.TabIndex = 15;
  113. this.label2.Text = "版本号:";
  114. //
  115. // label1
  116. //
  117. this.label1.AutoSize = true;
  118. this.label1.Location = new System.Drawing.Point(20, 30);
  119. this.label1.Name = "label1";
  120. this.label1.Size = new System.Drawing.Size(65, 12);
  121. this.label1.TabIndex = 14;
  122. this.label1.Text = "更新代号:";
  123. //
  124. // TbVersionNumber
  125. //
  126. this.TbVersionNumber.Location = new System.Drawing.Point(101, 62);
  127. this.TbVersionNumber.Name = "TbVersionNumber";
  128. this.TbVersionNumber.Size = new System.Drawing.Size(215, 21);
  129. this.TbVersionNumber.TabIndex = 13;
  130. //
  131. // TbCodeName
  132. //
  133. this.TbCodeName.Location = new System.Drawing.Point(101, 27);
  134. this.TbCodeName.Name = "TbCodeName";
  135. this.TbCodeName.Size = new System.Drawing.Size(215, 21);
  136. this.TbCodeName.TabIndex = 12;
  137. //
  138. // label12
  139. //
  140. this.label12.AutoSize = true;
  141. this.label12.Location = new System.Drawing.Point(18, 120);
  142. this.label12.Name = "label12";
  143. this.label12.Size = new System.Drawing.Size(89, 12);
  144. this.label12.TabIndex = 30;
  145. this.label12.Text = "更新文件列表:";
  146. //
  147. // DgFileList
  148. //
  149. this.DgFileList.AllowUserToAddRows = false;
  150. this.DgFileList.AllowUserToResizeColumns = false;
  151. this.DgFileList.AllowUserToResizeRows = false;
  152. this.DgFileList.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  153. this.DgFileList.BackgroundColor = System.Drawing.Color.White;
  154. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  155. dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
  156. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  157. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
  158. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  159. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  160. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  161. this.DgFileList.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  162. this.DgFileList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  163. this.DgFileList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  164. this.ClFileListServer,
  165. this.ClFileListLocal,
  166. this.ClFileListMD5,
  167. this.ClFileListClean});
  168. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  169. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
  170. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  171. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
  172. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.GradientActiveCaption;
  173. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.Color.Black;
  174. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  175. this.DgFileList.DefaultCellStyle = dataGridViewCellStyle2;
  176. this.DgFileList.Location = new System.Drawing.Point(20, 142);
  177. this.DgFileList.Name = "DgFileList";
  178. this.DgFileList.RowHeadersVisible = false;
  179. this.DgFileList.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  180. this.DgFileList.RowTemplate.Height = 23;
  181. this.DgFileList.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  182. this.DgFileList.Size = new System.Drawing.Size(521, 416);
  183. this.DgFileList.TabIndex = 29;
  184. //
  185. // TbPluginEntry
  186. //
  187. this.TbPluginEntry.Location = new System.Drawing.Point(155, 84);
  188. this.TbPluginEntry.Name = "TbPluginEntry";
  189. this.TbPluginEntry.Size = new System.Drawing.Size(213, 21);
  190. this.TbPluginEntry.TabIndex = 28;
  191. //
  192. // TbPluginName
  193. //
  194. this.TbPluginName.Location = new System.Drawing.Point(155, 56);
  195. this.TbPluginName.Name = "TbPluginName";
  196. this.TbPluginName.Size = new System.Drawing.Size(213, 21);
  197. this.TbPluginName.TabIndex = 27;
  198. //
  199. // label11
  200. //
  201. this.label11.AutoSize = true;
  202. this.label11.Location = new System.Drawing.Point(18, 88);
  203. this.label11.Name = "label11";
  204. this.label11.Size = new System.Drawing.Size(89, 12);
  205. this.label11.TabIndex = 25;
  206. this.label11.Text = "插件入口文件:";
  207. //
  208. // label10
  209. //
  210. this.label10.AutoSize = true;
  211. this.label10.Location = new System.Drawing.Point(18, 61);
  212. this.label10.Name = "label10";
  213. this.label10.Size = new System.Drawing.Size(65, 12);
  214. this.label10.TabIndex = 24;
  215. this.label10.Text = "插件名称:";
  216. //
  217. // TbServerPath
  218. //
  219. this.TbServerPath.Location = new System.Drawing.Point(155, 28);
  220. this.TbServerPath.Name = "TbServerPath";
  221. this.TbServerPath.Size = new System.Drawing.Size(213, 21);
  222. this.TbServerPath.TabIndex = 14;
  223. //
  224. // label4
  225. //
  226. this.label4.AutoSize = true;
  227. this.label4.Location = new System.Drawing.Point(18, 31);
  228. this.label4.Name = "label4";
  229. this.label4.Size = new System.Drawing.Size(113, 12);
  230. this.label4.TabIndex = 13;
  231. this.label4.Text = "服务器文件根目录:";
  232. //
  233. // TbAfterUpdateKillProcess
  234. //
  235. this.TbAfterUpdateKillProcess.Location = new System.Drawing.Point(135, 240);
  236. this.TbAfterUpdateKillProcess.Multiline = true;
  237. this.TbAfterUpdateKillProcess.Name = "TbAfterUpdateKillProcess";
  238. this.TbAfterUpdateKillProcess.Size = new System.Drawing.Size(242, 51);
  239. this.TbAfterUpdateKillProcess.TabIndex = 24;
  240. //
  241. // TbAfterUpdateStartProcess
  242. //
  243. this.TbAfterUpdateStartProcess.Location = new System.Drawing.Point(135, 171);
  244. this.TbAfterUpdateStartProcess.Multiline = true;
  245. this.TbAfterUpdateStartProcess.Name = "TbAfterUpdateStartProcess";
  246. this.TbAfterUpdateStartProcess.Size = new System.Drawing.Size(242, 51);
  247. this.TbAfterUpdateStartProcess.TabIndex = 23;
  248. //
  249. // TbBeforeUpdateKillProcess
  250. //
  251. this.TbBeforeUpdateKillProcess.Location = new System.Drawing.Point(135, 102);
  252. this.TbBeforeUpdateKillProcess.Multiline = true;
  253. this.TbBeforeUpdateKillProcess.Name = "TbBeforeUpdateKillProcess";
  254. this.TbBeforeUpdateKillProcess.Size = new System.Drawing.Size(242, 51);
  255. this.TbBeforeUpdateKillProcess.TabIndex = 22;
  256. //
  257. // TbBeforeUpdateStartProcess
  258. //
  259. this.TbBeforeUpdateStartProcess.Location = new System.Drawing.Point(135, 33);
  260. this.TbBeforeUpdateStartProcess.Multiline = true;
  261. this.TbBeforeUpdateStartProcess.Name = "TbBeforeUpdateStartProcess";
  262. this.TbBeforeUpdateStartProcess.Size = new System.Drawing.Size(242, 51);
  263. this.TbBeforeUpdateStartProcess.TabIndex = 21;
  264. //
  265. // label8
  266. //
  267. this.label8.AutoSize = true;
  268. this.label8.Location = new System.Drawing.Point(18, 243);
  269. this.label8.Name = "label8";
  270. this.label8.Size = new System.Drawing.Size(101, 12);
  271. this.label8.TabIndex = 20;
  272. this.label8.Text = "更新后关闭进程:";
  273. //
  274. // label7
  275. //
  276. this.label7.AutoSize = true;
  277. this.label7.Location = new System.Drawing.Point(18, 174);
  278. this.label7.Name = "label7";
  279. this.label7.Size = new System.Drawing.Size(101, 12);
  280. this.label7.TabIndex = 19;
  281. this.label7.Text = "更新后启动进程:";
  282. //
  283. // label6
  284. //
  285. this.label6.AutoSize = true;
  286. this.label6.Location = new System.Drawing.Point(18, 105);
  287. this.label6.Name = "label6";
  288. this.label6.Size = new System.Drawing.Size(101, 12);
  289. this.label6.TabIndex = 18;
  290. this.label6.Text = "更新前关闭进程:";
  291. //
  292. // label5
  293. //
  294. this.label5.AutoSize = true;
  295. this.label5.Location = new System.Drawing.Point(18, 36);
  296. this.label5.Name = "label5";
  297. this.label5.Size = new System.Drawing.Size(101, 12);
  298. this.label5.TabIndex = 17;
  299. this.label5.Text = "更新前启动进程:";
  300. //
  301. // MsMain
  302. //
  303. this.MsMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  304. this.文件ToolStripMenuItem,
  305. this.生成ToolStripMenuItem,
  306. this.帮助ToolStripMenuItem});
  307. this.MsMain.Location = new System.Drawing.Point(0, 0);
  308. this.MsMain.Name = "MsMain";
  309. this.MsMain.Size = new System.Drawing.Size(584, 25);
  310. this.MsMain.TabIndex = 24;
  311. this.MsMain.Text = "menuStrip1";
  312. //
  313. // 文件ToolStripMenuItem
  314. //
  315. this.文件ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  316. this.新建ToolStripMenuItem,
  317. this.打开ToolStripMenuItem,
  318. this.toolStripSeparator1,
  319. this.退出ToolStripMenuItem});
  320. this.文件ToolStripMenuItem.Name = "文件ToolStripMenuItem";
  321. this.文件ToolStripMenuItem.Size = new System.Drawing.Size(44, 21);
  322. this.文件ToolStripMenuItem.Text = "文件";
  323. //
  324. // 新建ToolStripMenuItem
  325. //
  326. this.新建ToolStripMenuItem.Name = "新建ToolStripMenuItem";
  327. this.新建ToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
  328. this.新建ToolStripMenuItem.Text = "新建";
  329. this.新建ToolStripMenuItem.Click += new System.EventHandler(this.新建ToolStripMenuItem_Click);
  330. //
  331. // 打开ToolStripMenuItem
  332. //
  333. this.打开ToolStripMenuItem.Name = "打开ToolStripMenuItem";
  334. this.打开ToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
  335. this.打开ToolStripMenuItem.Text = "打开";
  336. this.打开ToolStripMenuItem.Click += new System.EventHandler(this.打开ToolStripMenuItem_Click);
  337. //
  338. // toolStripSeparator1
  339. //
  340. this.toolStripSeparator1.Name = "toolStripSeparator1";
  341. this.toolStripSeparator1.Size = new System.Drawing.Size(97, 6);
  342. //
  343. // 退出ToolStripMenuItem
  344. //
  345. this.退出ToolStripMenuItem.Name = "退出ToolStripMenuItem";
  346. this.退出ToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
  347. this.退出ToolStripMenuItem.Text = "退出";
  348. this.退出ToolStripMenuItem.Click += new System.EventHandler(this.退出ToolStripMenuItem_Click);
  349. //
  350. // 生成ToolStripMenuItem
  351. //
  352. this.生成ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  353. this.生成配置ToolStripMenuItem,
  354. this.生成配置到指定目录ToolStripMenuItem,
  355. this.toolStripSeparator2,
  356. this.打开默认配置目录ToolStripMenuItem});
  357. this.生成ToolStripMenuItem.Name = "生成ToolStripMenuItem";
  358. this.生成ToolStripMenuItem.Size = new System.Drawing.Size(44, 21);
  359. this.生成ToolStripMenuItem.Text = "生成";
  360. //
  361. // 生成配置ToolStripMenuItem
  362. //
  363. this.生成配置ToolStripMenuItem.Name = "生成配置ToolStripMenuItem";
  364. this.生成配置ToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
  365. this.生成配置ToolStripMenuItem.Text = "生成配置";
  366. this.生成配置ToolStripMenuItem.Click += new System.EventHandler(this.生成配置ToolStripMenuItem_Click);
  367. //
  368. // 生成配置到指定目录ToolStripMenuItem
  369. //
  370. this.生成配置到指定目录ToolStripMenuItem.Name = "生成配置到指定目录ToolStripMenuItem";
  371. this.生成配置到指定目录ToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
  372. this.生成配置到指定目录ToolStripMenuItem.Text = "生成配置到指定目录";
  373. this.生成配置到指定目录ToolStripMenuItem.Click += new System.EventHandler(this.生成配置到指定目录ToolStripMenuItem_Click);
  374. //
  375. // toolStripSeparator2
  376. //
  377. this.toolStripSeparator2.Name = "toolStripSeparator2";
  378. this.toolStripSeparator2.Size = new System.Drawing.Size(181, 6);
  379. //
  380. // 打开默认配置目录ToolStripMenuItem
  381. //
  382. this.打开默认配置目录ToolStripMenuItem.Name = "打开默认配置目录ToolStripMenuItem";
  383. this.打开默认配置目录ToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
  384. this.打开默认配置目录ToolStripMenuItem.Text = "打开默认配置目录";
  385. this.打开默认配置目录ToolStripMenuItem.Click += new System.EventHandler(this.打开默认配置目录ToolStripMenuItem_Click);
  386. //
  387. // 帮助ToolStripMenuItem
  388. //
  389. this.帮助ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  390. this.查看帮助ToolStripMenuItem});
  391. this.帮助ToolStripMenuItem.Name = "帮助ToolStripMenuItem";
  392. this.帮助ToolStripMenuItem.Size = new System.Drawing.Size(44, 21);
  393. this.帮助ToolStripMenuItem.Text = "帮助";
  394. //
  395. // 查看帮助ToolStripMenuItem
  396. //
  397. this.查看帮助ToolStripMenuItem.Name = "查看帮助ToolStripMenuItem";
  398. this.查看帮助ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
  399. this.查看帮助ToolStripMenuItem.Text = "查看帮助";
  400. //
  401. // statusStrip1
  402. //
  403. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  404. this.toolStripStatusLabel1,
  405. this.TsslRunStatus});
  406. this.statusStrip1.Location = new System.Drawing.Point(0, 589);
  407. this.statusStrip1.Name = "statusStrip1";
  408. this.statusStrip1.Size = new System.Drawing.Size(584, 22);
  409. this.statusStrip1.TabIndex = 25;
  410. this.statusStrip1.Text = "statusStrip1";
  411. //
  412. // toolStripStatusLabel1
  413. //
  414. this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
  415. this.toolStripStatusLabel1.Size = new System.Drawing.Size(44, 17);
  416. this.toolStripStatusLabel1.Text = "状态:";
  417. //
  418. // TsslRunStatus
  419. //
  420. this.TsslRunStatus.Name = "TsslRunStatus";
  421. this.TsslRunStatus.Size = new System.Drawing.Size(108, 17);
  422. this.TsslRunStatus.Text = "ready to building";
  423. //
  424. // PnMain
  425. //
  426. this.PnMain.AutoScroll = true;
  427. this.PnMain.Controls.Add(this.groupBox3);
  428. this.PnMain.Controls.Add(this.groupBox2);
  429. this.PnMain.Controls.Add(this.groupBox1);
  430. this.PnMain.Dock = System.Windows.Forms.DockStyle.Fill;
  431. this.PnMain.Location = new System.Drawing.Point(0, 25);
  432. this.PnMain.Name = "PnMain";
  433. this.PnMain.Size = new System.Drawing.Size(584, 564);
  434. this.PnMain.TabIndex = 26;
  435. //
  436. // groupBox3
  437. //
  438. this.groupBox3.Controls.Add(this.TbBeforeUpdateStartProcess);
  439. this.groupBox3.Controls.Add(this.TbAfterUpdateKillProcess);
  440. this.groupBox3.Controls.Add(this.label7);
  441. this.groupBox3.Controls.Add(this.label6);
  442. this.groupBox3.Controls.Add(this.TbAfterUpdateStartProcess);
  443. this.groupBox3.Controls.Add(this.label8);
  444. this.groupBox3.Controls.Add(this.label5);
  445. this.groupBox3.Controls.Add(this.TbBeforeUpdateKillProcess);
  446. this.groupBox3.Location = new System.Drawing.Point(3, 901);
  447. this.groupBox3.Name = "groupBox3";
  448. this.groupBox3.Size = new System.Drawing.Size(561, 332);
  449. this.groupBox3.TabIndex = 26;
  450. this.groupBox3.TabStop = false;
  451. this.groupBox3.Text = "其他操作";
  452. //
  453. // groupBox2
  454. //
  455. this.groupBox2.Controls.Add(this.BtClear);
  456. this.groupBox2.Controls.Add(this.BtImport);
  457. this.groupBox2.Controls.Add(this.BtAddFile);
  458. this.groupBox2.Controls.Add(this.label12);
  459. this.groupBox2.Controls.Add(this.label4);
  460. this.groupBox2.Controls.Add(this.DgFileList);
  461. this.groupBox2.Controls.Add(this.TbServerPath);
  462. this.groupBox2.Controls.Add(this.TbPluginEntry);
  463. this.groupBox2.Controls.Add(this.TbPluginName);
  464. this.groupBox2.Controls.Add(this.label10);
  465. this.groupBox2.Controls.Add(this.label11);
  466. this.groupBox2.Location = new System.Drawing.Point(3, 305);
  467. this.groupBox2.Name = "groupBox2";
  468. this.groupBox2.Size = new System.Drawing.Size(561, 577);
  469. this.groupBox2.TabIndex = 25;
  470. this.groupBox2.TabStop = false;
  471. this.groupBox2.Text = "文件清单";
  472. //
  473. // BtClear
  474. //
  475. this.BtClear.Location = new System.Drawing.Point(466, 115);
  476. this.BtClear.Name = "BtClear";
  477. this.BtClear.Size = new System.Drawing.Size(75, 23);
  478. this.BtClear.TabIndex = 33;
  479. this.BtClear.Text = "清空";
  480. this.BtClear.UseVisualStyleBackColor = true;
  481. this.BtClear.Click += new System.EventHandler(this.BtClear_Click);
  482. //
  483. // BtImport
  484. //
  485. this.BtImport.Location = new System.Drawing.Point(304, 115);
  486. this.BtImport.Name = "BtImport";
  487. this.BtImport.Size = new System.Drawing.Size(75, 23);
  488. this.BtImport.TabIndex = 32;
  489. this.BtImport.Text = "批量导入";
  490. this.BtImport.UseVisualStyleBackColor = true;
  491. this.BtImport.Click += new System.EventHandler(this.BtImport_Click);
  492. //
  493. // BtAddFile
  494. //
  495. this.BtAddFile.Location = new System.Drawing.Point(385, 115);
  496. this.BtAddFile.Name = "BtAddFile";
  497. this.BtAddFile.Size = new System.Drawing.Size(75, 23);
  498. this.BtAddFile.TabIndex = 31;
  499. this.BtAddFile.Text = "添加文件";
  500. this.BtAddFile.UseVisualStyleBackColor = true;
  501. this.BtAddFile.Click += new System.EventHandler(this.BtAddFile_Click);
  502. //
  503. // groupBox1
  504. //
  505. this.groupBox1.Controls.Add(this.TbVersionDesc);
  506. this.groupBox1.Controls.Add(this.label1);
  507. this.groupBox1.Controls.Add(this.label3);
  508. this.groupBox1.Controls.Add(this.TbCodeName);
  509. this.groupBox1.Controls.Add(this.label2);
  510. this.groupBox1.Controls.Add(this.TbVersionNumber);
  511. this.groupBox1.Location = new System.Drawing.Point(3, 18);
  512. this.groupBox1.Name = "groupBox1";
  513. this.groupBox1.Size = new System.Drawing.Size(561, 266);
  514. this.groupBox1.TabIndex = 24;
  515. this.groupBox1.TabStop = false;
  516. this.groupBox1.Text = "版本概述";
  517. //
  518. // ClFileListServer
  519. //
  520. this.ClFileListServer.FillWeight = 35F;
  521. this.ClFileListServer.HeaderText = "服务器路径";
  522. this.ClFileListServer.Name = "ClFileListServer";
  523. //
  524. // ClFileListLocal
  525. //
  526. this.ClFileListLocal.FillWeight = 35F;
  527. this.ClFileListLocal.HeaderText = "本地路径";
  528. this.ClFileListLocal.Name = "ClFileListLocal";
  529. //
  530. // ClFileListMD5
  531. //
  532. this.ClFileListMD5.FillWeight = 20F;
  533. this.ClFileListMD5.HeaderText = "MD5";
  534. this.ClFileListMD5.Name = "ClFileListMD5";
  535. //
  536. // ClFileListClean
  537. //
  538. this.ClFileListClean.FillWeight = 10F;
  539. this.ClFileListClean.HeaderText = "清理";
  540. this.ClFileListClean.Name = "ClFileListClean";
  541. //
  542. // MainForm
  543. //
  544. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  545. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  546. this.ClientSize = new System.Drawing.Size(584, 611);
  547. this.Controls.Add(this.PnMain);
  548. this.Controls.Add(this.statusStrip1);
  549. this.Controls.Add(this.MsMain);
  550. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  551. this.MainMenuStrip = this.MsMain;
  552. this.Name = "MainForm";
  553. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  554. this.Text = "版本生成器";
  555. this.Load += new System.EventHandler(this.MainForm_Load);
  556. ((System.ComponentModel.ISupportInitialize)(this.DgFileList)).EndInit();
  557. this.MsMain.ResumeLayout(false);
  558. this.MsMain.PerformLayout();
  559. this.statusStrip1.ResumeLayout(false);
  560. this.statusStrip1.PerformLayout();
  561. this.PnMain.ResumeLayout(false);
  562. this.groupBox3.ResumeLayout(false);
  563. this.groupBox3.PerformLayout();
  564. this.groupBox2.ResumeLayout(false);
  565. this.groupBox2.PerformLayout();
  566. this.groupBox1.ResumeLayout(false);
  567. this.groupBox1.PerformLayout();
  568. this.ResumeLayout(false);
  569. this.PerformLayout();
  570. }
  571. #endregion
  572. private System.Windows.Forms.TextBox TbVersionDesc;
  573. private System.Windows.Forms.Label label3;
  574. private System.Windows.Forms.Label label2;
  575. private System.Windows.Forms.Label label1;
  576. private System.Windows.Forms.TextBox TbVersionNumber;
  577. private System.Windows.Forms.TextBox TbCodeName;
  578. private System.Windows.Forms.TextBox TbPluginEntry;
  579. private System.Windows.Forms.TextBox TbPluginName;
  580. private System.Windows.Forms.Label label11;
  581. private System.Windows.Forms.Label label10;
  582. private System.Windows.Forms.TextBox TbServerPath;
  583. private System.Windows.Forms.Label label4;
  584. private System.Windows.Forms.TextBox TbAfterUpdateKillProcess;
  585. private System.Windows.Forms.TextBox TbAfterUpdateStartProcess;
  586. private System.Windows.Forms.TextBox TbBeforeUpdateKillProcess;
  587. private System.Windows.Forms.TextBox TbBeforeUpdateStartProcess;
  588. private System.Windows.Forms.Label label8;
  589. private System.Windows.Forms.Label label7;
  590. private System.Windows.Forms.Label label6;
  591. private System.Windows.Forms.Label label5;
  592. private System.Windows.Forms.Label label12;
  593. private System.Windows.Forms.DataGridView DgFileList;
  594. private System.Windows.Forms.MenuStrip MsMain;
  595. private System.Windows.Forms.ToolStripMenuItem 文件ToolStripMenuItem;
  596. private System.Windows.Forms.StatusStrip statusStrip1;
  597. private System.Windows.Forms.ToolStripMenuItem 新建ToolStripMenuItem;
  598. private System.Windows.Forms.ToolStripMenuItem 打开ToolStripMenuItem;
  599. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  600. private System.Windows.Forms.ToolStripMenuItem 退出ToolStripMenuItem;
  601. private System.Windows.Forms.ToolStripMenuItem 生成ToolStripMenuItem;
  602. private System.Windows.Forms.ToolStripMenuItem 生成配置ToolStripMenuItem;
  603. private System.Windows.Forms.ToolStripMenuItem 生成配置到指定目录ToolStripMenuItem;
  604. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  605. private System.Windows.Forms.ToolStripMenuItem 打开默认配置目录ToolStripMenuItem;
  606. private System.Windows.Forms.ToolStripMenuItem 帮助ToolStripMenuItem;
  607. private System.Windows.Forms.ToolStripMenuItem 查看帮助ToolStripMenuItem;
  608. private System.Windows.Forms.Panel PnMain;
  609. private System.Windows.Forms.GroupBox groupBox3;
  610. private System.Windows.Forms.GroupBox groupBox2;
  611. private System.Windows.Forms.GroupBox groupBox1;
  612. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
  613. private System.Windows.Forms.ToolStripStatusLabel TsslRunStatus;
  614. private System.Windows.Forms.Button BtImport;
  615. private System.Windows.Forms.Button BtAddFile;
  616. private System.Windows.Forms.Button BtClear;
  617. private System.Windows.Forms.DataGridViewTextBoxColumn ClFileListServer;
  618. private System.Windows.Forms.DataGridViewTextBoxColumn ClFileListLocal;
  619. private System.Windows.Forms.DataGridViewTextBoxColumn ClFileListMD5;
  620. private System.Windows.Forms.DataGridViewCheckBoxColumn ClFileListClean;
  621. }
  622. }