Modifications to support more languages (cn, it, pl, cz).
This commit is contained in:
parent
92c9c81dd6
commit
f33c8af02a
@ -24,13 +24,13 @@ namespace TBF
|
||||
{
|
||||
en,
|
||||
de,
|
||||
cn,
|
||||
it,
|
||||
pl,
|
||||
cz,
|
||||
zh_CN,
|
||||
//fr,
|
||||
//es,
|
||||
//it,
|
||||
//ru,
|
||||
//pl,
|
||||
//cz,
|
||||
//sk,
|
||||
//hu,
|
||||
//ro,
|
||||
|
||||
99
TestBenchFramework/MainWnd.Designer.cs
generated
99
TestBenchFramework/MainWnd.Designer.cs
generated
@ -123,10 +123,12 @@
|
||||
//
|
||||
// verticalSplitContainer.Panel1
|
||||
//
|
||||
resources.ApplyResources(this.verticalSplitContainer.Panel1, "verticalSplitContainer.Panel1");
|
||||
this.verticalSplitContainer.Panel1.Controls.Add(this.horizontalSplitContainer);
|
||||
//
|
||||
// verticalSplitContainer.Panel2
|
||||
//
|
||||
resources.ApplyResources(this.verticalSplitContainer.Panel2, "verticalSplitContainer.Panel2");
|
||||
this.verticalSplitContainer.Panel2.Controls.Add(this.rightHorizSplitContainer);
|
||||
//
|
||||
// horizontalSplitContainer
|
||||
@ -137,6 +139,7 @@
|
||||
//
|
||||
// horizontalSplitContainer.Panel1
|
||||
//
|
||||
resources.ApplyResources(this.horizontalSplitContainer.Panel1, "horizontalSplitContainer.Panel1");
|
||||
this.horizontalSplitContainer.Panel1.BackColor = System.Drawing.SystemColors.Control;
|
||||
this.horizontalSplitContainer.Panel1.Controls.Add(this.descriptionGroupBox);
|
||||
this.horizontalSplitContainer.Panel1.Controls.Add(this.progressGroupBox);
|
||||
@ -145,12 +148,13 @@
|
||||
//
|
||||
// horizontalSplitContainer.Panel2
|
||||
//
|
||||
resources.ApplyResources(this.horizontalSplitContainer.Panel2, "horizontalSplitContainer.Panel2");
|
||||
this.horizontalSplitContainer.Panel2.Controls.Add(this.mainTabControl);
|
||||
//
|
||||
// descriptionGroupBox
|
||||
//
|
||||
this.descriptionGroupBox.Controls.Add(this.descriptionLabel);
|
||||
resources.ApplyResources(this.descriptionGroupBox, "descriptionGroupBox");
|
||||
this.descriptionGroupBox.Controls.Add(this.descriptionLabel);
|
||||
this.descriptionGroupBox.Name = "descriptionGroupBox";
|
||||
this.descriptionGroupBox.TabStop = false;
|
||||
//
|
||||
@ -161,8 +165,8 @@
|
||||
//
|
||||
// progressGroupBox
|
||||
//
|
||||
this.progressGroupBox.Controls.Add(this.mainProgressBar);
|
||||
resources.ApplyResources(this.progressGroupBox, "progressGroupBox");
|
||||
this.progressGroupBox.Controls.Add(this.mainProgressBar);
|
||||
this.progressGroupBox.Name = "progressGroupBox";
|
||||
this.progressGroupBox.TabStop = false;
|
||||
//
|
||||
@ -173,8 +177,8 @@
|
||||
//
|
||||
// procedureGroupBox
|
||||
//
|
||||
this.procedureGroupBox.Controls.Add(this.procedureComboBox);
|
||||
resources.ApplyResources(this.procedureGroupBox, "procedureGroupBox");
|
||||
this.procedureGroupBox.Controls.Add(this.procedureComboBox);
|
||||
this.procedureGroupBox.Name = "procedureGroupBox";
|
||||
this.procedureGroupBox.TabStop = false;
|
||||
//
|
||||
@ -187,9 +191,9 @@
|
||||
//
|
||||
// activityGroupBox
|
||||
//
|
||||
resources.ApplyResources(this.activityGroupBox, "activityGroupBox");
|
||||
this.activityGroupBox.Controls.Add(this.messageLabel);
|
||||
this.activityGroupBox.Controls.Add(this.activityLabel);
|
||||
resources.ApplyResources(this.activityGroupBox, "activityGroupBox");
|
||||
this.activityGroupBox.Name = "activityGroupBox";
|
||||
this.activityGroupBox.TabStop = false;
|
||||
//
|
||||
@ -205,6 +209,7 @@
|
||||
//
|
||||
// mainTabControl
|
||||
//
|
||||
resources.ApplyResources(this.mainTabControl, "mainTabControl");
|
||||
this.mainTabControl.Controls.Add(this.homeTabPage);
|
||||
this.mainTabControl.Controls.Add(this.processTabPage);
|
||||
this.mainTabControl.Controls.Add(this.measurementTabPage);
|
||||
@ -212,93 +217,92 @@
|
||||
this.mainTabControl.Controls.Add(this.picturesTabPage);
|
||||
this.mainTabControl.Controls.Add(this.resultsTabPage);
|
||||
this.mainTabControl.Controls.Add(this.logsTabPage);
|
||||
resources.ApplyResources(this.mainTabControl, "mainTabControl");
|
||||
this.mainTabControl.Name = "mainTabControl";
|
||||
this.mainTabControl.SelectedIndex = 0;
|
||||
this.mainTabControl.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
|
||||
//
|
||||
// homeTabPage
|
||||
//
|
||||
resources.ApplyResources(this.homeTabPage, "homeTabPage");
|
||||
this.homeTabPage.BackColor = System.Drawing.SystemColors.Control;
|
||||
this.homeTabPage.Controls.Add(this.ctrlBrdComponent);
|
||||
resources.ApplyResources(this.homeTabPage, "homeTabPage");
|
||||
this.homeTabPage.Name = "homeTabPage";
|
||||
//
|
||||
// ctrlBrdComponent
|
||||
//
|
||||
this.ctrlBrdComponent.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
||||
resources.ApplyResources(this.ctrlBrdComponent, "ctrlBrdComponent");
|
||||
this.ctrlBrdComponent.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
||||
this.ctrlBrdComponent.Name = "ctrlBrdComponent";
|
||||
//
|
||||
// processTabPage
|
||||
//
|
||||
this.processTabPage.Controls.Add(this.processTabPageCtrl);
|
||||
resources.ApplyResources(this.processTabPage, "processTabPage");
|
||||
this.processTabPage.Controls.Add(this.processTabPageCtrl);
|
||||
this.processTabPage.Name = "processTabPage";
|
||||
this.processTabPage.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// processTabPageCtrl
|
||||
//
|
||||
this.processTabPageCtrl.BackColor = System.Drawing.SystemColors.Control;
|
||||
resources.ApplyResources(this.processTabPageCtrl, "processTabPageCtrl");
|
||||
this.processTabPageCtrl.BackColor = System.Drawing.SystemColors.Control;
|
||||
this.processTabPageCtrl.Name = "processTabPageCtrl";
|
||||
//
|
||||
// measurementTabPage
|
||||
//
|
||||
this.measurementTabPage.Controls.Add(this.MeasurementTabPageCtrl);
|
||||
resources.ApplyResources(this.measurementTabPage, "measurementTabPage");
|
||||
this.measurementTabPage.Controls.Add(this.MeasurementTabPageCtrl);
|
||||
this.measurementTabPage.Name = "measurementTabPage";
|
||||
this.measurementTabPage.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// MeasurementTabPageCtrl
|
||||
//
|
||||
this.MeasurementTabPageCtrl.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(180)))), ((int)(((byte)(200)))));
|
||||
resources.ApplyResources(this.MeasurementTabPageCtrl, "MeasurementTabPageCtrl");
|
||||
this.MeasurementTabPageCtrl.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(180)))), ((int)(((byte)(200)))));
|
||||
this.MeasurementTabPageCtrl.Name = "MeasurementTabPageCtrl";
|
||||
//
|
||||
// insertTabPage
|
||||
//
|
||||
this.insertTabPage.BackColor = System.Drawing.Color.Silver;
|
||||
resources.ApplyResources(this.insertTabPage, "insertTabPage");
|
||||
this.insertTabPage.BackColor = System.Drawing.Color.Silver;
|
||||
this.insertTabPage.Name = "insertTabPage";
|
||||
//
|
||||
// picturesTabPage
|
||||
//
|
||||
this.picturesTabPage.Controls.Add(this.picturesTabPageCtrl1);
|
||||
resources.ApplyResources(this.picturesTabPage, "picturesTabPage");
|
||||
this.picturesTabPage.Controls.Add(this.picturesTabPageCtrl1);
|
||||
this.picturesTabPage.Name = "picturesTabPage";
|
||||
this.picturesTabPage.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// picturesTabPageCtrl1
|
||||
//
|
||||
this.picturesTabPageCtrl1.BackColor = System.Drawing.Color.Silver;
|
||||
resources.ApplyResources(this.picturesTabPageCtrl1, "picturesTabPageCtrl1");
|
||||
this.picturesTabPageCtrl1.BackColor = System.Drawing.Color.Silver;
|
||||
this.picturesTabPageCtrl1.Name = "picturesTabPageCtrl1";
|
||||
//
|
||||
// resultsTabPage
|
||||
//
|
||||
this.resultsTabPage.Controls.Add(this.resultsTabPageCtrl);
|
||||
resources.ApplyResources(this.resultsTabPage, "resultsTabPage");
|
||||
this.resultsTabPage.Controls.Add(this.resultsTabPageCtrl);
|
||||
this.resultsTabPage.Name = "resultsTabPage";
|
||||
this.resultsTabPage.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// resultsTabPageCtrl
|
||||
//
|
||||
this.resultsTabPageCtrl.BackColor = System.Drawing.SystemColors.Control;
|
||||
resources.ApplyResources(this.resultsTabPageCtrl, "resultsTabPageCtrl");
|
||||
this.resultsTabPageCtrl.BackColor = System.Drawing.SystemColors.Control;
|
||||
this.resultsTabPageCtrl.Name = "resultsTabPageCtrl";
|
||||
//
|
||||
// logsTabPage
|
||||
//
|
||||
this.logsTabPage.Controls.Add(this.logsTabPageCtrl);
|
||||
resources.ApplyResources(this.logsTabPage, "logsTabPage");
|
||||
this.logsTabPage.Controls.Add(this.logsTabPageCtrl);
|
||||
this.logsTabPage.Name = "logsTabPage";
|
||||
this.logsTabPage.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// logsTabPageCtrl
|
||||
//
|
||||
this.logsTabPageCtrl.BackColor = System.Drawing.SystemColors.Control;
|
||||
resources.ApplyResources(this.logsTabPageCtrl, "logsTabPageCtrl");
|
||||
this.logsTabPageCtrl.BackColor = System.Drawing.SystemColors.Control;
|
||||
this.logsTabPageCtrl.Name = "logsTabPageCtrl";
|
||||
//
|
||||
// rightHorizSplitContainer
|
||||
@ -309,7 +313,12 @@
|
||||
//
|
||||
// rightHorizSplitContainer.Panel1
|
||||
//
|
||||
resources.ApplyResources(this.rightHorizSplitContainer.Panel1, "rightHorizSplitContainer.Panel1");
|
||||
this.rightHorizSplitContainer.Panel1.Controls.Add(this.progressFlowLayoutPanel);
|
||||
//
|
||||
// rightHorizSplitContainer.Panel2
|
||||
//
|
||||
resources.ApplyResources(this.rightHorizSplitContainer.Panel2, "rightHorizSplitContainer.Panel2");
|
||||
this.rightHorizSplitContainer.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.rightHorizSplitContainer_SplitterMoved);
|
||||
//
|
||||
// progressFlowLayoutPanel
|
||||
@ -320,24 +329,25 @@
|
||||
//
|
||||
// statusStrip1
|
||||
//
|
||||
resources.ApplyResources(this.statusStrip1, "statusStrip1");
|
||||
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.userInfoStatusLabel,
|
||||
this.activityStatusLabel});
|
||||
resources.ApplyResources(this.statusStrip1, "statusStrip1");
|
||||
this.statusStrip1.Name = "statusStrip1";
|
||||
//
|
||||
// userInfoStatusLabel
|
||||
//
|
||||
this.userInfoStatusLabel.Name = "userInfoStatusLabel";
|
||||
resources.ApplyResources(this.userInfoStatusLabel, "userInfoStatusLabel");
|
||||
this.userInfoStatusLabel.Name = "userInfoStatusLabel";
|
||||
//
|
||||
// activityStatusLabel
|
||||
//
|
||||
this.activityStatusLabel.Name = "activityStatusLabel";
|
||||
resources.ApplyResources(this.activityStatusLabel, "activityStatusLabel");
|
||||
this.activityStatusLabel.Name = "activityStatusLabel";
|
||||
//
|
||||
// benchTSMenuItem
|
||||
//
|
||||
resources.ApplyResources(this.benchTSMenuItem, "benchTSMenuItem");
|
||||
this.benchTSMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.benchComponentsTSMenuItem,
|
||||
this.benchPathsTSMenuItem,
|
||||
@ -346,114 +356,114 @@
|
||||
this.toolStripSeparator1,
|
||||
this.exitToolStripMenuItem});
|
||||
this.benchTSMenuItem.Name = "benchTSMenuItem";
|
||||
resources.ApplyResources(this.benchTSMenuItem, "benchTSMenuItem");
|
||||
//
|
||||
// benchComponentsTSMenuItem
|
||||
//
|
||||
this.benchComponentsTSMenuItem.Name = "benchComponentsTSMenuItem";
|
||||
resources.ApplyResources(this.benchComponentsTSMenuItem, "benchComponentsTSMenuItem");
|
||||
this.benchComponentsTSMenuItem.Name = "benchComponentsTSMenuItem";
|
||||
this.benchComponentsTSMenuItem.Click += new System.EventHandler(this.benchComponentsTSMItem_Click);
|
||||
//
|
||||
// benchPathsTSMenuItem
|
||||
//
|
||||
this.benchPathsTSMenuItem.Name = "benchPathsTSMenuItem";
|
||||
resources.ApplyResources(this.benchPathsTSMenuItem, "benchPathsTSMenuItem");
|
||||
this.benchPathsTSMenuItem.Name = "benchPathsTSMenuItem";
|
||||
this.benchPathsTSMenuItem.Click += new System.EventHandler(this.benchPathsTSMItem_Click);
|
||||
//
|
||||
// benchTransitionsToolStripMenuItem
|
||||
//
|
||||
this.benchTransitionsToolStripMenuItem.Name = "benchTransitionsToolStripMenuItem";
|
||||
resources.ApplyResources(this.benchTransitionsToolStripMenuItem, "benchTransitionsToolStripMenuItem");
|
||||
this.benchTransitionsToolStripMenuItem.Name = "benchTransitionsToolStripMenuItem";
|
||||
this.benchTransitionsToolStripMenuItem.Click += new System.EventHandler(this.benchTransitionsTSMItem_Click);
|
||||
//
|
||||
// benchMetrologyTSMenuItem
|
||||
//
|
||||
this.benchMetrologyTSMenuItem.Name = "benchMetrologyTSMenuItem";
|
||||
resources.ApplyResources(this.benchMetrologyTSMenuItem, "benchMetrologyTSMenuItem");
|
||||
this.benchMetrologyTSMenuItem.Name = "benchMetrologyTSMenuItem";
|
||||
this.benchMetrologyTSMenuItem.Click += new System.EventHandler(this.benchMetrologyTSMItem_Click);
|
||||
//
|
||||
// toolStripSeparator1
|
||||
//
|
||||
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
||||
resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1");
|
||||
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
||||
//
|
||||
// exitToolStripMenuItem
|
||||
//
|
||||
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
|
||||
resources.ApplyResources(this.exitToolStripMenuItem, "exitToolStripMenuItem");
|
||||
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
|
||||
this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
|
||||
//
|
||||
// homeTSMenuItem
|
||||
//
|
||||
this.homeTSMenuItem.Name = "homeTSMenuItem";
|
||||
resources.ApplyResources(this.homeTSMenuItem, "homeTSMenuItem");
|
||||
this.homeTSMenuItem.Name = "homeTSMenuItem";
|
||||
this.homeTSMenuItem.Click += new System.EventHandler(this.homeTSMenuItem_Click);
|
||||
//
|
||||
// measurementTSMenuItem
|
||||
//
|
||||
this.measurementTSMenuItem.Name = "measurementTSMenuItem";
|
||||
resources.ApplyResources(this.measurementTSMenuItem, "measurementTSMenuItem");
|
||||
this.measurementTSMenuItem.Name = "measurementTSMenuItem";
|
||||
this.measurementTSMenuItem.Click += new System.EventHandler(this.measurementTSMenuItem_Click);
|
||||
//
|
||||
// resultsTSMenuItem
|
||||
//
|
||||
this.resultsTSMenuItem.Name = "resultsTSMenuItem";
|
||||
resources.ApplyResources(this.resultsTSMenuItem, "resultsTSMenuItem");
|
||||
this.resultsTSMenuItem.Name = "resultsTSMenuItem";
|
||||
//
|
||||
// logsTSMenuItem
|
||||
//
|
||||
this.logsTSMenuItem.Name = "logsTSMenuItem";
|
||||
resources.ApplyResources(this.logsTSMenuItem, "logsTSMenuItem");
|
||||
this.logsTSMenuItem.Name = "logsTSMenuItem";
|
||||
this.logsTSMenuItem.Click += new System.EventHandler(this.logsTSMenuItem_Click);
|
||||
//
|
||||
// editTSMenuItem
|
||||
//
|
||||
resources.ApplyResources(this.editTSMenuItem, "editTSMenuItem");
|
||||
this.editTSMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.usersTSMenuItem,
|
||||
this.localSettingsTSMenuItem,
|
||||
this.databaseSettingsTSMenuItem,
|
||||
this.passwortToolStripMenuItem});
|
||||
this.editTSMenuItem.Name = "editTSMenuItem";
|
||||
resources.ApplyResources(this.editTSMenuItem, "editTSMenuItem");
|
||||
//
|
||||
// usersTSMenuItem
|
||||
//
|
||||
this.usersTSMenuItem.Name = "usersTSMenuItem";
|
||||
resources.ApplyResources(this.usersTSMenuItem, "usersTSMenuItem");
|
||||
this.usersTSMenuItem.Name = "usersTSMenuItem";
|
||||
this.usersTSMenuItem.Click += new System.EventHandler(this.usersTSMItem_Click);
|
||||
//
|
||||
// localSettingsTSMenuItem
|
||||
//
|
||||
this.localSettingsTSMenuItem.Name = "localSettingsTSMenuItem";
|
||||
resources.ApplyResources(this.localSettingsTSMenuItem, "localSettingsTSMenuItem");
|
||||
this.localSettingsTSMenuItem.Name = "localSettingsTSMenuItem";
|
||||
this.localSettingsTSMenuItem.Click += new System.EventHandler(this.localSettingsTSMItem_Click);
|
||||
//
|
||||
// databaseSettingsTSMenuItem
|
||||
//
|
||||
this.databaseSettingsTSMenuItem.Name = "databaseSettingsTSMenuItem";
|
||||
resources.ApplyResources(this.databaseSettingsTSMenuItem, "databaseSettingsTSMenuItem");
|
||||
this.databaseSettingsTSMenuItem.Name = "databaseSettingsTSMenuItem";
|
||||
this.databaseSettingsTSMenuItem.Click += new System.EventHandler(this.databaseSettingsTSMItem_Click);
|
||||
//
|
||||
// passwortToolStripMenuItem
|
||||
//
|
||||
this.passwortToolStripMenuItem.Name = "passwortToolStripMenuItem";
|
||||
resources.ApplyResources(this.passwortToolStripMenuItem, "passwortToolStripMenuItem");
|
||||
this.passwortToolStripMenuItem.Name = "passwortToolStripMenuItem";
|
||||
//
|
||||
// helpTSMenuItem
|
||||
//
|
||||
resources.ApplyResources(this.helpTSMenuItem, "helpTSMenuItem");
|
||||
this.helpTSMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.aboutTSMenuItem});
|
||||
this.helpTSMenuItem.Name = "helpTSMenuItem";
|
||||
resources.ApplyResources(this.helpTSMenuItem, "helpTSMenuItem");
|
||||
//
|
||||
// aboutTSMenuItem
|
||||
//
|
||||
this.aboutTSMenuItem.Name = "aboutTSMenuItem";
|
||||
resources.ApplyResources(this.aboutTSMenuItem, "aboutTSMenuItem");
|
||||
this.aboutTSMenuItem.Name = "aboutTSMenuItem";
|
||||
this.aboutTSMenuItem.Click += new System.EventHandler(this.aboutTSMItem_Click);
|
||||
//
|
||||
// mainMenuStrip
|
||||
//
|
||||
resources.ApplyResources(this.mainMenuStrip, "mainMenuStrip");
|
||||
this.mainMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.benchTSMenuItem,
|
||||
this.proceduresToolStripMenuItem,
|
||||
@ -466,37 +476,36 @@
|
||||
this.logsTSMenuItem,
|
||||
this.editTSMenuItem,
|
||||
this.helpTSMenuItem});
|
||||
resources.ApplyResources(this.mainMenuStrip, "mainMenuStrip");
|
||||
this.mainMenuStrip.Name = "mainMenuStrip";
|
||||
//
|
||||
// proceduresToolStripMenuItem
|
||||
//
|
||||
this.proceduresToolStripMenuItem.Name = "proceduresToolStripMenuItem";
|
||||
resources.ApplyResources(this.proceduresToolStripMenuItem, "proceduresToolStripMenuItem");
|
||||
this.proceduresToolStripMenuItem.Name = "proceduresToolStripMenuItem";
|
||||
this.proceduresToolStripMenuItem.Click += new System.EventHandler(this.proceduresTSMItem_Click);
|
||||
//
|
||||
// processToolStripMenuItem
|
||||
//
|
||||
this.processToolStripMenuItem.Name = "processToolStripMenuItem";
|
||||
resources.ApplyResources(this.processToolStripMenuItem, "processToolStripMenuItem");
|
||||
this.processToolStripMenuItem.Name = "processToolStripMenuItem";
|
||||
this.processToolStripMenuItem.Click += new System.EventHandler(this.processTSMenuItem_Click);
|
||||
//
|
||||
// picturesTSMItem
|
||||
//
|
||||
this.picturesTSMItem.Name = "picturesTSMItem";
|
||||
resources.ApplyResources(this.picturesTSMItem, "picturesTSMItem");
|
||||
this.picturesTSMItem.Name = "picturesTSMItem";
|
||||
this.picturesTSMItem.Click += new System.EventHandler(this.picturesTSMItem_Click);
|
||||
//
|
||||
// resultsToolStripMenuItem
|
||||
//
|
||||
this.resultsToolStripMenuItem.Name = "resultsToolStripMenuItem";
|
||||
resources.ApplyResources(this.resultsToolStripMenuItem, "resultsToolStripMenuItem");
|
||||
this.resultsToolStripMenuItem.Name = "resultsToolStripMenuItem";
|
||||
this.resultsToolStripMenuItem.Click += new System.EventHandler(this.resultsTSMenuItem_Click);
|
||||
//
|
||||
// printToolStripMenuItem
|
||||
//
|
||||
this.printToolStripMenuItem.Name = "printToolStripMenuItem";
|
||||
resources.ApplyResources(this.printToolStripMenuItem, "printToolStripMenuItem");
|
||||
this.printToolStripMenuItem.Name = "printToolStripMenuItem";
|
||||
this.printToolStripMenuItem.Click += new System.EventHandler(this.printToolStripMenuItem_Click);
|
||||
//
|
||||
// MainWnd
|
||||
|
||||
@ -118,6 +118,45 @@
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||
<data name="ctrlBrdComponent.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>1012, 533</value>
|
||||
</data>
|
||||
<data name="homeTabPage.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>1012, 533</value>
|
||||
</data>
|
||||
<data name="processTabPageCtrl.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>1012, 533</value>
|
||||
</data>
|
||||
<data name="processTabPage.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>1012, 533</value>
|
||||
</data>
|
||||
<data name="MeasurementTabPageCtrl.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>1012, 533</value>
|
||||
</data>
|
||||
<data name="measurementTabPage.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>1012, 533</value>
|
||||
</data>
|
||||
<data name="insertTabPage.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>1012, 533</value>
|
||||
</data>
|
||||
<data name="picturesTabPageCtrl1.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>1012, 533</value>
|
||||
</data>
|
||||
<data name="picturesTabPage.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>1012, 533</value>
|
||||
</data>
|
||||
<data name="resultsTabPageCtrl.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>1012, 533</value>
|
||||
</data>
|
||||
<data name="resultsTabPage.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>1012, 533</value>
|
||||
</data>
|
||||
<data name="logsTabPageCtrl.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>1012, 533</value>
|
||||
</data>
|
||||
<data name="logsTabPage.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>1012, 533</value>
|
||||
</data>
|
||||
<data name="mainTabControl.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>1020, 542</value>
|
||||
</data>
|
||||
@ -130,48 +169,6 @@
|
||||
<data name="verticalSplitContainer.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>1254, 666</value>
|
||||
</data>
|
||||
<data name="homeTabPage.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>1012, 533</value>
|
||||
</data>
|
||||
<data name="ctrlBrdComponent.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>1012, 533</value>
|
||||
</data>
|
||||
<data name="processTabPage.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>1012, 533</value>
|
||||
</data>
|
||||
<data name="processTabPageCtrl.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>1012, 533</value>
|
||||
</data>
|
||||
<data name="measurementTabPage.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>1012, 533</value>
|
||||
</data>
|
||||
<data name="MeasurementTabPageCtrl.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>1012, 533</value>
|
||||
</data>
|
||||
<data name="insertTabPage.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>1012, 533</value>
|
||||
</data>
|
||||
<data name="picturesTabPage.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>1012, 533</value>
|
||||
</data>
|
||||
<data name="picturesTabPageCtrl1.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>1012, 533</value>
|
||||
</data>
|
||||
<data name="resultsTabPage.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>1012, 533</value>
|
||||
</data>
|
||||
<data name="resultsTabPageCtrl.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>1012, 533</value>
|
||||
</data>
|
||||
<data name="logsTabPage.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>1012, 533</value>
|
||||
</data>
|
||||
<data name="logsTabPageCtrl.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>1012, 533</value>
|
||||
</data>
|
||||
<data name="statusStrip1.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>0, 690</value>
|
||||
</data>
|
||||
<data name="userInfoStatusLabel.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>73, 17</value>
|
||||
</data>
|
||||
@ -188,11 +185,8 @@
|
||||
<data name="activityStatusLabel.Text" xml:space="preserve">
|
||||
<value>Please start a procedure</value>
|
||||
</data>
|
||||
<data name="benchTSMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>70, 20</value>
|
||||
</data>
|
||||
<data name="benchTSMenuItem.Text" xml:space="preserve">
|
||||
<value>Prüfstand</value>
|
||||
<data name="statusStrip1.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>0, 690</value>
|
||||
</data>
|
||||
<data name="benchComponentsTSMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>150, 22</value>
|
||||
@ -227,6 +221,12 @@
|
||||
<data name="exitToolStripMenuItem.Text" xml:space="preserve">
|
||||
<value>Beenden</value>
|
||||
</data>
|
||||
<data name="benchTSMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>70, 20</value>
|
||||
</data>
|
||||
<data name="benchTSMenuItem.Text" xml:space="preserve">
|
||||
<value>Prüfstand</value>
|
||||
</data>
|
||||
<data name="homeTSMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>122, 20</value>
|
||||
</data>
|
||||
@ -251,12 +251,6 @@
|
||||
<data name="logsTSMenuItem.Text" xml:space="preserve">
|
||||
<value>Protokolle</value>
|
||||
</data>
|
||||
<data name="editTSMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>79, 20</value>
|
||||
</data>
|
||||
<data name="editTSMenuItem.Text" xml:space="preserve">
|
||||
<value>Verwaltung</value>
|
||||
</data>
|
||||
<data name="usersTSMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>131, 22</value>
|
||||
</data>
|
||||
@ -281,8 +275,11 @@
|
||||
<data name="passwortToolStripMenuItem.Text" xml:space="preserve">
|
||||
<value>Passwort</value>
|
||||
</data>
|
||||
<data name="helpTSMenuItem.Text" xml:space="preserve">
|
||||
<value>Hilfe</value>
|
||||
<data name="editTSMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>79, 20</value>
|
||||
</data>
|
||||
<data name="editTSMenuItem.Text" xml:space="preserve">
|
||||
<value>Verwaltung</value>
|
||||
</data>
|
||||
<data name="aboutTSMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>99, 22</value>
|
||||
@ -290,6 +287,9 @@
|
||||
<data name="aboutTSMenuItem.Text" xml:space="preserve">
|
||||
<value>Über</value>
|
||||
</data>
|
||||
<data name="helpTSMenuItem.Text" xml:space="preserve">
|
||||
<value>Hilfe</value>
|
||||
</data>
|
||||
<data name="proceduresToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>75, 20</value>
|
||||
</data>
|
||||
@ -318,6 +318,6 @@
|
||||
<value>1254, 712</value>
|
||||
</data>
|
||||
<data name="$this.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
||||
<value>Inherit</value>
|
||||
<value>NoControl</value>
|
||||
</data>
|
||||
</root>
|
||||
File diff suppressed because it is too large
Load Diff
@ -129,13 +129,15 @@ namespace TBF
|
||||
|
||||
try
|
||||
{
|
||||
System.Threading.Thread.CurrentThread.CurrentUICulture = new System.Globalization.CultureInfo(LocalSettings.Language);
|
||||
string culture = LocalSettings.Language.Replace('_', '-');
|
||||
System.Threading.Thread.CurrentThread.CurrentUICulture = new System.Globalization.CultureInfo(culture);
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
string msg = e.Message;
|
||||
MessageBox.Show("Selected language not supported.\nUsing English.", "Warning", MessageBoxButtons.OK, MessageBoxIcon.Asterisk);
|
||||
System.Threading.Thread.CurrentThread.CurrentUICulture = new System.Globalization.CultureInfo("en");
|
||||
System.Threading.Thread.CurrentThread.CurrentUICulture =
|
||||
new System.Globalization.CultureInfo("en");
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -60,6 +60,15 @@ namespace TBF.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Activity / 活动.
|
||||
/// </summary>
|
||||
internal static string Activity {
|
||||
get {
|
||||
return ResourceManager.GetString("Activity", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Ambient humidity / 空气温度:.
|
||||
/// </summary>
|
||||
|
||||
@ -117,6 +117,9 @@
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="Activity" xml:space="preserve">
|
||||
<value>Activity / 活动</value>
|
||||
</data>
|
||||
<data name="Ambient_humidity_" xml:space="preserve">
|
||||
<value>Ambient humidity / 空气温度:</value>
|
||||
</data>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user