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.

235 lines
13KB

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