|
From: <ze...@us...> - 2007-03-20 19:07:11
|
Revision: 203
http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=203&view=rev
Author: zebons
Date: 2007-03-20 12:00:01 -0700 (Tue, 20 Mar 2007)
Log Message:
-----------
add a Name control before build function
Modified Paths:
--------------
trunk/plugins/mpinstaler/MPInstaler/Build dialog.Designer.cs
trunk/plugins/mpinstaler/MPInstaler/Build dialog.resx
trunk/plugins/mpinstaler/MPInstaler/Form1.Designer.cs
trunk/plugins/mpinstaler/MPInstaler/Form1.cs
trunk/plugins/mpinstaler/MPInstaler/Form1.resx
trunk/plugins/mpinstaler/MPInstaler/Language dialog.Designer.cs
trunk/plugins/mpinstaler/MPInstaler/Language dialog.resx
trunk/plugins/mpinstaler/MPInstaler/OptionForm.Designer.cs
trunk/plugins/mpinstaler/MPInstaler/OptionForm.resx
trunk/plugins/mpinstaler/MPInstaler/SkinSelect.Designer.cs
trunk/plugins/mpinstaler/MPInstaler/SkinSelect.resx
trunk/plugins/mpinstaler/MPInstaler/download_form.Designer.cs
trunk/plugins/mpinstaler/MPInstaler/download_form.resx
trunk/plugins/mpinstaler/MPInstaler/start_form.Designer.cs
trunk/plugins/mpinstaler/MPInstaler/start_form.resx
Modified: trunk/plugins/mpinstaler/MPInstaler/Build dialog.Designer.cs
===================================================================
--- trunk/plugins/mpinstaler/MPInstaler/Build dialog.Designer.cs 2007-03-20 17:57:17 UTC (rev 202)
+++ trunk/plugins/mpinstaler/MPInstaler/Build dialog.Designer.cs 2007-03-20 19:00:01 UTC (rev 203)
@@ -28,6 +28,7 @@
/// </summary>
private void InitializeComponent()
{
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Build_dialog));
this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
@@ -121,9 +122,11 @@
this.Controls.Add(this.button1);
this.Controls.Add(this.label1);
this.Controls.Add(this.textBox1);
+ this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Build_dialog";
+ this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Build";
this.Load += new System.EventHandler(this.Build_dialog_Load);
this.ResumeLayout(false);
Modified: trunk/plugins/mpinstaler/MPInstaler/Build dialog.resx
===================================================================
--- trunk/plugins/mpinstaler/MPInstaler/Build dialog.resx 2007-03-20 17:57:17 UTC (rev 202)
+++ trunk/plugins/mpinstaler/MPInstaler/Build dialog.resx 2007-03-20 19:00:01 UTC (rev 203)
@@ -120,4 +120,22 @@
<metadata name="saveFileDialog1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
+ <assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
+ <data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+ <value>
+ AAABAAEAICAEAAAAAADoAgAAFgAAACgAAAAgAAAAQAAAAAEABAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAACAAACAAAAAgIAAgAAAAIAAgACAgAAAgICAAMDAwAAAAP8AAP8AAAD//wD/AAAA/wD/AP//
+ AAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAd3cAAAAHd3AAAAAAAAAAB4iIcAAAeIh3AAAAAAAAAHiIiIcAB4iIiHAAAAAA
+ AACIiIiIAAiIiIiAAAAAAAAAiIiIiAAIiIiIgAAAAAAAAIiIiIgACIiIiIAAAAAAAACIiIiIAAiIiIiA
+ AAAAAAAAiIiIiAAIiIiIgAAAAAAAAIiIiIgACIiIiIAAB3d3cACIiIiIAAiIiIiAAHiIiHcAiIiIiAAI
+ iIiIgAeIiIiHcIiIiIgACIiIiIAIiIj4iHCIiIiIAAiIiIiAeIiP/4iAiIiIiAAIiIiIgHiIj/iIgPiI
+ iIgAD4iIiIAIiIiIiID4iIiIAA+IiIhwD4iIiIhwD4iIhwAA+IiIcAD4iIiIcAD//4AAAA//+AAAD/iI
+ gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/////////////////////////////
+ ///h/D//gPAf/4BwD/8AYA//ACAH/wAgB/8AIAf/ACAH/wAgBwcAIAQBACAEAAAgAAAAIAAAACAAAAAg
+ AAAAIAAAAGAIAABgCACA8BwBwfg+B////////////////////////////////w==
+</value>
+ </data>
</root>
\ No newline at end of file
Modified: trunk/plugins/mpinstaler/MPInstaler/Form1.Designer.cs
===================================================================
--- trunk/plugins/mpinstaler/MPInstaler/Form1.Designer.cs 2007-03-20 17:57:17 UTC (rev 202)
+++ trunk/plugins/mpinstaler/MPInstaler/Form1.Designer.cs 2007-03-20 19:00:01 UTC (rev 203)
@@ -29,6 +29,7 @@
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
@@ -76,6 +77,9 @@
this.textt_comboBox1 = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.tabPage_Advanced = new System.Windows.Forms.TabPage();
+ this.button_browse = new System.Windows.Forms.Button();
+ this.label11 = new System.Windows.Forms.Label();
+ this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.tabPage_Proiect = new System.Windows.Forms.TabPage();
this.proiectt_textBox6 = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
@@ -95,19 +99,16 @@
this.tabPage_Other = new System.Windows.Forms.TabPage();
this.othert_comboBox1 = new System.Windows.Forms.ComboBox();
this.label8 = new System.Windows.Forms.Label();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.label11 = new System.Windows.Forms.Label();
- this.button_browse = new System.Windows.Forms.Button();
this.menuStrip1.SuspendLayout();
this.contextMenuStrip1.SuspendLayout();
this.tabPage_Skin.SuspendLayout();
this.tabControl1.SuspendLayout();
this.tabPage_Text.SuspendLayout();
this.tabPage_Advanced.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.tabPage_Proiect.SuspendLayout();
this.tabPage_Thumbs.SuspendLayout();
this.tabPage_Other.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// menuStrip1
@@ -505,6 +506,35 @@
this.tabPage_Advanced.Text = "Advanced Properties";
this.tabPage_Advanced.UseVisualStyleBackColor = true;
//
+ // button_browse
+ //
+ this.button_browse.Location = new System.Drawing.Point(0, 94);
+ this.button_browse.Name = "button_browse";
+ this.button_browse.Size = new System.Drawing.Size(67, 23);
+ this.button_browse.TabIndex = 2;
+ this.button_browse.Text = "Browse...";
+ this.button_browse.UseVisualStyleBackColor = true;
+ this.button_browse.Click += new System.EventHandler(this.button_browse_Click);
+ //
+ // label11
+ //
+ this.label11.AutoSize = true;
+ this.label11.Location = new System.Drawing.Point(3, 10);
+ this.label11.Name = "label11";
+ this.label11.Size = new System.Drawing.Size(37, 13);
+ this.label11.TabIndex = 1;
+ this.label11.Text = "Logo :";
+ //
+ // pictureBox1
+ //
+ this.pictureBox1.Location = new System.Drawing.Point(3, 26);
+ this.pictureBox1.Name = "pictureBox1";
+ this.pictureBox1.Size = new System.Drawing.Size(64, 64);
+ this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
+ this.pictureBox1.TabIndex = 0;
+ this.pictureBox1.TabStop = false;
+ this.pictureBox1.LoadCompleted += new System.ComponentModel.AsyncCompletedEventHandler(this.pictureBox1_LoadCompleted);
+ //
// tabPage_Proiect
//
this.tabPage_Proiect.Controls.Add(this.proiectt_textBox6);
@@ -702,35 +732,6 @@
this.label8.TabIndex = 0;
this.label8.Text = "Directory (relative) :";
//
- // pictureBox1
- //
- this.pictureBox1.Location = new System.Drawing.Point(3, 26);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(64, 64);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox1.TabIndex = 0;
- this.pictureBox1.TabStop = false;
- this.pictureBox1.LoadCompleted += new System.ComponentModel.AsyncCompletedEventHandler(this.pictureBox1_LoadCompleted);
- //
- // label11
- //
- this.label11.AutoSize = true;
- this.label11.Location = new System.Drawing.Point(3, 10);
- this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(37, 13);
- this.label11.TabIndex = 1;
- this.label11.Text = "Logo :";
- //
- // button_browse
- //
- this.button_browse.Location = new System.Drawing.Point(0, 94);
- this.button_browse.Name = "button_browse";
- this.button_browse.Size = new System.Drawing.Size(67, 23);
- this.button_browse.TabIndex = 2;
- this.button_browse.Text = "Browse...";
- this.button_browse.UseVisualStyleBackColor = true;
- this.button_browse.Click += new System.EventHandler(this.button_browse_Click);
- //
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
@@ -739,9 +740,12 @@
this.Controls.Add(this.bossview);
this.Controls.Add(this.tabControl1);
this.Controls.Add(this.menuStrip1);
+ this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MainMenuStrip = this.menuStrip1;
+ this.MaximizeBox = false;
this.Name = "Form1";
- this.Text = "Form1";
+ this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
+ this.Text = "Create Package";
this.Load += new System.EventHandler(this.Form1_Load);
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
@@ -753,13 +757,13 @@
this.tabPage_Text.PerformLayout();
this.tabPage_Advanced.ResumeLayout(false);
this.tabPage_Advanced.PerformLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.tabPage_Proiect.ResumeLayout(false);
this.tabPage_Proiect.PerformLayout();
this.tabPage_Thumbs.ResumeLayout(false);
this.tabPage_Thumbs.PerformLayout();
this.tabPage_Other.ResumeLayout(false);
this.tabPage_Other.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
Modified: trunk/plugins/mpinstaler/MPInstaler/Form1.cs
===================================================================
--- trunk/plugins/mpinstaler/MPInstaler/Form1.cs 2007-03-20 17:57:17 UTC (rev 202)
+++ trunk/plugins/mpinstaler/MPInstaler/Form1.cs 2007-03-20 19:00:01 UTC (rev 203)
@@ -35,15 +35,11 @@
}
}
- private void button1_Click(object sender, EventArgs e)
- {
- }
-
private void sToolStripMenuItem_Click(object sender, EventArgs e)
{
if (proiectt_textBox1.Text.Length == 0)
{
- MessageBox.Show("Name is mandatory !","Stop");
+ MessageBox.Show("Name is mandatory !", "Stop");
proiectt_textBox1.Focus();
return;
}
@@ -54,11 +50,11 @@
if (saveFileDialog1.ShowDialog(this) == DialogResult.OK)
{
proiect_file_name = saveFileDialog1.FileName;
- _struct.SaveToFile(proiect_file_name);
+ _struct.SaveToFile(proiect_file_name);
}
- } else _struct.SaveToFile(proiect_file_name);
+ }
+ else _struct.SaveToFile(proiect_file_name);
}
-
private void windowToolStripMenuItem_Click(object sender, EventArgs e)
{
addplugin(1);
@@ -266,6 +262,12 @@
private void buildToolStripMenuItem_Click(object sender, EventArgs e)
{
+ if (proiectt_textBox1.Text.Length == 0)
+ {
+ MessageBox.Show("Name is mandatory !", "Stop");
+ proiectt_textBox1.Focus();
+ return;
+ }
sToolStripMenuItem_Click(sender, e);
Build_dialog buildfrm = new Build_dialog(this._struct);
buildfrm.ShowDialog();
@@ -313,9 +315,7 @@
_struct.SaveToFile(proiect_file_name);
this.Text = proiect_file_name;
}
-
}
-
private void Form1_Load(object sender, EventArgs e)
{
tabControl1.Controls.Clear();
Modified: trunk/plugins/mpinstaler/MPInstaler/Form1.resx
===================================================================
--- trunk/plugins/mpinstaler/MPInstaler/Form1.resx 2007-03-20 17:57:17 UTC (rev 202)
+++ trunk/plugins/mpinstaler/MPInstaler/Form1.resx 2007-03-20 19:00:01 UTC (rev 203)
@@ -129,4 +129,22 @@
<metadata name="saveFileDialog1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>397, 17</value>
</metadata>
+ <assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
+ <data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+ <value>
+ AAABAAEAICAEAAAAAADoAgAAFgAAACgAAAAgAAAAQAAAAAEABAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAACAAACAAAAAgIAAgAAAAIAAgACAgAAAgICAAMDAwAAAAP8AAP8AAAD//wD/AAAA/wD/AP//
+ AAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAd3cAAAAHd3AAAAAAAAAAB4iIcAAAeIh3AAAAAAAAAHiIiIcAB4iIiHAAAAAA
+ AACIiIiIAAiIiIiAAAAAAAAAiIiIiAAIiIiIgAAAAAAAAIiIiIgACIiIiIAAAAAAAACIiIiIAAiIiIiA
+ AAAAAAAAiIiIiAAIiIiIgAAAAAAAAIiIiIgACIiIiIAAB3d3cACIiIiIAAiIiIiAAHiIiHcAiIiIiAAI
+ iIiIgAeIiIiHcIiIiIgACIiIiIAIiIj4iHCIiIiIAAiIiIiAeIiP/4iAiIiIiAAIiIiIgHiIj/iIgPiI
+ iIgAD4iIiIAIiIiIiID4iIiIAA+IiIhwD4iIiIhwD4iIhwAA+IiIcAD4iIiIcAD//4AAAA//+AAAD/iI
+ gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/////////////////////////////
+ ///h/D//gPAf/4BwD/8AYA//ACAH/wAgB/8AIAf/ACAH/wAgBwcAIAQBACAEAAAgAAAAIAAAACAAAAAg
+ AAAAIAAAAGAIAABgCACA8BwBwfg+B////////////////////////////////w==
+</value>
+ </data>
</root>
\ No newline at end of file
Modified: trunk/plugins/mpinstaler/MPInstaler/Language dialog.Designer.cs
===================================================================
--- trunk/plugins/mpinstaler/MPInstaler/Language dialog.Designer.cs 2007-03-20 17:57:17 UTC (rev 202)
+++ trunk/plugins/mpinstaler/MPInstaler/Language dialog.Designer.cs 2007-03-20 19:00:01 UTC (rev 203)
@@ -28,6 +28,7 @@
/// </summary>
private void InitializeComponent()
{
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form2));
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.languageComboBox = new System.Windows.Forms.ComboBox();
@@ -38,7 +39,6 @@
this.textBox1 = new System.Windows.Forms.TextBox();
this.textBox2 = new System.Windows.Forms.TextBox();
this.button3 = new System.Windows.Forms.Button();
- this.button4 = new System.Windows.Forms.Button();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.listView2 = new System.Windows.Forms.ListView();
this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
@@ -53,7 +53,7 @@
//
this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
- this.button1.Location = new System.Drawing.Point(13, 279);
+ this.button1.Location = new System.Drawing.Point(25, 279);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(65, 21);
this.button1.TabIndex = 0;
@@ -65,7 +65,7 @@
//
this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
- this.button2.Location = new System.Drawing.Point(177, 279);
+ this.button2.Location = new System.Drawing.Point(216, 279);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(65, 21);
this.button2.TabIndex = 1;
@@ -138,7 +138,7 @@
//
this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
- this.button3.Location = new System.Drawing.Point(473, 291);
+ this.button3.Location = new System.Drawing.Point(571, 291);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(65, 21);
this.button3.TabIndex = 6;
@@ -146,18 +146,6 @@
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
- // button4
- //
- this.button4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.button4.Location = new System.Drawing.Point(569, 291);
- this.button4.Name = "button4";
- this.button4.Size = new System.Drawing.Size(65, 21);
- this.button4.TabIndex = 7;
- this.button4.Text = "Close";
- this.button4.UseVisualStyleBackColor = true;
- this.button4.Click += new System.EventHandler(this.button4_Click);
- //
// comboBox1
//
this.comboBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
@@ -208,7 +196,7 @@
//
this.button6.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
- this.button6.Location = new System.Drawing.Point(84, 279);
+ this.button6.Location = new System.Drawing.Point(113, 279);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(76, 21);
this.button6.TabIndex = 11;
@@ -220,7 +208,7 @@
//
this.button7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
- this.button7.Location = new System.Drawing.Point(319, 279);
+ this.button7.Location = new System.Drawing.Point(479, 291);
this.button7.Name = "button7";
this.button7.Size = new System.Drawing.Size(65, 21);
this.button7.TabIndex = 12;
@@ -232,7 +220,7 @@
//
this.button8.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
- this.button8.Location = new System.Drawing.Point(248, 279);
+ this.button8.Location = new System.Drawing.Point(302, 279);
this.button8.Name = "button8";
this.button8.Size = new System.Drawing.Size(65, 21);
this.button8.TabIndex = 13;
@@ -251,7 +239,6 @@
this.Controls.Add(this.button5);
this.Controls.Add(this.listView2);
this.Controls.Add(this.comboBox1);
- this.Controls.Add(this.button4);
this.Controls.Add(this.button3);
this.Controls.Add(this.textBox2);
this.Controls.Add(this.textBox1);
@@ -259,7 +246,10 @@
this.Controls.Add(this.languageComboBox);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
+ this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
+ this.MaximizeBox = false;
this.Name = "Form2";
+ this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "String Editor";
this.Load += new System.EventHandler(this.Form2_Load);
this.ResumeLayout(false);
@@ -278,7 +268,6 @@
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.Button button3;
- private System.Windows.Forms.Button button4;
private System.Windows.Forms.ColumnHeader columnHeader3;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.ListView listView2;
Modified: trunk/plugins/mpinstaler/MPInstaler/Language dialog.resx
===================================================================
--- trunk/plugins/mpinstaler/MPInstaler/Language dialog.resx 2007-03-20 17:57:17 UTC (rev 202)
+++ trunk/plugins/mpinstaler/MPInstaler/Language dialog.resx 2007-03-20 19:00:01 UTC (rev 203)
@@ -117,4 +117,22 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
+ <assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
+ <data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+ <value>
+ AAABAAEAICAEAAAAAADoAgAAFgAAACgAAAAgAAAAQAAAAAEABAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAACAAACAAAAAgIAAgAAAAIAAgACAgAAAgICAAMDAwAAAAP8AAP8AAAD//wD/AAAA/wD/AP//
+ AAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAd3cAAAAHd3AAAAAAAAAAB4iIcAAAeIh3AAAAAAAAAHiIiIcAB4iIiHAAAAAA
+ AACIiIiIAAiIiIiAAAAAAAAAiIiIiAAIiIiIgAAAAAAAAIiIiIgACIiIiIAAAAAAAACIiIiIAAiIiIiA
+ AAAAAAAAiIiIiAAIiIiIgAAAAAAAAIiIiIgACIiIiIAAB3d3cACIiIiIAAiIiIiAAHiIiHcAiIiIiAAI
+ iIiIgAeIiIiHcIiIiIgACIiIiIAIiIj4iHCIiIiIAAiIiIiAeIiP/4iAiIiIiAAIiIiIgHiIj/iIgPiI
+ iIgAD4iIiIAIiIiIiID4iIiIAA+IiIhwD4iIiIhwD4iIhwAA+IiIcAD4iIiIcAD//4AAAA//+AAAD/iI
+ gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/////////////////////////////
+ ///h/D//gPAf/4BwD/8AYA//ACAH/wAgB/8AIAf/ACAH/wAgBwcAIAQBACAEAAAgAAAAIAAAACAAAAAg
+ AAAAIAAAAGAIAABgCACA8BwBwfg+B////////////////////////////////w==
+</value>
+ </data>
</root>
\ No newline at end of file
Modified: trunk/plugins/mpinstaler/MPInstaler/OptionForm.Designer.cs
===================================================================
--- trunk/plugins/mpinstaler/MPInstaler/OptionForm.Designer.cs 2007-03-20 17:57:17 UTC (rev 202)
+++ trunk/plugins/mpinstaler/MPInstaler/OptionForm.Designer.cs 2007-03-20 19:00:01 UTC (rev 203)
@@ -28,6 +28,7 @@
/// </summary>
private void InitializeComponent()
{
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OptionForm));
this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
this.textBox1 = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
@@ -96,8 +97,11 @@
this.Controls.Add(this.label1);
this.Controls.Add(this.button1);
this.Controls.Add(this.textBox1);
+ this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
+ this.MaximizeBox = false;
this.Name = "OptionForm";
- this.Text = "OptionForm";
+ this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
+ this.Text = "Options";
this.ResumeLayout(false);
this.PerformLayout();
Modified: trunk/plugins/mpinstaler/MPInstaler/OptionForm.resx
===================================================================
--- trunk/plugins/mpinstaler/MPInstaler/OptionForm.resx 2007-03-20 17:57:17 UTC (rev 202)
+++ trunk/plugins/mpinstaler/MPInstaler/OptionForm.resx 2007-03-20 19:00:01 UTC (rev 203)
@@ -120,4 +120,22 @@
<metadata name="folderBrowserDialog1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
+ <assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
+ <data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+ <value>
+ AAABAAEAICAEAAAAAADoAgAAFgAAACgAAAAgAAAAQAAAAAEABAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAACAAACAAAAAgIAAgAAAAIAAgACAgAAAgICAAMDAwAAAAP8AAP8AAAD//wD/AAAA/wD/AP//
+ AAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAd3cAAAAHd3AAAAAAAAAAB4iIcAAAeIh3AAAAAAAAAHiIiIcAB4iIiHAAAAAA
+ AACIiIiIAAiIiIiAAAAAAAAAiIiIiAAIiIiIgAAAAAAAAIiIiIgACIiIiIAAAAAAAACIiIiIAAiIiIiA
+ AAAAAAAAiIiIiAAIiIiIgAAAAAAAAIiIiIgACIiIiIAAB3d3cACIiIiIAAiIiIiAAHiIiHcAiIiIiAAI
+ iIiIgAeIiIiHcIiIiIgACIiIiIAIiIj4iHCIiIiIAAiIiIiAeIiP/4iAiIiIiAAIiIiIgHiIj/iIgPiI
+ iIgAD4iIiIAIiIiIiID4iIiIAA+IiIhwD4iIiIhwD4iIhwAA+IiIcAD4iIiIcAD//4AAAA//+AAAD/iI
+ gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/////////////////////////////
+ ///h/D//gPAf/4BwD/8AYA//ACAH/wAgB/8AIAf/ACAH/wAgBwcAIAQBACAEAAAgAAAAIAAAACAAAAAg
+ AAAAIAAAAGAIAABgCACA8BwBwfg+B////////////////////////////////w==
+</value>
+ </data>
</root>
\ No newline at end of file
Modified: trunk/plugins/mpinstaler/MPInstaler/SkinSelect.Designer.cs
===================================================================
--- trunk/plugins/mpinstaler/MPInstaler/SkinSelect.Designer.cs 2007-03-20 17:57:17 UTC (rev 202)
+++ trunk/plugins/mpinstaler/MPInstaler/SkinSelect.Designer.cs 2007-03-20 19:00:01 UTC (rev 203)
@@ -28,39 +28,41 @@
/// </summary>
private void InitializeComponent()
{
- this.comboBox1 = new System.Windows.Forms.ComboBox();
- this.button1 = new System.Windows.Forms.Button();
- this.SuspendLayout();
- //
- // comboBox1
- //
- this.comboBox1.FormattingEnabled = true;
- this.comboBox1.Location = new System.Drawing.Point(12, 12);
- this.comboBox1.Name = "comboBox1";
- this.comboBox1.Size = new System.Drawing.Size(318, 21);
- this.comboBox1.TabIndex = 0;
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(129, 62);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(75, 23);
- this.button1.TabIndex = 1;
- this.button1.Text = "OK";
- this.button1.UseVisualStyleBackColor = true;
- //
- // SkinSelect
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(342, 97);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.comboBox1);
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "SkinSelect";
- this.Text = "Select Skin";
- this.ResumeLayout(false);
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SkinSelect));
+ this.comboBox1 = new System.Windows.Forms.ComboBox();
+ this.button1 = new System.Windows.Forms.Button();
+ this.SuspendLayout();
+ //
+ // comboBox1
+ //
+ this.comboBox1.FormattingEnabled = true;
+ this.comboBox1.Location = new System.Drawing.Point(12, 12);
+ this.comboBox1.Name = "comboBox1";
+ this.comboBox1.Size = new System.Drawing.Size(318, 21);
+ this.comboBox1.TabIndex = 0;
+ //
+ // button1
+ //
+ this.button1.Location = new System.Drawing.Point(129, 62);
+ this.button1.Name = "button1";
+ this.button1.Size = new System.Drawing.Size(75, 23);
+ this.button1.TabIndex = 1;
+ this.button1.Text = "OK";
+ this.button1.UseVisualStyleBackColor = true;
+ //
+ // SkinSelect
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.ClientSize = new System.Drawing.Size(342, 97);
+ this.Controls.Add(this.button1);
+ this.Controls.Add(this.comboBox1);
+ this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
+ this.MaximizeBox = false;
+ this.MinimizeBox = false;
+ this.Name = "SkinSelect";
+ this.Text = "Select Skin";
+ this.ResumeLayout(false);
}
Modified: trunk/plugins/mpinstaler/MPInstaler/SkinSelect.resx
===================================================================
--- trunk/plugins/mpinstaler/MPInstaler/SkinSelect.resx 2007-03-20 17:57:17 UTC (rev 202)
+++ trunk/plugins/mpinstaler/MPInstaler/SkinSelect.resx 2007-03-20 19:00:01 UTC (rev 203)
@@ -117,4 +117,22 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
+ <assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
+ <data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+ <value>
+ AAABAAEAICAEAAAAAADoAgAAFgAAACgAAAAgAAAAQAAAAAEABAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAACAAACAAAAAgIAAgAAAAIAAgACAgAAAgICAAMDAwAAAAP8AAP8AAAD//wD/AAAA/wD/AP//
+ AAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAd3cAAAAHd3AAAAAAAAAAB4iIcAAAeIh3AAAAAAAAAHiIiIcAB4iIiHAAAAAA
+ AACIiIiIAAiIiIiAAAAAAAAAiIiIiAAIiIiIgAAAAAAAAIiIiIgACIiIiIAAAAAAAACIiIiIAAiIiIiA
+ AAAAAAAAiIiIiAAIiIiIgAAAAAAAAIiIiIgACIiIiIAAB3d3cACIiIiIAAiIiIiAAHiIiHcAiIiIiAAI
+ iIiIgAeIiIiHcIiIiIgACIiIiIAIiIj4iHCIiIiIAAiIiIiAeIiP/4iAiIiIiAAIiIiIgHiIj/iIgPiI
+ iIgAD4iIiIAIiIiIiID4iIiIAA+IiIhwD4iIiIhwD4iIhwAA+IiIcAD4iIiIcAD//4AAAA//+AAAD/iI
+ gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/////////////////////////////
+ ///h/D//gPAf/4BwD/8AYA//ACAH/wAgB/8AIAf/ACAH/wAgBwcAIAQBACAEAAAgAAAAIAAAACAAAAAg
+ AAAAIAAAAGAIAABgCACA8BwBwfg+B////////////////////////////////w==
+</value>
+ </data>
</root>
\ No newline at end of file
Modified: trunk/plugins/mpinstaler/MPInstaler/download_form.Designer.cs
===================================================================
--- trunk/plugins/mpinstaler/MPInstaler/download_form.Designer.cs 2007-03-20 17:57:17 UTC (rev 202)
+++ trunk/plugins/mpinstaler/MPInstaler/download_form.Designer.cs 2007-03-20 19:00:01 UTC (rev 203)
@@ -28,6 +28,7 @@
/// </summary>
private void InitializeComponent()
{
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(download_form));
this.button1 = new System.Windows.Forms.Button();
this.progressBar1 = new System.Windows.Forms.ProgressBar();
this.label1 = new System.Windows.Forms.Label();
@@ -67,10 +68,11 @@
this.Controls.Add(this.label1);
this.Controls.Add(this.progressBar1);
this.Controls.Add(this.button1);
+ this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "download_form";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
+ this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Download";
this.Shown += new System.EventHandler(this.download_form_Shown);
this.ResumeLayout(false);
Modified: trunk/plugins/mpinstaler/MPInstaler/download_form.resx
===================================================================
--- trunk/plugins/mpinstaler/MPInstaler/download_form.resx 2007-03-20 17:57:17 UTC (rev 202)
+++ trunk/plugins/mpinstaler/MPInstaler/download_form.resx 2007-03-20 19:00:01 UTC (rev 203)
@@ -117,4 +117,22 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
+ <assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
+ <data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+ <value>
+ AAABAAEAICAEAAAAAADoAgAAFgAAACgAAAAgAAAAQAAAAAEABAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAACAAACAAAAAgIAAgAAAAIAAgACAgAAAgICAAMDAwAAAAP8AAP8AAAD//wD/AAAA/wD/AP//
+ AAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAd3cAAAAHd3AAAAAAAAAAB4iIcAAAeIh3AAAAAAAAAHiIiIcAB4iIiHAAAAAA
+ AACIiIiIAAiIiIiAAAAAAAAAiIiIiAAIiIiIgAAAAAAAAIiIiIgACIiIiIAAAAAAAACIiIiIAAiIiIiA
+ AAAAAAAAiIiIiAAIiIiIgAAAAAAAAIiIiIgACIiIiIAAB3d3cACIiIiIAAiIiIiAAHiIiHcAiIiIiAAI
+ iIiIgAeIiIiHcIiIiIgACIiIiIAIiIj4iHCIiIiIAAiIiIiAeIiP/4iAiIiIiAAIiIiIgHiIj/iIgPiI
+ iIgAD4iIiIAIiIiIiID4iIiIAA+IiIhwD4iIiIhwD4iIhwAA+IiIcAD4iIiIcAD//4AAAA//+AAAD/iI
+ gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/////////////////////////////
+ ///h/D//gPAf/4BwD/8AYA//ACAH/wAgB/8AIAf/ACAH/wAgBwcAIAQBACAEAAAgAAAAIAAAACAAAAAg
+ AAAAIAAAAGAIAABgCACA8BwBwfg+B////////////////////////////////w==
+</value>
+ </data>
</root>
\ No newline at end of file
Modified: trunk/plugins/mpinstaler/MPInstaler/start_form.Designer.cs
===================================================================
--- trunk/plugins/mpinstaler/MPInstaler/start_form.Designer.cs 2007-03-20 17:57:17 UTC (rev 202)
+++ trunk/plugins/mpinstaler/MPInstaler/start_form.Designer.cs 2007-03-20 19:00:01 UTC (rev 203)
@@ -81,6 +81,8 @@
this.Controls.Add(this.button1);
this.DoubleBuffered = true;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
+ this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
+ this.MaximizeBox = false;
this.Name = "start_form";
this.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
Modified: trunk/plugins/mpinstaler/MPInstaler/start_form.resx
===================================================================
--- trunk/plugins/mpinstaler/MPInstaler/start_form.resx 2007-03-20 17:57:17 UTC (rev 202)
+++ trunk/plugins/mpinstaler/MPInstaler/start_form.resx 2007-03-20 19:00:01 UTC (rev 203)
@@ -864,4 +864,21 @@
8Y+SDf8oRqv0/8cqZefX2QimEUzjNZANr4H/B1JuLo2Vu9vcAAAAAElFTkSuQmCC
</value>
</data>
+ <data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+ <value>
+ AAABAAEAICAEAAAAAADoAgAAFgAAACgAAAAgAAAAQAAAAAEABAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAACAAACAAAAAgIAAgAAAAIAAgACAgAAAgICAAMDAwAAAAP8AAP8AAAD//wD/AAAA/wD/AP//
+ AAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAd3cAAAAHd3AAAAAAAAAAB4iIcAAAeIh3AAAAAAAAAHiIiIcAB4iIiHAAAAAA
+ AACIiIiIAAiIiIiAAAAAAAAAiIiIiAAIiIiIgAAAAAAAAIiIiIgACIiIiIAAAAAAAACIiIiIAAiIiIiA
+ AAAAAAAAiIiIiAAIiIiIgAAAAAAAAIiIiIgACIiIiIAAB3d3cACIiIiIAAiIiIiAAHiIiHcAiIiIiAAI
+ iIiIgAeIiIiHcIiIiIgACIiIiIAIiIj4iHCIiIiIAAiIiIiAeIiP/4iAiIiIiAAIiIiIgHiIj/iIgPiI
+ iIgAD4iIiIAIiIiIiID4iIiIAA+IiIhwD4iIiIhwD4iIhwAA+IiIcAD4iIiIcAD//4AAAA//+AAAD/iI
+ gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/////////////////////////////
+ ///h/D//gPAf/4BwD/8AYA//ACAH/wAgB/8AIAf/ACAH/wAgBwcAIAQBACAEAAAgAAAAIAAAACAAAAAg
+ AAAAIAAAAGAIAABgCACA8BwBwfg+B////////////////////////////////w==
+</value>
+ </data>
</root>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|