tbf/TBF/UI/MainWnd.Designer.cs

813 lines
44 KiB
C#

///
/// Copyright (c) 2013-2017 Sensus Metering Systems
///
namespace TBF.UI
{
partial class MainWnd
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
try
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
catch(System.Exception)
{
}
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainWnd));
this.topVerticalSplitContainer = new System.Windows.Forms.SplitContainer();
this.activityGroupBox = new System.Windows.Forms.GroupBox();
this.messageLabel = new System.Windows.Forms.Label();
this.activityLabel = new System.Windows.Forms.Label();
this.topHorizontalSplitContainer = new System.Windows.Forms.SplitContainer();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.procedureGroupBox = new System.Windows.Forms.GroupBox();
this.procedureComboBox = new System.Windows.Forms.ComboBox();
this.progressGroupBox = new System.Windows.Forms.GroupBox();
this.mainProgressBar = new System.Windows.Forms.ProgressBar();
this.descriptionGroupBox = new System.Windows.Forms.GroupBox();
this.descriptionLabel = new System.Windows.Forms.Label();
this.verticalSplitContainer = new System.Windows.Forms.SplitContainer();
this.horizontalSplitContainer = new System.Windows.Forms.SplitContainer();
this.mainTabControl = new System.Windows.Forms.TabControl();
this.homeTabPage = new System.Windows.Forms.TabPage();
this.ctrlBrdComponent = new ControlComponent3Munich.UserControl1();
this.processTabPage = new System.Windows.Forms.TabPage();
this.processTabPageCtrl = new TBF.UI.Process.ProcessTabPageCtrl6();
this.insertTabPage = new System.Windows.Forms.TabPage();
this.resultsTabPage = new System.Windows.Forms.TabPage();
this.resultsTabPageCtrl = new TBF.UI.ResultsMI.ResultsTabPageCtrl();
this.graphsTabPage = new System.Windows.Forms.TabPage();
this.graphsTabPageCtrl = new TBF.UI.Graphs.GraphsTabPageCtrl();
this.eventLogsTabPage = new System.Windows.Forms.TabPage();
this.eventLogsTabPageCtrl = new TBF.UI.EventLogs.EventLogsTabPageCtrl();
this.calendarTabPage = new System.Windows.Forms.TabPage();
this.calendarTabPageCtrl = new TBF.UI.Calendar.CalendarTabPageCtrl();
this.picturesTabPage = new System.Windows.Forms.TabPage();
this.picturesTabPageCtrl = new TBF.UI.Camera.PicturesTabPageCtrl();
this.rightHorizSplitContainer = new System.Windows.Forms.SplitContainer();
this.progressFlowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel();
this.measurementTabPage = new System.Windows.Forms.TabPage();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.userInfoStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
this.statusPStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
this.routeStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
this.activityStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
this.benchTSMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.benchComponentsTSMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.benchPathsTSMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.benchTransitionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.benchMetrologyTSMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.benchUncertaintyTSMItem = new System.Windows.Forms.ToolStripMenuItem();
this.benchTestProfilesTSMItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.homeTSMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.resultsTSMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.eventLogsTSMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.settingsTSMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.usersTSMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.languageTSMItem = new System.Windows.Forms.ToolStripMenuItem();
this.databaseSettingsTSMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.backUpTSMItem = new System.Windows.Forms.ToolStripMenuItem();
this.backUpConfigTSMItem = new System.Windows.Forms.ToolStripMenuItem();
this.backUpResultsTSMItem = new System.Windows.Forms.ToolStripMenuItem();
this.passwdTSMItem = new System.Windows.Forms.ToolStripMenuItem();
this.upgradeTSMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.iPerlHeadsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.clearCountersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.helpTSMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.aboutTSMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.mainMenuStrip = new System.Windows.Forms.MenuStrip();
this.proceduresToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.processToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.resultsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.graphsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.calendarTSMenuItem = new System.Windows.Forms.ToolStripMenuItem();
((System.ComponentModel.ISupportInitialize)(this.topVerticalSplitContainer)).BeginInit();
this.topVerticalSplitContainer.Panel1.SuspendLayout();
this.topVerticalSplitContainer.Panel2.SuspendLayout();
this.topVerticalSplitContainer.SuspendLayout();
this.activityGroupBox.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.topHorizontalSplitContainer)).BeginInit();
this.topHorizontalSplitContainer.Panel1.SuspendLayout();
this.topHorizontalSplitContainer.Panel2.SuspendLayout();
this.topHorizontalSplitContainer.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.procedureGroupBox.SuspendLayout();
this.progressGroupBox.SuspendLayout();
this.descriptionGroupBox.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.verticalSplitContainer)).BeginInit();
this.verticalSplitContainer.Panel1.SuspendLayout();
this.verticalSplitContainer.Panel2.SuspendLayout();
this.verticalSplitContainer.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.horizontalSplitContainer)).BeginInit();
this.horizontalSplitContainer.Panel1.SuspendLayout();
this.horizontalSplitContainer.Panel2.SuspendLayout();
this.horizontalSplitContainer.SuspendLayout();
this.mainTabControl.SuspendLayout();
this.homeTabPage.SuspendLayout();
this.processTabPage.SuspendLayout();
this.resultsTabPage.SuspendLayout();
this.graphsTabPage.SuspendLayout();
this.eventLogsTabPage.SuspendLayout();
this.calendarTabPage.SuspendLayout();
this.picturesTabPage.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.rightHorizSplitContainer)).BeginInit();
this.rightHorizSplitContainer.Panel1.SuspendLayout();
this.rightHorizSplitContainer.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.mainMenuStrip.SuspendLayout();
this.SuspendLayout();
//
// topVerticalSplitContainer
//
resources.ApplyResources(this.topVerticalSplitContainer, "topVerticalSplitContainer");
this.topVerticalSplitContainer.Name = "topVerticalSplitContainer";
//
// topVerticalSplitContainer.Panel1
//
this.topVerticalSplitContainer.Panel1.Controls.Add(this.activityGroupBox);
resources.ApplyResources(this.topVerticalSplitContainer.Panel1, "topVerticalSplitContainer.Panel1");
//
// topVerticalSplitContainer.Panel2
//
this.topVerticalSplitContainer.Panel2.Controls.Add(this.topHorizontalSplitContainer);
resources.ApplyResources(this.topVerticalSplitContainer.Panel2, "topVerticalSplitContainer.Panel2");
//
// 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;
//
// messageLabel
//
resources.ApplyResources(this.messageLabel, "messageLabel");
this.messageLabel.Name = "messageLabel";
//
// activityLabel
//
resources.ApplyResources(this.activityLabel, "activityLabel");
this.activityLabel.Name = "activityLabel";
//
// topHorizontalSplitContainer
//
resources.ApplyResources(this.topHorizontalSplitContainer, "topHorizontalSplitContainer");
this.topHorizontalSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
this.topHorizontalSplitContainer.Name = "topHorizontalSplitContainer";
//
// topHorizontalSplitContainer.Panel1
//
this.topHorizontalSplitContainer.Panel1.Controls.Add(this.splitContainer1);
//
// topHorizontalSplitContainer.Panel2
//
this.topHorizontalSplitContainer.Panel2.Controls.Add(this.descriptionGroupBox);
//
// splitContainer1
//
resources.ApplyResources(this.splitContainer1, "splitContainer1");
this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.procedureGroupBox);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.progressGroupBox);
//
// procedureGroupBox
//
this.procedureGroupBox.Controls.Add(this.procedureComboBox);
resources.ApplyResources(this.procedureGroupBox, "procedureGroupBox");
this.procedureGroupBox.Name = "procedureGroupBox";
this.procedureGroupBox.TabStop = false;
//
// procedureComboBox
//
resources.ApplyResources(this.procedureComboBox, "procedureComboBox");
this.procedureComboBox.FormattingEnabled = true;
this.procedureComboBox.Name = "procedureComboBox";
this.procedureComboBox.SelectedIndexChanged += new System.EventHandler(this.procedureComboBox_SelectedIndexChanged);
//
// progressGroupBox
//
this.progressGroupBox.Controls.Add(this.mainProgressBar);
resources.ApplyResources(this.progressGroupBox, "progressGroupBox");
this.progressGroupBox.Name = "progressGroupBox";
this.progressGroupBox.TabStop = false;
//
// mainProgressBar
//
resources.ApplyResources(this.mainProgressBar, "mainProgressBar");
this.mainProgressBar.Name = "mainProgressBar";
//
// descriptionGroupBox
//
this.descriptionGroupBox.Controls.Add(this.descriptionLabel);
resources.ApplyResources(this.descriptionGroupBox, "descriptionGroupBox");
this.descriptionGroupBox.Name = "descriptionGroupBox";
this.descriptionGroupBox.TabStop = false;
//
// descriptionLabel
//
resources.ApplyResources(this.descriptionLabel, "descriptionLabel");
this.descriptionLabel.Name = "descriptionLabel";
//
// verticalSplitContainer
//
resources.ApplyResources(this.verticalSplitContainer, "verticalSplitContainer");
this.verticalSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
this.verticalSplitContainer.Name = "verticalSplitContainer";
//
// verticalSplitContainer.Panel1
//
this.verticalSplitContainer.Panel1.Controls.Add(this.horizontalSplitContainer);
//
// verticalSplitContainer.Panel2
//
this.verticalSplitContainer.Panel2.Controls.Add(this.rightHorizSplitContainer);
//
// horizontalSplitContainer
//
resources.ApplyResources(this.horizontalSplitContainer, "horizontalSplitContainer");
this.horizontalSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
this.horizontalSplitContainer.Name = "horizontalSplitContainer";
//
// horizontalSplitContainer.Panel1
//
this.horizontalSplitContainer.Panel1.BackColor = System.Drawing.SystemColors.Control;
this.horizontalSplitContainer.Panel1.Controls.Add(this.topVerticalSplitContainer);
//
// horizontalSplitContainer.Panel2
//
this.horizontalSplitContainer.Panel2.Controls.Add(this.mainTabControl);
//
// mainTabControl
//
this.mainTabControl.Controls.Add(this.homeTabPage);
this.mainTabControl.Controls.Add(this.processTabPage);
this.mainTabControl.Controls.Add(this.insertTabPage);
this.mainTabControl.Controls.Add(this.resultsTabPage);
this.mainTabControl.Controls.Add(this.graphsTabPage);
this.mainTabControl.Controls.Add(this.eventLogsTabPage);
this.mainTabControl.Controls.Add(this.calendarTabPage);
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
//
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.Name = "ctrlBrdComponent";
//
// processTabPage
//
this.processTabPage.Controls.Add(this.processTabPageCtrl);
resources.ApplyResources(this.processTabPage, "processTabPage");
this.processTabPage.Name = "processTabPage";
this.processTabPage.UseVisualStyleBackColor = true;
//
// processTabPageCtrl
//
this.processTabPageCtrl.BackColor = System.Drawing.SystemColors.Control;
resources.ApplyResources(this.processTabPageCtrl, "processTabPageCtrl");
this.processTabPageCtrl.Name = "processTabPageCtrl";
//
// insertTabPage
//
this.insertTabPage.BackColor = System.Drawing.Color.Silver;
resources.ApplyResources(this.insertTabPage, "insertTabPage");
this.insertTabPage.Name = "insertTabPage";
//
// resultsTabPage
//
this.resultsTabPage.Controls.Add(this.resultsTabPageCtrl);
resources.ApplyResources(this.resultsTabPage, "resultsTabPage");
this.resultsTabPage.Name = "resultsTabPage";
this.resultsTabPage.UseVisualStyleBackColor = true;
//
// resultsTabPageCtrl
//
this.resultsTabPageCtrl.BackColor = System.Drawing.SystemColors.Control;
resources.ApplyResources(this.resultsTabPageCtrl, "resultsTabPageCtrl");
this.resultsTabPageCtrl.Name = "resultsTabPageCtrl";
//
// graphsTabPage
//
this.graphsTabPage.Controls.Add(this.graphsTabPageCtrl);
resources.ApplyResources(this.graphsTabPage, "graphsTabPage");
this.graphsTabPage.Name = "graphsTabPage";
this.graphsTabPage.UseVisualStyleBackColor = true;
//
// graphsTabPageCtrl
//
this.graphsTabPageCtrl.BackColor = System.Drawing.Color.Silver;
resources.ApplyResources(this.graphsTabPageCtrl, "graphsTabPageCtrl");
this.graphsTabPageCtrl.Name = "graphsTabPageCtrl";
//
// eventLogsTabPage
//
this.eventLogsTabPage.Controls.Add(this.eventLogsTabPageCtrl);
resources.ApplyResources(this.eventLogsTabPage, "eventLogsTabPage");
this.eventLogsTabPage.Name = "eventLogsTabPage";
this.eventLogsTabPage.UseVisualStyleBackColor = true;
//
// eventLogsTabPageCtrl
//
this.eventLogsTabPageCtrl.BackColor = System.Drawing.SystemColors.Control;
resources.ApplyResources(this.eventLogsTabPageCtrl, "eventLogsTabPageCtrl");
this.eventLogsTabPageCtrl.Name = "eventLogsTabPageCtrl";
//
// calendarTabPage
//
this.calendarTabPage.Controls.Add(this.calendarTabPageCtrl);
resources.ApplyResources(this.calendarTabPage, "calendarTabPage");
this.calendarTabPage.Name = "calendarTabPage";
this.calendarTabPage.UseVisualStyleBackColor = true;
//
// calendarTabPageCtrl
//
this.calendarTabPageCtrl.BackColor = System.Drawing.SystemColors.Control;
resources.ApplyResources(this.calendarTabPageCtrl, "calendarTabPageCtrl");
this.calendarTabPageCtrl.Name = "calendarTabPageCtrl";
//
// picturesTabPage
//
this.picturesTabPage.Controls.Add(this.picturesTabPageCtrl);
resources.ApplyResources(this.picturesTabPage, "picturesTabPage");
this.picturesTabPage.Name = "picturesTabPage";
this.picturesTabPage.UseVisualStyleBackColor = true;
//
// picturesTabPageCtrl
//
this.picturesTabPageCtrl.BackColor = System.Drawing.Color.Silver;
resources.ApplyResources(this.picturesTabPageCtrl, "picturesTabPageCtrl");
this.picturesTabPageCtrl.Name = "picturesTabPageCtrl";
//
// rightHorizSplitContainer
//
resources.ApplyResources(this.rightHorizSplitContainer, "rightHorizSplitContainer");
this.rightHorizSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
this.rightHorizSplitContainer.Name = "rightHorizSplitContainer";
//
// rightHorizSplitContainer.Panel1
//
this.rightHorizSplitContainer.Panel1.Controls.Add(this.progressFlowLayoutPanel);
//
// progressFlowLayoutPanel
//
resources.ApplyResources(this.progressFlowLayoutPanel, "progressFlowLayoutPanel");
this.progressFlowLayoutPanel.BackColor = System.Drawing.SystemColors.Control;
this.progressFlowLayoutPanel.Name = "progressFlowLayoutPanel";
//
// measurementTabPage
//
resources.ApplyResources(this.measurementTabPage, "measurementTabPage");
this.measurementTabPage.Name = "measurementTabPage";
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.userInfoStatusLabel,
this.statusPStatusLabel,
this.routeStatusLabel,
this.activityStatusLabel});
resources.ApplyResources(this.statusStrip1, "statusStrip1");
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.DoubleClick += new System.EventHandler(this.statusStrip1_DoubleClick);
//
// userInfoStatusLabel
//
this.userInfoStatusLabel.Name = "userInfoStatusLabel";
resources.ApplyResources(this.userInfoStatusLabel, "userInfoStatusLabel");
//
// statusPStatusLabel
//
this.statusPStatusLabel.Name = "statusPStatusLabel";
resources.ApplyResources(this.statusPStatusLabel, "statusPStatusLabel");
//
// routeStatusLabel
//
this.routeStatusLabel.Name = "routeStatusLabel";
resources.ApplyResources(this.routeStatusLabel, "routeStatusLabel");
//
// activityStatusLabel
//
this.activityStatusLabel.Name = "activityStatusLabel";
resources.ApplyResources(this.activityStatusLabel, "activityStatusLabel");
//
// benchTSMenuItem
//
this.benchTSMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.benchComponentsTSMenuItem,
this.benchPathsTSMenuItem,
this.benchTransitionsToolStripMenuItem,
this.benchMetrologyTSMenuItem,
this.benchUncertaintyTSMItem,
this.benchTestProfilesTSMItem,
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.Click += new System.EventHandler(this.benchComponentsTSMItem_Click);
//
// benchPathsTSMenuItem
//
this.benchPathsTSMenuItem.Name = "benchPathsTSMenuItem";
resources.ApplyResources(this.benchPathsTSMenuItem, "benchPathsTSMenuItem");
this.benchPathsTSMenuItem.Click += new System.EventHandler(this.benchPathsTSMItem_Click);
//
// benchTransitionsToolStripMenuItem
//
this.benchTransitionsToolStripMenuItem.Name = "benchTransitionsToolStripMenuItem";
resources.ApplyResources(this.benchTransitionsToolStripMenuItem, "benchTransitionsToolStripMenuItem");
this.benchTransitionsToolStripMenuItem.Click += new System.EventHandler(this.benchTransitionsTSMItem_Click);
//
// benchMetrologyTSMenuItem
//
this.benchMetrologyTSMenuItem.Name = "benchMetrologyTSMenuItem";
resources.ApplyResources(this.benchMetrologyTSMenuItem, "benchMetrologyTSMenuItem");
this.benchMetrologyTSMenuItem.Click += new System.EventHandler(this.benchMetrologyTSMItem_Click);
//
// benchUncertaintyTSMItem
//
this.benchUncertaintyTSMItem.Name = "benchUncertaintyTSMItem";
resources.ApplyResources(this.benchUncertaintyTSMItem, "benchUncertaintyTSMItem");
this.benchUncertaintyTSMItem.Click += new System.EventHandler(this.benchUncertaintyTSMItem_Click);
//
// benchTestProfilesTSMItem
//
this.benchTestProfilesTSMItem.Name = "benchTestProfilesTSMItem";
resources.ApplyResources(this.benchTestProfilesTSMItem, "benchTestProfilesTSMItem");
this.benchTestProfilesTSMItem.Click += new System.EventHandler(this.benchTestProfilesTSMItem_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1");
//
// exitToolStripMenuItem
//
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
resources.ApplyResources(this.exitToolStripMenuItem, "exitToolStripMenuItem");
this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
//
// homeTSMenuItem
//
this.homeTSMenuItem.Name = "homeTSMenuItem";
resources.ApplyResources(this.homeTSMenuItem, "homeTSMenuItem");
this.homeTSMenuItem.Click += new System.EventHandler(this.homeTSMenuItem_Click);
//
// resultsTSMenuItem
//
this.resultsTSMenuItem.Name = "resultsTSMenuItem";
resources.ApplyResources(this.resultsTSMenuItem, "resultsTSMenuItem");
//
// eventLogsTSMenuItem
//
this.eventLogsTSMenuItem.Name = "eventLogsTSMenuItem";
resources.ApplyResources(this.eventLogsTSMenuItem, "eventLogsTSMenuItem");
this.eventLogsTSMenuItem.Click += new System.EventHandler(this.eventsTSMenuItem_Click);
//
// settingsTSMenuItem
//
this.settingsTSMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.usersTSMenuItem,
this.languageTSMItem,
this.databaseSettingsTSMenuItem,
this.backUpTSMItem,
this.passwdTSMItem,
this.upgradeTSMenuItem,
this.iPerlHeadsToolStripMenuItem,
this.clearCountersToolStripMenuItem});
this.settingsTSMenuItem.Name = "settingsTSMenuItem";
resources.ApplyResources(this.settingsTSMenuItem, "settingsTSMenuItem");
//
// usersTSMenuItem
//
this.usersTSMenuItem.Name = "usersTSMenuItem";
resources.ApplyResources(this.usersTSMenuItem, "usersTSMenuItem");
this.usersTSMenuItem.Click += new System.EventHandler(this.usersTSMItem_Click);
//
// languageTSMItem
//
this.languageTSMItem.Name = "languageTSMItem";
resources.ApplyResources(this.languageTSMItem, "languageTSMItem");
this.languageTSMItem.Click += new System.EventHandler(this.languageTSMItem_Click);
//
// databaseSettingsTSMenuItem
//
this.databaseSettingsTSMenuItem.Name = "databaseSettingsTSMenuItem";
resources.ApplyResources(this.databaseSettingsTSMenuItem, "databaseSettingsTSMenuItem");
this.databaseSettingsTSMenuItem.Click += new System.EventHandler(this.databaseSettingsTSMItem_Click);
//
// backUpTSMItem
//
this.backUpTSMItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.backUpConfigTSMItem,
this.backUpResultsTSMItem});
this.backUpTSMItem.Name = "backUpTSMItem";
resources.ApplyResources(this.backUpTSMItem, "backUpTSMItem");
//
// backUpConfigTSMItem
//
this.backUpConfigTSMItem.Name = "backUpConfigTSMItem";
resources.ApplyResources(this.backUpConfigTSMItem, "backUpConfigTSMItem");
this.backUpConfigTSMItem.Click += new System.EventHandler(this.backUpConfigTSMItem_Click);
//
// backUpResultsTSMItem
//
this.backUpResultsTSMItem.Name = "backUpResultsTSMItem";
resources.ApplyResources(this.backUpResultsTSMItem, "backUpResultsTSMItem");
this.backUpResultsTSMItem.Click += new System.EventHandler(this.backUpResultsTSMItem_Click);
//
// passwdTSMItem
//
this.passwdTSMItem.Name = "passwdTSMItem";
resources.ApplyResources(this.passwdTSMItem, "passwdTSMItem");
this.passwdTSMItem.Click += new System.EventHandler(this.passwdTSMItem_Click);
//
// upgradeTSMenuItem
//
this.upgradeTSMenuItem.Name = "upgradeTSMenuItem";
resources.ApplyResources(this.upgradeTSMenuItem, "upgradeTSMenuItem");
this.upgradeTSMenuItem.Click += new System.EventHandler(this.upgradeTSMenuItem_Click);
//
// iPerlHeadsToolStripMenuItem
//
this.iPerlHeadsToolStripMenuItem.Name = "iPerlHeadsToolStripMenuItem";
resources.ApplyResources(this.iPerlHeadsToolStripMenuItem, "iPerlHeadsToolStripMenuItem");
this.iPerlHeadsToolStripMenuItem.Click += new System.EventHandler(this.iPerlHeadsToolStripMenuItem_Click);
//
// clearCountersToolStripMenuItem
//
this.clearCountersToolStripMenuItem.Name = "clearCountersToolStripMenuItem";
resources.ApplyResources(this.clearCountersToolStripMenuItem, "clearCountersToolStripMenuItem");
this.clearCountersToolStripMenuItem.Click += new System.EventHandler(this.clearCountersToolStripMenuItem_Click);
//
// 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.Click += new System.EventHandler(this.aboutTSMItem_Click);
//
// mainMenuStrip
//
this.mainMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.benchTSMenuItem,
this.proceduresToolStripMenuItem,
this.homeTSMenuItem,
this.processToolStripMenuItem,
this.resultsToolStripMenuItem,
this.graphsToolStripMenuItem,
this.eventLogsTSMenuItem,
this.calendarTSMenuItem,
this.settingsTSMenuItem,
this.helpTSMenuItem});
resources.ApplyResources(this.mainMenuStrip, "mainMenuStrip");
this.mainMenuStrip.Name = "mainMenuStrip";
//
// proceduresToolStripMenuItem
//
this.proceduresToolStripMenuItem.Name = "proceduresToolStripMenuItem";
resources.ApplyResources(this.proceduresToolStripMenuItem, "proceduresToolStripMenuItem");
this.proceduresToolStripMenuItem.Click += new System.EventHandler(this.proceduresTSMItem_Click);
//
// processToolStripMenuItem
//
this.processToolStripMenuItem.Name = "processToolStripMenuItem";
resources.ApplyResources(this.processToolStripMenuItem, "processToolStripMenuItem");
this.processToolStripMenuItem.Click += new System.EventHandler(this.processTSMenuItem_Click);
//
// resultsToolStripMenuItem
//
this.resultsToolStripMenuItem.Name = "resultsToolStripMenuItem";
resources.ApplyResources(this.resultsToolStripMenuItem, "resultsToolStripMenuItem");
this.resultsToolStripMenuItem.Click += new System.EventHandler(this.resultsTSMenuItem_Click);
//
// graphsToolStripMenuItem
//
this.graphsToolStripMenuItem.Name = "graphsToolStripMenuItem";
resources.ApplyResources(this.graphsToolStripMenuItem, "graphsToolStripMenuItem");
this.graphsToolStripMenuItem.Click += new System.EventHandler(this.graphsToolStripMenuItem_Click);
//
// calendarTSMenuItem
//
this.calendarTSMenuItem.Name = "calendarTSMenuItem";
resources.ApplyResources(this.calendarTSMenuItem, "calendarTSMenuItem");
this.calendarTSMenuItem.Click += new System.EventHandler(this.calendarTSMenuItem_Click);
//
// MainWnd
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.verticalSplitContainer);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.mainMenuStrip);
this.KeyPreview = true;
this.MainMenuStrip = this.mainMenuStrip;
this.Name = "MainWnd";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainWnd_FormClosing);
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainWnd_FormClosed);
this.Load += new System.EventHandler(this.MainWnd_Load);
this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.MainWnd_KeyPress);
this.topVerticalSplitContainer.Panel1.ResumeLayout(false);
this.topVerticalSplitContainer.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.topVerticalSplitContainer)).EndInit();
this.topVerticalSplitContainer.ResumeLayout(false);
this.activityGroupBox.ResumeLayout(false);
this.activityGroupBox.PerformLayout();
this.topHorizontalSplitContainer.Panel1.ResumeLayout(false);
this.topHorizontalSplitContainer.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.topHorizontalSplitContainer)).EndInit();
this.topHorizontalSplitContainer.ResumeLayout(false);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.procedureGroupBox.ResumeLayout(false);
this.progressGroupBox.ResumeLayout(false);
this.descriptionGroupBox.ResumeLayout(false);
this.descriptionGroupBox.PerformLayout();
this.verticalSplitContainer.Panel1.ResumeLayout(false);
this.verticalSplitContainer.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.verticalSplitContainer)).EndInit();
this.verticalSplitContainer.ResumeLayout(false);
this.horizontalSplitContainer.Panel1.ResumeLayout(false);
this.horizontalSplitContainer.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.horizontalSplitContainer)).EndInit();
this.horizontalSplitContainer.ResumeLayout(false);
this.mainTabControl.ResumeLayout(false);
this.homeTabPage.ResumeLayout(false);
this.processTabPage.ResumeLayout(false);
this.resultsTabPage.ResumeLayout(false);
this.graphsTabPage.ResumeLayout(false);
this.eventLogsTabPage.ResumeLayout(false);
this.calendarTabPage.ResumeLayout(false);
this.picturesTabPage.ResumeLayout(false);
this.rightHorizSplitContainer.Panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.rightHorizSplitContainer)).EndInit();
this.rightHorizSplitContainer.ResumeLayout(false);
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.mainMenuStrip.ResumeLayout(false);
this.mainMenuStrip.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TabControl mainTabControl;
private System.Windows.Forms.TabPage homeTabPage;
private System.Windows.Forms.TabPage measurementTabPage;
private System.Windows.Forms.TabPage insertTabPage;
private System.Windows.Forms.TabPage resultsTabPage;
private System.Windows.Forms.TabPage eventLogsTabPage;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStripStatusLabel userInfoStatusLabel;
private System.Windows.Forms.ToolStripStatusLabel statusPStatusLabel;
private System.Windows.Forms.ToolStripStatusLabel routeStatusLabel;
private System.Windows.Forms.ToolStripStatusLabel activityStatusLabel;
private TBF.UI.ResultsMI.ResultsTabPageCtrl resultsTabPageCtrl;
private EventLogs.EventLogsTabPageCtrl eventLogsTabPageCtrl;
private Calendar.CalendarTabPageCtrl calendarTabPageCtrl;
#if DN100
private ControlCom2VB.ControlCom2panel ctrlBrdComponent;
private TBF.UI.ProcessTabPageCtrl6 processTabPageCtrl;
#elif MUNICH || FUZHOU_150
private ControlComponent3Munich.UserControl1 ctrlBrdComponent;
private TBF.UI.Process.ProcessTabPageCtrl6 processTabPageCtrl;
#elif FUZHOU_300
private ControlComponent3F300.UserControl1 ctrlBrdComponent;
private TBF.UI.Process.ProcessTabPageCtrl6 processTabPageCtrl;
#elif IZRAEL_200 || PUCHONG_200 || GENESIS || BERLIN || GELSENWASSER || SLM_150 || PETERSBURG_200
private ControlComponent_Izrael2014.UserControl1 ctrlBrdComponent;
private TBF.UI.Process.ProcessTabPageCtrl6 processTabPageCtrl;
#elif BADGER_MALA_TRAT || BADGER_STREDNA_TRAT || BADGER_VELKA_TRAT || SLM_END || WARSAW_END || RUM_MOB || SENTEC || CEVAK_200
private ControlComponent_Torino2015.UserControl1 ctrlBrdComponent;
private TBF.UI.Process.ProcessTabPageCtrl6 processTabPageCtrl;
#elif TORINO_50 || TORUN_50 || CEVAK_40 || MURES_40 || FUZHOU_50 || MALTA_WSD25 || PETERSBURG_50 || KEMPNO_50 || BAHRAIN_50 || KRAKOW_50 || JUZNA_AFRIKA_50 || IZRAEL_25 || ZAMBIA || ZODINO || FEWA_50 || FILIPINY_50 || FUZHOU_100 || DEWA_300 || ROMA_200 || ALZIR_25 || HONGKONG_50
private ControlComponent_Torino2015.UserControl1 ctrlBrdComponent;
private TBF.UI.Process.ProcessTabPageCtrl24 processTabPageCtrl;
#elif TURA_SPECIAL || SLM_50
private ControlComponent_Torino2015.UserControl1 ctrlBrdComponent;
private TBF.UI.Process.ProcessTabPageExCtrl processTabPageCtrl;
#elif TURA_IPERL || TURA_IPERL_NEW || IZRAEL_50
private ControlComponent_Torino2015.UserControl1 ctrlBrdComponent;
private TBF.UI.Process.ProcessTabPageCtrl48 processTabPageCtrl;
#endif
private System.Windows.Forms.ToolStripMenuItem benchTSMenuItem;
private System.Windows.Forms.ToolStripMenuItem homeTSMenuItem;
private System.Windows.Forms.ToolStripMenuItem resultsTSMenuItem;
private System.Windows.Forms.ToolStripMenuItem eventLogsTSMenuItem;
private System.Windows.Forms.ToolStripMenuItem settingsTSMenuItem;
private System.Windows.Forms.ToolStripMenuItem usersTSMenuItem;
private System.Windows.Forms.ToolStripMenuItem languageTSMItem;
private System.Windows.Forms.ToolStripMenuItem databaseSettingsTSMenuItem;
private System.Windows.Forms.ToolStripMenuItem passwdTSMItem;
private System.Windows.Forms.ToolStripMenuItem helpTSMenuItem;
private System.Windows.Forms.ToolStripMenuItem aboutTSMenuItem;
private System.Windows.Forms.MenuStrip mainMenuStrip;
private System.Windows.Forms.ToolStripMenuItem benchComponentsTSMenuItem;
private System.Windows.Forms.ToolStripMenuItem benchPathsTSMenuItem;
private System.Windows.Forms.ToolStripMenuItem benchMetrologyTSMenuItem;
private System.Windows.Forms.ToolStripMenuItem proceduresToolStripMenuItem;
private System.Windows.Forms.SplitContainer verticalSplitContainer;
private System.Windows.Forms.SplitContainer horizontalSplitContainer;
private System.Windows.Forms.ToolStripMenuItem processToolStripMenuItem;
private System.Windows.Forms.TabPage processTabPage;
private System.Windows.Forms.ToolStripMenuItem resultsToolStripMenuItem;
private System.Windows.Forms.SplitContainer rightHorizSplitContainer;
private System.Windows.Forms.FlowLayoutPanel progressFlowLayoutPanel;
private System.Windows.Forms.GroupBox progressGroupBox;
private System.Windows.Forms.ProgressBar mainProgressBar;
private System.Windows.Forms.GroupBox activityGroupBox;
private System.Windows.Forms.Label activityLabel;
private System.Windows.Forms.GroupBox procedureGroupBox;
private System.Windows.Forms.ComboBox procedureComboBox;
private System.Windows.Forms.ToolStripMenuItem benchTransitionsToolStripMenuItem;
private System.Windows.Forms.TabPage picturesTabPage;
private TBF.UI.Camera.PicturesTabPageCtrl picturesTabPageCtrl;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
private System.Windows.Forms.GroupBox descriptionGroupBox;
private System.Windows.Forms.Label descriptionLabel;
private System.Windows.Forms.Label messageLabel;
private System.Windows.Forms.ToolStripMenuItem graphsToolStripMenuItem;
private System.Windows.Forms.SplitContainer topVerticalSplitContainer;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.SplitContainer topHorizontalSplitContainer;
private System.Windows.Forms.ToolStripMenuItem upgradeTSMenuItem;
private System.Windows.Forms.TabPage graphsTabPage;
private TBF.UI.Graphs.GraphsTabPageCtrl graphsTabPageCtrl;
private System.Windows.Forms.ToolStripMenuItem iPerlHeadsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem clearCountersToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem backUpTSMItem;
private System.Windows.Forms.ToolStripMenuItem backUpConfigTSMItem;
private System.Windows.Forms.ToolStripMenuItem backUpResultsTSMItem;
private System.Windows.Forms.ToolStripMenuItem benchTestProfilesTSMItem;
private System.Windows.Forms.ToolStripMenuItem benchUncertaintyTSMItem;
private System.Windows.Forms.ToolStripMenuItem calendarTSMenuItem;
private System.Windows.Forms.TabPage calendarTabPage;
}
}