731 lines
33 KiB
C#
731 lines
33 KiB
C#
///
|
|
/// Copyright (c) 2013-2017 Sensus Metering Systems
|
|
///
|
|
namespace TBF
|
|
{
|
|
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.Screens.ProcessTabPageCtrl6();
|
|
this.insertTabPage = new System.Windows.Forms.TabPage();
|
|
this.resultsTabPage = new System.Windows.Forms.TabPage();
|
|
this.resultsTabPageCtrl = new TBF.Screens.ResultsTabPageCtrl();
|
|
this.logsTabPage = new System.Windows.Forms.TabPage();
|
|
this.logsTabPageCtrl = new TBF.Screens.LogsTabPageCtrl();
|
|
this.picturesTabPage = new System.Windows.Forms.TabPage();
|
|
this.picturesTabPageCtrl = new TBF.Screens.PicturesTabPageCtrl();
|
|
this.rightHorizSplitContainer = new System.Windows.Forms.SplitContainer();
|
|
this.progressFlowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.measurementTabPage = new System.Windows.Forms.TabPage();
|
|
this.MeasurementTabPageCtrl = new TBF.Screens.MeasurementTabPageCtrl();
|
|
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.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.logsTSMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.editTSMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.usersTSMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.localSettingsTSMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.databaseSettingsTSMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.passwortToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.upgradeTSMenuItem = 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.graphsTabPage = new System.Windows.Forms.TabPage();
|
|
this.graphsTabPageCtrl = new TBF.Screens.GraphsTabPageCtrl();
|
|
((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.logsTabPage.SuspendLayout();
|
|
this.picturesTabPage.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.rightHorizSplitContainer)).BeginInit();
|
|
this.rightHorizSplitContainer.Panel1.SuspendLayout();
|
|
this.rightHorizSplitContainer.SuspendLayout();
|
|
this.measurementTabPage.SuspendLayout();
|
|
this.statusStrip1.SuspendLayout();
|
|
this.mainMenuStrip.SuspendLayout();
|
|
this.graphsTabPage.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.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
|
|
//
|
|
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";
|
|
//
|
|
// logsTabPage
|
|
//
|
|
this.logsTabPage.Controls.Add(this.logsTabPageCtrl);
|
|
resources.ApplyResources(this.logsTabPage, "logsTabPage");
|
|
this.logsTabPage.Name = "logsTabPage";
|
|
this.logsTabPage.UseVisualStyleBackColor = true;
|
|
//
|
|
// logsTabPageCtrl
|
|
//
|
|
this.logsTabPageCtrl.BackColor = System.Drawing.SystemColors.Control;
|
|
resources.ApplyResources(this.logsTabPageCtrl, "logsTabPageCtrl");
|
|
this.logsTabPageCtrl.Name = "logsTabPageCtrl";
|
|
//
|
|
// 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
|
|
//
|
|
this.measurementTabPage.Controls.Add(this.MeasurementTabPageCtrl);
|
|
resources.ApplyResources(this.measurementTabPage, "measurementTabPage");
|
|
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.Name = "MeasurementTabPageCtrl";
|
|
//
|
|
// 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";
|
|
//
|
|
// 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.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);
|
|
//
|
|
// 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");
|
|
//
|
|
// logsTSMenuItem
|
|
//
|
|
this.logsTSMenuItem.Name = "logsTSMenuItem";
|
|
resources.ApplyResources(this.logsTSMenuItem, "logsTSMenuItem");
|
|
this.logsTSMenuItem.Click += new System.EventHandler(this.logsTSMenuItem_Click);
|
|
//
|
|
// editTSMenuItem
|
|
//
|
|
this.editTSMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.usersTSMenuItem,
|
|
this.localSettingsTSMenuItem,
|
|
this.databaseSettingsTSMenuItem,
|
|
this.passwortToolStripMenuItem,
|
|
this.upgradeTSMenuItem});
|
|
this.editTSMenuItem.Name = "editTSMenuItem";
|
|
resources.ApplyResources(this.editTSMenuItem, "editTSMenuItem");
|
|
//
|
|
// usersTSMenuItem
|
|
//
|
|
this.usersTSMenuItem.Name = "usersTSMenuItem";
|
|
resources.ApplyResources(this.usersTSMenuItem, "usersTSMenuItem");
|
|
this.usersTSMenuItem.Click += new System.EventHandler(this.usersTSMItem_Click);
|
|
//
|
|
// localSettingsTSMenuItem
|
|
//
|
|
this.localSettingsTSMenuItem.Name = "localSettingsTSMenuItem";
|
|
resources.ApplyResources(this.localSettingsTSMenuItem, "localSettingsTSMenuItem");
|
|
this.localSettingsTSMenuItem.Click += new System.EventHandler(this.localSettingsTSMItem_Click);
|
|
//
|
|
// databaseSettingsTSMenuItem
|
|
//
|
|
this.databaseSettingsTSMenuItem.Name = "databaseSettingsTSMenuItem";
|
|
resources.ApplyResources(this.databaseSettingsTSMenuItem, "databaseSettingsTSMenuItem");
|
|
this.databaseSettingsTSMenuItem.Click += new System.EventHandler(this.databaseSettingsTSMItem_Click);
|
|
//
|
|
// passwortToolStripMenuItem
|
|
//
|
|
this.passwortToolStripMenuItem.Name = "passwortToolStripMenuItem";
|
|
resources.ApplyResources(this.passwortToolStripMenuItem, "passwortToolStripMenuItem");
|
|
//
|
|
// upgradeTSMenuItem
|
|
//
|
|
this.upgradeTSMenuItem.Name = "upgradeTSMenuItem";
|
|
resources.ApplyResources(this.upgradeTSMenuItem, "upgradeTSMenuItem");
|
|
this.upgradeTSMenuItem.Click += new System.EventHandler(this.upgradeTSMenuItem_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.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.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);
|
|
//
|
|
// 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";
|
|
//
|
|
// 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.logsTabPage.ResumeLayout(false);
|
|
this.picturesTabPage.ResumeLayout(false);
|
|
this.rightHorizSplitContainer.Panel1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.rightHorizSplitContainer)).EndInit();
|
|
this.rightHorizSplitContainer.ResumeLayout(false);
|
|
this.measurementTabPage.ResumeLayout(false);
|
|
this.statusStrip1.ResumeLayout(false);
|
|
this.statusStrip1.PerformLayout();
|
|
this.mainMenuStrip.ResumeLayout(false);
|
|
this.mainMenuStrip.PerformLayout();
|
|
this.graphsTabPage.ResumeLayout(false);
|
|
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 logsTabPage;
|
|
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;
|
|
public Screens.MeasurementTabPageCtrl MeasurementTabPageCtrl;
|
|
private Screens.ResultsTabPageCtrl resultsTabPageCtrl;
|
|
private Screens.LogsTabPageCtrl logsTabPageCtrl;
|
|
|
|
#if DN100
|
|
private ControlCom2VB.ControlCom2panel ctrlBrdComponent;
|
|
private TBF.Screens.ProcessTabPageCtrl6 processTabPageCtrl;
|
|
#elif MUNICH || FUZHOU150
|
|
private ControlComponent3Munich.UserControl1 ctrlBrdComponent;
|
|
private TBF.Screens.ProcessTabPageCtrl6 processTabPageCtrl;
|
|
#elif FUZHOU300
|
|
private ControlComponent3F300.UserControl1 ctrlBrdComponent;
|
|
private TBF.Screens.ProcessTabPageCtrl6 processTabPageCtrl;
|
|
#elif PT200IL || PUCHONG_PT200 || GENESIS || BERLIN || SLM_150 || PETERSBURG_200
|
|
private ControlComponent_Izrael2014.UserControl1 ctrlBrdComponent;
|
|
private TBF.Screens.ProcessTabPageCtrl6 processTabPageCtrl;
|
|
#elif TORINO50 || BADGER_MALA_TRAT || BADGER_VELKA_TRAT || SLM_END || WARSAW_END
|
|
private ControlComponent_Torino2015.UserControl1 ctrlBrdComponent;
|
|
private TBF.Screens.ProcessTabPageCtrl6 processTabPageCtrl;
|
|
#elif TORUN_PT50_2015 || CEVAK_PT40_272 || MURES_PT40 || FUZHOU_40 || MALTA_WSD25 || SLM_50 || PETERSBURG_50 || KEMPNO_50 || BAHRAIN_50
|
|
private ControlComponent_Torino2015.UserControl1 ctrlBrdComponent;
|
|
private TBF.Screens.ProcessTabPageCtrl24 processTabPageCtrl;
|
|
#elif TURA_IPERL
|
|
private ControlComponent_Torino2015.UserControl1 ctrlBrdComponent;
|
|
private TBF.Screens.ProcessTabPageCtrl48 processTabPageCtrl;
|
|
#elif TURA_SPECIAL
|
|
private ControlComponent_Torino2015.UserControl1 ctrlBrdComponent;
|
|
private TBF.Screens.ProcessTabPageCtrl6 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 logsTSMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem editTSMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem usersTSMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem localSettingsTSMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem databaseSettingsTSMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem passwortToolStripMenuItem;
|
|
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 Screens.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 Screens.GraphsTabPageCtrl graphsTabPageCtrl;
|
|
}
|
|
}
|
|
|