From f33c8af02a7d13d52c5201ca77530b007fb0f1e9 Mon Sep 17 00:00:00 2001 From: Milan Hanajik Date: Mon, 13 Apr 2015 11:04:18 +0200 Subject: [PATCH] Modifications to support more languages (cn, it, pl, cz). --- TestBenchFramework/LocalSettings.cs | 8 +- TestBenchFramework/MainWnd.Designer.cs | 99 +- TestBenchFramework/MainWnd.de.resx | 112 +- TestBenchFramework/MainWnd.resx | 2165 ++++++++--------- TestBenchFramework/Program.cs | 6 +- .../Resources/Strings.cn.Designer.cs | 9 + TestBenchFramework/Resources/Strings.cn.resx | 3 + 7 files changed, 1211 insertions(+), 1191 deletions(-) diff --git a/TestBenchFramework/LocalSettings.cs b/TestBenchFramework/LocalSettings.cs index c59440396..0b16866e0 100644 --- a/TestBenchFramework/LocalSettings.cs +++ b/TestBenchFramework/LocalSettings.cs @@ -24,13 +24,13 @@ namespace TBF { en, de, - cn, + it, + pl, + cz, + zh_CN, //fr, //es, - //it, //ru, - //pl, - //cz, //sk, //hu, //ro, diff --git a/TestBenchFramework/MainWnd.Designer.cs b/TestBenchFramework/MainWnd.Designer.cs index a4bdb5904..279df633f 100644 --- a/TestBenchFramework/MainWnd.Designer.cs +++ b/TestBenchFramework/MainWnd.Designer.cs @@ -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 diff --git a/TestBenchFramework/MainWnd.de.resx b/TestBenchFramework/MainWnd.de.resx index 1ba84a7da..f7fdd46dc 100644 --- a/TestBenchFramework/MainWnd.de.resx +++ b/TestBenchFramework/MainWnd.de.resx @@ -118,6 +118,45 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1012, 533 + + + 1012, 533 + + + 1012, 533 + + + 1012, 533 + + + 1012, 533 + + + 1012, 533 + + + 1012, 533 + + + 1012, 533 + + + 1012, 533 + + + 1012, 533 + + + 1012, 533 + + + 1012, 533 + + + 1012, 533 + 1020, 542 @@ -130,48 +169,6 @@ 1254, 666 - - 1012, 533 - - - 1012, 533 - - - 1012, 533 - - - 1012, 533 - - - 1012, 533 - - - 1012, 533 - - - 1012, 533 - - - 1012, 533 - - - 1012, 533 - - - 1012, 533 - - - 1012, 533 - - - 1012, 533 - - - 1012, 533 - - - 0, 690 - 73, 17 @@ -188,11 +185,8 @@ Please start a procedure - - 70, 20 - - - Prüfstand + + 0, 690 150, 22 @@ -227,6 +221,12 @@ Beenden + + 70, 20 + + + Prüfstand + 122, 20 @@ -251,12 +251,6 @@ Protokolle - - 79, 20 - - - Verwaltung - 131, 22 @@ -281,8 +275,11 @@ Passwort - - Hilfe + + 79, 20 + + + Verwaltung 99, 22 @@ -290,6 +287,9 @@ Über + + Hilfe + 75, 20 @@ -318,6 +318,6 @@ 1254, 712 - Inherit + NoControl \ No newline at end of file diff --git a/TestBenchFramework/MainWnd.resx b/TestBenchFramework/MainWnd.resx index 7eae5edbb..1a55a5836 100644 --- a/TestBenchFramework/MainWnd.resx +++ b/TestBenchFramework/MainWnd.resx @@ -117,1180 +117,1177 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Fill + + + 1012, 523 + + + verticalSplitContainer - - True + + 31 - - - 0, 24 + + 143, 22 - - Fill + + 4 - - True + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0, 0 + + benchTSMenuItem - - Horizontal - - - True - - - NoControl - - - 8, 15 - - - 0, 13 - - - 0 - - - descriptionLabel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - descriptionGroupBox - - - 0 - - - 503, 72 - - - 511, 40 - - - 20 - - - descriptionGroupBox - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - horizontalSplitContainer.Panel1 - - - 0 - - - NoControl - - - 6, 23 - - - 237, 33 - - - 0 - - - mainProgressBar - - - System.Windows.Forms.ProgressBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - progressGroupBox - - - 0 - - - Verdana, 12pt - - - 767, 8 - - - 249, 64 - - - 19 - - - Progress - - - progressGroupBox - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - horizontalSplitContainer.Panel1 - - - 1 - - - False + + 6, 13 Verdana, 15.75pt - - 8, 23 + + logsTabPage - - 244, 33 - - - 6 - - - procedureComboBox - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - procedureGroupBox - - - 0 - - - Verdana, 12pt - - - 503, 8 - - - 258, 64 - - - 17 - - - Procedure - - - procedureGroupBox - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - horizontalSplitContainer.Panel1 - - - 2 - - - True - - - Verdana, 15.75pt - - - NoControl - - - 6, 68 - - - 0, 25 - - - 1 - - - messageLabel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - activityGroupBox - - - 0 - - - True - - - Verdana, 15.75pt - - - NoControl - - - 6, 28 - - - 0, 25 - - - 0 - - - activityLabel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - activityGroupBox - - - 1 - - - Verdana, 12pt - - - 12, 8 - - - 485, 104 - - - 18 - - - Activity - - - activityGroupBox - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - horizontalSplitContainer.Panel1 - - - 3 - - - horizontalSplitContainer.Panel1 - - - System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - horizontalSplitContainer - - - 0 - - - Fill - - - 0, 0 - - - 1012, 523 + + Results 1 - - ctrlBrdComponent + + 1 - - ControlComponent3Munich.UserControl1, ControlComponent3Munich, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + True - - homeTabPage + + passwortToolStripMenuItem - - 0 - - - 4, 5 - - - 1012, 523 - - - 29 + + 503, 72 Hydraulics - - homeTabPage + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + measurementTSMenuItem - - mainTabControl + + $this - + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Logs + + + benchMetrologyTSMenuItem + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 1012, 523 + + + 0, 680 + + + True + + + horizontalSplitContainer.Panel1 + + + picturesTabPage + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + picturesTSMItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + logsTSMenuItem + + 0 - - Fill + + horizontalSplitContainer.Panel1 - - Microsoft Sans Serif, 8.25pt + + procedureGroupBox - - 0, 0 + + 8, 15 - - 4, 4, 4, 4 + + 1012, 523 + + + 1012, 523 + + + 126, 22 + + + 0 + + + exitToolStripMenuItem + + + 52, 20 + + + 6 + + + descriptionGroupBox + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 1254, 22 + + + 59, 20 + + + horizontalSplitContainer.Panel1 + + + 126, 22 1012, 523 - + + 1012, 523 + + + Test Bench Framework + + + toolStripSeparator1 + + + 92, 20 + + 1 - - processTabPageCtrl + + 0, 25 - - TBF.Screens.ProcessTabPageCtrl, TBF, Version=1.2.10.7, Culture=neutral, PublicKeyToken=null + + Measurement - - processTabPage + + 0 - + + 0, 0 + + + activityGroupBox + + + True + + + Verdana, 12pt + + + horizontalSplitContainer + + + messageLabel + + + 0 + + + 143, 22 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Settings + + + False + + + 0 + + + Database + + + Verdana, 15.75pt + + + rightHorizSplitContainer.Panel1 + + + benchPathsTSMenuItem + + + 143, 22 + + + horizontalSplitContainer + + + 21 + + + 0 + + + + 4, 4, 4, 4 + + + insertTabPage + + + NoControl + + + 0 + + + activityStatusLabel + + + 2 + + + 1012, 523 + + + 1020 + + 0 4, 5 - - 1012, 523 - - - 30 - - - Process - - - processTabPage - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mainTabControl - - - 1 - - - Fill - - - Verdana, 11.25pt - - - 0, 0 - - - 4, 4, 4, 4 - - - 1012, 523 - - + 0 - - MeasurementTabPageCtrl + + 0 - - TBF.Screens.MeasurementTabPageCtrl, TBF, Version=1.2.10.7, Culture=neutral, PublicKeyToken=null + + 61, 20 + + + 0 + + + Results + + + Process + + + System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + verticalSplitContainer.Panel1 + + + System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + NoControl + + + Exit + + + 249, 64 + + + 0, 25 + + + 4, 5 + + + 8, 23 + + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.StatusStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 measurementTabPage - + + 1 + + + 20 + + + printToolStripMenuItem + + + Microsoft Sans Serif, 8.25pt + + + Procedures + + + procedureGroupBox + + + NoControl + + + TBF.Screens.ResultsTabPageCtrl, TBF, Version=1.2.11.8, Culture=neutral, PublicKeyToken=null + + + activityLabel + + + activityGroupBox + + + verticalSplitContainer + + + 1020, 532 + + + 0, 0 + + + processTabPage + + + Fill + + + Fill + + + progressFlowLayoutPanel + + + homeTabPage + + + MeasurementTabPageCtrl + + + horizontalSplitContainer + + + progressGroupBox + + + 1 + + + 0, 0 + + + System.Windows.Forms.SplitContainer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + False + + + Bench + + + resultsTabPageCtrl + + + benchComponentsTSMenuItem + + + System.Windows.Forms.MenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 143, 22 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 + + 1012, 523 + + + 78, 20 + + + 0 + + + 15 + + + resultsTSMenuItem + + + 0, 0 + + + logsTabPage + + + resultsTabPage + + + 0, 1 + + + Fill + + + horizontalSplitContainer.Panel2 + + + 0, 0 + + + 4, 4, 4, 4 + + + mainTabControl + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Metrology + + + statusStrip1 + + + 503, 8 + + + descriptionGroupBox + + + Print + + + 56, 20 + + + NoControl + 4, 5 - - 1012, 523 + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0 + + + 0, 0 + + + 120 + + + horizontalSplitContainer.Panel1 + + + ctrlBrdComponent + + + Help + + + 0 + + + 44, 20 + + + 4, 5 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + picturesTabPage + + + 1254, 702 + + + 140, 6 + + + TBF.Screens.PicturesTabPageCtrl, TBF, Version=1.2.11.8, Culture=neutral, PublicKeyToken=null + + + Fill + + + 0, 0 + + + 3 + + + 2 + + + rightHorizSplitContainer.Panel2 + + + homeTSMenuItem + + + 44, 20 + + + System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Paths + + + Fill + + + 52, 20 + + + verticalSplitContainer.Panel2 + + + 4, 5 + + + Home + + + 19 + + + 143, 22 + + + Microsoft Sans Serif, 8.25pt + + + 44, 20 + + + Verdana, 11.25pt + + + 1 + + + 22 + + + proceduresToolStripMenuItem + + + Language + + + Process + + + userInfoStatusLabel + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0 + + + mainTabControl + + + 6, 28 + + + helpTSMenuItem + + + 511, 40 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 25 - + + 18 + + + verticalSplitContainer.Panel1 + + + verticalSplitContainer.Panel2 + + + Results + + + Activity + + + 5 + + + TBF.Screens.ProcessTabPageCtrl, TBF, Version=1.2.11.8, Culture=neutral, PublicKeyToken=null + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + databaseSettingsTSMenuItem + + + mainTabControl + + + 1254, 24 + + + TopDown + + + localSettingsTSMenuItem + + + 0, 13 + + + rightHorizSplitContainer + + + Verdana, 12pt + + + processTabPage + + + System.Windows.Forms.ProgressBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Password + + + 6, 68 + + + 4, 5 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Fill + + + Fill + + + 230, 240 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0 + + + Microsoft Sans Serif, 8.25pt + + + 126, 22 + + + 230, 656 + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 1 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + MainWnd + + + 6, 23 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + activityGroupBox + + + 4, 5 + + + 767, 8 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + mainTabControl + + + horizontalSplitContainer.Panel1 + + + TBF.Screens.LogsTabPageCtrl, TBF, Version=1.2.11.8, Culture=neutral, PublicKeyToken=null + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0 + + + 0 + + + 0 + + + rightHorizSplitContainer.Panel1 + + + mainTabControl + + + mainProgressBar + + + Pictures + + + resultsToolStripMenuItem + + + 0 + + + Verdana, 15.75pt + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + picturesTabPageCtrl1 + + + Microsoft Sans Serif, 8.25pt + + + descriptionLabel + + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 244, 33 + + + 0, 0 + + + Logs + + + 1012, 523 + + + rightHorizSplitContainer + + + 2 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Measurement + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + procedureComboBox + + + System.Windows.Forms.SplitContainer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0, 0 + + + True + + + 0 + + + resultsTabPage + + + Transitions + + + 1 + + + 240 + + + Fill + + + mainTabControl + + + About + + + Progress + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + editTSMenuItem + + + 3 + + + Insert + + + 1 + + + Horizontal + + + 1254, 656 + + + Fill + + + statusStrip1 + + + homeTabPage + + + 0 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + processToolStripMenuItem + + + 107, 22 + + + 17 + measurementTabPage System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - mainTabControl - - - 2 - - - 4, 5 - - - 1012, 523 - - - 22 - - - Insert - - - insertTabPage - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mainTabControl - - - 3 - - - Fill - - - Microsoft Sans Serif, 8.25pt - - - 0, 0 - - - 1012, 523 - - - 0 - - - picturesTabPageCtrl1 - - - TBF.Screens.PicturesTabPageCtrl, TBF, Version=1.2.10.7, Culture=neutral, PublicKeyToken=null - - - picturesTabPage - - - 0 - - - 4, 5 - - - 1012, 523 - - - 31 - - - Pictures - - - picturesTabPage - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mainTabControl - - - 4 - - - Fill - - - Microsoft Sans Serif, 8.25pt - - - 0, 0 - - + 4, 4, 4, 4 - - 1012, 523 - - - 0 - - - resultsTabPageCtrl - - - TBF.Screens.ResultsTabPageCtrl, TBF, Version=1.2.10.7, Culture=neutral, PublicKeyToken=null - - - resultsTabPage - - - 0 - - - 4, 5 - - - 1012, 523 - - - 15 - - - Results - - - resultsTabPage - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mainTabControl - - - 5 - - - Fill - - - Microsoft Sans Serif, 8.25pt - - - 0, 0 - - - 4, 4, 4, 4 - - - 1012, 523 - - - 0 - - - logsTabPageCtrl - - - TBF.Screens.LogsTabPageCtrl, TBF, Version=1.2.10.7, Culture=neutral, PublicKeyToken=null - - - logsTabPage - - - 0 - - - 4, 5 - - - 1012, 523 - - - 21 - - - Logs - - - logsTabPage - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mainTabControl - - - 6 - - - Fill - - - 0, 1 - - - 0, 0 - - - 1020, 532 - - - 1 - - - mainTabControl - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - horizontalSplitContainer.Panel2 - - - 0 - - - horizontalSplitContainer.Panel2 - - - System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - horizontalSplitContainer - - - 1 - - - 1020, 656 - - - 120 - - - 2 - - - horizontalSplitContainer - - - System.Windows.Forms.SplitContainer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - verticalSplitContainer.Panel1 - - - 0 - - - verticalSplitContainer.Panel1 - - - System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - verticalSplitContainer - - - 0 - - - Fill - - - 0, 0 - - - Horizontal - - - True - - - Fill - - - TopDown - - - 0, 0 - - - 230, 240 - - - 1 - - - False - - - progressFlowLayoutPanel - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - rightHorizSplitContainer.Panel1 - - - 0 - - - rightHorizSplitContainer.Panel1 - - - System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - rightHorizSplitContainer - - - 0 - - - rightHorizSplitContainer.Panel2 - - - System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - rightHorizSplitContainer - - - 1 - - - 230, 656 - - - 240 - - - 0 - - - rightHorizSplitContainer - - - System.Windows.Forms.SplitContainer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - verticalSplitContainer.Panel2 - - - 0 - - - verticalSplitContainer.Panel2 - - - System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - verticalSplitContainer - - - 1 - - - 1254, 656 - - - 1020 - - - 3 - - - verticalSplitContainer - - - System.Windows.Forms.SplitContainer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - 152, 17 - - - 0, 17 - - - 0, 17 - - - 0, 680 - - - 1254, 22 - - - 2 - - - statusStrip1 - - - statusStrip1 - - - System.Windows.Forms.StatusStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - 143, 22 - Components - - 143, 22 + + processTabPageCtrl - - Paths - - - 143, 22 - - - Transitions - - - 143, 22 - - - Metrology - - - 140, 6 - - - 143, 22 - - - Exit - - - 52, 20 - - - Bench - - - 52, 20 - - - Home - - - 92, 20 - - - Measurement - - - 56, 20 - - - Results - - - 44, 20 - - - Logs - - - 126, 22 - - - Users - - - 126, 22 - - - Language - - - 126, 22 - - - Database - - - 126, 22 - - - Password - - - 61, 20 - - - Settings - - - 107, 22 - - - About - - - 44, 20 - - - Help - - - 17, 17 - - - 78, 20 - - - Procedures - - - 59, 20 - - - Process - - - 61, 20 - - - Pictures - - - 56, 20 - - - Results - - - 44, 20 - - - Print - - - 0, 0 - - - 1254, 24 - - - 0 + + mainTabControl mainMenuStrip - - mainMenuStrip + + 0 - - System.Windows.Forms.MenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Fill + + + 485, 104 + + + 0, 0 + + + ControlComponent3Munich.UserControl1, ControlComponent3Munich, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + 30 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 1 + + + 0 + + + 1020, 656 + + + aboutTSMenuItem + + + 258, 64 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 12, 8 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 4, 4, 4, 4 + + + progressGroupBox + + + 0, 24 + + + logsTabPageCtrl + + + 0, 0 $this - + + TBF.Screens.MeasurementTabPageCtrl, TBF, Version=1.2.11.8, Culture=neutral, PublicKeyToken=null + + + Procedure + + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 61, 20 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 237, 33 + + + Horizontal + + + System.Windows.Forms.SplitContainer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 29 + + + 56, 20 + + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 2 - - zh-Hans - + + Users + + + 1012, 523 + + + 2 + + + verticalSplitContainer + + + benchTransitionsToolStripMenuItem + + + mainMenuStrip + + + 0 + + + 0, 17 + + + 0 + + + 3 + + + Verdana, 12pt + + + Pictures + + + 0 + + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 126, 22 + + + 0 + + + 1 + + + usersTSMenuItem + + + 1012, 523 + + + horizontalSplitContainer.Panel2 + + + 1 + + + rightHorizSplitContainer + + + 0, 17 + + + 1012, 523 + + + True + + + Fill + + + mainTabControl + + + 1012, 523 + + + 6 + True 25 - - 6, 13 - - - 1254, 702 - - - Test Bench Framework - - - userInfoStatusLabel - - - System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - activityStatusLabel - - - System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - benchTSMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - benchComponentsTSMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - benchPathsTSMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - benchTransitionsToolStripMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - benchMetrologyTSMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - toolStripSeparator1 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - exitToolStripMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - homeTSMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - measurementTSMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - resultsTSMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - logsTSMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - editTSMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - usersTSMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - localSettingsTSMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - databaseSettingsTSMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - passwortToolStripMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - helpTSMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - aboutTSMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - proceduresToolStripMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - processToolStripMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - picturesTSMItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - resultsToolStripMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - printToolStripMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - MainWnd - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + 152, 17 + + + 17, 17 + \ No newline at end of file diff --git a/TestBenchFramework/Program.cs b/TestBenchFramework/Program.cs index afcf48388..1076d2624 100644 --- a/TestBenchFramework/Program.cs +++ b/TestBenchFramework/Program.cs @@ -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"); } diff --git a/TestBenchFramework/Resources/Strings.cn.Designer.cs b/TestBenchFramework/Resources/Strings.cn.Designer.cs index e01454c61..c51e2f4fc 100644 --- a/TestBenchFramework/Resources/Strings.cn.Designer.cs +++ b/TestBenchFramework/Resources/Strings.cn.Designer.cs @@ -60,6 +60,15 @@ namespace TBF.Resources { } } + /// + /// Looks up a localized string similar to Activity / 活动. + /// + internal static string Activity { + get { + return ResourceManager.GetString("Activity", resourceCulture); + } + } + /// /// Looks up a localized string similar to Ambient humidity / 空气温度:. /// diff --git a/TestBenchFramework/Resources/Strings.cn.resx b/TestBenchFramework/Resources/Strings.cn.resx index 1c0b5a905..0478d1af9 100644 --- a/TestBenchFramework/Resources/Strings.cn.resx +++ b/TestBenchFramework/Resources/Strings.cn.resx @@ -117,6 +117,9 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Activity / 活动 + Ambient humidity / 空气温度: