diff --git a/TestBenchFramework/MainWnd.Designer.cs b/TestBenchFramework/MainWnd.Designer.cs
index b7a040d2e..712e94f78 100644
--- a/TestBenchFramework/MainWnd.Designer.cs
+++ b/TestBenchFramework/MainWnd.Designer.cs
@@ -76,7 +76,6 @@ namespace TBF
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.homeTSMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.measurementTSMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.resultsTSMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.logsTSMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.editTSMenuItem = new System.Windows.Forms.ToolStripMenuItem();
@@ -89,7 +88,6 @@ namespace TBF
this.mainMenuStrip = new System.Windows.Forms.MenuStrip();
this.proceduresToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.processToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.picturesTSMItem = new System.Windows.Forms.ToolStripMenuItem();
this.resultsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.printToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
((System.ComponentModel.ISupportInitialize)(this.verticalSplitContainer)).BeginInit();
@@ -126,12 +124,10 @@ namespace TBF
//
// 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
@@ -142,7 +138,6 @@ namespace TBF
//
// 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);
@@ -151,13 +146,12 @@ namespace TBF
//
// horizontalSplitContainer.Panel2
//
- resources.ApplyResources(this.horizontalSplitContainer.Panel2, "horizontalSplitContainer.Panel2");
this.horizontalSplitContainer.Panel2.Controls.Add(this.mainTabControl);
//
// descriptionGroupBox
//
- resources.ApplyResources(this.descriptionGroupBox, "descriptionGroupBox");
this.descriptionGroupBox.Controls.Add(this.descriptionLabel);
+ resources.ApplyResources(this.descriptionGroupBox, "descriptionGroupBox");
this.descriptionGroupBox.Name = "descriptionGroupBox";
this.descriptionGroupBox.TabStop = false;
//
@@ -168,8 +162,8 @@ namespace TBF
//
// progressGroupBox
//
- resources.ApplyResources(this.progressGroupBox, "progressGroupBox");
this.progressGroupBox.Controls.Add(this.mainProgressBar);
+ resources.ApplyResources(this.progressGroupBox, "progressGroupBox");
this.progressGroupBox.Name = "progressGroupBox";
this.progressGroupBox.TabStop = false;
//
@@ -180,8 +174,8 @@ namespace TBF
//
// procedureGroupBox
//
- resources.ApplyResources(this.procedureGroupBox, "procedureGroupBox");
this.procedureGroupBox.Controls.Add(this.procedureComboBox);
+ resources.ApplyResources(this.procedureGroupBox, "procedureGroupBox");
this.procedureGroupBox.Name = "procedureGroupBox";
this.procedureGroupBox.TabStop = false;
//
@@ -194,9 +188,9 @@ namespace TBF
//
// 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;
//
@@ -212,100 +206,99 @@ namespace TBF
//
// mainTabControl
//
- resources.ApplyResources(this.mainTabControl, "mainTabControl");
this.mainTabControl.Controls.Add(this.homeTabPage);
this.mainTabControl.Controls.Add(this.processTabPage);
- this.mainTabControl.Controls.Add(this.measurementTabPage);
this.mainTabControl.Controls.Add(this.insertTabPage);
- this.mainTabControl.Controls.Add(this.picturesTabPage);
this.mainTabControl.Controls.Add(this.resultsTabPage);
this.mainTabControl.Controls.Add(this.logsTabPage);
+ this.mainTabControl.Controls.Add(this.picturesTabPage);
+ 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
//
- resources.ApplyResources(this.ctrlBrdComponent, "ctrlBrdComponent");
this.ctrlBrdComponent.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ resources.ApplyResources(this.ctrlBrdComponent, "ctrlBrdComponent");
this.ctrlBrdComponent.Name = "ctrlBrdComponent";
//
// processTabPage
//
- resources.ApplyResources(this.processTabPage, "processTabPage");
this.processTabPage.Controls.Add(this.processTabPageCtrl);
+ resources.ApplyResources(this.processTabPage, "processTabPage");
this.processTabPage.Name = "processTabPage";
this.processTabPage.UseVisualStyleBackColor = true;
//
// processTabPageCtrl
//
- resources.ApplyResources(this.processTabPageCtrl, "processTabPageCtrl");
this.processTabPageCtrl.BackColor = System.Drawing.SystemColors.Control;
+ resources.ApplyResources(this.processTabPageCtrl, "processTabPageCtrl");
this.processTabPageCtrl.Name = "processTabPageCtrl";
//
// measurementTabPage
//
- resources.ApplyResources(this.measurementTabPage, "measurementTabPage");
this.measurementTabPage.Controls.Add(this.MeasurementTabPageCtrl);
+ resources.ApplyResources(this.measurementTabPage, "measurementTabPage");
this.measurementTabPage.Name = "measurementTabPage";
this.measurementTabPage.UseVisualStyleBackColor = true;
//
// MeasurementTabPageCtrl
//
- resources.ApplyResources(this.MeasurementTabPageCtrl, "MeasurementTabPageCtrl");
this.MeasurementTabPageCtrl.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(180)))), ((int)(((byte)(200)))));
+ resources.ApplyResources(this.MeasurementTabPageCtrl, "MeasurementTabPageCtrl");
this.MeasurementTabPageCtrl.Name = "MeasurementTabPageCtrl";
//
// insertTabPage
//
- resources.ApplyResources(this.insertTabPage, "insertTabPage");
this.insertTabPage.BackColor = System.Drawing.Color.Silver;
+ resources.ApplyResources(this.insertTabPage, "insertTabPage");
this.insertTabPage.Name = "insertTabPage";
//
// picturesTabPage
//
- resources.ApplyResources(this.picturesTabPage, "picturesTabPage");
this.picturesTabPage.Controls.Add(this.picturesTabPageCtrl1);
+ resources.ApplyResources(this.picturesTabPage, "picturesTabPage");
this.picturesTabPage.Name = "picturesTabPage";
this.picturesTabPage.UseVisualStyleBackColor = true;
//
// picturesTabPageCtrl1
//
- resources.ApplyResources(this.picturesTabPageCtrl1, "picturesTabPageCtrl1");
this.picturesTabPageCtrl1.BackColor = System.Drawing.Color.Silver;
+ resources.ApplyResources(this.picturesTabPageCtrl1, "picturesTabPageCtrl1");
this.picturesTabPageCtrl1.Name = "picturesTabPageCtrl1";
//
// resultsTabPage
//
- resources.ApplyResources(this.resultsTabPage, "resultsTabPage");
this.resultsTabPage.Controls.Add(this.resultsTabPageCtrl);
+ resources.ApplyResources(this.resultsTabPage, "resultsTabPage");
this.resultsTabPage.Name = "resultsTabPage";
this.resultsTabPage.UseVisualStyleBackColor = true;
//
// resultsTabPageCtrl
//
- resources.ApplyResources(this.resultsTabPageCtrl, "resultsTabPageCtrl");
this.resultsTabPageCtrl.BackColor = System.Drawing.SystemColors.Control;
+ resources.ApplyResources(this.resultsTabPageCtrl, "resultsTabPageCtrl");
this.resultsTabPageCtrl.Name = "resultsTabPageCtrl";
//
// logsTabPage
//
- resources.ApplyResources(this.logsTabPage, "logsTabPage");
this.logsTabPage.Controls.Add(this.logsTabPageCtrl);
+ resources.ApplyResources(this.logsTabPage, "logsTabPage");
this.logsTabPage.Name = "logsTabPage";
this.logsTabPage.UseVisualStyleBackColor = true;
//
// logsTabPageCtrl
//
- resources.ApplyResources(this.logsTabPageCtrl, "logsTabPageCtrl");
this.logsTabPageCtrl.BackColor = System.Drawing.SystemColors.Control;
+ resources.ApplyResources(this.logsTabPageCtrl, "logsTabPageCtrl");
this.logsTabPageCtrl.Name = "logsTabPageCtrl";
//
// rightHorizSplitContainer
@@ -316,12 +309,7 @@ namespace TBF
//
// 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
@@ -332,25 +320,24 @@ namespace TBF
//
// 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
//
- resources.ApplyResources(this.userInfoStatusLabel, "userInfoStatusLabel");
this.userInfoStatusLabel.Name = "userInfoStatusLabel";
+ resources.ApplyResources(this.userInfoStatusLabel, "userInfoStatusLabel");
//
// activityStatusLabel
//
- resources.ApplyResources(this.activityStatusLabel, "activityStatusLabel");
this.activityStatusLabel.Name = "activityStatusLabel";
+ resources.ApplyResources(this.activityStatusLabel, "activityStatusLabel");
//
// benchTSMenuItem
//
- resources.ApplyResources(this.benchTSMenuItem, "benchTSMenuItem");
this.benchTSMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.benchComponentsTSMenuItem,
this.benchPathsTSMenuItem,
@@ -359,156 +346,143 @@ namespace TBF
this.toolStripSeparator1,
this.exitToolStripMenuItem});
this.benchTSMenuItem.Name = "benchTSMenuItem";
+ resources.ApplyResources(this.benchTSMenuItem, "benchTSMenuItem");
//
// benchComponentsTSMenuItem
//
- resources.ApplyResources(this.benchComponentsTSMenuItem, "benchComponentsTSMenuItem");
this.benchComponentsTSMenuItem.Name = "benchComponentsTSMenuItem";
+ resources.ApplyResources(this.benchComponentsTSMenuItem, "benchComponentsTSMenuItem");
this.benchComponentsTSMenuItem.Click += new System.EventHandler(this.benchComponentsTSMItem_Click);
//
// benchPathsTSMenuItem
//
- resources.ApplyResources(this.benchPathsTSMenuItem, "benchPathsTSMenuItem");
this.benchPathsTSMenuItem.Name = "benchPathsTSMenuItem";
+ resources.ApplyResources(this.benchPathsTSMenuItem, "benchPathsTSMenuItem");
this.benchPathsTSMenuItem.Click += new System.EventHandler(this.benchPathsTSMItem_Click);
//
// benchTransitionsToolStripMenuItem
//
- resources.ApplyResources(this.benchTransitionsToolStripMenuItem, "benchTransitionsToolStripMenuItem");
this.benchTransitionsToolStripMenuItem.Name = "benchTransitionsToolStripMenuItem";
+ resources.ApplyResources(this.benchTransitionsToolStripMenuItem, "benchTransitionsToolStripMenuItem");
this.benchTransitionsToolStripMenuItem.Click += new System.EventHandler(this.benchTransitionsTSMItem_Click);
//
// benchMetrologyTSMenuItem
//
- resources.ApplyResources(this.benchMetrologyTSMenuItem, "benchMetrologyTSMenuItem");
this.benchMetrologyTSMenuItem.Name = "benchMetrologyTSMenuItem";
+ resources.ApplyResources(this.benchMetrologyTSMenuItem, "benchMetrologyTSMenuItem");
this.benchMetrologyTSMenuItem.Click += new System.EventHandler(this.benchMetrologyTSMItem_Click);
//
// toolStripSeparator1
//
- resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1");
this.toolStripSeparator1.Name = "toolStripSeparator1";
+ resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1");
//
// exitToolStripMenuItem
//
- resources.ApplyResources(this.exitToolStripMenuItem, "exitToolStripMenuItem");
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
+ resources.ApplyResources(this.exitToolStripMenuItem, "exitToolStripMenuItem");
this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
//
// homeTSMenuItem
//
- resources.ApplyResources(this.homeTSMenuItem, "homeTSMenuItem");
this.homeTSMenuItem.Name = "homeTSMenuItem";
+ resources.ApplyResources(this.homeTSMenuItem, "homeTSMenuItem");
this.homeTSMenuItem.Click += new System.EventHandler(this.homeTSMenuItem_Click);
//
- // measurementTSMenuItem
- //
- resources.ApplyResources(this.measurementTSMenuItem, "measurementTSMenuItem");
- this.measurementTSMenuItem.Name = "measurementTSMenuItem";
- this.measurementTSMenuItem.Click += new System.EventHandler(this.measurementTSMenuItem_Click);
- //
// resultsTSMenuItem
//
- resources.ApplyResources(this.resultsTSMenuItem, "resultsTSMenuItem");
this.resultsTSMenuItem.Name = "resultsTSMenuItem";
+ resources.ApplyResources(this.resultsTSMenuItem, "resultsTSMenuItem");
//
// logsTSMenuItem
//
- resources.ApplyResources(this.logsTSMenuItem, "logsTSMenuItem");
this.logsTSMenuItem.Name = "logsTSMenuItem";
+ resources.ApplyResources(this.logsTSMenuItem, "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
//
- resources.ApplyResources(this.usersTSMenuItem, "usersTSMenuItem");
this.usersTSMenuItem.Name = "usersTSMenuItem";
+ resources.ApplyResources(this.usersTSMenuItem, "usersTSMenuItem");
this.usersTSMenuItem.Click += new System.EventHandler(this.usersTSMItem_Click);
//
// localSettingsTSMenuItem
//
- resources.ApplyResources(this.localSettingsTSMenuItem, "localSettingsTSMenuItem");
this.localSettingsTSMenuItem.Name = "localSettingsTSMenuItem";
+ resources.ApplyResources(this.localSettingsTSMenuItem, "localSettingsTSMenuItem");
this.localSettingsTSMenuItem.Click += new System.EventHandler(this.localSettingsTSMItem_Click);
//
// databaseSettingsTSMenuItem
//
- resources.ApplyResources(this.databaseSettingsTSMenuItem, "databaseSettingsTSMenuItem");
this.databaseSettingsTSMenuItem.Name = "databaseSettingsTSMenuItem";
+ resources.ApplyResources(this.databaseSettingsTSMenuItem, "databaseSettingsTSMenuItem");
this.databaseSettingsTSMenuItem.Click += new System.EventHandler(this.databaseSettingsTSMItem_Click);
//
// passwortToolStripMenuItem
//
- resources.ApplyResources(this.passwortToolStripMenuItem, "passwortToolStripMenuItem");
this.passwortToolStripMenuItem.Name = "passwortToolStripMenuItem";
+ resources.ApplyResources(this.passwortToolStripMenuItem, "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
//
- resources.ApplyResources(this.aboutTSMenuItem, "aboutTSMenuItem");
this.aboutTSMenuItem.Name = "aboutTSMenuItem";
+ resources.ApplyResources(this.aboutTSMenuItem, "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,
this.homeTSMenuItem,
this.processToolStripMenuItem,
- this.measurementTSMenuItem,
- this.picturesTSMItem,
this.resultsToolStripMenuItem,
this.printToolStripMenuItem,
this.logsTSMenuItem,
this.editTSMenuItem,
this.helpTSMenuItem});
+ resources.ApplyResources(this.mainMenuStrip, "mainMenuStrip");
this.mainMenuStrip.Name = "mainMenuStrip";
//
// proceduresToolStripMenuItem
//
- resources.ApplyResources(this.proceduresToolStripMenuItem, "proceduresToolStripMenuItem");
this.proceduresToolStripMenuItem.Name = "proceduresToolStripMenuItem";
+ resources.ApplyResources(this.proceduresToolStripMenuItem, "proceduresToolStripMenuItem");
this.proceduresToolStripMenuItem.Click += new System.EventHandler(this.proceduresTSMItem_Click);
//
// processToolStripMenuItem
//
- resources.ApplyResources(this.processToolStripMenuItem, "processToolStripMenuItem");
this.processToolStripMenuItem.Name = "processToolStripMenuItem";
+ resources.ApplyResources(this.processToolStripMenuItem, "processToolStripMenuItem");
this.processToolStripMenuItem.Click += new System.EventHandler(this.processTSMenuItem_Click);
//
- // picturesTSMItem
- //
- resources.ApplyResources(this.picturesTSMItem, "picturesTSMItem");
- this.picturesTSMItem.Name = "picturesTSMItem";
- this.picturesTSMItem.Click += new System.EventHandler(this.picturesTSMItem_Click);
- //
// resultsToolStripMenuItem
//
- resources.ApplyResources(this.resultsToolStripMenuItem, "resultsToolStripMenuItem");
this.resultsToolStripMenuItem.Name = "resultsToolStripMenuItem";
+ resources.ApplyResources(this.resultsToolStripMenuItem, "resultsToolStripMenuItem");
this.resultsToolStripMenuItem.Click += new System.EventHandler(this.resultsTSMenuItem_Click);
//
// printToolStripMenuItem
//
- resources.ApplyResources(this.printToolStripMenuItem, "printToolStripMenuItem");
this.printToolStripMenuItem.Name = "printToolStripMenuItem";
+ resources.ApplyResources(this.printToolStripMenuItem, "printToolStripMenuItem");
this.printToolStripMenuItem.Click += new System.EventHandler(this.printToolStripMenuItem_Click);
//
// MainWnd
@@ -601,7 +575,6 @@ namespace TBF
private System.Windows.Forms.ToolStripMenuItem benchTSMenuItem;
private System.Windows.Forms.ToolStripMenuItem homeTSMenuItem;
- private System.Windows.Forms.ToolStripMenuItem measurementTSMenuItem;
private System.Windows.Forms.ToolStripMenuItem resultsTSMenuItem;
private System.Windows.Forms.ToolStripMenuItem logsTSMenuItem;
private System.Windows.Forms.ToolStripMenuItem editTSMenuItem;
@@ -630,7 +603,6 @@ namespace TBF
private System.Windows.Forms.GroupBox procedureGroupBox;
private System.Windows.Forms.ComboBox procedureComboBox;
private System.Windows.Forms.ToolStripMenuItem benchTransitionsToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem picturesTSMItem;
private System.Windows.Forms.TabPage picturesTabPage;
private Screens.PicturesTabPageCtrl picturesTabPageCtrl1;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
diff --git a/TestBenchFramework/MainWnd.cs b/TestBenchFramework/MainWnd.cs
index 5be744fde..4e652b834 100644
--- a/TestBenchFramework/MainWnd.cs
+++ b/TestBenchFramework/MainWnd.cs
@@ -50,12 +50,11 @@ namespace TBF
Invalid = -1,
Hydraulics = 0,
Process,
- Measurement,
- Insert,
- Pictures,
- Results,
+ Insert,
+ Results,
Logs,
- TabPagesCount
+ Pictures,
+ TabPagesCount
}
///
@@ -63,18 +62,34 @@ namespace TBF
///
private void homeTSMenuItem_Click(object sender, EventArgs e) { mainTabControl.SelectTab((int)MainTabPageId.Hydraulics); }
private void processTSMenuItem_Click(object sender, EventArgs e) { mainTabControl.SelectTab((int)MainTabPageId.Process); }
- private void measurementTSMenuItem_Click(object sender, EventArgs e) { mainTabControl.SelectTab((int)MainTabPageId.Measurement); }
- private void picturesTSMItem_Click(object sender, EventArgs e) { mainTabControl.SelectTab((int)MainTabPageId.Pictures); }
private void resultsTSMenuItem_Click(object sender, EventArgs e) { mainTabControl.SelectTab((int)MainTabPageId.Results); }
private void logsTSMenuItem_Click(object sender, EventArgs e) { mainTabControl.SelectTab((int)MainTabPageId.Logs); }
+#if CAMERA
+ private void picturesTSMItem_Click(object sender, EventArgs e) { mainTabControl.SelectTab((int)MainTabPageId.Pictures); }
+#endif
- ///
+#if CAMERA
+ private System.Windows.Forms.ToolStripMenuItem picturesTSMItem;
+#endif
+
+ ///
/// Constructor
///
public MainWnd()
{
InitializeComponent();
+#if CAMERA
+ /// Add 'Pictures' menu item
+ picturesTSMItem = new System.Windows.Forms.ToolStripMenuItem();
+
+ picturesTSMItem.Name = "picturesTSMItem";
+ picturesTSMItem.Text = "Pictures";
+ picturesTSMItem.Click += new System.EventHandler(this.picturesTSMItem_Click);
+
+ mainMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {this.picturesTSMItem});
+#endif
+
Version ver = System.Reflection.Assembly.GetExecutingAssembly().GetName().Version;
Text = string.Format("Test Bench Framework ver. {0}.{1}.{2} - {3}{4}",
diff --git a/TestBenchFramework/MainWnd.resx b/TestBenchFramework/MainWnd.resx
index 1a55a5836..3aa2808b2 100644
--- a/TestBenchFramework/MainWnd.resx
+++ b/TestBenchFramework/MainWnd.resx
@@ -117,950 +117,425 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 1012, 523
-
-
- verticalSplitContainer
+
+
+ Fill
-
- 31
-
-
- 143, 22
-
-
- 4
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- benchTSMenuItem
-
-
- 6, 13
-
-
- Verdana, 15.75pt
-
-
- logsTabPage
-
-
- Results
-
-
- 1
-
-
- 1
-
-
+
True
-
- passwortToolStripMenuItem
-
-
- 503, 72
-
-
- Hydraulics
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- measurementTSMenuItem
-
-
- $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
-
-
- horizontalSplitContainer.Panel1
-
-
- procedureGroupBox
-
-
- 8, 15
-
-
- 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
-
-
- 0, 25
-
-
- Measurement
-
-
- 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
-
-
- 0
-
-
- 0
-
-
- 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
+
+
+ 0, 24
Fill
-
- horizontalSplitContainer.Panel2
+
+ True
+
+
+ 0, 0
+
+
+ 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
+
+
+ Verdana, 15.75pt
+
+
+ 8, 23
+
+
+ 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
+
+
+ 1
+
+
+ ctrlBrdComponent
+
+
+ ControlComponent3Munich.UserControl1, ControlComponent3Munich, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
+
+
+ homeTabPage
+
+
+ 0
+
+
+ 4, 5
+
+
+ 1012, 523
+
+
+ 29
+
+
+ Hydraulics
+
+
+ homeTabPage
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ mainTabControl
+
+
+ 0
+
+
+ Fill
+
+
+ Microsoft Sans Serif, 8.25pt
+
+
+ 0, 0
+
4, 4, 4, 4
-
- mainTabControl
+
+ 1012, 523
-
- 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
-
-
- 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
+
+ processTabPageCtrl
- 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
+ TBF.Screens.ProcessTabPageCtrl6, TBF, Version=1.6.150.1, Culture=neutral, PublicKeyToken=null
processTabPage
-
- System.Windows.Forms.ProgressBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 0
-
- Password
-
-
- 6, 68
-
-
+
4, 5
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 1012, 523
-
- Fill
+
+ 30
-
- Fill
+
+ Process
-
- 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
+
+ processTabPage
System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- picturesTabPageCtrl1
+
+ mainTabControl
-
- 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
+
+ Verdana, 11.25pt
-
- About
+
+ 0, 0
-
- Progress
+
+ 4, 4, 4, 4
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 1012, 523
-
- 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
+
+ MeasurementTabPageCtrl
-
- processToolStripMenuItem
+
+ TBF.Screens.MeasurementTabPageCtrl, TBF, Version=1.6.150.1, Culture=neutral, PublicKeyToken=null
-
- 107, 22
+
+ measurementTabPage
-
- 17
+
+ 0
+
+
+ 4, 5
+
+
+ 1012, 523
+
+
+ 25
+
+
+ Measurement
measurementTabPage
@@ -1068,226 +543,727 @@
System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 4, 4, 4, 4
-
-
- Components
-
-
- processTabPageCtrl
-
-
+
mainTabControl
-
- mainMenuStrip
+
+ 2
-
- 0
+
+ 4, 5
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 1012, 523
-
- Fill
+
+ 22
-
- 485, 104
+
+ Insert
-
- 0, 0
+
+ insertTabPage
-
- 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
-
-
- 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
+
+ 3
+
+
+ Fill
+
+
+ Microsoft Sans Serif, 8.25pt
+
+
+ 0, 0
+
+
+ 1012, 523
+
+
+ 0
+
+
+ picturesTabPageCtrl1
+
+
+ TBF.Screens.PicturesTabPageCtrl, TBF, Version=1.6.150.1, 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.6.150.1, 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.6.150.1, 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
+
+
+ Paths
+
+
+ 143, 22
+
+
+ Transitions
+
+
+ 143, 22
+
+
+ Metrology
+
+
+ 140, 6
+
+
+ 143, 22
+
+
+ Exit
+
+
+ 52, 20
+
+
+ Bench
+
+
+ 52, 20
+
+
+ Home
+
+
+ 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
+
+
+ 56, 20
+
+
+ Results
+
+
+ 44, 20
+
+
+ Print
+
+
+ 0, 0
+
+
+ 1254, 24
+
+
+ 0
+
+
+ mainMenuStrip
+
+
+ mainMenuStrip
+
+
+ System.Windows.Forms.MenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ $this
+
+
+ 2
+
True
25
-
- 152, 17
-
-
- 17, 17
-
+
+ 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
+
+
+ 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
+
+
+ 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
+
\ No newline at end of file