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.

257 lines
15KB

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