|
@@ -80,6 +80,7 @@ namespace FactorioModManager
|
|
|
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
|
this.columnHeader2 = ((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.tabPage3 = new System.Windows.Forms.TabPage();
|
|
|
|
|
+ this.importModPackToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.menuStrip1.SuspendLayout();
|
|
this.menuStrip1.SuspendLayout();
|
|
|
this.statusStrip1.SuspendLayout();
|
|
this.statusStrip1.SuspendLayout();
|
|
|
this.tabPage2.SuspendLayout();
|
|
this.tabPage2.SuspendLayout();
|
|
@@ -104,7 +105,8 @@ namespace FactorioModManager
|
|
|
// toolStripMenuItem1
|
|
// toolStripMenuItem1
|
|
|
//
|
|
//
|
|
|
this.toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
- this.exportModPackToolStripMenuItem});
|
|
|
|
|
|
|
+ this.exportModPackToolStripMenuItem,
|
|
|
|
|
+ this.importModPackToolStripMenuItem});
|
|
|
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
|
|
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
|
|
|
this.toolStripMenuItem1.Size = new System.Drawing.Size(125, 20);
|
|
this.toolStripMenuItem1.Size = new System.Drawing.Size(125, 20);
|
|
|
this.toolStripMenuItem1.Tag = "$File";
|
|
this.toolStripMenuItem1.Tag = "$File";
|
|
@@ -133,7 +135,7 @@ namespace FactorioModManager
|
|
|
// changeSettingsToolStripMenuItem
|
|
// changeSettingsToolStripMenuItem
|
|
|
//
|
|
//
|
|
|
this.changeSettingsToolStripMenuItem.Name = "changeSettingsToolStripMenuItem";
|
|
this.changeSettingsToolStripMenuItem.Name = "changeSettingsToolStripMenuItem";
|
|
|
- this.changeSettingsToolStripMenuItem.Size = new System.Drawing.Size(159, 22);
|
|
|
|
|
|
|
+ this.changeSettingsToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
|
|
this.changeSettingsToolStripMenuItem.Tag = "$ChangeSettings";
|
|
this.changeSettingsToolStripMenuItem.Tag = "$ChangeSettings";
|
|
|
this.changeSettingsToolStripMenuItem.Text = "Change settings";
|
|
this.changeSettingsToolStripMenuItem.Text = "Change settings";
|
|
|
this.changeSettingsToolStripMenuItem.Click += new System.EventHandler(this.changeSettingsToolStripMenuItem_Click);
|
|
this.changeSettingsToolStripMenuItem.Click += new System.EventHandler(this.changeSettingsToolStripMenuItem_Click);
|
|
@@ -141,19 +143,19 @@ namespace FactorioModManager
|
|
|
// toolStripSeparator1
|
|
// toolStripSeparator1
|
|
|
//
|
|
//
|
|
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|
|
- this.toolStripSeparator1.Size = new System.Drawing.Size(156, 6);
|
|
|
|
|
|
|
+ this.toolStripSeparator1.Size = new System.Drawing.Size(177, 6);
|
|
|
//
|
|
//
|
|
|
// exportSettingsToolStripMenuItem
|
|
// exportSettingsToolStripMenuItem
|
|
|
//
|
|
//
|
|
|
this.exportSettingsToolStripMenuItem.Name = "exportSettingsToolStripMenuItem";
|
|
this.exportSettingsToolStripMenuItem.Name = "exportSettingsToolStripMenuItem";
|
|
|
- this.exportSettingsToolStripMenuItem.Size = new System.Drawing.Size(159, 22);
|
|
|
|
|
|
|
+ this.exportSettingsToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
|
|
this.exportSettingsToolStripMenuItem.Tag = "$ExportSettings";
|
|
this.exportSettingsToolStripMenuItem.Tag = "$ExportSettings";
|
|
|
this.exportSettingsToolStripMenuItem.Text = "Export settings";
|
|
this.exportSettingsToolStripMenuItem.Text = "Export settings";
|
|
|
//
|
|
//
|
|
|
// importSettingsToolStripMenuItem
|
|
// importSettingsToolStripMenuItem
|
|
|
//
|
|
//
|
|
|
this.importSettingsToolStripMenuItem.Name = "importSettingsToolStripMenuItem";
|
|
this.importSettingsToolStripMenuItem.Name = "importSettingsToolStripMenuItem";
|
|
|
- this.importSettingsToolStripMenuItem.Size = new System.Drawing.Size(159, 22);
|
|
|
|
|
|
|
+ this.importSettingsToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
|
|
this.importSettingsToolStripMenuItem.Tag = "$ImportSettings";
|
|
this.importSettingsToolStripMenuItem.Tag = "$ImportSettings";
|
|
|
this.importSettingsToolStripMenuItem.Text = "ImportSettings";
|
|
this.importSettingsToolStripMenuItem.Text = "ImportSettings";
|
|
|
//
|
|
//
|
|
@@ -548,6 +550,8 @@ namespace FactorioModManager
|
|
|
this.checkBox1.TabIndex = 3;
|
|
this.checkBox1.TabIndex = 3;
|
|
|
this.checkBox1.UseVisualStyleBackColor = true;
|
|
this.checkBox1.UseVisualStyleBackColor = true;
|
|
|
this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
|
|
this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
|
|
|
|
|
+ this.checkBox1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.checkBox1_MouseDown);
|
|
|
|
|
+ this.checkBox1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.checkBox1_MouseUp);
|
|
|
//
|
|
//
|
|
|
// textBox1
|
|
// textBox1
|
|
|
//
|
|
//
|
|
@@ -578,6 +582,8 @@ namespace FactorioModManager
|
|
|
this.listView1.DrawSubItem += new System.Windows.Forms.DrawListViewSubItemEventHandler(this.listView1_DrawSubItem);
|
|
this.listView1.DrawSubItem += new System.Windows.Forms.DrawListViewSubItemEventHandler(this.listView1_DrawSubItem);
|
|
|
this.listView1.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.listView1_ItemChecked);
|
|
this.listView1.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.listView1_ItemChecked);
|
|
|
this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
|
|
this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
|
|
|
|
|
+ this.listView1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.listView1_MouseDown);
|
|
|
|
|
+ this.listView1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.listView1_MouseUp);
|
|
|
//
|
|
//
|
|
|
// columnHeader3
|
|
// columnHeader3
|
|
|
//
|
|
//
|
|
@@ -607,6 +613,13 @@ namespace FactorioModManager
|
|
|
this.tabPage3.Text = "tabPage3";
|
|
this.tabPage3.Text = "tabPage3";
|
|
|
this.tabPage3.UseVisualStyleBackColor = true;
|
|
this.tabPage3.UseVisualStyleBackColor = true;
|
|
|
//
|
|
//
|
|
|
|
|
+ // importModPackToolStripMenuItem
|
|
|
|
|
+ //
|
|
|
|
|
+ this.importModPackToolStripMenuItem.Name = "importModPackToolStripMenuItem";
|
|
|
|
|
+ this.importModPackToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
|
|
|
|
+ this.importModPackToolStripMenuItem.Tag = "$ImportModPack";
|
|
|
|
|
+ this.importModPackToolStripMenuItem.Text = "ImportModPack";
|
|
|
|
|
+ //
|
|
|
// Form1
|
|
// Form1
|
|
|
//
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
@@ -693,6 +706,7 @@ namespace FactorioModManager
|
|
|
private System.Windows.Forms.ColumnHeader columnHeader4;
|
|
private System.Windows.Forms.ColumnHeader columnHeader4;
|
|
|
private System.Windows.Forms.ColumnHeader columnHeader5;
|
|
private System.Windows.Forms.ColumnHeader columnHeader5;
|
|
|
private System.Windows.Forms.ColumnHeader columnHeader6;
|
|
private System.Windows.Forms.ColumnHeader columnHeader6;
|
|
|
|
|
+ private System.Windows.Forms.ToolStripMenuItem importModPackToolStripMenuItem;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|