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.

212 lines
11KB

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