add german translation to gui again
This commit is contained in:
66
Project64Savestater/MainForm.Designer.cs
generated
66
Project64Savestater/MainForm.Designer.cs
generated
@@ -57,31 +57,22 @@
|
|||||||
// radLabel1
|
// radLabel1
|
||||||
//
|
//
|
||||||
this.radLabel1.Image = global::PJ64Savestater.Properties.Resources.icons8_game_controller_16px;
|
this.radLabel1.Image = global::PJ64Savestater.Properties.Resources.icons8_game_controller_16px;
|
||||||
this.radLabel1.Location = new System.Drawing.Point(3, 4);
|
resources.ApplyResources(this.radLabel1, "radLabel1");
|
||||||
this.radLabel1.Name = "radLabel1";
|
this.radLabel1.Name = "radLabel1";
|
||||||
this.radLabel1.Size = new System.Drawing.Size(74, 18);
|
|
||||||
this.radLabel1.TabIndex = 0;
|
|
||||||
this.radLabel1.Text = "Controller:";
|
|
||||||
this.radLabel1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
|
||||||
//
|
//
|
||||||
// radDropDownList_Pads
|
// radDropDownList_Pads
|
||||||
//
|
//
|
||||||
this.radDropDownList_Pads.DropDownAnimationEnabled = true;
|
this.radDropDownList_Pads.DropDownAnimationEnabled = true;
|
||||||
this.radDropDownList_Pads.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
|
this.radDropDownList_Pads.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
|
||||||
this.radDropDownList_Pads.Location = new System.Drawing.Point(83, 3);
|
resources.ApplyResources(this.radDropDownList_Pads, "radDropDownList_Pads");
|
||||||
this.radDropDownList_Pads.Name = "radDropDownList_Pads";
|
this.radDropDownList_Pads.Name = "radDropDownList_Pads";
|
||||||
this.radDropDownList_Pads.Size = new System.Drawing.Size(290, 20);
|
|
||||||
this.radDropDownList_Pads.TabIndex = 1;
|
|
||||||
this.radDropDownList_Pads.SelectedIndexChanged += new Telerik.WinControls.UI.Data.PositionChangedEventHandler(this.radDropDownList1_SelectedIndexChanged);
|
this.radDropDownList_Pads.SelectedIndexChanged += new Telerik.WinControls.UI.Data.PositionChangedEventHandler(this.radDropDownList1_SelectedIndexChanged);
|
||||||
//
|
//
|
||||||
// radButton_LoadPads
|
// radButton_LoadPads
|
||||||
//
|
//
|
||||||
this.radButton_LoadPads.Image = global::PJ64Savestater.Properties.Resources.icons8_refresh_16px;
|
this.radButton_LoadPads.Image = global::PJ64Savestater.Properties.Resources.icons8_refresh_16px;
|
||||||
this.radButton_LoadPads.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
resources.ApplyResources(this.radButton_LoadPads, "radButton_LoadPads");
|
||||||
this.radButton_LoadPads.Location = new System.Drawing.Point(379, 3);
|
|
||||||
this.radButton_LoadPads.Name = "radButton_LoadPads";
|
this.radButton_LoadPads.Name = "radButton_LoadPads";
|
||||||
this.radButton_LoadPads.Size = new System.Drawing.Size(24, 24);
|
|
||||||
this.radButton_LoadPads.TabIndex = 2;
|
|
||||||
this.radButton_LoadPads.Click += new System.EventHandler(this.radButton1_Click);
|
this.radButton_LoadPads.Click += new System.EventHandler(this.radButton1_Click);
|
||||||
//
|
//
|
||||||
// panel1
|
// panel1
|
||||||
@@ -97,28 +88,21 @@
|
|||||||
this.panel1.Controls.Add(this.radLabel1);
|
this.panel1.Controls.Add(this.radLabel1);
|
||||||
this.panel1.Controls.Add(this.radButton_LoadPads);
|
this.panel1.Controls.Add(this.radButton_LoadPads);
|
||||||
this.panel1.Controls.Add(this.radDropDownList_Pads);
|
this.panel1.Controls.Add(this.radDropDownList_Pads);
|
||||||
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
resources.ApplyResources(this.panel1, "panel1");
|
||||||
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
||||||
this.panel1.Name = "panel1";
|
this.panel1.Name = "panel1";
|
||||||
this.panel1.Size = new System.Drawing.Size(549, 91);
|
|
||||||
this.panel1.TabIndex = 3;
|
|
||||||
//
|
//
|
||||||
// radTextBox_LoadSavestate
|
// radTextBox_LoadSavestate
|
||||||
//
|
//
|
||||||
this.radTextBox_LoadSavestate.Location = new System.Drawing.Point(120, 63);
|
resources.ApplyResources(this.radTextBox_LoadSavestate, "radTextBox_LoadSavestate");
|
||||||
this.radTextBox_LoadSavestate.Name = "radTextBox_LoadSavestate";
|
this.radTextBox_LoadSavestate.Name = "radTextBox_LoadSavestate";
|
||||||
this.radTextBox_LoadSavestate.Size = new System.Drawing.Size(85, 20);
|
|
||||||
this.radTextBox_LoadSavestate.TabIndex = 10;
|
|
||||||
this.radTextBox_LoadSavestate.TextChanged += new System.EventHandler(this.radTextBox2_TextChanged);
|
this.radTextBox_LoadSavestate.TextChanged += new System.EventHandler(this.radTextBox2_TextChanged);
|
||||||
this.radTextBox_LoadSavestate.Click += new System.EventHandler(this.RadTextBox_Savestate_Clicked);
|
this.radTextBox_LoadSavestate.Click += new System.EventHandler(this.RadTextBox_Savestate_Clicked);
|
||||||
this.radTextBox_LoadSavestate.LostFocus += new System.EventHandler(this.RadTextBox_Savestate_LostFocus);
|
this.radTextBox_LoadSavestate.LostFocus += new System.EventHandler(this.RadTextBox_Savestate_LostFocus);
|
||||||
//
|
//
|
||||||
// radTextBox_CreateSavestate
|
// radTextBox_CreateSavestate
|
||||||
//
|
//
|
||||||
this.radTextBox_CreateSavestate.Location = new System.Drawing.Point(120, 33);
|
resources.ApplyResources(this.radTextBox_CreateSavestate, "radTextBox_CreateSavestate");
|
||||||
this.radTextBox_CreateSavestate.Name = "radTextBox_CreateSavestate";
|
this.radTextBox_CreateSavestate.Name = "radTextBox_CreateSavestate";
|
||||||
this.radTextBox_CreateSavestate.Size = new System.Drawing.Size(85, 20);
|
|
||||||
this.radTextBox_CreateSavestate.TabIndex = 9;
|
|
||||||
this.radTextBox_CreateSavestate.TextChanged += new System.EventHandler(this.radTextBox1_TextChanged);
|
this.radTextBox_CreateSavestate.TextChanged += new System.EventHandler(this.radTextBox1_TextChanged);
|
||||||
this.radTextBox_CreateSavestate.Click += new System.EventHandler(this.RadTextBox_Savestate_Clicked);
|
this.radTextBox_CreateSavestate.Click += new System.EventHandler(this.RadTextBox_Savestate_Clicked);
|
||||||
this.radTextBox_CreateSavestate.LostFocus += new System.EventHandler(this.RadTextBox_Savestate_LostFocus);
|
this.radTextBox_CreateSavestate.LostFocus += new System.EventHandler(this.RadTextBox_Savestate_LostFocus);
|
||||||
@@ -126,70 +110,44 @@
|
|||||||
// radButton_LoadProfile
|
// radButton_LoadProfile
|
||||||
//
|
//
|
||||||
this.radButton_LoadProfile.Image = global::PJ64Savestater.Properties.Resources.icons8_opened_folder_16px;
|
this.radButton_LoadProfile.Image = global::PJ64Savestater.Properties.Resources.icons8_opened_folder_16px;
|
||||||
this.radButton_LoadProfile.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
resources.ApplyResources(this.radButton_LoadProfile, "radButton_LoadProfile");
|
||||||
this.radButton_LoadProfile.Location = new System.Drawing.Point(409, 63);
|
|
||||||
this.radButton_LoadProfile.Name = "radButton_LoadProfile";
|
this.radButton_LoadProfile.Name = "radButton_LoadProfile";
|
||||||
this.radButton_LoadProfile.Size = new System.Drawing.Size(137, 24);
|
|
||||||
this.radButton_LoadProfile.TabIndex = 8;
|
|
||||||
this.radButton_LoadProfile.Text = "Load Profile";
|
|
||||||
this.radButton_LoadProfile.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
|
||||||
this.radButton_LoadProfile.Click += new System.EventHandler(this.radButton4_Click);
|
this.radButton_LoadProfile.Click += new System.EventHandler(this.radButton4_Click);
|
||||||
//
|
//
|
||||||
// radButton_SaveProfile
|
// radButton_SaveProfile
|
||||||
//
|
//
|
||||||
this.radButton_SaveProfile.Image = global::PJ64Savestater.Properties.Resources.icons8_save_16px;
|
this.radButton_SaveProfile.Image = global::PJ64Savestater.Properties.Resources.icons8_save_16px;
|
||||||
this.radButton_SaveProfile.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
resources.ApplyResources(this.radButton_SaveProfile, "radButton_SaveProfile");
|
||||||
this.radButton_SaveProfile.Location = new System.Drawing.Point(409, 33);
|
|
||||||
this.radButton_SaveProfile.Name = "radButton_SaveProfile";
|
this.radButton_SaveProfile.Name = "radButton_SaveProfile";
|
||||||
this.radButton_SaveProfile.Size = new System.Drawing.Size(137, 24);
|
|
||||||
this.radButton_SaveProfile.TabIndex = 8;
|
|
||||||
this.radButton_SaveProfile.Text = "Save Profile";
|
|
||||||
this.radButton_SaveProfile.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
|
||||||
this.radButton_SaveProfile.Click += new System.EventHandler(this.radButton3_Click);
|
this.radButton_SaveProfile.Click += new System.EventHandler(this.radButton3_Click);
|
||||||
//
|
//
|
||||||
// radButton_StartStopListening
|
// radButton_StartStopListening
|
||||||
//
|
//
|
||||||
this.radButton_StartStopListening.Image = global::PJ64Savestater.Properties.Resources.icons8_play_button_circled_16px;
|
this.radButton_StartStopListening.Image = global::PJ64Savestater.Properties.Resources.icons8_play_button_circled_16px;
|
||||||
this.radButton_StartStopListening.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
resources.ApplyResources(this.radButton_StartStopListening, "radButton_StartStopListening");
|
||||||
this.radButton_StartStopListening.Location = new System.Drawing.Point(409, 3);
|
|
||||||
this.radButton_StartStopListening.Name = "radButton_StartStopListening";
|
this.radButton_StartStopListening.Name = "radButton_StartStopListening";
|
||||||
this.radButton_StartStopListening.Size = new System.Drawing.Size(137, 24);
|
|
||||||
this.radButton_StartStopListening.TabIndex = 7;
|
|
||||||
this.radButton_StartStopListening.Text = "Start listening";
|
|
||||||
this.radButton_StartStopListening.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
|
||||||
this.radButton_StartStopListening.Click += new System.EventHandler(this.radButton_StartStopListening_Click);
|
this.radButton_StartStopListening.Click += new System.EventHandler(this.radButton_StartStopListening_Click);
|
||||||
//
|
//
|
||||||
// radLabel3
|
// radLabel3
|
||||||
//
|
//
|
||||||
this.radLabel3.Location = new System.Drawing.Point(3, 64);
|
resources.ApplyResources(this.radLabel3, "radLabel3");
|
||||||
this.radLabel3.Name = "radLabel3";
|
this.radLabel3.Name = "radLabel3";
|
||||||
this.radLabel3.Size = new System.Drawing.Size(83, 18);
|
|
||||||
this.radLabel3.TabIndex = 6;
|
|
||||||
this.radLabel3.Text = "Load Savestate:";
|
|
||||||
//
|
//
|
||||||
// radLabel2
|
// radLabel2
|
||||||
//
|
//
|
||||||
this.radLabel2.Location = new System.Drawing.Point(3, 34);
|
resources.ApplyResources(this.radLabel2, "radLabel2");
|
||||||
this.radLabel2.Name = "radLabel2";
|
this.radLabel2.Name = "radLabel2";
|
||||||
this.radLabel2.Size = new System.Drawing.Size(91, 18);
|
|
||||||
this.radLabel2.TabIndex = 4;
|
|
||||||
this.radLabel2.Text = "Create Savestate:";
|
|
||||||
//
|
//
|
||||||
// MainForm
|
// MainForm
|
||||||
//
|
//
|
||||||
this.AutoScaleBaseSize = new System.Drawing.Size(7, 15);
|
resources.ApplyResources(this, "$this");
|
||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
|
||||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||||
this.ClientSize = new System.Drawing.Size(549, 91);
|
|
||||||
this.Controls.Add(this.panel1);
|
this.Controls.Add(this.panel1);
|
||||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
||||||
this.Name = "MainForm";
|
this.Name = "MainForm";
|
||||||
//
|
//
|
||||||
//
|
//
|
||||||
//
|
//
|
||||||
this.RootElement.ApplyShapeToControl = true;
|
this.RootElement.ApplyShapeToControl = true;
|
||||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
||||||
this.Text = "Project64 Savestater";
|
|
||||||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
|
||||||
this.Shown += new System.EventHandler(this.MainForm_Shown);
|
this.Shown += new System.EventHandler(this.MainForm_Shown);
|
||||||
((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
|
||||||
|
|||||||
1851
Project64Savestater/MainForm.de.resx
Normal file
1851
Project64Savestater/MainForm.de.resx
Normal file
File diff suppressed because it is too large
Load Diff
@@ -58,6 +58,296 @@
|
|||||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</resheader>
|
</resheader>
|
||||||
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||||
|
<data name="radLabel1.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
|
<value>3, 4</value>
|
||||||
|
</data>
|
||||||
|
<data name="radLabel1.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>74, 18</value>
|
||||||
|
</data>
|
||||||
|
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||||
|
<data name="radLabel1.TabIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>0</value>
|
||||||
|
</data>
|
||||||
|
<data name="radLabel1.Text" xml:space="preserve">
|
||||||
|
<value>Controller:</value>
|
||||||
|
</data>
|
||||||
|
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||||
|
<data name="radLabel1.TextImageRelation" type="System.Windows.Forms.TextImageRelation, System.Windows.Forms">
|
||||||
|
<value>ImageBeforeText</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>radLabel1.Name" xml:space="preserve">
|
||||||
|
<value>radLabel1</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>radLabel1.Type" xml:space="preserve">
|
||||||
|
<value>Telerik.WinControls.UI.RadLabel, Telerik.WinControls.UI, Culture=neutral, PublicKeyToken=5bb2a467cbec794e</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>radLabel1.Parent" xml:space="preserve">
|
||||||
|
<value>panel1</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>radLabel1.ZOrder" xml:space="preserve">
|
||||||
|
<value>7</value>
|
||||||
|
</data>
|
||||||
|
<data name="radDropDownList_Pads.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
|
<value>83, 3</value>
|
||||||
|
</data>
|
||||||
|
<data name="radDropDownList_Pads.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>290, 20</value>
|
||||||
|
</data>
|
||||||
|
<data name="radDropDownList_Pads.TabIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>1</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>radDropDownList_Pads.Name" xml:space="preserve">
|
||||||
|
<value>radDropDownList_Pads</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>radDropDownList_Pads.Type" xml:space="preserve">
|
||||||
|
<value>Telerik.WinControls.UI.RadDropDownList, Telerik.WinControls.UI, Culture=neutral, PublicKeyToken=5bb2a467cbec794e</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>radDropDownList_Pads.Parent" xml:space="preserve">
|
||||||
|
<value>panel1</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>radDropDownList_Pads.ZOrder" xml:space="preserve">
|
||||||
|
<value>9</value>
|
||||||
|
</data>
|
||||||
|
<data name="radButton_LoadPads.ImageAlignment" type="System.Drawing.ContentAlignment, System.Drawing">
|
||||||
|
<value>MiddleCenter</value>
|
||||||
|
</data>
|
||||||
|
<data name="radButton_LoadPads.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
|
<value>379, 3</value>
|
||||||
|
</data>
|
||||||
|
<data name="radButton_LoadPads.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>24, 24</value>
|
||||||
|
</data>
|
||||||
|
<data name="radButton_LoadPads.TabIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>2</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>radButton_LoadPads.Name" xml:space="preserve">
|
||||||
|
<value>radButton_LoadPads</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>radButton_LoadPads.Type" xml:space="preserve">
|
||||||
|
<value>Telerik.WinControls.UI.RadButton, Telerik.WinControls.UI, Culture=neutral, PublicKeyToken=5bb2a467cbec794e</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>radButton_LoadPads.Parent" xml:space="preserve">
|
||||||
|
<value>panel1</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>radButton_LoadPads.ZOrder" xml:space="preserve">
|
||||||
|
<value>8</value>
|
||||||
|
</data>
|
||||||
|
<data name="radTextBox_LoadSavestate.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
|
<value>149, 63</value>
|
||||||
|
</data>
|
||||||
|
<data name="radTextBox_LoadSavestate.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>85, 20</value>
|
||||||
|
</data>
|
||||||
|
<data name="radTextBox_LoadSavestate.TabIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>10</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>radTextBox_LoadSavestate.Name" xml:space="preserve">
|
||||||
|
<value>radTextBox_LoadSavestate</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>radTextBox_LoadSavestate.Type" xml:space="preserve">
|
||||||
|
<value>Telerik.WinControls.UI.RadTextBox, Telerik.WinControls.UI, Culture=neutral, PublicKeyToken=5bb2a467cbec794e</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>radTextBox_LoadSavestate.Parent" xml:space="preserve">
|
||||||
|
<value>panel1</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>radTextBox_LoadSavestate.ZOrder" xml:space="preserve">
|
||||||
|
<value>0</value>
|
||||||
|
</data>
|
||||||
|
<data name="radTextBox_CreateSavestate.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
|
<value>149, 33</value>
|
||||||
|
</data>
|
||||||
|
<data name="radTextBox_CreateSavestate.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>85, 20</value>
|
||||||
|
</data>
|
||||||
|
<data name="radTextBox_CreateSavestate.TabIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>9</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>radTextBox_CreateSavestate.Name" xml:space="preserve">
|
||||||
|
<value>radTextBox_CreateSavestate</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>radTextBox_CreateSavestate.Type" xml:space="preserve">
|
||||||
|
<value>Telerik.WinControls.UI.RadTextBox, Telerik.WinControls.UI, Culture=neutral, PublicKeyToken=5bb2a467cbec794e</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>radTextBox_CreateSavestate.Parent" xml:space="preserve">
|
||||||
|
<value>panel1</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>radTextBox_CreateSavestate.ZOrder" xml:space="preserve">
|
||||||
|
<value>1</value>
|
||||||
|
</data>
|
||||||
|
<data name="radButton_LoadProfile.ImageAlignment" type="System.Drawing.ContentAlignment, System.Drawing">
|
||||||
|
<value>MiddleCenter</value>
|
||||||
|
</data>
|
||||||
|
<data name="radButton_LoadProfile.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
|
<value>409, 63</value>
|
||||||
|
</data>
|
||||||
|
<data name="radButton_LoadProfile.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>137, 24</value>
|
||||||
|
</data>
|
||||||
|
<data name="radButton_LoadProfile.TabIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>8</value>
|
||||||
|
</data>
|
||||||
|
<data name="radButton_LoadProfile.Text" xml:space="preserve">
|
||||||
|
<value>Load Profile</value>
|
||||||
|
</data>
|
||||||
|
<data name="radButton_LoadProfile.TextImageRelation" type="System.Windows.Forms.TextImageRelation, System.Windows.Forms">
|
||||||
|
<value>ImageBeforeText</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>radButton_LoadProfile.Name" xml:space="preserve">
|
||||||
|
<value>radButton_LoadProfile</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>radButton_LoadProfile.Type" xml:space="preserve">
|
||||||
|
<value>Telerik.WinControls.UI.RadButton, Telerik.WinControls.UI, Culture=neutral, PublicKeyToken=5bb2a467cbec794e</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>radButton_LoadProfile.Parent" xml:space="preserve">
|
||||||
|
<value>panel1</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>radButton_LoadProfile.ZOrder" xml:space="preserve">
|
||||||
|
<value>2</value>
|
||||||
|
</data>
|
||||||
|
<data name="radButton_SaveProfile.ImageAlignment" type="System.Drawing.ContentAlignment, System.Drawing">
|
||||||
|
<value>MiddleCenter</value>
|
||||||
|
</data>
|
||||||
|
<data name="radButton_SaveProfile.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
|
<value>409, 33</value>
|
||||||
|
</data>
|
||||||
|
<data name="radButton_SaveProfile.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>137, 24</value>
|
||||||
|
</data>
|
||||||
|
<data name="radButton_SaveProfile.TabIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>8</value>
|
||||||
|
</data>
|
||||||
|
<data name="radButton_SaveProfile.Text" xml:space="preserve">
|
||||||
|
<value>Save Profile</value>
|
||||||
|
</data>
|
||||||
|
<data name="radButton_SaveProfile.TextImageRelation" type="System.Windows.Forms.TextImageRelation, System.Windows.Forms">
|
||||||
|
<value>ImageBeforeText</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>radButton_SaveProfile.Name" xml:space="preserve">
|
||||||
|
<value>radButton_SaveProfile</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>radButton_SaveProfile.Type" xml:space="preserve">
|
||||||
|
<value>Telerik.WinControls.UI.RadButton, Telerik.WinControls.UI, Culture=neutral, PublicKeyToken=5bb2a467cbec794e</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>radButton_SaveProfile.Parent" xml:space="preserve">
|
||||||
|
<value>panel1</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>radButton_SaveProfile.ZOrder" xml:space="preserve">
|
||||||
|
<value>3</value>
|
||||||
|
</data>
|
||||||
|
<data name="radButton_StartStopListening.ImageAlignment" type="System.Drawing.ContentAlignment, System.Drawing">
|
||||||
|
<value>MiddleCenter</value>
|
||||||
|
</data>
|
||||||
|
<data name="radButton_StartStopListening.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
|
<value>409, 3</value>
|
||||||
|
</data>
|
||||||
|
<data name="radButton_StartStopListening.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>137, 24</value>
|
||||||
|
</data>
|
||||||
|
<data name="radButton_StartStopListening.TabIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>7</value>
|
||||||
|
</data>
|
||||||
|
<data name="radButton_StartStopListening.Text" xml:space="preserve">
|
||||||
|
<value>Start listening</value>
|
||||||
|
</data>
|
||||||
|
<data name="radButton_StartStopListening.TextImageRelation" type="System.Windows.Forms.TextImageRelation, System.Windows.Forms">
|
||||||
|
<value>ImageBeforeText</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>radButton_StartStopListening.Name" xml:space="preserve">
|
||||||
|
<value>radButton_StartStopListening</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>radButton_StartStopListening.Type" xml:space="preserve">
|
||||||
|
<value>Telerik.WinControls.UI.RadButton, Telerik.WinControls.UI, Culture=neutral, PublicKeyToken=5bb2a467cbec794e</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>radButton_StartStopListening.Parent" xml:space="preserve">
|
||||||
|
<value>panel1</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>radButton_StartStopListening.ZOrder" xml:space="preserve">
|
||||||
|
<value>4</value>
|
||||||
|
</data>
|
||||||
|
<data name="radLabel3.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
|
<value>3, 64</value>
|
||||||
|
</data>
|
||||||
|
<data name="radLabel3.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>83, 18</value>
|
||||||
|
</data>
|
||||||
|
<data name="radLabel3.TabIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>6</value>
|
||||||
|
</data>
|
||||||
|
<data name="radLabel3.Text" xml:space="preserve">
|
||||||
|
<value>Load Savestate:</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>radLabel3.Name" xml:space="preserve">
|
||||||
|
<value>radLabel3</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>radLabel3.Type" xml:space="preserve">
|
||||||
|
<value>Telerik.WinControls.UI.RadLabel, Telerik.WinControls.UI, Culture=neutral, PublicKeyToken=5bb2a467cbec794e</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>radLabel3.Parent" xml:space="preserve">
|
||||||
|
<value>panel1</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>radLabel3.ZOrder" xml:space="preserve">
|
||||||
|
<value>5</value>
|
||||||
|
</data>
|
||||||
|
<data name="radLabel2.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
|
<value>3, 34</value>
|
||||||
|
</data>
|
||||||
|
<data name="radLabel2.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>91, 18</value>
|
||||||
|
</data>
|
||||||
|
<data name="radLabel2.TabIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>4</value>
|
||||||
|
</data>
|
||||||
|
<data name="radLabel2.Text" xml:space="preserve">
|
||||||
|
<value>Create Savestate:</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>radLabel2.Name" xml:space="preserve">
|
||||||
|
<value>radLabel2</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>radLabel2.Type" xml:space="preserve">
|
||||||
|
<value>Telerik.WinControls.UI.RadLabel, Telerik.WinControls.UI, Culture=neutral, PublicKeyToken=5bb2a467cbec794e</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>radLabel2.Parent" xml:space="preserve">
|
||||||
|
<value>panel1</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>radLabel2.ZOrder" xml:space="preserve">
|
||||||
|
<value>6</value>
|
||||||
|
</data>
|
||||||
|
<data name="panel1.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
||||||
|
<value>Fill</value>
|
||||||
|
</data>
|
||||||
|
<data name="panel1.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
|
<value>0, 0</value>
|
||||||
|
</data>
|
||||||
|
<data name="panel1.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>549, 91</value>
|
||||||
|
</data>
|
||||||
|
<data name="panel1.TabIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>3</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>panel1.Name" xml:space="preserve">
|
||||||
|
<value>panel1</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>panel1.Type" xml:space="preserve">
|
||||||
|
<value>System.Windows.Forms.Panel, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>panel1.Parent" xml:space="preserve">
|
||||||
|
<value>$this</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>panel1.ZOrder" xml:space="preserve">
|
||||||
|
<value>0</value>
|
||||||
|
</data>
|
||||||
|
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
|
<value>True</value>
|
||||||
|
</metadata>
|
||||||
|
<data name="$this.AutoScaleBaseSize" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>7, 15</value>
|
||||||
|
</data>
|
||||||
|
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
|
||||||
|
<value>7, 15</value>
|
||||||
|
</data>
|
||||||
|
<data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>549, 91</value>
|
||||||
|
</data>
|
||||||
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
AAABAAYAEBAAAAEAIABoBAAAZgAAACAgAAABACAAqBAAAM4EAAAwMAAAAQAgAKglAAB2FQAAQEAAAAEA
|
AAABAAYAEBAAAAEAIABoBAAAZgAAACAgAAABACAAqBAAAM4EAAAwMAAAAQAgAKglAAB2FQAAQEAAAAEA
|
||||||
@@ -1824,4 +2114,16 @@
|
|||||||
KW2SKIMAAAAASUVORK5CYII=
|
KW2SKIMAAAAASUVORK5CYII=
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="$this.StartPosition" type="System.Windows.Forms.FormStartPosition, System.Windows.Forms">
|
||||||
|
<value>CenterScreen</value>
|
||||||
|
</data>
|
||||||
|
<data name="$this.Text" xml:space="preserve">
|
||||||
|
<value>Project64 Savestater</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>$this.Name" xml:space="preserve">
|
||||||
|
<value>MainForm</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>$this.Type" xml:space="preserve">
|
||||||
|
<value>Telerik.WinControls.UI.RadForm, Telerik.WinControls.UI, Culture=neutral, PublicKeyToken=5bb2a467cbec794e</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -17,7 +17,7 @@ namespace PJ64Savestater
|
|||||||
Application.EnableVisualStyles();
|
Application.EnableVisualStyles();
|
||||||
Application.SetCompatibleTextRenderingDefault(false);
|
Application.SetCompatibleTextRenderingDefault(false);
|
||||||
VisualThemeHelper.SetVisualTheme();
|
VisualThemeHelper.SetVisualTheme();
|
||||||
Application.SetDefaultFont(new Font(Control.DefaultFont.FontFamily, 8.25f));
|
//Application.SetDefaultFont(new Font(Control.DefaultFont.FontFamily, 8.25f)); // Kein Effekt?
|
||||||
Application.Run(new MainForm());
|
Application.Run(new MainForm());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user