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.

MainForm.Designer.cs 13KB

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