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.

263 lines
14KB

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