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
|
||||
//
|
||||
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.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
|
||||
//
|
||||
this.radDropDownList_Pads.DropDownAnimationEnabled = true;
|
||||
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.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);
|
||||
//
|
||||
// radButton_LoadPads
|
||||
//
|
||||
this.radButton_LoadPads.Image = global::PJ64Savestater.Properties.Resources.icons8_refresh_16px;
|
||||
this.radButton_LoadPads.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
this.radButton_LoadPads.Location = new System.Drawing.Point(379, 3);
|
||||
resources.ApplyResources(this.radButton_LoadPads, "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);
|
||||
//
|
||||
// panel1
|
||||
@@ -97,28 +88,21 @@
|
||||
this.panel1.Controls.Add(this.radLabel1);
|
||||
this.panel1.Controls.Add(this.radButton_LoadPads);
|
||||
this.panel1.Controls.Add(this.radDropDownList_Pads);
|
||||
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.panel1.Location = new System.Drawing.Point(0, 0);
|
||||
resources.ApplyResources(this.panel1, "panel1");
|
||||
this.panel1.Name = "panel1";
|
||||
this.panel1.Size = new System.Drawing.Size(549, 91);
|
||||
this.panel1.TabIndex = 3;
|
||||
//
|
||||
// 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.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.Click += new System.EventHandler(this.RadTextBox_Savestate_Clicked);
|
||||
this.radTextBox_LoadSavestate.LostFocus += new System.EventHandler(this.RadTextBox_Savestate_LostFocus);
|
||||
//
|
||||
// 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.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.Click += new System.EventHandler(this.RadTextBox_Savestate_Clicked);
|
||||
this.radTextBox_CreateSavestate.LostFocus += new System.EventHandler(this.RadTextBox_Savestate_LostFocus);
|
||||
@@ -126,70 +110,44 @@
|
||||
// radButton_LoadProfile
|
||||
//
|
||||
this.radButton_LoadProfile.Image = global::PJ64Savestater.Properties.Resources.icons8_opened_folder_16px;
|
||||
this.radButton_LoadProfile.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
this.radButton_LoadProfile.Location = new System.Drawing.Point(409, 63);
|
||||
resources.ApplyResources(this.radButton_LoadProfile, "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);
|
||||
//
|
||||
// radButton_SaveProfile
|
||||
//
|
||||
this.radButton_SaveProfile.Image = global::PJ64Savestater.Properties.Resources.icons8_save_16px;
|
||||
this.radButton_SaveProfile.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
this.radButton_SaveProfile.Location = new System.Drawing.Point(409, 33);
|
||||
resources.ApplyResources(this.radButton_SaveProfile, "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);
|
||||
//
|
||||
// radButton_StartStopListening
|
||||
//
|
||||
this.radButton_StartStopListening.Image = global::PJ64Savestater.Properties.Resources.icons8_play_button_circled_16px;
|
||||
this.radButton_StartStopListening.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
this.radButton_StartStopListening.Location = new System.Drawing.Point(409, 3);
|
||||
resources.ApplyResources(this.radButton_StartStopListening, "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);
|
||||
//
|
||||
// radLabel3
|
||||
//
|
||||
this.radLabel3.Location = new System.Drawing.Point(3, 64);
|
||||
resources.ApplyResources(this.radLabel3, "radLabel3");
|
||||
this.radLabel3.Name = "radLabel3";
|
||||
this.radLabel3.Size = new System.Drawing.Size(83, 18);
|
||||
this.radLabel3.TabIndex = 6;
|
||||
this.radLabel3.Text = "Load Savestate:";
|
||||
//
|
||||
// radLabel2
|
||||
//
|
||||
this.radLabel2.Location = new System.Drawing.Point(3, 34);
|
||||
resources.ApplyResources(this.radLabel2, "radLabel2");
|
||||
this.radLabel2.Name = "radLabel2";
|
||||
this.radLabel2.Size = new System.Drawing.Size(91, 18);
|
||||
this.radLabel2.TabIndex = 4;
|
||||
this.radLabel2.Text = "Create Savestate:";
|
||||
//
|
||||
// MainForm
|
||||
//
|
||||
this.AutoScaleBaseSize = new System.Drawing.Size(7, 15);
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
||||
resources.ApplyResources(this, "$this");
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(549, 91);
|
||||
this.Controls.Add(this.panel1);
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
this.Name = "MainForm";
|
||||
//
|
||||
//
|
||||
//
|
||||
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.Shown += new System.EventHandler(this.MainForm_Shown);
|
||||
((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
|
||||
|
||||
Reference in New Issue
Block a user