|
|
@@ -40,9 +40,16 @@ namespace FactorioModManager
|
|
|
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
|
|
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
|
this.tabPage2 = new System.Windows.Forms.TabPage();
|
|
|
+ this.button1 = new System.Windows.Forms.Button();
|
|
|
+ this.listView3 = new System.Windows.Forms.ListView();
|
|
|
+ this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
|
+ this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
|
+ this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
|
+ this.textBox2 = new System.Windows.Forms.TextBox();
|
|
|
this.tabControl1 = new System.Windows.Forms.TabControl();
|
|
|
this.tabPage1 = new System.Windows.Forms.TabPage();
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
|
+ this.richTextBox1 = new System.Windows.Forms.RichTextBox();
|
|
|
this.button5 = new System.Windows.Forms.Button();
|
|
|
this.button3 = new System.Windows.Forms.Button();
|
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
|
@@ -73,13 +80,6 @@ namespace FactorioModManager
|
|
|
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
|
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
|
this.tabPage3 = new System.Windows.Forms.TabPage();
|
|
|
- this.richTextBox1 = new System.Windows.Forms.RichTextBox();
|
|
|
- this.textBox2 = new System.Windows.Forms.TextBox();
|
|
|
- this.listView3 = new System.Windows.Forms.ListView();
|
|
|
- this.button1 = new System.Windows.Forms.Button();
|
|
|
- this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
|
- this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
|
- this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
|
this.menuStrip1.SuspendLayout();
|
|
|
this.statusStrip1.SuspendLayout();
|
|
|
this.tabPage2.SuspendLayout();
|
|
|
@@ -106,16 +106,17 @@ namespace FactorioModManager
|
|
|
this.toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
this.exportModPackToolStripMenuItem});
|
|
|
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
|
|
|
- this.toolStripMenuItem1.Size = new System.Drawing.Size(113, 20);
|
|
|
+ this.toolStripMenuItem1.Size = new System.Drawing.Size(125, 20);
|
|
|
this.toolStripMenuItem1.Tag = "$File";
|
|
|
this.toolStripMenuItem1.Text = "toolStripMenuItem1";
|
|
|
//
|
|
|
// exportModPackToolStripMenuItem
|
|
|
//
|
|
|
this.exportModPackToolStripMenuItem.Name = "exportModPackToolStripMenuItem";
|
|
|
- this.exportModPackToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
|
|
|
+ this.exportModPackToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
|
|
this.exportModPackToolStripMenuItem.Tag = "$ExportModPack";
|
|
|
this.exportModPackToolStripMenuItem.Text = "ExportModPack";
|
|
|
+ this.exportModPackToolStripMenuItem.Click += new System.EventHandler(this.exportModPackToolStripMenuItem_Click);
|
|
|
//
|
|
|
// toolStripMenuItem2
|
|
|
//
|
|
|
@@ -125,14 +126,14 @@ namespace FactorioModManager
|
|
|
this.exportSettingsToolStripMenuItem,
|
|
|
this.importSettingsToolStripMenuItem});
|
|
|
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
|
|
|
- this.toolStripMenuItem2.Size = new System.Drawing.Size(113, 20);
|
|
|
+ this.toolStripMenuItem2.Size = new System.Drawing.Size(125, 20);
|
|
|
this.toolStripMenuItem2.Tag = "$Settings";
|
|
|
this.toolStripMenuItem2.Text = "toolStripMenuItem2";
|
|
|
//
|
|
|
// changeSettingsToolStripMenuItem
|
|
|
//
|
|
|
this.changeSettingsToolStripMenuItem.Name = "changeSettingsToolStripMenuItem";
|
|
|
- this.changeSettingsToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
|
|
+ this.changeSettingsToolStripMenuItem.Size = new System.Drawing.Size(159, 22);
|
|
|
this.changeSettingsToolStripMenuItem.Tag = "$ChangeSettings";
|
|
|
this.changeSettingsToolStripMenuItem.Text = "Change settings";
|
|
|
this.changeSettingsToolStripMenuItem.Click += new System.EventHandler(this.changeSettingsToolStripMenuItem_Click);
|
|
|
@@ -140,19 +141,19 @@ namespace FactorioModManager
|
|
|
// toolStripSeparator1
|
|
|
//
|
|
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|
|
- this.toolStripSeparator1.Size = new System.Drawing.Size(149, 6);
|
|
|
+ this.toolStripSeparator1.Size = new System.Drawing.Size(156, 6);
|
|
|
//
|
|
|
// exportSettingsToolStripMenuItem
|
|
|
//
|
|
|
this.exportSettingsToolStripMenuItem.Name = "exportSettingsToolStripMenuItem";
|
|
|
- this.exportSettingsToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
|
|
+ this.exportSettingsToolStripMenuItem.Size = new System.Drawing.Size(159, 22);
|
|
|
this.exportSettingsToolStripMenuItem.Tag = "$ExportSettings";
|
|
|
this.exportSettingsToolStripMenuItem.Text = "Export settings";
|
|
|
//
|
|
|
// importSettingsToolStripMenuItem
|
|
|
//
|
|
|
this.importSettingsToolStripMenuItem.Name = "importSettingsToolStripMenuItem";
|
|
|
- this.importSettingsToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
|
|
+ this.importSettingsToolStripMenuItem.Size = new System.Drawing.Size(159, 22);
|
|
|
this.importSettingsToolStripMenuItem.Tag = "$ImportSettings";
|
|
|
this.importSettingsToolStripMenuItem.Text = "ImportSettings";
|
|
|
//
|
|
|
@@ -160,9 +161,9 @@ namespace FactorioModManager
|
|
|
//
|
|
|
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
this.toolStripStatusLabel1});
|
|
|
- this.statusStrip1.Location = new System.Drawing.Point(0, 618);
|
|
|
+ this.statusStrip1.Location = new System.Drawing.Point(0, 616);
|
|
|
this.statusStrip1.Name = "statusStrip1";
|
|
|
- this.statusStrip1.Size = new System.Drawing.Size(940, 22);
|
|
|
+ this.statusStrip1.Size = new System.Drawing.Size(940, 24);
|
|
|
this.statusStrip1.TabIndex = 1;
|
|
|
this.statusStrip1.Text = "statusStrip1";
|
|
|
//
|
|
|
@@ -170,7 +171,7 @@ namespace FactorioModManager
|
|
|
//
|
|
|
this.toolStripStatusLabel1.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
|
|
|
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
|
|
|
- this.toolStripStatusLabel1.Size = new System.Drawing.Size(113, 17);
|
|
|
+ this.toolStripStatusLabel1.Size = new System.Drawing.Size(122, 19);
|
|
|
this.toolStripStatusLabel1.Text = "toolStripStatusLabel1";
|
|
|
//
|
|
|
// tabPage2
|
|
|
@@ -187,6 +188,53 @@ namespace FactorioModManager
|
|
|
this.tabPage2.Text = "tabPage2";
|
|
|
this.tabPage2.UseVisualStyleBackColor = true;
|
|
|
//
|
|
|
+ // button1
|
|
|
+ //
|
|
|
+ this.button1.ForeColor = System.Drawing.Color.DarkBlue;
|
|
|
+ this.button1.Location = new System.Drawing.Point(275, 4);
|
|
|
+ this.button1.Name = "button1";
|
|
|
+ this.button1.Size = new System.Drawing.Size(113, 23);
|
|
|
+ this.button1.TabIndex = 2;
|
|
|
+ this.button1.Tag = "$Search";
|
|
|
+ this.button1.Text = "button1";
|
|
|
+ this.button1.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // listView3
|
|
|
+ //
|
|
|
+ this.listView3.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|
|
+ this.columnHeader4,
|
|
|
+ this.columnHeader5,
|
|
|
+ this.columnHeader6});
|
|
|
+ this.listView3.HideSelection = false;
|
|
|
+ this.listView3.Location = new System.Drawing.Point(6, 32);
|
|
|
+ this.listView3.Name = "listView3";
|
|
|
+ this.listView3.Size = new System.Drawing.Size(382, 524);
|
|
|
+ this.listView3.TabIndex = 1;
|
|
|
+ this.listView3.UseCompatibleStateImageBehavior = false;
|
|
|
+ this.listView3.View = System.Windows.Forms.View.Details;
|
|
|
+ //
|
|
|
+ // columnHeader4
|
|
|
+ //
|
|
|
+ this.columnHeader4.Tag = "$ModName";
|
|
|
+ this.columnHeader4.Width = 252;
|
|
|
+ //
|
|
|
+ // columnHeader5
|
|
|
+ //
|
|
|
+ this.columnHeader5.Tag = "$ModVersion";
|
|
|
+ this.columnHeader5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
|
+ //
|
|
|
+ // columnHeader6
|
|
|
+ //
|
|
|
+ this.columnHeader6.Tag = "$ModDownloads";
|
|
|
+ this.columnHeader6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
|
+ //
|
|
|
+ // textBox2
|
|
|
+ //
|
|
|
+ this.textBox2.Location = new System.Drawing.Point(6, 6);
|
|
|
+ this.textBox2.Name = "textBox2";
|
|
|
+ this.textBox2.Size = new System.Drawing.Size(263, 20);
|
|
|
+ this.textBox2.TabIndex = 0;
|
|
|
+ //
|
|
|
// tabControl1
|
|
|
//
|
|
|
this.tabControl1.Controls.Add(this.tabPage1);
|
|
|
@@ -230,6 +278,17 @@ namespace FactorioModManager
|
|
|
this.panel1.Size = new System.Drawing.Size(508, 550);
|
|
|
this.panel1.TabIndex = 4;
|
|
|
//
|
|
|
+ // richTextBox1
|
|
|
+ //
|
|
|
+ this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
+ this.richTextBox1.Location = new System.Drawing.Point(12, 48);
|
|
|
+ this.richTextBox1.Name = "richTextBox1";
|
|
|
+ this.richTextBox1.Size = new System.Drawing.Size(390, 87);
|
|
|
+ this.richTextBox1.TabIndex = 7;
|
|
|
+ this.richTextBox1.Tag = "$ModDesc";
|
|
|
+ this.richTextBox1.Text = "rtBox1";
|
|
|
+ this.richTextBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.richTextBox1_KeyDown);
|
|
|
+ //
|
|
|
// button5
|
|
|
//
|
|
|
this.button5.BackColor = System.Drawing.Color.DarkRed;
|
|
|
@@ -548,64 +607,6 @@ namespace FactorioModManager
|
|
|
this.tabPage3.Text = "tabPage3";
|
|
|
this.tabPage3.UseVisualStyleBackColor = true;
|
|
|
//
|
|
|
- // richTextBox1
|
|
|
- //
|
|
|
- this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
- this.richTextBox1.Location = new System.Drawing.Point(12, 48);
|
|
|
- this.richTextBox1.Name = "richTextBox1";
|
|
|
- this.richTextBox1.Size = new System.Drawing.Size(390, 87);
|
|
|
- this.richTextBox1.TabIndex = 7;
|
|
|
- this.richTextBox1.Tag = "$ModDesc";
|
|
|
- this.richTextBox1.Text = "rtBox1";
|
|
|
- this.richTextBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.richTextBox1_KeyDown);
|
|
|
- //
|
|
|
- // textBox2
|
|
|
- //
|
|
|
- this.textBox2.Location = new System.Drawing.Point(6, 6);
|
|
|
- this.textBox2.Name = "textBox2";
|
|
|
- this.textBox2.Size = new System.Drawing.Size(263, 20);
|
|
|
- this.textBox2.TabIndex = 0;
|
|
|
- //
|
|
|
- // listView3
|
|
|
- //
|
|
|
- this.listView3.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|
|
- this.columnHeader4,
|
|
|
- this.columnHeader5,
|
|
|
- this.columnHeader6});
|
|
|
- this.listView3.HideSelection = false;
|
|
|
- this.listView3.Location = new System.Drawing.Point(6, 32);
|
|
|
- this.listView3.Name = "listView3";
|
|
|
- this.listView3.Size = new System.Drawing.Size(382, 524);
|
|
|
- this.listView3.TabIndex = 1;
|
|
|
- this.listView3.UseCompatibleStateImageBehavior = false;
|
|
|
- this.listView3.View = System.Windows.Forms.View.Details;
|
|
|
- //
|
|
|
- // button1
|
|
|
- //
|
|
|
- this.button1.ForeColor = System.Drawing.Color.DarkBlue;
|
|
|
- this.button1.Location = new System.Drawing.Point(275, 4);
|
|
|
- this.button1.Name = "button1";
|
|
|
- this.button1.Size = new System.Drawing.Size(113, 23);
|
|
|
- this.button1.TabIndex = 2;
|
|
|
- this.button1.Tag = "$Search";
|
|
|
- this.button1.Text = "button1";
|
|
|
- this.button1.UseVisualStyleBackColor = true;
|
|
|
- //
|
|
|
- // columnHeader4
|
|
|
- //
|
|
|
- this.columnHeader4.Tag = "$ModName";
|
|
|
- this.columnHeader4.Width = 252;
|
|
|
- //
|
|
|
- // columnHeader5
|
|
|
- //
|
|
|
- this.columnHeader5.Tag = "$ModVersion";
|
|
|
- this.columnHeader5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
|
- //
|
|
|
- // columnHeader6
|
|
|
- //
|
|
|
- this.columnHeader6.Tag = "$ModDownloads";
|
|
|
- this.columnHeader6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
|
- //
|
|
|
// Form1
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|