Techblox Mod Manager / Launcher
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

270 lines
16KB

  1. namespace TBMM
  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.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("Installed", System.Windows.Forms.HorizontalAlignment.Center);
  29. System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("Available", System.Windows.Forms.HorizontalAlignment.Center);
  30. System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem(new string[] {"Mod", "modtainers", "1.0", "2020.06.15. 2:01:43"}, -1);
  31. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
  32. this.modlist = new System.Windows.Forms.ListView();
  33. this.modName = new System.Windows.Forms.ColumnHeader();
  34. this.modAuthor = new System.Windows.Forms.ColumnHeader();
  35. this.modVersion = new System.Windows.Forms.ColumnHeader();
  36. this.modTimestamp = new System.Windows.Forms.ColumnHeader();
  37. this.status = new System.Windows.Forms.Label();
  38. this.installbtn = new System.Windows.Forms.Button();
  39. this.uninstallbtn = new System.Windows.Forms.Button();
  40. this.playbtn = new System.Windows.Forms.Button();
  41. this.settingsbtn = new System.Windows.Forms.Button();
  42. this.findlog = new System.Windows.Forms.Button();
  43. this.unpatched = new System.Windows.Forms.CheckBox();
  44. this.modinfobox = new System.Windows.Forms.RichTextBox();
  45. this.refreshbtn = new System.Windows.Forms.Button();
  46. this.SuspendLayout();
  47. //
  48. // modlist
  49. //
  50. this.modlist.Anchor = ((System.Windows.Forms.AnchorStyles) ((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
  51. this.modlist.BackColor = System.Drawing.Color.FromArgb(((int) (((byte) (216)))), ((int) (((byte) (240)))), ((int) (((byte) (216)))));
  52. this.modlist.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  53. this.modlist.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {this.modName, this.modAuthor, this.modVersion, this.modTimestamp});
  54. this.modlist.ForeColor = System.Drawing.Color.Green;
  55. this.modlist.FullRowSelect = true;
  56. listViewGroup1.Header = "Installed";
  57. listViewGroup1.HeaderAlignment = System.Windows.Forms.HorizontalAlignment.Center;
  58. listViewGroup1.Name = "installed";
  59. listViewGroup2.Header = "Available";
  60. listViewGroup2.HeaderAlignment = System.Windows.Forms.HorizontalAlignment.Center;
  61. listViewGroup2.Name = "available";
  62. this.modlist.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {listViewGroup1, listViewGroup2});
  63. this.modlist.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
  64. this.modlist.HideSelection = false;
  65. listViewItem1.Group = listViewGroup1;
  66. this.modlist.Items.AddRange(new System.Windows.Forms.ListViewItem[] {listViewItem1});
  67. this.modlist.Location = new System.Drawing.Point(12, 47);
  68. this.modlist.Name = "modlist";
  69. this.modlist.Size = new System.Drawing.Size(491, 433);
  70. this.modlist.Sorting = System.Windows.Forms.SortOrder.Ascending;
  71. this.modlist.TabIndex = 0;
  72. this.modlist.UseCompatibleStateImageBehavior = false;
  73. this.modlist.View = System.Windows.Forms.View.Details;
  74. this.modlist.SelectedIndexChanged += new System.EventHandler(this.modlist_SelectedIndexChanged);
  75. //
  76. // modName
  77. //
  78. this.modName.Text = "Name";
  79. this.modName.Width = 148;
  80. //
  81. // modAuthor
  82. //
  83. this.modAuthor.Text = "Author";
  84. this.modAuthor.Width = 142;
  85. //
  86. // modVersion
  87. //
  88. this.modVersion.Text = "Version";
  89. this.modVersion.Width = 62;
  90. //
  91. // modTimestamp
  92. //
  93. this.modTimestamp.Text = "Last updated";
  94. this.modTimestamp.Width = 120;
  95. //
  96. // status
  97. //
  98. this.status.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  99. this.status.AutoSize = true;
  100. this.status.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  101. this.status.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte) (238)));
  102. this.status.ForeColor = System.Drawing.Color.Lime;
  103. this.status.Location = new System.Drawing.Point(8, 487);
  104. this.status.Name = "status";
  105. this.status.Size = new System.Drawing.Size(60, 40);
  106. this.status.TabIndex = 1;
  107. this.status.Text = "Status:\r\nasd";
  108. //
  109. // installbtn
  110. //
  111. this.installbtn.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  112. this.installbtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Green;
  113. this.installbtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int) (((byte) (0)))), ((int) (((byte) (40)))), ((int) (((byte) (0)))));
  114. this.installbtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  115. this.installbtn.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte) (238)));
  116. this.installbtn.Location = new System.Drawing.Point(509, 12);
  117. this.installbtn.Name = "installbtn";
  118. this.installbtn.Size = new System.Drawing.Size(263, 49);
  119. this.installbtn.TabIndex = 2;
  120. this.installbtn.Text = "Install mod";
  121. this.installbtn.UseVisualStyleBackColor = true;
  122. this.installbtn.Click += new System.EventHandler(this.installbtn_Click);
  123. //
  124. // uninstallbtn
  125. //
  126. this.uninstallbtn.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  127. this.uninstallbtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Black;
  128. this.uninstallbtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Black;
  129. this.uninstallbtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  130. this.uninstallbtn.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte) (238)));
  131. this.uninstallbtn.ForeColor = System.Drawing.Color.Green;
  132. this.uninstallbtn.Location = new System.Drawing.Point(509, 67);
  133. this.uninstallbtn.Name = "uninstallbtn";
  134. this.uninstallbtn.Size = new System.Drawing.Size(263, 49);
  135. this.uninstallbtn.TabIndex = 3;
  136. this.uninstallbtn.Text = "Uninstall mod";
  137. this.uninstallbtn.UseVisualStyleBackColor = true;
  138. this.uninstallbtn.Click += new System.EventHandler(this.uninstallbtn_Click);
  139. //
  140. // playbtn
  141. //
  142. this.playbtn.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
  143. this.playbtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Green;
  144. this.playbtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int) (((byte) (0)))), ((int) (((byte) (40)))), ((int) (((byte) (0)))));
  145. this.playbtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  146. this.playbtn.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte) (238)));
  147. this.playbtn.Location = new System.Drawing.Point(250, 487);
  148. this.playbtn.Name = "playbtn";
  149. this.playbtn.Size = new System.Drawing.Size(300, 62);
  150. this.playbtn.TabIndex = 5;
  151. this.playbtn.Text = "Play";
  152. this.playbtn.UseVisualStyleBackColor = true;
  153. this.playbtn.Click += new System.EventHandler(this.playbtn_Click);
  154. //
  155. // settingsbtn
  156. //
  157. this.settingsbtn.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  158. this.settingsbtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Green;
  159. this.settingsbtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int) (((byte) (0)))), ((int) (((byte) (40)))), ((int) (((byte) (0)))));
  160. this.settingsbtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  161. this.settingsbtn.Location = new System.Drawing.Point(667, 487);
  162. this.settingsbtn.Name = "settingsbtn";
  163. this.settingsbtn.Size = new System.Drawing.Size(105, 29);
  164. this.settingsbtn.TabIndex = 6;
  165. this.settingsbtn.Text = "Settings";
  166. this.settingsbtn.UseVisualStyleBackColor = true;
  167. this.settingsbtn.Click += new System.EventHandler(this.settingsbtn_Click);
  168. //
  169. // findlog
  170. //
  171. this.findlog.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  172. this.findlog.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Green;
  173. this.findlog.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int) (((byte) (0)))), ((int) (((byte) (40)))), ((int) (((byte) (0)))));
  174. this.findlog.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  175. this.findlog.Location = new System.Drawing.Point(666, 522);
  176. this.findlog.Name = "findlog";
  177. this.findlog.Size = new System.Drawing.Size(105, 29);
  178. this.findlog.TabIndex = 7;
  179. this.findlog.Text = "Find game log";
  180. this.findlog.UseVisualStyleBackColor = true;
  181. this.findlog.Click += new System.EventHandler(this.findlog_Click);
  182. //
  183. // unpatched
  184. //
  185. this.unpatched.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  186. this.unpatched.AutoSize = true;
  187. this.unpatched.Location = new System.Drawing.Point(12, 534);
  188. this.unpatched.Name = "unpatched";
  189. this.unpatched.Size = new System.Drawing.Size(218, 17);
  190. this.unpatched.TabIndex = 8;
  191. this.unpatched.Text = "Disable mods (check if game is crashing)";
  192. this.unpatched.UseVisualStyleBackColor = true;
  193. this.unpatched.CheckedChanged += new System.EventHandler(this.unpatched_CheckedChanged);
  194. //
  195. // modinfobox
  196. //
  197. this.modinfobox.Anchor = ((System.Windows.Forms.AnchorStyles) (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right)));
  198. this.modinfobox.BackColor = System.Drawing.Color.Black;
  199. this.modinfobox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  200. this.modinfobox.ForeColor = System.Drawing.Color.Lime;
  201. this.modinfobox.Location = new System.Drawing.Point(509, 122);
  202. this.modinfobox.Name = "modinfobox";
  203. this.modinfobox.ReadOnly = true;
  204. this.modinfobox.Size = new System.Drawing.Size(263, 358);
  205. this.modinfobox.TabIndex = 9;
  206. this.modinfobox.Text = "";
  207. //
  208. // refreshbtn
  209. //
  210. this.refreshbtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Green;
  211. this.refreshbtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int) (((byte) (0)))), ((int) (((byte) (40)))), ((int) (((byte) (0)))));
  212. this.refreshbtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  213. this.refreshbtn.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte) (238)));
  214. this.refreshbtn.Location = new System.Drawing.Point(12, 12);
  215. this.refreshbtn.Name = "refreshbtn";
  216. this.refreshbtn.Size = new System.Drawing.Size(105, 29);
  217. this.refreshbtn.TabIndex = 10;
  218. this.refreshbtn.Text = "Refresh";
  219. this.refreshbtn.UseVisualStyleBackColor = true;
  220. this.refreshbtn.Click += new System.EventHandler(this.refreshbtn_Click);
  221. //
  222. // MainForm
  223. //
  224. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  225. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  226. this.BackColor = System.Drawing.Color.Black;
  227. this.ClientSize = new System.Drawing.Size(784, 561);
  228. this.Controls.Add(this.refreshbtn);
  229. this.Controls.Add(this.modinfobox);
  230. this.Controls.Add(this.unpatched);
  231. this.Controls.Add(this.findlog);
  232. this.Controls.Add(this.settingsbtn);
  233. this.Controls.Add(this.playbtn);
  234. this.Controls.Add(this.uninstallbtn);
  235. this.Controls.Add(this.installbtn);
  236. this.Controls.Add(this.status);
  237. this.Controls.Add(this.modlist);
  238. this.ForeColor = System.Drawing.Color.Lime;
  239. this.Icon = ((System.Drawing.Icon) (resources.GetObject("$this.Icon")));
  240. this.Name = "MainForm";
  241. this.Text = "Techblox Mod Manager";
  242. this.Load += new System.EventHandler(this.Form1_Load);
  243. this.Shown += new System.EventHandler(this.MainForm_Shown);
  244. this.ResumeLayout(false);
  245. this.PerformLayout();
  246. }
  247. #endregion
  248. private System.Windows.Forms.ListView modlist;
  249. private System.Windows.Forms.ColumnHeader modName;
  250. private System.Windows.Forms.ColumnHeader modVersion;
  251. private System.Windows.Forms.ColumnHeader modTimestamp;
  252. private System.Windows.Forms.Label status;
  253. private System.Windows.Forms.Button installbtn;
  254. private System.Windows.Forms.Button uninstallbtn;
  255. private System.Windows.Forms.Button playbtn;
  256. private System.Windows.Forms.Button settingsbtn;
  257. private System.Windows.Forms.ColumnHeader modAuthor;
  258. private System.Windows.Forms.Button findlog;
  259. private System.Windows.Forms.CheckBox unpatched;
  260. private System.Windows.Forms.RichTextBox modinfobox;
  261. private System.Windows.Forms.Button refreshbtn;
  262. }
  263. }