tbf/TBF/Rig/BridgeComponents/GciBridge/UI/MainView.Designer.cs

418 lines
21 KiB
C#

namespace TBF.Rig.BridgeComponents.GciBridge.UI
{
partial class MainView
{
private System.ComponentModel.IContainer components = null;
private System.Windows.Forms.Panel pnlLeftMenu;
private System.Windows.Forms.Panel pnlMain;
private System.Windows.Forms.SplitContainer splitMain;
private System.Windows.Forms.SplitContainer splitBottom;
private System.Windows.Forms.RichTextBox rtbMainLog;
private System.Windows.Forms.Panel pnlSlotConfig;
private System.Windows.Forms.Panel pnlWorkerDebug;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.Button btnSetup;
private System.Windows.Forms.Button btnRegisterStore;
private System.Windows.Forms.Button btnPulseSetup;
private System.Windows.Forms.Button preadjustmentButton;
private System.Windows.Forms.Button slotsComPortsRegistersActionsViewButton;
private System.Windows.Forms.SplitContainer splitWorkArea;
private System.Windows.Forms.Panel pnlGciViewHost;
private void InitializeComponent()
{
this.pnlLeftMenu = new System.Windows.Forms.Panel();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.preadjustmentButton = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.btnPulseSetup = new System.Windows.Forms.Button();
this.btnSetup = new System.Windows.Forms.Button();
this.btnRegisterStore = new System.Windows.Forms.Button();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.ScenariousViewButton = new System.Windows.Forms.Button();
this.preadjustmenActionsViewButton = new System.Windows.Forms.Button();
this.slotsComPortsRegistersActionsViewButton = new System.Windows.Forms.Button();
this.uniDataSorageActionsViewButton = new System.Windows.Forms.Button();
this.combinedActionsViewButton = new System.Windows.Forms.Button();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.btnDiagTablesConfigurationButton = new System.Windows.Forms.Button();
this.pnlMain = new System.Windows.Forms.Panel();
this.splitMain = new System.Windows.Forms.SplitContainer();
this.splitWorkArea = new System.Windows.Forms.SplitContainer();
this.pnlGciViewHost = new System.Windows.Forms.Panel();
this.rtbMainLog = new System.Windows.Forms.RichTextBox();
this.splitBottom = new System.Windows.Forms.SplitContainer();
this.pnlSlotConfig = new System.Windows.Forms.Panel();
this.pnlWorkerDebug = new System.Windows.Forms.Panel();
this.pnlLeftMenu.SuspendLayout();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.groupBox5.SuspendLayout();
this.groupBox3.SuspendLayout();
this.pnlMain.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitMain)).BeginInit();
this.splitMain.Panel1.SuspendLayout();
this.splitMain.Panel2.SuspendLayout();
this.splitMain.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitWorkArea)).BeginInit();
this.splitWorkArea.Panel1.SuspendLayout();
this.splitWorkArea.Panel2.SuspendLayout();
this.splitWorkArea.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitBottom)).BeginInit();
this.splitBottom.Panel1.SuspendLayout();
this.splitBottom.Panel2.SuspendLayout();
this.splitBottom.SuspendLayout();
this.SuspendLayout();
//
// pnlLeftMenu
//
this.pnlLeftMenu.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pnlLeftMenu.Controls.Add(this.tabControl1);
this.pnlLeftMenu.Dock = System.Windows.Forms.DockStyle.Left;
this.pnlLeftMenu.Location = new System.Drawing.Point(0, 0);
this.pnlLeftMenu.Name = "pnlLeftMenu";
this.pnlLeftMenu.Size = new System.Drawing.Size(190, 500);
this.pnlLeftMenu.TabIndex = 0;
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControl1.Location = new System.Drawing.Point(0, 0);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(188, 498);
this.tabControl1.TabIndex = 0;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.groupBox2);
this.tabPage1.Controls.Add(this.groupBox1);
this.tabPage1.Location = new System.Drawing.Point(4, 22);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(180, 472);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "Laatzen API";
this.tabPage1.UseVisualStyleBackColor = true;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.preadjustmentButton);
this.groupBox2.Location = new System.Drawing.Point(6, 170);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(166, 70);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "CordonelPreadjustmentUI";
//
// preadjustmentButton
//
this.preadjustmentButton.Location = new System.Drawing.Point(6, 20);
this.preadjustmentButton.Name = "preadjustmentButton";
this.preadjustmentButton.Size = new System.Drawing.Size(150, 30);
this.preadjustmentButton.TabIndex = 0;
this.preadjustmentButton.Text = "Preadjustment";
this.preadjustmentButton.UseVisualStyleBackColor = true;
this.preadjustmentButton.Click += new System.EventHandler(this.preadjustmentButton_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.btnPulseSetup);
this.groupBox1.Controls.Add(this.btnSetup);
this.groupBox1.Controls.Add(this.btnRegisterStore);
this.groupBox1.Location = new System.Drawing.Point(6, 10);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(166, 150);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "GenesisToolBox";
//
// btnPulseSetup
//
this.btnPulseSetup.Location = new System.Drawing.Point(7, 90);
this.btnPulseSetup.Name = "btnPulseSetup";
this.btnPulseSetup.Size = new System.Drawing.Size(150, 30);
this.btnPulseSetup.TabIndex = 2;
this.btnPulseSetup.Text = "Pulse Setup";
this.btnPulseSetup.UseVisualStyleBackColor = true;
this.btnPulseSetup.Click += new System.EventHandler(this.btnPulseSetup_Click);
//
// btnSetup
//
this.btnSetup.Location = new System.Drawing.Point(7, 20);
this.btnSetup.Name = "btnSetup";
this.btnSetup.Size = new System.Drawing.Size(150, 30);
this.btnSetup.TabIndex = 0;
this.btnSetup.Text = "Setup";
this.btnSetup.UseVisualStyleBackColor = true;
this.btnSetup.Click += new System.EventHandler(this.btnSetup_Click);
//
// btnRegisterStore
//
this.btnRegisterStore.Location = new System.Drawing.Point(7, 55);
this.btnRegisterStore.Name = "btnRegisterStore";
this.btnRegisterStore.Size = new System.Drawing.Size(150, 30);
this.btnRegisterStore.TabIndex = 1;
this.btnRegisterStore.Text = "Register Store";
this.btnRegisterStore.UseVisualStyleBackColor = true;
this.btnRegisterStore.Click += new System.EventHandler(this.btnRegisterStore_Click);
//
// tabPage2
//
this.tabPage2.Controls.Add(this.groupBox5);
this.tabPage2.Controls.Add(this.groupBox3);
this.tabPage2.Location = new System.Drawing.Point(4, 22);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(180, 472);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "Gci Bridge API";
this.tabPage2.UseVisualStyleBackColor = true;
//
// groupBox5
//
this.groupBox5.Controls.Add(this.ScenariousViewButton);
this.groupBox5.Controls.Add(this.preadjustmenActionsViewButton);
this.groupBox5.Controls.Add(this.slotsComPortsRegistersActionsViewButton);
this.groupBox5.Controls.Add(this.uniDataSorageActionsViewButton);
this.groupBox5.Controls.Add(this.combinedActionsViewButton);
this.groupBox5.Location = new System.Drawing.Point(6, 85);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(166, 202);
this.groupBox5.TabIndex = 3;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "Interface testing";
//
// ScenariousViewButton
//
this.ScenariousViewButton.Location = new System.Drawing.Point(6, 163);
this.ScenariousViewButton.Name = "ScenariousViewButton";
this.ScenariousViewButton.Size = new System.Drawing.Size(150, 30);
this.ScenariousViewButton.TabIndex = 3;
this.ScenariousViewButton.Text = "Scenarious";
this.ScenariousViewButton.UseVisualStyleBackColor = true;
//
// preadjustmenActionsViewButton
//
this.preadjustmenActionsViewButton.Location = new System.Drawing.Point(6, 127);
this.preadjustmenActionsViewButton.Name = "preadjustmenActionsViewButton";
this.preadjustmenActionsViewButton.Size = new System.Drawing.Size(150, 30);
this.preadjustmenActionsViewButton.TabIndex = 2;
this.preadjustmenActionsViewButton.Text = "Preadjustment";
this.preadjustmenActionsViewButton.UseVisualStyleBackColor = true;
this.preadjustmenActionsViewButton.Click += new System.EventHandler(this.preadjustmenActionsViewButton_Click);
//
// slotsComPortsRegistersActionsViewButton
//
this.slotsComPortsRegistersActionsViewButton.Location = new System.Drawing.Point(6, 19);
this.slotsComPortsRegistersActionsViewButton.Name = "slotsComPortsRegistersActionsViewButton";
this.slotsComPortsRegistersActionsViewButton.Size = new System.Drawing.Size(150, 30);
this.slotsComPortsRegistersActionsViewButton.TabIndex = 1;
this.slotsComPortsRegistersActionsViewButton.Text = "Slots, ComPorts, Registers";
this.slotsComPortsRegistersActionsViewButton.UseVisualStyleBackColor = true;
this.slotsComPortsRegistersActionsViewButton.Click += new System.EventHandler(this.btnMetersAction_Click);
//
// uniDataSorageActionsViewButton
//
this.uniDataSorageActionsViewButton.Location = new System.Drawing.Point(6, 55);
this.uniDataSorageActionsViewButton.Name = "uniDataSorageActionsViewButton";
this.uniDataSorageActionsViewButton.Size = new System.Drawing.Size(150, 30);
this.uniDataSorageActionsViewButton.TabIndex = 0;
this.uniDataSorageActionsViewButton.Text = "UniDataStorageReader";
this.uniDataSorageActionsViewButton.UseVisualStyleBackColor = true;
this.uniDataSorageActionsViewButton.Click += new System.EventHandler(this.button1_Click_1);
//
// combinedActionsViewButton
//
this.combinedActionsViewButton.Location = new System.Drawing.Point(6, 91);
this.combinedActionsViewButton.Name = "combinedActionsViewButton";
this.combinedActionsViewButton.Size = new System.Drawing.Size(150, 30);
this.combinedActionsViewButton.TabIndex = 0;
this.combinedActionsViewButton.Text = "Combined actions";
this.combinedActionsViewButton.UseVisualStyleBackColor = true;
this.combinedActionsViewButton.Click += new System.EventHandler(this.button2_Click);
//
// groupBox3
//
this.groupBox3.Controls.Add(this.btnDiagTablesConfigurationButton);
this.groupBox3.Location = new System.Drawing.Point(8, 20);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(166, 59);
this.groupBox3.TabIndex = 0;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "GUI";
//
// btnDiagTablesConfigurationButton
//
this.btnDiagTablesConfigurationButton.Location = new System.Drawing.Point(6, 19);
this.btnDiagTablesConfigurationButton.Name = "btnDiagTablesConfigurationButton";
this.btnDiagTablesConfigurationButton.Size = new System.Drawing.Size(150, 30);
this.btnDiagTablesConfigurationButton.TabIndex = 1;
this.btnDiagTablesConfigurationButton.Text = "Diag tables configuration";
this.btnDiagTablesConfigurationButton.UseVisualStyleBackColor = true;
this.btnDiagTablesConfigurationButton.Click += new System.EventHandler(this.btnMeterInit_Click_1);
//
// pnlMain
//
this.pnlMain.Controls.Add(this.splitMain);
this.pnlMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlMain.Location = new System.Drawing.Point(190, 0);
this.pnlMain.Name = "pnlMain";
this.pnlMain.Padding = new System.Windows.Forms.Padding(5);
this.pnlMain.Size = new System.Drawing.Size(710, 500);
this.pnlMain.TabIndex = 1;
//
// splitMain
//
this.splitMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitMain.Location = new System.Drawing.Point(5, 5);
this.splitMain.Name = "splitMain";
this.splitMain.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitMain.Panel1
//
this.splitMain.Panel1.Controls.Add(this.splitWorkArea);
this.splitMain.Panel1MinSize = 100;
//
// splitMain.Panel2
//
this.splitMain.Panel2.Controls.Add(this.splitBottom);
this.splitMain.Panel2MinSize = 100;
this.splitMain.Size = new System.Drawing.Size(700, 490);
this.splitMain.SplitterDistance = 320;
this.splitMain.SplitterWidth = 6;
this.splitMain.TabIndex = 0;
//
// splitWorkArea
//
this.splitWorkArea.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitWorkArea.Location = new System.Drawing.Point(0, 0);
this.splitWorkArea.Name = "splitWorkArea";
//
// splitWorkArea.Panel1
//
this.splitWorkArea.Panel1.Controls.Add(this.pnlGciViewHost);
//
// splitWorkArea.Panel2
//
this.splitWorkArea.Panel2.Controls.Add(this.rtbMainLog);
this.splitWorkArea.Size = new System.Drawing.Size(700, 320);
this.splitWorkArea.SplitterDistance = 320;
this.splitWorkArea.SplitterWidth = 6;
this.splitWorkArea.TabIndex = 0;
//
// pnlGciViewHost
//
this.pnlGciViewHost.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pnlGciViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlGciViewHost.Location = new System.Drawing.Point(0, 0);
this.pnlGciViewHost.Name = "pnlGciViewHost";
this.pnlGciViewHost.Size = new System.Drawing.Size(320, 320);
this.pnlGciViewHost.TabIndex = 0;
//
// rtbMainLog
//
this.rtbMainLog.Dock = System.Windows.Forms.DockStyle.Fill;
this.rtbMainLog.Font = new System.Drawing.Font("Consolas", 10F);
this.rtbMainLog.Location = new System.Drawing.Point(0, 0);
this.rtbMainLog.Name = "rtbMainLog";
this.rtbMainLog.ReadOnly = true;
this.rtbMainLog.Size = new System.Drawing.Size(374, 320);
this.rtbMainLog.TabIndex = 0;
this.rtbMainLog.Text = "";
//
// splitBottom
//
this.splitBottom.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitBottom.Location = new System.Drawing.Point(0, 0);
this.splitBottom.Name = "splitBottom";
//
// splitBottom.Panel1
//
this.splitBottom.Panel1.Controls.Add(this.pnlSlotConfig);
this.splitBottom.Panel1MinSize = 250;
//
// splitBottom.Panel2
//
this.splitBottom.Panel2.Controls.Add(this.pnlWorkerDebug);
this.splitBottom.Panel2MinSize = 250;
this.splitBottom.Size = new System.Drawing.Size(700, 164);
this.splitBottom.SplitterDistance = 320;
this.splitBottom.SplitterWidth = 6;
this.splitBottom.TabIndex = 0;
//
// pnlSlotConfig
//
this.pnlSlotConfig.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pnlSlotConfig.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlSlotConfig.Location = new System.Drawing.Point(0, 0);
this.pnlSlotConfig.Name = "pnlSlotConfig";
this.pnlSlotConfig.Size = new System.Drawing.Size(320, 164);
this.pnlSlotConfig.TabIndex = 0;
//
// pnlWorkerDebug
//
this.pnlWorkerDebug.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pnlWorkerDebug.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlWorkerDebug.Location = new System.Drawing.Point(0, 0);
this.pnlWorkerDebug.Name = "pnlWorkerDebug";
this.pnlWorkerDebug.Size = new System.Drawing.Size(374, 164);
this.pnlWorkerDebug.TabIndex = 0;
//
// MainView
//
this.Controls.Add(this.pnlMain);
this.Controls.Add(this.pnlLeftMenu);
this.Name = "MainView";
this.Size = new System.Drawing.Size(900, 500);
this.pnlLeftMenu.ResumeLayout(false);
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.tabPage2.ResumeLayout(false);
this.groupBox5.ResumeLayout(false);
this.groupBox3.ResumeLayout(false);
this.pnlMain.ResumeLayout(false);
this.splitMain.Panel1.ResumeLayout(false);
this.splitMain.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitMain)).EndInit();
this.splitMain.ResumeLayout(false);
this.splitWorkArea.Panel1.ResumeLayout(false);
this.splitWorkArea.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitWorkArea)).EndInit();
this.splitWorkArea.ResumeLayout(false);
this.splitBottom.Panel1.ResumeLayout(false);
this.splitBottom.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitBottom)).EndInit();
this.splitBottom.ResumeLayout(false);
this.ResumeLayout(false);
}
private System.Windows.Forms.Button uniDataSorageActionsViewButton;
private System.Windows.Forms.GroupBox groupBox5;
private System.Windows.Forms.Button combinedActionsViewButton;
private System.Windows.Forms.Button btnDiagTablesConfigurationButton;
private System.Windows.Forms.Button preadjustmenActionsViewButton;
private System.Windows.Forms.Button ScenariousViewButton;
}
}