|
|
@@ -30,7 +30,7 @@ |
|
|
|
{ |
|
|
|
System.Windows.Forms.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("Installed", System.Windows.Forms.HorizontalAlignment.Center); |
|
|
|
System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("Available", System.Windows.Forms.HorizontalAlignment.Center); |
|
|
|
System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem(new string[] {"Mod", "modtainers", "1.0", "2020.06.15. 2:01:43"}, -1); |
|
|
|
System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem(new string[] { "Mod", "modtainers", "1.0", "2020.06.15. 2:01:43" }, -1); |
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); |
|
|
|
this.modlist = new System.Windows.Forms.ListView(); |
|
|
|
this.modName = new System.Windows.Forms.ColumnHeader(); |
|
|
@@ -43,17 +43,16 @@ |
|
|
|
this.playbtn = new System.Windows.Forms.Button(); |
|
|
|
this.settingsbtn = new System.Windows.Forms.Button(); |
|
|
|
this.findlog = new System.Windows.Forms.Button(); |
|
|
|
this.unpatched = new System.Windows.Forms.CheckBox(); |
|
|
|
this.modinfobox = new System.Windows.Forms.RichTextBox(); |
|
|
|
this.refreshbtn = new System.Windows.Forms.Button(); |
|
|
|
this.SuspendLayout(); |
|
|
|
// |
|
|
|
// modlist |
|
|
|
// |
|
|
|
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))); |
|
|
|
this.modlist.BackColor = System.Drawing.Color.FromArgb(((int) (((byte) (216)))), ((int) (((byte) (240)))), ((int) (((byte) (216))))); |
|
|
|
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))); |
|
|
|
this.modlist.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(240)))), ((int)(((byte)(216))))); |
|
|
|
this.modlist.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; |
|
|
|
this.modlist.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {this.modName, this.modAuthor, this.modVersion, this.modTimestamp}); |
|
|
|
this.modlist.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.modName, this.modAuthor, this.modVersion, this.modTimestamp }); |
|
|
|
this.modlist.ForeColor = System.Drawing.Color.Green; |
|
|
|
this.modlist.FullRowSelect = true; |
|
|
|
listViewGroup1.Header = "Installed"; |
|
|
@@ -62,11 +61,11 @@ |
|
|
|
listViewGroup2.Header = "Available"; |
|
|
|
listViewGroup2.HeaderAlignment = System.Windows.Forms.HorizontalAlignment.Center; |
|
|
|
listViewGroup2.Name = "available"; |
|
|
|
this.modlist.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {listViewGroup1, listViewGroup2}); |
|
|
|
this.modlist.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] { listViewGroup1, listViewGroup2 }); |
|
|
|
this.modlist.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; |
|
|
|
this.modlist.HideSelection = false; |
|
|
|
listViewItem1.Group = listViewGroup1; |
|
|
|
this.modlist.Items.AddRange(new System.Windows.Forms.ListViewItem[] {listViewItem1}); |
|
|
|
this.modlist.Items.AddRange(new System.Windows.Forms.ListViewItem[] { listViewItem1 }); |
|
|
|
this.modlist.Location = new System.Drawing.Point(12, 47); |
|
|
|
this.modlist.Name = "modlist"; |
|
|
|
this.modlist.Size = new System.Drawing.Size(491, 433); |
|
|
@@ -98,10 +97,10 @@ |
|
|
|
// |
|
|
|
// status |
|
|
|
// |
|
|
|
this.status.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); |
|
|
|
this.status.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); |
|
|
|
this.status.AutoSize = true; |
|
|
|
this.status.FlatStyle = System.Windows.Forms.FlatStyle.Flat; |
|
|
|
this.status.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte) (238))); |
|
|
|
this.status.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); |
|
|
|
this.status.ForeColor = System.Drawing.Color.Lime; |
|
|
|
this.status.Location = new System.Drawing.Point(8, 487); |
|
|
|
this.status.Name = "status"; |
|
|
@@ -111,11 +110,11 @@ |
|
|
|
// |
|
|
|
// installbtn |
|
|
|
// |
|
|
|
this.installbtn.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); |
|
|
|
this.installbtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); |
|
|
|
this.installbtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Green; |
|
|
|
this.installbtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int) (((byte) (0)))), ((int) (((byte) (40)))), ((int) (((byte) (0))))); |
|
|
|
this.installbtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(40)))), ((int)(((byte)(0))))); |
|
|
|
this.installbtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; |
|
|
|
this.installbtn.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte) (238))); |
|
|
|
this.installbtn.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); |
|
|
|
this.installbtn.Location = new System.Drawing.Point(509, 12); |
|
|
|
this.installbtn.Name = "installbtn"; |
|
|
|
this.installbtn.Size = new System.Drawing.Size(263, 49); |
|
|
@@ -126,11 +125,11 @@ |
|
|
|
// |
|
|
|
// uninstallbtn |
|
|
|
// |
|
|
|
this.uninstallbtn.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); |
|
|
|
this.uninstallbtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); |
|
|
|
this.uninstallbtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Black; |
|
|
|
this.uninstallbtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Black; |
|
|
|
this.uninstallbtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; |
|
|
|
this.uninstallbtn.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte) (238))); |
|
|
|
this.uninstallbtn.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); |
|
|
|
this.uninstallbtn.ForeColor = System.Drawing.Color.Green; |
|
|
|
this.uninstallbtn.Location = new System.Drawing.Point(509, 67); |
|
|
|
this.uninstallbtn.Name = "uninstallbtn"; |
|
|
@@ -144,9 +143,9 @@ |
|
|
|
// |
|
|
|
this.playbtn.Anchor = System.Windows.Forms.AnchorStyles.Bottom; |
|
|
|
this.playbtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Green; |
|
|
|
this.playbtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int) (((byte) (0)))), ((int) (((byte) (40)))), ((int) (((byte) (0))))); |
|
|
|
this.playbtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(40)))), ((int)(((byte)(0))))); |
|
|
|
this.playbtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; |
|
|
|
this.playbtn.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte) (238))); |
|
|
|
this.playbtn.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); |
|
|
|
this.playbtn.Location = new System.Drawing.Point(250, 487); |
|
|
|
this.playbtn.Name = "playbtn"; |
|
|
|
this.playbtn.Size = new System.Drawing.Size(300, 62); |
|
|
@@ -157,9 +156,9 @@ |
|
|
|
// |
|
|
|
// settingsbtn |
|
|
|
// |
|
|
|
this.settingsbtn.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); |
|
|
|
this.settingsbtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); |
|
|
|
this.settingsbtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Green; |
|
|
|
this.settingsbtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int) (((byte) (0)))), ((int) (((byte) (40)))), ((int) (((byte) (0))))); |
|
|
|
this.settingsbtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(40)))), ((int)(((byte)(0))))); |
|
|
|
this.settingsbtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; |
|
|
|
this.settingsbtn.Location = new System.Drawing.Point(667, 487); |
|
|
|
this.settingsbtn.Name = "settingsbtn"; |
|
|
@@ -171,9 +170,9 @@ |
|
|
|
// |
|
|
|
// findlog |
|
|
|
// |
|
|
|
this.findlog.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); |
|
|
|
this.findlog.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); |
|
|
|
this.findlog.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Green; |
|
|
|
this.findlog.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int) (((byte) (0)))), ((int) (((byte) (40)))), ((int) (((byte) (0))))); |
|
|
|
this.findlog.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(40)))), ((int)(((byte)(0))))); |
|
|
|
this.findlog.FlatStyle = System.Windows.Forms.FlatStyle.Flat; |
|
|
|
this.findlog.Location = new System.Drawing.Point(666, 522); |
|
|
|
this.findlog.Name = "findlog"; |
|
|
@@ -183,21 +182,9 @@ |
|
|
|
this.findlog.UseVisualStyleBackColor = true; |
|
|
|
this.findlog.Click += new System.EventHandler(this.findlog_Click); |
|
|
|
// |
|
|
|
// unpatched |
|
|
|
// |
|
|
|
this.unpatched.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); |
|
|
|
this.unpatched.AutoSize = true; |
|
|
|
this.unpatched.Location = new System.Drawing.Point(12, 534); |
|
|
|
this.unpatched.Name = "unpatched"; |
|
|
|
this.unpatched.Size = new System.Drawing.Size(218, 17); |
|
|
|
this.unpatched.TabIndex = 8; |
|
|
|
this.unpatched.Text = "Disable mods (check if game is crashing)"; |
|
|
|
this.unpatched.UseVisualStyleBackColor = true; |
|
|
|
this.unpatched.CheckedChanged += new System.EventHandler(this.unpatched_CheckedChanged); |
|
|
|
// |
|
|
|
// modinfobox |
|
|
|
// |
|
|
|
this.modinfobox.Anchor = ((System.Windows.Forms.AnchorStyles) (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); |
|
|
|
this.modinfobox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); |
|
|
|
this.modinfobox.BackColor = System.Drawing.Color.Black; |
|
|
|
this.modinfobox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; |
|
|
|
this.modinfobox.ForeColor = System.Drawing.Color.Lime; |
|
|
@@ -211,9 +198,9 @@ |
|
|
|
// refreshbtn |
|
|
|
// |
|
|
|
this.refreshbtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Green; |
|
|
|
this.refreshbtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int) (((byte) (0)))), ((int) (((byte) (40)))), ((int) (((byte) (0))))); |
|
|
|
this.refreshbtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(40)))), ((int)(((byte)(0))))); |
|
|
|
this.refreshbtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; |
|
|
|
this.refreshbtn.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte) (238))); |
|
|
|
this.refreshbtn.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); |
|
|
|
this.refreshbtn.Location = new System.Drawing.Point(12, 12); |
|
|
|
this.refreshbtn.Name = "refreshbtn"; |
|
|
|
this.refreshbtn.Size = new System.Drawing.Size(105, 29); |
|
|
@@ -230,7 +217,6 @@ |
|
|
|
this.ClientSize = new System.Drawing.Size(784, 561); |
|
|
|
this.Controls.Add(this.refreshbtn); |
|
|
|
this.Controls.Add(this.modinfobox); |
|
|
|
this.Controls.Add(this.unpatched); |
|
|
|
this.Controls.Add(this.findlog); |
|
|
|
this.Controls.Add(this.settingsbtn); |
|
|
|
this.Controls.Add(this.playbtn); |
|
|
@@ -239,7 +225,7 @@ |
|
|
|
this.Controls.Add(this.status); |
|
|
|
this.Controls.Add(this.modlist); |
|
|
|
this.ForeColor = System.Drawing.Color.Lime; |
|
|
|
this.Icon = ((System.Drawing.Icon) (resources.GetObject("$this.Icon"))); |
|
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); |
|
|
|
this.Name = "MainForm"; |
|
|
|
this.Text = "Techblox Mod Manager"; |
|
|
|
this.Load += new System.EventHandler(this.Form1_Load); |
|
|
@@ -261,7 +247,6 @@ |
|
|
|
private System.Windows.Forms.Button settingsbtn; |
|
|
|
private System.Windows.Forms.ColumnHeader modAuthor; |
|
|
|
private System.Windows.Forms.Button findlog; |
|
|
|
private System.Windows.Forms.CheckBox unpatched; |
|
|
|
private System.Windows.Forms.RichTextBox modinfobox; |
|
|
|
private System.Windows.Forms.Button refreshbtn; |
|
|
|
} |
|
|
|