Form1.Designer.cs 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697
  1. 
  2. namespace FactorioModManager
  3. {
  4. partial class Form1
  5. {
  6. /// <summary>
  7. /// Обязательная переменная конструктора.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Освободить все используемые ресурсы.
  12. /// </summary>
  13. /// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Код, автоматически созданный конструктором форм Windows
  23. /// <summary>
  24. /// Требуемый метод для поддержки конструктора — не изменяйте
  25. /// содержимое этого метода с помощью редактора кода.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.menuStrip1 = new System.Windows.Forms.MenuStrip();
  30. this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
  31. this.exportModPackToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  32. this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
  33. this.changeSettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  34. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  35. this.exportSettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  36. this.importSettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  37. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  38. this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
  39. this.tabPage2 = new System.Windows.Forms.TabPage();
  40. this.tabControl1 = new System.Windows.Forms.TabControl();
  41. this.tabPage1 = new System.Windows.Forms.TabPage();
  42. this.panel1 = new System.Windows.Forms.Panel();
  43. this.button5 = new System.Windows.Forms.Button();
  44. this.button3 = new System.Windows.Forms.Button();
  45. this.groupBox1 = new System.Windows.Forms.GroupBox();
  46. this.linkLabel2 = new System.Windows.Forms.LinkLabel();
  47. this.linkLabel1 = new System.Windows.Forms.LinkLabel();
  48. this.button4 = new System.Windows.Forms.Button();
  49. this.button2 = new System.Windows.Forms.Button();
  50. this.listView2 = new System.Windows.Forms.ListView();
  51. this.label17 = new System.Windows.Forms.Label();
  52. this.label16 = new System.Windows.Forms.Label();
  53. this.label15 = new System.Windows.Forms.Label();
  54. this.label13 = new System.Windows.Forms.Label();
  55. this.label11 = new System.Windows.Forms.Label();
  56. this.label10 = new System.Windows.Forms.Label();
  57. this.label9 = new System.Windows.Forms.Label();
  58. this.label8 = new System.Windows.Forms.Label();
  59. this.label7 = new System.Windows.Forms.Label();
  60. this.label6 = new System.Windows.Forms.Label();
  61. this.label5 = new System.Windows.Forms.Label();
  62. this.label4 = new System.Windows.Forms.Label();
  63. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  64. this.label2 = new System.Windows.Forms.Label();
  65. this.label1 = new System.Windows.Forms.Label();
  66. this.checkBox1 = new System.Windows.Forms.CheckBox();
  67. this.textBox1 = new System.Windows.Forms.TextBox();
  68. this.listView1 = new System.Windows.Forms.ListView();
  69. this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  70. this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  71. this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  72. this.tabPage3 = new System.Windows.Forms.TabPage();
  73. this.richTextBox1 = new System.Windows.Forms.RichTextBox();
  74. this.textBox2 = new System.Windows.Forms.TextBox();
  75. this.listView3 = new System.Windows.Forms.ListView();
  76. this.button1 = new System.Windows.Forms.Button();
  77. this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  78. this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  79. this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  80. this.menuStrip1.SuspendLayout();
  81. this.statusStrip1.SuspendLayout();
  82. this.tabPage2.SuspendLayout();
  83. this.tabControl1.SuspendLayout();
  84. this.tabPage1.SuspendLayout();
  85. this.panel1.SuspendLayout();
  86. this.groupBox1.SuspendLayout();
  87. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  88. this.SuspendLayout();
  89. //
  90. // menuStrip1
  91. //
  92. this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  93. this.toolStripMenuItem1,
  94. this.toolStripMenuItem2});
  95. this.menuStrip1.Location = new System.Drawing.Point(0, 0);
  96. this.menuStrip1.Name = "menuStrip1";
  97. this.menuStrip1.Size = new System.Drawing.Size(940, 24);
  98. this.menuStrip1.TabIndex = 0;
  99. this.menuStrip1.Text = "menuStrip1";
  100. //
  101. // toolStripMenuItem1
  102. //
  103. this.toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  104. this.exportModPackToolStripMenuItem});
  105. this.toolStripMenuItem1.Name = "toolStripMenuItem1";
  106. this.toolStripMenuItem1.Size = new System.Drawing.Size(113, 20);
  107. this.toolStripMenuItem1.Tag = "$File";
  108. this.toolStripMenuItem1.Text = "toolStripMenuItem1";
  109. //
  110. // exportModPackToolStripMenuItem
  111. //
  112. this.exportModPackToolStripMenuItem.Name = "exportModPackToolStripMenuItem";
  113. this.exportModPackToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
  114. this.exportModPackToolStripMenuItem.Tag = "$ExportModPack";
  115. this.exportModPackToolStripMenuItem.Text = "ExportModPack";
  116. //
  117. // toolStripMenuItem2
  118. //
  119. this.toolStripMenuItem2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  120. this.changeSettingsToolStripMenuItem,
  121. this.toolStripSeparator1,
  122. this.exportSettingsToolStripMenuItem,
  123. this.importSettingsToolStripMenuItem});
  124. this.toolStripMenuItem2.Name = "toolStripMenuItem2";
  125. this.toolStripMenuItem2.Size = new System.Drawing.Size(113, 20);
  126. this.toolStripMenuItem2.Tag = "$Settings";
  127. this.toolStripMenuItem2.Text = "toolStripMenuItem2";
  128. //
  129. // changeSettingsToolStripMenuItem
  130. //
  131. this.changeSettingsToolStripMenuItem.Name = "changeSettingsToolStripMenuItem";
  132. this.changeSettingsToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
  133. this.changeSettingsToolStripMenuItem.Tag = "$ChangeSettings";
  134. this.changeSettingsToolStripMenuItem.Text = "Change settings";
  135. this.changeSettingsToolStripMenuItem.Click += new System.EventHandler(this.changeSettingsToolStripMenuItem_Click);
  136. //
  137. // toolStripSeparator1
  138. //
  139. this.toolStripSeparator1.Name = "toolStripSeparator1";
  140. this.toolStripSeparator1.Size = new System.Drawing.Size(149, 6);
  141. //
  142. // exportSettingsToolStripMenuItem
  143. //
  144. this.exportSettingsToolStripMenuItem.Name = "exportSettingsToolStripMenuItem";
  145. this.exportSettingsToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
  146. this.exportSettingsToolStripMenuItem.Tag = "$ExportSettings";
  147. this.exportSettingsToolStripMenuItem.Text = "Export settings";
  148. //
  149. // importSettingsToolStripMenuItem
  150. //
  151. this.importSettingsToolStripMenuItem.Name = "importSettingsToolStripMenuItem";
  152. this.importSettingsToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
  153. this.importSettingsToolStripMenuItem.Tag = "$ImportSettings";
  154. this.importSettingsToolStripMenuItem.Text = "ImportSettings";
  155. //
  156. // statusStrip1
  157. //
  158. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  159. this.toolStripStatusLabel1});
  160. this.statusStrip1.Location = new System.Drawing.Point(0, 618);
  161. this.statusStrip1.Name = "statusStrip1";
  162. this.statusStrip1.Size = new System.Drawing.Size(940, 22);
  163. this.statusStrip1.TabIndex = 1;
  164. this.statusStrip1.Text = "statusStrip1";
  165. //
  166. // toolStripStatusLabel1
  167. //
  168. this.toolStripStatusLabel1.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
  169. this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
  170. this.toolStripStatusLabel1.Size = new System.Drawing.Size(113, 17);
  171. this.toolStripStatusLabel1.Text = "toolStripStatusLabel1";
  172. //
  173. // tabPage2
  174. //
  175. this.tabPage2.Controls.Add(this.button1);
  176. this.tabPage2.Controls.Add(this.listView3);
  177. this.tabPage2.Controls.Add(this.textBox2);
  178. this.tabPage2.Location = new System.Drawing.Point(4, 22);
  179. this.tabPage2.Name = "tabPage2";
  180. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  181. this.tabPage2.Size = new System.Drawing.Size(908, 562);
  182. this.tabPage2.TabIndex = 1;
  183. this.tabPage2.Tag = "$Download";
  184. this.tabPage2.Text = "tabPage2";
  185. this.tabPage2.UseVisualStyleBackColor = true;
  186. //
  187. // tabControl1
  188. //
  189. this.tabControl1.Controls.Add(this.tabPage1);
  190. this.tabControl1.Controls.Add(this.tabPage2);
  191. this.tabControl1.Controls.Add(this.tabPage3);
  192. this.tabControl1.Location = new System.Drawing.Point(12, 27);
  193. this.tabControl1.Name = "tabControl1";
  194. this.tabControl1.SelectedIndex = 0;
  195. this.tabControl1.Size = new System.Drawing.Size(916, 588);
  196. this.tabControl1.TabIndex = 2;
  197. this.tabControl1.Tag = "";
  198. this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
  199. //
  200. // tabPage1
  201. //
  202. this.tabPage1.Controls.Add(this.panel1);
  203. this.tabPage1.Controls.Add(this.checkBox1);
  204. this.tabPage1.Controls.Add(this.textBox1);
  205. this.tabPage1.Controls.Add(this.listView1);
  206. this.tabPage1.Location = new System.Drawing.Point(4, 22);
  207. this.tabPage1.Name = "tabPage1";
  208. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  209. this.tabPage1.Size = new System.Drawing.Size(908, 562);
  210. this.tabPage1.TabIndex = 0;
  211. this.tabPage1.Tag = "$Installed";
  212. this.tabPage1.Text = "tabPage1";
  213. this.tabPage1.UseVisualStyleBackColor = true;
  214. this.tabPage1.Click += new System.EventHandler(this.tabPage1_Click);
  215. //
  216. // panel1
  217. //
  218. this.panel1.Controls.Add(this.richTextBox1);
  219. this.panel1.Controls.Add(this.button5);
  220. this.panel1.Controls.Add(this.button3);
  221. this.panel1.Controls.Add(this.groupBox1);
  222. this.panel1.Controls.Add(this.pictureBox1);
  223. this.panel1.Controls.Add(this.label2);
  224. this.panel1.Controls.Add(this.label1);
  225. this.panel1.Location = new System.Drawing.Point(394, 6);
  226. this.panel1.Name = "panel1";
  227. this.panel1.Size = new System.Drawing.Size(508, 550);
  228. this.panel1.TabIndex = 4;
  229. //
  230. // button5
  231. //
  232. this.button5.BackColor = System.Drawing.Color.DarkRed;
  233. this.button5.Enabled = false;
  234. this.button5.ForeColor = System.Drawing.Color.White;
  235. this.button5.Location = new System.Drawing.Point(408, 8);
  236. this.button5.Name = "button5";
  237. this.button5.Size = new System.Drawing.Size(80, 23);
  238. this.button5.TabIndex = 6;
  239. this.button5.Tag = "$Delete";
  240. this.button5.Text = "button5";
  241. this.button5.UseVisualStyleBackColor = false;
  242. this.button5.Click += new System.EventHandler(this.button5_Click);
  243. //
  244. // button3
  245. //
  246. this.button3.Location = new System.Drawing.Point(65, 512);
  247. this.button3.Name = "button3";
  248. this.button3.Size = new System.Drawing.Size(193, 23);
  249. this.button3.TabIndex = 5;
  250. this.button3.Tag = "$ModDowlnloadAllDepMods";
  251. this.button3.Text = "button3";
  252. this.button3.UseVisualStyleBackColor = true;
  253. //
  254. // groupBox1
  255. //
  256. this.groupBox1.Controls.Add(this.linkLabel2);
  257. this.groupBox1.Controls.Add(this.linkLabel1);
  258. this.groupBox1.Controls.Add(this.button4);
  259. this.groupBox1.Controls.Add(this.button2);
  260. this.groupBox1.Controls.Add(this.listView2);
  261. this.groupBox1.Controls.Add(this.label17);
  262. this.groupBox1.Controls.Add(this.label16);
  263. this.groupBox1.Controls.Add(this.label15);
  264. this.groupBox1.Controls.Add(this.label13);
  265. this.groupBox1.Controls.Add(this.label11);
  266. this.groupBox1.Controls.Add(this.label10);
  267. this.groupBox1.Controls.Add(this.label9);
  268. this.groupBox1.Controls.Add(this.label8);
  269. this.groupBox1.Controls.Add(this.label7);
  270. this.groupBox1.Controls.Add(this.label6);
  271. this.groupBox1.Controls.Add(this.label5);
  272. this.groupBox1.Controls.Add(this.label4);
  273. this.groupBox1.Location = new System.Drawing.Point(12, 141);
  274. this.groupBox1.Name = "groupBox1";
  275. this.groupBox1.Size = new System.Drawing.Size(481, 400);
  276. this.groupBox1.TabIndex = 4;
  277. this.groupBox1.TabStop = false;
  278. //
  279. // linkLabel2
  280. //
  281. this.linkLabel2.AutoSize = true;
  282. this.linkLabel2.Location = new System.Drawing.Point(204, 109);
  283. this.linkLabel2.Name = "linkLabel2";
  284. this.linkLabel2.Size = new System.Drawing.Size(55, 13);
  285. this.linkLabel2.TabIndex = 20;
  286. this.linkLabel2.TabStop = true;
  287. this.linkLabel2.Tag = "$Empty";
  288. this.linkLabel2.Text = "linkLabel2";
  289. //
  290. // linkLabel1
  291. //
  292. this.linkLabel1.AutoSize = true;
  293. this.linkLabel1.Location = new System.Drawing.Point(204, 85);
  294. this.linkLabel1.Name = "linkLabel1";
  295. this.linkLabel1.Size = new System.Drawing.Size(55, 13);
  296. this.linkLabel1.TabIndex = 19;
  297. this.linkLabel1.TabStop = true;
  298. this.linkLabel1.Tag = "$Empty";
  299. this.linkLabel1.Text = "linkLabel1";
  300. //
  301. // button4
  302. //
  303. this.button4.Location = new System.Drawing.Point(252, 371);
  304. this.button4.Name = "button4";
  305. this.button4.Size = new System.Drawing.Size(223, 23);
  306. this.button4.TabIndex = 18;
  307. this.button4.Tag = "$ModDownloadReqMods";
  308. this.button4.Text = "button4";
  309. this.button4.UseVisualStyleBackColor = true;
  310. //
  311. // button2
  312. //
  313. this.button2.Enabled = false;
  314. this.button2.Location = new System.Drawing.Point(9, 371);
  315. this.button2.Name = "button2";
  316. this.button2.Size = new System.Drawing.Size(38, 23);
  317. this.button2.TabIndex = 5;
  318. this.button2.Text = "---->";
  319. this.button2.UseVisualStyleBackColor = true;
  320. this.button2.Click += new System.EventHandler(this.button2_Click);
  321. //
  322. // listView2
  323. //
  324. this.listView2.HideSelection = false;
  325. this.listView2.Location = new System.Drawing.Point(6, 170);
  326. this.listView2.Name = "listView2";
  327. this.listView2.Size = new System.Drawing.Size(469, 195);
  328. this.listView2.TabIndex = 17;
  329. this.listView2.UseCompatibleStateImageBehavior = false;
  330. this.listView2.View = System.Windows.Forms.View.List;
  331. this.listView2.SelectedIndexChanged += new System.EventHandler(this.listView2_SelectedIndexChanged);
  332. //
  333. // label17
  334. //
  335. this.label17.AutoSize = true;
  336. this.label17.Location = new System.Drawing.Point(6, 154);
  337. this.label17.Name = "label17";
  338. this.label17.Size = new System.Drawing.Size(41, 13);
  339. this.label17.TabIndex = 16;
  340. this.label17.Tag = "$ModDep";
  341. this.label17.Text = "label17";
  342. //
  343. // label16
  344. //
  345. this.label16.AutoSize = true;
  346. this.label16.Location = new System.Drawing.Point(204, 131);
  347. this.label16.Name = "label16";
  348. this.label16.Size = new System.Drawing.Size(41, 13);
  349. this.label16.TabIndex = 15;
  350. this.label16.Tag = "$Empty";
  351. this.label16.Text = "label16";
  352. //
  353. // label15
  354. //
  355. this.label15.AutoSize = true;
  356. this.label15.Location = new System.Drawing.Point(6, 131);
  357. this.label15.Name = "label15";
  358. this.label15.Size = new System.Drawing.Size(41, 13);
  359. this.label15.TabIndex = 14;
  360. this.label15.Tag = "$ModFactorioVersion";
  361. this.label15.Text = "label15";
  362. //
  363. // label13
  364. //
  365. this.label13.AutoSize = true;
  366. this.label13.Location = new System.Drawing.Point(6, 109);
  367. this.label13.Name = "label13";
  368. this.label13.Size = new System.Drawing.Size(41, 13);
  369. this.label13.TabIndex = 12;
  370. this.label13.Tag = "$ModWebsite";
  371. this.label13.Text = "label13";
  372. //
  373. // label11
  374. //
  375. this.label11.AutoSize = true;
  376. this.label11.Location = new System.Drawing.Point(6, 85);
  377. this.label11.Name = "label11";
  378. this.label11.Size = new System.Drawing.Size(41, 13);
  379. this.label11.TabIndex = 10;
  380. this.label11.Tag = "$ModContact";
  381. this.label11.Text = "label11";
  382. //
  383. // label10
  384. //
  385. this.label10.AutoSize = true;
  386. this.label10.Location = new System.Drawing.Point(204, 63);
  387. this.label10.Name = "label10";
  388. this.label10.Size = new System.Drawing.Size(41, 13);
  389. this.label10.TabIndex = 9;
  390. this.label10.Tag = "$Empty";
  391. this.label10.Text = "label10";
  392. //
  393. // label9
  394. //
  395. this.label9.AutoSize = true;
  396. this.label9.Location = new System.Drawing.Point(6, 63);
  397. this.label9.Name = "label9";
  398. this.label9.Size = new System.Drawing.Size(35, 13);
  399. this.label9.TabIndex = 8;
  400. this.label9.Tag = "$ModAuthor";
  401. this.label9.Text = "label9";
  402. //
  403. // label8
  404. //
  405. this.label8.AutoSize = true;
  406. this.label8.Location = new System.Drawing.Point(204, 39);
  407. this.label8.Name = "label8";
  408. this.label8.Size = new System.Drawing.Size(35, 13);
  409. this.label8.TabIndex = 7;
  410. this.label8.Tag = "$Empty";
  411. this.label8.Text = "label8";
  412. //
  413. // label7
  414. //
  415. this.label7.AutoSize = true;
  416. this.label7.Location = new System.Drawing.Point(6, 39);
  417. this.label7.Name = "label7";
  418. this.label7.Size = new System.Drawing.Size(35, 13);
  419. this.label7.TabIndex = 6;
  420. this.label7.Tag = "$ModVersion";
  421. this.label7.Text = "label7";
  422. //
  423. // label6
  424. //
  425. this.label6.AutoSize = true;
  426. this.label6.Location = new System.Drawing.Point(204, 17);
  427. this.label6.Name = "label6";
  428. this.label6.Size = new System.Drawing.Size(35, 13);
  429. this.label6.TabIndex = 5;
  430. this.label6.Tag = "$Empty";
  431. this.label6.Text = "label6";
  432. //
  433. // label5
  434. //
  435. this.label5.AutoSize = true;
  436. this.label5.Location = new System.Drawing.Point(6, 17);
  437. this.label5.Name = "label5";
  438. this.label5.Size = new System.Drawing.Size(35, 13);
  439. this.label5.TabIndex = 1;
  440. this.label5.Tag = "$ModState";
  441. this.label5.Text = "label5";
  442. //
  443. // label4
  444. //
  445. this.label4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  446. this.label4.Location = new System.Drawing.Point(191, 15);
  447. this.label4.Name = "label4";
  448. this.label4.Size = new System.Drawing.Size(2, 130);
  449. this.label4.TabIndex = 0;
  450. //
  451. // pictureBox1
  452. //
  453. this.pictureBox1.BackColor = System.Drawing.Color.Black;
  454. this.pictureBox1.Location = new System.Drawing.Point(408, 55);
  455. this.pictureBox1.Name = "pictureBox1";
  456. this.pictureBox1.Size = new System.Drawing.Size(80, 80);
  457. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  458. this.pictureBox1.TabIndex = 3;
  459. this.pictureBox1.TabStop = false;
  460. //
  461. // label2
  462. //
  463. this.label2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  464. this.label2.Cursor = System.Windows.Forms.Cursors.Arrow;
  465. this.label2.Location = new System.Drawing.Point(10, 43);
  466. this.label2.Name = "label2";
  467. this.label2.Size = new System.Drawing.Size(480, 2);
  468. this.label2.TabIndex = 1;
  469. //
  470. // label1
  471. //
  472. this.label1.AutoSize = true;
  473. this.label1.Location = new System.Drawing.Point(9, 13);
  474. this.label1.Name = "label1";
  475. this.label1.Size = new System.Drawing.Size(35, 13);
  476. this.label1.TabIndex = 0;
  477. this.label1.Tag = "$ModName";
  478. this.label1.Text = "label1";
  479. //
  480. // checkBox1
  481. //
  482. this.checkBox1.AutoSize = true;
  483. this.checkBox1.Location = new System.Drawing.Point(12, 39);
  484. this.checkBox1.Name = "checkBox1";
  485. this.checkBox1.Size = new System.Drawing.Size(15, 14);
  486. this.checkBox1.TabIndex = 3;
  487. this.checkBox1.UseVisualStyleBackColor = true;
  488. this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
  489. //
  490. // textBox1
  491. //
  492. this.textBox1.Location = new System.Drawing.Point(6, 6);
  493. this.textBox1.Name = "textBox1";
  494. this.textBox1.Size = new System.Drawing.Size(382, 20);
  495. this.textBox1.TabIndex = 1;
  496. this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
  497. //
  498. // listView1
  499. //
  500. this.listView1.CheckBoxes = true;
  501. this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  502. this.columnHeader3,
  503. this.columnHeader1,
  504. this.columnHeader2});
  505. this.listView1.FullRowSelect = true;
  506. this.listView1.HideSelection = false;
  507. this.listView1.Location = new System.Drawing.Point(6, 33);
  508. this.listView1.MultiSelect = false;
  509. this.listView1.Name = "listView1";
  510. this.listView1.Size = new System.Drawing.Size(382, 523);
  511. this.listView1.TabIndex = 0;
  512. this.listView1.UseCompatibleStateImageBehavior = false;
  513. this.listView1.View = System.Windows.Forms.View.Details;
  514. this.listView1.DrawColumnHeader += new System.Windows.Forms.DrawListViewColumnHeaderEventHandler(this.listView1_DrawColumnHeader);
  515. this.listView1.DrawItem += new System.Windows.Forms.DrawListViewItemEventHandler(this.listView1_DrawItem);
  516. this.listView1.DrawSubItem += new System.Windows.Forms.DrawListViewSubItemEventHandler(this.listView1_DrawSubItem);
  517. this.listView1.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.listView1_ItemChecked);
  518. this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
  519. //
  520. // columnHeader3
  521. //
  522. this.columnHeader3.Tag = "true";
  523. this.columnHeader3.Text = "";
  524. this.columnHeader3.Width = 25;
  525. //
  526. // columnHeader1
  527. //
  528. this.columnHeader1.Tag = "$ModName";
  529. this.columnHeader1.Width = 271;
  530. //
  531. // columnHeader2
  532. //
  533. this.columnHeader2.Tag = "$ModVersion";
  534. this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  535. this.columnHeader2.Width = 82;
  536. //
  537. // tabPage3
  538. //
  539. this.tabPage3.Location = new System.Drawing.Point(4, 22);
  540. this.tabPage3.Name = "tabPage3";
  541. this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
  542. this.tabPage3.Size = new System.Drawing.Size(908, 562);
  543. this.tabPage3.TabIndex = 2;
  544. this.tabPage3.Tag = "$Updates";
  545. this.tabPage3.Text = "tabPage3";
  546. this.tabPage3.UseVisualStyleBackColor = true;
  547. //
  548. // richTextBox1
  549. //
  550. this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
  551. this.richTextBox1.Location = new System.Drawing.Point(12, 48);
  552. this.richTextBox1.Name = "richTextBox1";
  553. this.richTextBox1.Size = new System.Drawing.Size(390, 87);
  554. this.richTextBox1.TabIndex = 7;
  555. this.richTextBox1.Tag = "$ModDesc";
  556. this.richTextBox1.Text = "rtBox1";
  557. this.richTextBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.richTextBox1_KeyDown);
  558. //
  559. // textBox2
  560. //
  561. this.textBox2.Location = new System.Drawing.Point(6, 6);
  562. this.textBox2.Name = "textBox2";
  563. this.textBox2.Size = new System.Drawing.Size(263, 20);
  564. this.textBox2.TabIndex = 0;
  565. //
  566. // listView3
  567. //
  568. this.listView3.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  569. this.columnHeader4,
  570. this.columnHeader5,
  571. this.columnHeader6});
  572. this.listView3.HideSelection = false;
  573. this.listView3.Location = new System.Drawing.Point(6, 32);
  574. this.listView3.Name = "listView3";
  575. this.listView3.Size = new System.Drawing.Size(382, 524);
  576. this.listView3.TabIndex = 1;
  577. this.listView3.UseCompatibleStateImageBehavior = false;
  578. this.listView3.View = System.Windows.Forms.View.Details;
  579. //
  580. // button1
  581. //
  582. this.button1.ForeColor = System.Drawing.Color.DarkBlue;
  583. this.button1.Location = new System.Drawing.Point(275, 4);
  584. this.button1.Name = "button1";
  585. this.button1.Size = new System.Drawing.Size(113, 23);
  586. this.button1.TabIndex = 2;
  587. this.button1.Tag = "$Search";
  588. this.button1.Text = "button1";
  589. this.button1.UseVisualStyleBackColor = true;
  590. //
  591. // columnHeader4
  592. //
  593. this.columnHeader4.Tag = "$ModName";
  594. this.columnHeader4.Width = 252;
  595. //
  596. // columnHeader5
  597. //
  598. this.columnHeader5.Tag = "$ModVersion";
  599. this.columnHeader5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  600. //
  601. // columnHeader6
  602. //
  603. this.columnHeader6.Tag = "$ModDownloads";
  604. this.columnHeader6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  605. //
  606. // Form1
  607. //
  608. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  609. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  610. this.ClientSize = new System.Drawing.Size(940, 640);
  611. this.Controls.Add(this.tabControl1);
  612. this.Controls.Add(this.statusStrip1);
  613. this.Controls.Add(this.menuStrip1);
  614. this.MainMenuStrip = this.menuStrip1;
  615. this.Name = "Form1";
  616. this.Tag = "$FactroioModManager";
  617. this.Text = "Form1";
  618. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
  619. this.Load += new System.EventHandler(this.Form1_Load);
  620. this.menuStrip1.ResumeLayout(false);
  621. this.menuStrip1.PerformLayout();
  622. this.statusStrip1.ResumeLayout(false);
  623. this.statusStrip1.PerformLayout();
  624. this.tabPage2.ResumeLayout(false);
  625. this.tabPage2.PerformLayout();
  626. this.tabControl1.ResumeLayout(false);
  627. this.tabPage1.ResumeLayout(false);
  628. this.tabPage1.PerformLayout();
  629. this.panel1.ResumeLayout(false);
  630. this.panel1.PerformLayout();
  631. this.groupBox1.ResumeLayout(false);
  632. this.groupBox1.PerformLayout();
  633. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  634. this.ResumeLayout(false);
  635. this.PerformLayout();
  636. }
  637. #endregion
  638. private System.Windows.Forms.MenuStrip menuStrip1;
  639. private System.Windows.Forms.StatusStrip statusStrip1;
  640. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
  641. private System.Windows.Forms.TabPage tabPage2;
  642. private System.Windows.Forms.TabControl tabControl1;
  643. private System.Windows.Forms.TabPage tabPage1;
  644. private System.Windows.Forms.ListView listView1;
  645. private System.Windows.Forms.TabPage tabPage3;
  646. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
  647. private System.Windows.Forms.ToolStripMenuItem exportModPackToolStripMenuItem;
  648. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
  649. private System.Windows.Forms.ToolStripMenuItem changeSettingsToolStripMenuItem;
  650. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  651. private System.Windows.Forms.ToolStripMenuItem exportSettingsToolStripMenuItem;
  652. private System.Windows.Forms.ToolStripMenuItem importSettingsToolStripMenuItem;
  653. private System.Windows.Forms.TextBox textBox1;
  654. private System.Windows.Forms.ColumnHeader columnHeader1;
  655. private System.Windows.Forms.ColumnHeader columnHeader2;
  656. private System.Windows.Forms.ColumnHeader columnHeader3;
  657. private System.Windows.Forms.CheckBox checkBox1;
  658. private System.Windows.Forms.Panel panel1;
  659. private System.Windows.Forms.GroupBox groupBox1;
  660. private System.Windows.Forms.PictureBox pictureBox1;
  661. private System.Windows.Forms.Label label2;
  662. private System.Windows.Forms.Label label1;
  663. private System.Windows.Forms.ListView listView2;
  664. private System.Windows.Forms.Label label17;
  665. private System.Windows.Forms.Label label16;
  666. private System.Windows.Forms.Label label15;
  667. private System.Windows.Forms.Label label13;
  668. private System.Windows.Forms.Label label11;
  669. private System.Windows.Forms.Label label10;
  670. private System.Windows.Forms.Label label9;
  671. private System.Windows.Forms.Label label8;
  672. private System.Windows.Forms.Label label7;
  673. private System.Windows.Forms.Label label6;
  674. private System.Windows.Forms.Label label5;
  675. private System.Windows.Forms.Label label4;
  676. private System.Windows.Forms.Button button3;
  677. private System.Windows.Forms.Button button4;
  678. private System.Windows.Forms.Button button2;
  679. private System.Windows.Forms.Button button5;
  680. private System.Windows.Forms.LinkLabel linkLabel2;
  681. private System.Windows.Forms.LinkLabel linkLabel1;
  682. private System.Windows.Forms.RichTextBox richTextBox1;
  683. private System.Windows.Forms.Button button1;
  684. private System.Windows.Forms.ListView listView3;
  685. private System.Windows.Forms.TextBox textBox2;
  686. private System.Windows.Forms.ColumnHeader columnHeader4;
  687. private System.Windows.Forms.ColumnHeader columnHeader5;
  688. private System.Windows.Forms.ColumnHeader columnHeader6;
  689. }
  690. }