FormUpdater.Designer.cs 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664
  1. namespace MPQFileSystemTest
  2. {
  3. partial class FormUpdater
  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.components = new System.ComponentModel.Container();
  29. System.Windows.Forms.TreeNode treeNode7 = new System.Windows.Forms.TreeNode("节点1");
  30. System.Windows.Forms.TreeNode treeNode8 = new System.Windows.Forms.TreeNode("ROOT", new System.Windows.Forms.TreeNode[] {
  31. treeNode7});
  32. this.menu_MPQTreeNode = new System.Windows.Forms.ContextMenuStrip(this.components);
  33. this.toolStripMenuItem_RefreshMPQ = new System.Windows.Forms.ToolStripMenuItem();
  34. this.button_Start = new System.Windows.Forms.Button();
  35. this.button_Stop = new System.Windows.Forms.Button();
  36. this.label1 = new System.Windows.Forms.Label();
  37. this.label2 = new System.Windows.Forms.Label();
  38. this.label3 = new System.Windows.Forms.Label();
  39. this.label4 = new System.Windows.Forms.Label();
  40. this.textBox_BundleDir = new System.Windows.Forms.TextBox();
  41. this.progressBar_Download = new System.Windows.Forms.ProgressBar();
  42. this.label5 = new System.Windows.Forms.Label();
  43. this.label6 = new System.Windows.Forms.Label();
  44. this.progressBar_Decompress = new System.Windows.Forms.ProgressBar();
  45. this.timer1 = new System.Windows.Forms.Timer(this.components);
  46. this.label_Download = new System.Windows.Forms.Label();
  47. this.label_Unzip = new System.Windows.Forms.Label();
  48. this.groupBox1 = new System.Windows.Forms.GroupBox();
  49. this.textBox_SaveRoot = new System.Windows.Forms.TextBox();
  50. this.comboBox_RemoteSuffix = new System.Windows.Forms.ComboBox();
  51. this.comboBox_RemoteDir = new System.Windows.Forms.ComboBox();
  52. this.groupBox2 = new System.Windows.Forms.GroupBox();
  53. this.button_clear = new System.Windows.Forms.Button();
  54. this.progressBar_Running = new System.Windows.Forms.ProgressBar();
  55. this.groupBox3 = new System.Windows.Forms.GroupBox();
  56. this.split_Tree = new System.Windows.Forms.SplitContainer();
  57. this.treeView_MPQ = new System.Windows.Forms.TreeView();
  58. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  59. this.toolStripButton_ViewReplaced = new System.Windows.Forms.ToolStripButton();
  60. this.groupBox5 = new System.Windows.Forms.GroupBox();
  61. this.split_Info = new System.Windows.Forms.SplitContainer();
  62. this.property_MPQInfo = new System.Windows.Forms.PropertyGrid();
  63. this.textBox_EntryInfo = new System.Windows.Forms.TextBox();
  64. this.tabControl1 = new System.Windows.Forms.TabControl();
  65. this.tabPage1 = new System.Windows.Forms.TabPage();
  66. this.split_H = new System.Windows.Forms.SplitContainer();
  67. this.textBox_VersionText = new System.Windows.Forms.TextBox();
  68. this.tabPage2 = new System.Windows.Forms.TabPage();
  69. this.menu_EntryNode = new System.Windows.Forms.ContextMenuStrip(this.components);
  70. this.导出文件ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  71. this.comboBox_mpqType = new System.Windows.Forms.ComboBox();
  72. this.comboBox_zipType = new System.Windows.Forms.ComboBox();
  73. this.label7 = new System.Windows.Forms.Label();
  74. this.label8 = new System.Windows.Forms.Label();
  75. this.menu_MPQTreeNode.SuspendLayout();
  76. this.groupBox1.SuspendLayout();
  77. this.groupBox2.SuspendLayout();
  78. this.groupBox3.SuspendLayout();
  79. this.split_Tree.Panel1.SuspendLayout();
  80. this.split_Tree.Panel2.SuspendLayout();
  81. this.split_Tree.SuspendLayout();
  82. this.toolStrip1.SuspendLayout();
  83. this.groupBox5.SuspendLayout();
  84. this.split_Info.Panel1.SuspendLayout();
  85. this.split_Info.Panel2.SuspendLayout();
  86. this.split_Info.SuspendLayout();
  87. this.tabControl1.SuspendLayout();
  88. this.tabPage1.SuspendLayout();
  89. this.split_H.Panel1.SuspendLayout();
  90. this.split_H.Panel2.SuspendLayout();
  91. this.split_H.SuspendLayout();
  92. this.tabPage2.SuspendLayout();
  93. this.menu_EntryNode.SuspendLayout();
  94. this.SuspendLayout();
  95. //
  96. // menu_MPQTreeNode
  97. //
  98. this.menu_MPQTreeNode.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  99. this.toolStripMenuItem_RefreshMPQ});
  100. this.menu_MPQTreeNode.Name = "contextMenuStrip1";
  101. this.menu_MPQTreeNode.Size = new System.Drawing.Size(101, 26);
  102. //
  103. // toolStripMenuItem_RefreshMPQ
  104. //
  105. this.toolStripMenuItem_RefreshMPQ.Name = "toolStripMenuItem_RefreshMPQ";
  106. this.toolStripMenuItem_RefreshMPQ.Size = new System.Drawing.Size(100, 22);
  107. this.toolStripMenuItem_RefreshMPQ.Text = "刷新";
  108. this.toolStripMenuItem_RefreshMPQ.Click += new System.EventHandler(this.toolStripMenuItem_RefreshMPQ_Click);
  109. //
  110. // button_Start
  111. //
  112. this.button_Start.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  113. this.button_Start.Location = new System.Drawing.Point(734, 140);
  114. this.button_Start.Name = "button_Start";
  115. this.button_Start.Size = new System.Drawing.Size(75, 23);
  116. this.button_Start.TabIndex = 0;
  117. this.button_Start.Text = "开始";
  118. this.button_Start.UseVisualStyleBackColor = true;
  119. this.button_Start.Click += new System.EventHandler(this.button_Start_Click);
  120. //
  121. // button_Stop
  122. //
  123. this.button_Stop.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  124. this.button_Stop.Location = new System.Drawing.Point(815, 140);
  125. this.button_Stop.Name = "button_Stop";
  126. this.button_Stop.Size = new System.Drawing.Size(75, 23);
  127. this.button_Stop.TabIndex = 1;
  128. this.button_Stop.Text = "中止";
  129. this.button_Stop.UseVisualStyleBackColor = true;
  130. this.button_Stop.Click += new System.EventHandler(this.button_Stop_Click);
  131. //
  132. // label1
  133. //
  134. this.label1.AutoSize = true;
  135. this.label1.Location = new System.Drawing.Point(9, 21);
  136. this.label1.Name = "label1";
  137. this.label1.Size = new System.Drawing.Size(77, 12);
  138. this.label1.TabIndex = 3;
  139. this.label1.Text = "远程目录地址";
  140. //
  141. // label2
  142. //
  143. this.label2.AutoSize = true;
  144. this.label2.Location = new System.Drawing.Point(9, 48);
  145. this.label2.Name = "label2";
  146. this.label2.Size = new System.Drawing.Size(77, 12);
  147. this.label2.TabIndex = 4;
  148. this.label2.Text = "远程目录文件";
  149. //
  150. // label3
  151. //
  152. this.label3.AutoSize = true;
  153. this.label3.Location = new System.Drawing.Point(9, 75);
  154. this.label3.Name = "label3";
  155. this.label3.Size = new System.Drawing.Size(77, 12);
  156. this.label3.TabIndex = 5;
  157. this.label3.Text = "本地存储地址";
  158. //
  159. // label4
  160. //
  161. this.label4.AutoSize = true;
  162. this.label4.Location = new System.Drawing.Point(9, 102);
  163. this.label4.Name = "label4";
  164. this.label4.Size = new System.Drawing.Size(77, 12);
  165. this.label4.TabIndex = 6;
  166. this.label4.Text = "本地资源地址";
  167. //
  168. // textBox_BundleDir
  169. //
  170. this.textBox_BundleDir.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  171. | System.Windows.Forms.AnchorStyles.Right)));
  172. this.textBox_BundleDir.Location = new System.Drawing.Point(92, 99);
  173. this.textBox_BundleDir.Name = "textBox_BundleDir";
  174. this.textBox_BundleDir.Size = new System.Drawing.Size(871, 21);
  175. this.textBox_BundleDir.TabIndex = 9;
  176. this.textBox_BundleDir.Text = "./res";
  177. //
  178. // progressBar_Download
  179. //
  180. this.progressBar_Download.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  181. | System.Windows.Forms.AnchorStyles.Right)));
  182. this.progressBar_Download.Location = new System.Drawing.Point(8, 36);
  183. this.progressBar_Download.Name = "progressBar_Download";
  184. this.progressBar_Download.Size = new System.Drawing.Size(968, 8);
  185. this.progressBar_Download.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
  186. this.progressBar_Download.TabIndex = 10;
  187. //
  188. // label5
  189. //
  190. this.label5.AutoSize = true;
  191. this.label5.Location = new System.Drawing.Point(6, 21);
  192. this.label5.Name = "label5";
  193. this.label5.Size = new System.Drawing.Size(53, 12);
  194. this.label5.TabIndex = 11;
  195. this.label5.Text = "下载进度";
  196. //
  197. // label6
  198. //
  199. this.label6.AutoSize = true;
  200. this.label6.Location = new System.Drawing.Point(6, 72);
  201. this.label6.Name = "label6";
  202. this.label6.Size = new System.Drawing.Size(53, 12);
  203. this.label6.TabIndex = 13;
  204. this.label6.Text = "解压进度";
  205. //
  206. // progressBar_Decompress
  207. //
  208. this.progressBar_Decompress.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  209. | System.Windows.Forms.AnchorStyles.Right)));
  210. this.progressBar_Decompress.Location = new System.Drawing.Point(8, 87);
  211. this.progressBar_Decompress.Name = "progressBar_Decompress";
  212. this.progressBar_Decompress.Size = new System.Drawing.Size(968, 8);
  213. this.progressBar_Decompress.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
  214. this.progressBar_Decompress.TabIndex = 12;
  215. //
  216. // timer1
  217. //
  218. this.timer1.Enabled = true;
  219. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  220. //
  221. // label_Download
  222. //
  223. this.label_Download.AutoSize = true;
  224. this.label_Download.Location = new System.Drawing.Point(6, 47);
  225. this.label_Download.Name = "label_Download";
  226. this.label_Download.Size = new System.Drawing.Size(41, 12);
  227. this.label_Download.TabIndex = 14;
  228. this.label_Download.Text = "status";
  229. //
  230. // label_Unzip
  231. //
  232. this.label_Unzip.AutoSize = true;
  233. this.label_Unzip.Location = new System.Drawing.Point(6, 98);
  234. this.label_Unzip.Name = "label_Unzip";
  235. this.label_Unzip.Size = new System.Drawing.Size(41, 12);
  236. this.label_Unzip.TabIndex = 15;
  237. this.label_Unzip.Text = "status";
  238. //
  239. // groupBox1
  240. //
  241. this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  242. | System.Windows.Forms.AnchorStyles.Right)));
  243. this.groupBox1.Controls.Add(this.label7);
  244. this.groupBox1.Controls.Add(this.label8);
  245. this.groupBox1.Controls.Add(this.comboBox_zipType);
  246. this.groupBox1.Controls.Add(this.comboBox_mpqType);
  247. this.groupBox1.Controls.Add(this.textBox_SaveRoot);
  248. this.groupBox1.Controls.Add(this.comboBox_RemoteSuffix);
  249. this.groupBox1.Controls.Add(this.comboBox_RemoteDir);
  250. this.groupBox1.Controls.Add(this.label1);
  251. this.groupBox1.Controls.Add(this.label2);
  252. this.groupBox1.Controls.Add(this.label3);
  253. this.groupBox1.Controls.Add(this.label4);
  254. this.groupBox1.Controls.Add(this.textBox_BundleDir);
  255. this.groupBox1.Location = new System.Drawing.Point(5, 3);
  256. this.groupBox1.Name = "groupBox1";
  257. this.groupBox1.Size = new System.Drawing.Size(982, 187);
  258. this.groupBox1.TabIndex = 16;
  259. this.groupBox1.TabStop = false;
  260. this.groupBox1.Text = "参数";
  261. //
  262. // textBox_SaveRoot
  263. //
  264. this.textBox_SaveRoot.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  265. | System.Windows.Forms.AnchorStyles.Right)));
  266. this.textBox_SaveRoot.Location = new System.Drawing.Point(92, 72);
  267. this.textBox_SaveRoot.Name = "textBox_SaveRoot";
  268. this.textBox_SaveRoot.Size = new System.Drawing.Size(871, 21);
  269. this.textBox_SaveRoot.TabIndex = 12;
  270. this.textBox_SaveRoot.Text = "./http_res";
  271. //
  272. // comboBox_RemoteSuffix
  273. //
  274. this.comboBox_RemoteSuffix.AllowDrop = true;
  275. this.comboBox_RemoteSuffix.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  276. | System.Windows.Forms.AnchorStyles.Right)));
  277. this.comboBox_RemoteSuffix.FormattingEnabled = true;
  278. this.comboBox_RemoteSuffix.Location = new System.Drawing.Point(92, 45);
  279. this.comboBox_RemoteSuffix.Name = "comboBox_RemoteSuffix";
  280. this.comboBox_RemoteSuffix.Size = new System.Drawing.Size(871, 20);
  281. this.comboBox_RemoteSuffix.TabIndex = 11;
  282. this.comboBox_RemoteSuffix.Text = "updates__pvr_m3z/update_version.txt";
  283. //
  284. // comboBox_RemoteDir
  285. //
  286. this.comboBox_RemoteDir.AllowDrop = true;
  287. this.comboBox_RemoteDir.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  288. | System.Windows.Forms.AnchorStyles.Right)));
  289. this.comboBox_RemoteDir.FormattingEnabled = true;
  290. this.comboBox_RemoteDir.Location = new System.Drawing.Point(92, 18);
  291. this.comboBox_RemoteDir.Name = "comboBox_RemoteDir";
  292. this.comboBox_RemoteDir.Size = new System.Drawing.Size(871, 20);
  293. this.comboBox_RemoteDir.TabIndex = 10;
  294. this.comboBox_RemoteDir.Text = "http://192.168.1.101/morefun/res_expantion";
  295. //
  296. // groupBox2
  297. //
  298. this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  299. | System.Windows.Forms.AnchorStyles.Right)));
  300. this.groupBox2.Controls.Add(this.button_clear);
  301. this.groupBox2.Controls.Add(this.progressBar_Running);
  302. this.groupBox2.Controls.Add(this.label5);
  303. this.groupBox2.Controls.Add(this.button_Stop);
  304. this.groupBox2.Controls.Add(this.progressBar_Download);
  305. this.groupBox2.Controls.Add(this.label_Unzip);
  306. this.groupBox2.Controls.Add(this.button_Start);
  307. this.groupBox2.Controls.Add(this.progressBar_Decompress);
  308. this.groupBox2.Controls.Add(this.label_Download);
  309. this.groupBox2.Controls.Add(this.label6);
  310. this.groupBox2.Location = new System.Drawing.Point(5, 196);
  311. this.groupBox2.Name = "groupBox2";
  312. this.groupBox2.Size = new System.Drawing.Size(982, 179);
  313. this.groupBox2.TabIndex = 17;
  314. this.groupBox2.TabStop = false;
  315. this.groupBox2.Text = "自动更新";
  316. //
  317. // button_clear
  318. //
  319. this.button_clear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  320. this.button_clear.Location = new System.Drawing.Point(896, 140);
  321. this.button_clear.Name = "button_clear";
  322. this.button_clear.Size = new System.Drawing.Size(75, 23);
  323. this.button_clear.TabIndex = 17;
  324. this.button_clear.Text = "清理";
  325. this.button_clear.UseVisualStyleBackColor = true;
  326. this.button_clear.Click += new System.EventHandler(this.button_clear_Click);
  327. //
  328. // progressBar_Running
  329. //
  330. this.progressBar_Running.Enabled = false;
  331. this.progressBar_Running.Location = new System.Drawing.Point(8, 124);
  332. this.progressBar_Running.Name = "progressBar_Running";
  333. this.progressBar_Running.Size = new System.Drawing.Size(156, 10);
  334. this.progressBar_Running.Style = System.Windows.Forms.ProgressBarStyle.Marquee;
  335. this.progressBar_Running.TabIndex = 16;
  336. //
  337. // groupBox3
  338. //
  339. this.groupBox3.Controls.Add(this.split_Tree);
  340. this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
  341. this.groupBox3.Location = new System.Drawing.Point(3, 3);
  342. this.groupBox3.Name = "groupBox3";
  343. this.groupBox3.Size = new System.Drawing.Size(992, 658);
  344. this.groupBox3.TabIndex = 18;
  345. this.groupBox3.TabStop = false;
  346. this.groupBox3.Text = "MPQ文件系统";
  347. //
  348. // split_Tree
  349. //
  350. this.split_Tree.Dock = System.Windows.Forms.DockStyle.Fill;
  351. this.split_Tree.Location = new System.Drawing.Point(3, 17);
  352. this.split_Tree.Name = "split_Tree";
  353. //
  354. // split_Tree.Panel1
  355. //
  356. this.split_Tree.Panel1.Controls.Add(this.treeView_MPQ);
  357. this.split_Tree.Panel1.Controls.Add(this.toolStrip1);
  358. //
  359. // split_Tree.Panel2
  360. //
  361. this.split_Tree.Panel2.Controls.Add(this.groupBox5);
  362. this.split_Tree.Size = new System.Drawing.Size(986, 638);
  363. this.split_Tree.SplitterDistance = 472;
  364. this.split_Tree.TabIndex = 2;
  365. //
  366. // treeView_MPQ
  367. //
  368. this.treeView_MPQ.Dock = System.Windows.Forms.DockStyle.Fill;
  369. this.treeView_MPQ.Location = new System.Drawing.Point(0, 25);
  370. this.treeView_MPQ.Name = "treeView_MPQ";
  371. treeNode7.Name = "节点1";
  372. treeNode7.Text = "节点1";
  373. treeNode8.ContextMenuStrip = this.menu_MPQTreeNode;
  374. treeNode8.Name = "节点0";
  375. treeNode8.Text = "ROOT";
  376. this.treeView_MPQ.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
  377. treeNode8});
  378. this.treeView_MPQ.Size = new System.Drawing.Size(472, 613);
  379. this.treeView_MPQ.TabIndex = 1;
  380. this.treeView_MPQ.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeView_MPQ_NodeMouseClick);
  381. this.treeView_MPQ.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeView_MPQ_NodeMouseDoubleClick);
  382. //
  383. // toolStrip1
  384. //
  385. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  386. this.toolStripButton_ViewReplaced});
  387. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  388. this.toolStrip1.Name = "toolStrip1";
  389. this.toolStrip1.Size = new System.Drawing.Size(472, 25);
  390. this.toolStrip1.TabIndex = 2;
  391. this.toolStrip1.Text = "toolStrip1";
  392. //
  393. // toolStripButton_ViewReplaced
  394. //
  395. this.toolStripButton_ViewReplaced.CheckOnClick = true;
  396. this.toolStripButton_ViewReplaced.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  397. this.toolStripButton_ViewReplaced.Image = global::MPQFileSystemTest.Properties.Resources.icon_off;
  398. this.toolStripButton_ViewReplaced.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  399. this.toolStripButton_ViewReplaced.ImageTransparentColor = System.Drawing.Color.Magenta;
  400. this.toolStripButton_ViewReplaced.Name = "toolStripButton_ViewReplaced";
  401. this.toolStripButton_ViewReplaced.Size = new System.Drawing.Size(23, 22);
  402. this.toolStripButton_ViewReplaced.Text = "显示冗余";
  403. this.toolStripButton_ViewReplaced.ToolTipText = "显示冗余";
  404. this.toolStripButton_ViewReplaced.Click += new System.EventHandler(this.toolStripButton_ViewReplaced_Click);
  405. //
  406. // groupBox5
  407. //
  408. this.groupBox5.Controls.Add(this.split_Info);
  409. this.groupBox5.Dock = System.Windows.Forms.DockStyle.Fill;
  410. this.groupBox5.Location = new System.Drawing.Point(0, 0);
  411. this.groupBox5.Name = "groupBox5";
  412. this.groupBox5.Size = new System.Drawing.Size(510, 638);
  413. this.groupBox5.TabIndex = 0;
  414. this.groupBox5.TabStop = false;
  415. this.groupBox5.Text = "文件信息";
  416. //
  417. // split_Info
  418. //
  419. this.split_Info.Dock = System.Windows.Forms.DockStyle.Fill;
  420. this.split_Info.Location = new System.Drawing.Point(3, 17);
  421. this.split_Info.Name = "split_Info";
  422. this.split_Info.Orientation = System.Windows.Forms.Orientation.Horizontal;
  423. //
  424. // split_Info.Panel1
  425. //
  426. this.split_Info.Panel1.Controls.Add(this.property_MPQInfo);
  427. //
  428. // split_Info.Panel2
  429. //
  430. this.split_Info.Panel2.Controls.Add(this.textBox_EntryInfo);
  431. this.split_Info.Size = new System.Drawing.Size(504, 618);
  432. this.split_Info.SplitterDistance = 536;
  433. this.split_Info.TabIndex = 2;
  434. //
  435. // property_MPQInfo
  436. //
  437. this.property_MPQInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  438. this.property_MPQInfo.Location = new System.Drawing.Point(0, 0);
  439. this.property_MPQInfo.Name = "property_MPQInfo";
  440. this.property_MPQInfo.Size = new System.Drawing.Size(504, 536);
  441. this.property_MPQInfo.TabIndex = 1;
  442. //
  443. // textBox_EntryInfo
  444. //
  445. this.textBox_EntryInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  446. this.textBox_EntryInfo.Location = new System.Drawing.Point(0, 0);
  447. this.textBox_EntryInfo.Multiline = true;
  448. this.textBox_EntryInfo.Name = "textBox_EntryInfo";
  449. this.textBox_EntryInfo.Size = new System.Drawing.Size(504, 78);
  450. this.textBox_EntryInfo.TabIndex = 0;
  451. //
  452. // tabControl1
  453. //
  454. this.tabControl1.Controls.Add(this.tabPage1);
  455. this.tabControl1.Controls.Add(this.tabPage2);
  456. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  457. this.tabControl1.Location = new System.Drawing.Point(0, 0);
  458. this.tabControl1.Name = "tabControl1";
  459. this.tabControl1.SelectedIndex = 0;
  460. this.tabControl1.Size = new System.Drawing.Size(1006, 690);
  461. this.tabControl1.TabIndex = 21;
  462. //
  463. // tabPage1
  464. //
  465. this.tabPage1.Controls.Add(this.split_H);
  466. this.tabPage1.Location = new System.Drawing.Point(4, 22);
  467. this.tabPage1.Name = "tabPage1";
  468. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  469. this.tabPage1.Size = new System.Drawing.Size(998, 664);
  470. this.tabPage1.TabIndex = 0;
  471. this.tabPage1.Text = "自动更新参数";
  472. this.tabPage1.UseVisualStyleBackColor = true;
  473. //
  474. // split_H
  475. //
  476. this.split_H.Dock = System.Windows.Forms.DockStyle.Fill;
  477. this.split_H.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
  478. this.split_H.Location = new System.Drawing.Point(3, 3);
  479. this.split_H.Name = "split_H";
  480. this.split_H.Orientation = System.Windows.Forms.Orientation.Horizontal;
  481. //
  482. // split_H.Panel1
  483. //
  484. this.split_H.Panel1.Controls.Add(this.groupBox1);
  485. this.split_H.Panel1.Controls.Add(this.groupBox2);
  486. //
  487. // split_H.Panel2
  488. //
  489. this.split_H.Panel2.Controls.Add(this.textBox_VersionText);
  490. this.split_H.Size = new System.Drawing.Size(992, 658);
  491. this.split_H.SplitterDistance = 412;
  492. this.split_H.TabIndex = 18;
  493. //
  494. // textBox_VersionText
  495. //
  496. this.textBox_VersionText.AcceptsReturn = true;
  497. this.textBox_VersionText.AcceptsTab = true;
  498. this.textBox_VersionText.BackColor = System.Drawing.SystemColors.Control;
  499. this.textBox_VersionText.Dock = System.Windows.Forms.DockStyle.Fill;
  500. this.textBox_VersionText.ForeColor = System.Drawing.SystemColors.ControlText;
  501. this.textBox_VersionText.Location = new System.Drawing.Point(0, 0);
  502. this.textBox_VersionText.Multiline = true;
  503. this.textBox_VersionText.Name = "textBox_VersionText";
  504. this.textBox_VersionText.ReadOnly = true;
  505. this.textBox_VersionText.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  506. this.textBox_VersionText.Size = new System.Drawing.Size(992, 242);
  507. this.textBox_VersionText.TabIndex = 0;
  508. //
  509. // tabPage2
  510. //
  511. this.tabPage2.Controls.Add(this.groupBox3);
  512. this.tabPage2.Location = new System.Drawing.Point(4, 22);
  513. this.tabPage2.Name = "tabPage2";
  514. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  515. this.tabPage2.Size = new System.Drawing.Size(998, 664);
  516. this.tabPage2.TabIndex = 1;
  517. this.tabPage2.Text = "MPQ文件报告";
  518. this.tabPage2.UseVisualStyleBackColor = true;
  519. //
  520. // menu_EntryNode
  521. //
  522. this.menu_EntryNode.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  523. this.导出文件ToolStripMenuItem});
  524. this.menu_EntryNode.Name = "menu_EntryNode";
  525. this.menu_EntryNode.Size = new System.Drawing.Size(125, 26);
  526. //
  527. // 导出文件ToolStripMenuItem
  528. //
  529. this.导出文件ToolStripMenuItem.Name = "导出文件ToolStripMenuItem";
  530. this.导出文件ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
  531. this.导出文件ToolStripMenuItem.Text = "导出文件";
  532. this.导出文件ToolStripMenuItem.Click += new System.EventHandler(this.导出文件ToolStripMenuItem_Click);
  533. //
  534. // comboBox_mpqType
  535. //
  536. this.comboBox_mpqType.FormattingEnabled = true;
  537. this.comboBox_mpqType.Items.AddRange(new object[] {
  538. ".mpq"});
  539. this.comboBox_mpqType.Location = new System.Drawing.Point(92, 131);
  540. this.comboBox_mpqType.Name = "comboBox_mpqType";
  541. this.comboBox_mpqType.Size = new System.Drawing.Size(121, 20);
  542. this.comboBox_mpqType.TabIndex = 13;
  543. this.comboBox_mpqType.Text = ".mpq";
  544. //
  545. // comboBox_zipType
  546. //
  547. this.comboBox_zipType.FormattingEnabled = true;
  548. this.comboBox_zipType.Items.AddRange(new object[] {
  549. ".zip",
  550. ".mgz",
  551. ".z",
  552. ".gz"});
  553. this.comboBox_zipType.Location = new System.Drawing.Point(92, 157);
  554. this.comboBox_zipType.Name = "comboBox_zipType";
  555. this.comboBox_zipType.Size = new System.Drawing.Size(121, 20);
  556. this.comboBox_zipType.TabIndex = 14;
  557. this.comboBox_zipType.Text = ".zip";
  558. //
  559. // label7
  560. //
  561. this.label7.AutoSize = true;
  562. this.label7.Location = new System.Drawing.Point(21, 134);
  563. this.label7.Name = "label7";
  564. this.label7.Size = new System.Drawing.Size(65, 12);
  565. this.label7.TabIndex = 15;
  566. this.label7.Text = "包文件类型";
  567. //
  568. // label8
  569. //
  570. this.label8.AutoSize = true;
  571. this.label8.Location = new System.Drawing.Point(9, 160);
  572. this.label8.Name = "label8";
  573. this.label8.Size = new System.Drawing.Size(77, 12);
  574. this.label8.TabIndex = 16;
  575. this.label8.Text = "压缩文件类型";
  576. //
  577. // FormUpdater
  578. //
  579. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  580. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  581. this.ClientSize = new System.Drawing.Size(1006, 690);
  582. this.Controls.Add(this.tabControl1);
  583. this.Name = "FormUpdater";
  584. this.Text = "MPQ文件检测器";
  585. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormUpdater_FormClosing);
  586. this.menu_MPQTreeNode.ResumeLayout(false);
  587. this.groupBox1.ResumeLayout(false);
  588. this.groupBox1.PerformLayout();
  589. this.groupBox2.ResumeLayout(false);
  590. this.groupBox2.PerformLayout();
  591. this.groupBox3.ResumeLayout(false);
  592. this.split_Tree.Panel1.ResumeLayout(false);
  593. this.split_Tree.Panel1.PerformLayout();
  594. this.split_Tree.Panel2.ResumeLayout(false);
  595. this.split_Tree.ResumeLayout(false);
  596. this.toolStrip1.ResumeLayout(false);
  597. this.toolStrip1.PerformLayout();
  598. this.groupBox5.ResumeLayout(false);
  599. this.split_Info.Panel1.ResumeLayout(false);
  600. this.split_Info.Panel2.ResumeLayout(false);
  601. this.split_Info.Panel2.PerformLayout();
  602. this.split_Info.ResumeLayout(false);
  603. this.tabControl1.ResumeLayout(false);
  604. this.tabPage1.ResumeLayout(false);
  605. this.split_H.Panel1.ResumeLayout(false);
  606. this.split_H.Panel2.ResumeLayout(false);
  607. this.split_H.Panel2.PerformLayout();
  608. this.split_H.ResumeLayout(false);
  609. this.tabPage2.ResumeLayout(false);
  610. this.menu_EntryNode.ResumeLayout(false);
  611. this.ResumeLayout(false);
  612. }
  613. #endregion
  614. private System.Windows.Forms.Button button_Start;
  615. private System.Windows.Forms.Button button_Stop;
  616. private System.Windows.Forms.Label label1;
  617. private System.Windows.Forms.Label label2;
  618. private System.Windows.Forms.Label label3;
  619. private System.Windows.Forms.Label label4;
  620. private System.Windows.Forms.TextBox textBox_BundleDir;
  621. private System.Windows.Forms.ProgressBar progressBar_Download;
  622. private System.Windows.Forms.Label label5;
  623. private System.Windows.Forms.Label label6;
  624. private System.Windows.Forms.ProgressBar progressBar_Decompress;
  625. private System.Windows.Forms.Timer timer1;
  626. private System.Windows.Forms.Label label_Download;
  627. private System.Windows.Forms.Label label_Unzip;
  628. private System.Windows.Forms.GroupBox groupBox1;
  629. private System.Windows.Forms.GroupBox groupBox2;
  630. private System.Windows.Forms.GroupBox groupBox3;
  631. private System.Windows.Forms.TabControl tabControl1;
  632. private System.Windows.Forms.TabPage tabPage1;
  633. private System.Windows.Forms.TabPage tabPage2;
  634. private System.Windows.Forms.SplitContainer split_Tree;
  635. private System.Windows.Forms.TreeView treeView_MPQ;
  636. private System.Windows.Forms.GroupBox groupBox5;
  637. private System.Windows.Forms.TextBox textBox_EntryInfo;
  638. private System.Windows.Forms.ContextMenuStrip menu_MPQTreeNode;
  639. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem_RefreshMPQ;
  640. private System.Windows.Forms.SplitContainer split_Info;
  641. private System.Windows.Forms.PropertyGrid property_MPQInfo;
  642. private System.Windows.Forms.ComboBox comboBox_RemoteSuffix;
  643. private System.Windows.Forms.ComboBox comboBox_RemoteDir;
  644. private System.Windows.Forms.TextBox textBox_SaveRoot;
  645. private System.Windows.Forms.ToolStrip toolStrip1;
  646. private System.Windows.Forms.ToolStripButton toolStripButton_ViewReplaced;
  647. private System.Windows.Forms.SplitContainer split_H;
  648. private System.Windows.Forms.TextBox textBox_VersionText;
  649. private System.Windows.Forms.ProgressBar progressBar_Running;
  650. private System.Windows.Forms.ContextMenuStrip menu_EntryNode;
  651. private System.Windows.Forms.ToolStripMenuItem 导出文件ToolStripMenuItem;
  652. private System.Windows.Forms.Button button_clear;
  653. private System.Windows.Forms.Label label7;
  654. private System.Windows.Forms.Label label8;
  655. private System.Windows.Forms.ComboBox comboBox_zipType;
  656. private System.Windows.Forms.ComboBox comboBox_mpqType;
  657. }
  658. }