tbf/GenesisCordonelInterface/UI/MainView.Designer.cs

310 lines
15 KiB
C#
Raw Normal View History

namespace GenesisCordonelInterface.UI
{
partial class MainView
{
private System.ComponentModel.IContainer components = null;
private System.Windows.Forms.Panel pnlLeftMenu;
private System.Windows.Forms.Panel pnlMain;
2026-04-27 05:57:16 +00:00
private System.Windows.Forms.SplitContainer splitMain;
private System.Windows.Forms.SplitContainer splitBottom;
private System.Windows.Forms.RichTextBox rtbMainLog;
2026-04-27 05:57:16 +00:00
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;
2026-04-27 05:57:16 +00:00
private System.Windows.Forms.Button preadjustmentButton;
private System.Windows.Forms.Button btnMeterInit;
private System.Windows.Forms.Button btnMetersAction;
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.groupBox3 = new System.Windows.Forms.GroupBox();
2026-04-27 05:57:16 +00:00
this.btnMeterInit = new System.Windows.Forms.Button();
this.btnMetersAction = new System.Windows.Forms.Button();
this.pnlMain = new System.Windows.Forms.Panel();
2026-04-27 05:57:16 +00:00
this.splitMain = new System.Windows.Forms.SplitContainer();
this.splitBottom = new System.Windows.Forms.SplitContainer();
this.rtbMainLog = new System.Windows.Forms.RichTextBox();
2026-04-27 05:57:16 +00:00
this.pnlSlotConfig = new System.Windows.Forms.Panel();
this.pnlWorkerDebug = new System.Windows.Forms.Panel();
this.splitWorkArea = new System.Windows.Forms.SplitContainer();
this.pnlGciViewHost = new System.Windows.Forms.Panel();
this.pnlLeftMenu.SuspendLayout();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.pnlMain.SuspendLayout();
2026-04-27 05:57:16 +00:00
((System.ComponentModel.ISupportInitialize)(this.splitMain)).BeginInit();
this.splitMain.Panel1.SuspendLayout();
this.splitMain.Panel2.SuspendLayout();
this.splitMain.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);
2026-04-27 05:57:16 +00:00
this.tabControl1.TabIndex = 0;
// tabPage1
this.tabPage1.Controls.Add(this.groupBox2);
this.tabPage1.Controls.Add(this.groupBox1);
2026-04-27 05:57:16 +00:00
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;
2026-04-27 05:57:16 +00:00
// 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);
2026-04-27 05:57:16 +00:00
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(166, 150);
2026-04-27 05:57:16 +00:00
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "GenesisToolBox";
// btnSetup
this.btnSetup.Location = new System.Drawing.Point(7, 20);
2026-04-27 05:57:16 +00:00
this.btnSetup.Name = "btnSetup";
this.btnSetup.Size = new System.Drawing.Size(150, 30);
2026-04-27 05:57:16 +00:00
this.btnSetup.TabIndex = 0;
this.btnSetup.Text = "Setup";
2026-04-27 05:57:16 +00:00
this.btnSetup.UseVisualStyleBackColor = true;
this.btnSetup.Click += new System.EventHandler(this.btnSetup_Click);
// btnRegisterStore
this.btnRegisterStore.Location = new System.Drawing.Point(7, 55);
2026-04-27 05:57:16 +00:00
this.btnRegisterStore.Name = "btnRegisterStore";
this.btnRegisterStore.Size = new System.Drawing.Size(150, 30);
2026-04-27 05:57:16 +00:00
this.btnRegisterStore.TabIndex = 1;
this.btnRegisterStore.Text = "Register Store";
2026-04-27 05:57:16 +00:00
this.btnRegisterStore.UseVisualStyleBackColor = true;
this.btnRegisterStore.Click += new System.EventHandler(this.btnRegisterStore_Click);
// btnPulseSetup
this.btnPulseSetup.Location = new System.Drawing.Point(7, 90);
2026-04-27 05:57:16 +00:00
this.btnPulseSetup.Name = "btnPulseSetup";
this.btnPulseSetup.Size = new System.Drawing.Size(150, 30);
2026-04-27 05:57:16 +00:00
this.btnPulseSetup.TabIndex = 2;
this.btnPulseSetup.Text = "Pulse Setup";
2026-04-27 05:57:16 +00:00
this.btnPulseSetup.UseVisualStyleBackColor = true;
this.btnPulseSetup.Click += new System.EventHandler(this.btnPulseSetup_Click);
2026-04-27 05:57:16 +00:00
// groupBox2
this.groupBox2.Controls.Add(this.preadjustmentButton);
this.groupBox2.Location = new System.Drawing.Point(6, 170);
2026-04-27 05:57:16 +00:00
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(166, 70);
2026-04-27 05:57:16 +00:00
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "CordonelPreadjustmentUI";
// preadjustmentButton
this.preadjustmentButton.Location = new System.Drawing.Point(6, 20);
2026-04-27 05:57:16 +00:00
this.preadjustmentButton.Name = "preadjustmentButton";
this.preadjustmentButton.Size = new System.Drawing.Size(150, 30);
2026-04-27 05:57:16 +00:00
this.preadjustmentButton.TabIndex = 0;
this.preadjustmentButton.Text = "Preadjustment";
2026-04-27 05:57:16 +00:00
this.preadjustmentButton.UseVisualStyleBackColor = true;
this.preadjustmentButton.Click += new System.EventHandler(this.preadjustmentButton_Click);
// tabPage2
this.tabPage2.Controls.Add(this.groupBox3);
2026-04-27 05:57:16 +00:00
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 API";
this.tabPage2.UseVisualStyleBackColor = true;
2026-04-27 05:57:16 +00:00
// groupBox3
this.groupBox3.Controls.Add(this.btnMeterInit);
this.groupBox3.Controls.Add(this.btnMetersAction);
this.groupBox3.Size = new System.Drawing.Size(166, 105);
this.groupBox3.Location = new System.Drawing.Point(6, 10);
2026-04-27 05:57:16 +00:00
this.groupBox3.Name = "groupBox3";
this.groupBox3.TabIndex = 0;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "GenesisCordonelInterface";
2026-04-27 05:57:16 +00:00
// btnMeterInit
this.btnMeterInit.Location = new System.Drawing.Point(6, 20);
this.btnMeterInit.Name = "btnMeterInit";
this.btnMeterInit.Size = new System.Drawing.Size(150, 30);
this.btnMeterInit.Text = "Meter Init";
this.btnMeterInit.UseVisualStyleBackColor = true;
// btnMetersAction
this.btnMetersAction.Location = new System.Drawing.Point(6, 58);
this.btnMetersAction.Name = "btnMetersAction";
this.btnMetersAction.Size = new System.Drawing.Size(150, 30);
this.btnMetersAction.Text = "Meters Action";
this.btnMetersAction.UseVisualStyleBackColor = true;
this.btnMetersAction.Click += new System.EventHandler(this.btnMetersAction_Click);
// pnlMain
2026-04-27 05:57:16 +00:00
this.pnlMain.Controls.Add(this.splitMain);
this.pnlMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlMain.Location = new System.Drawing.Point(190, 0);
2026-04-27 05:57:16 +00:00
this.pnlMain.Name = "pnlMain";
this.pnlMain.Padding = new System.Windows.Forms.Padding(5);
2026-04-27 05:57:16 +00:00
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;
this.splitMain.Panel1.Controls.Add(this.splitWorkArea);
this.splitMain.Panel1MinSize = 100;
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;
// rtbMainLog
this.rtbMainLog.Dock = System.Windows.Forms.DockStyle.Fill;
this.rtbMainLog.Font = new System.Drawing.Font("Consolas", 10F);
2026-04-27 05:57:16 +00:00
this.rtbMainLog.Name = "rtbMainLog";
this.rtbMainLog.ReadOnly = true;
2026-04-27 05:57:16 +00:00
this.rtbMainLog.Size = new System.Drawing.Size(700, 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";
this.splitBottom.Orientation = System.Windows.Forms.Orientation.Vertical;
this.splitBottom.Panel1.Controls.Add(this.pnlSlotConfig);
this.splitBottom.Panel1MinSize = 250;
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;
// splitWorkArea
this.splitWorkArea.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitWorkArea.Orientation = System.Windows.Forms.Orientation.Vertical;
this.splitWorkArea.Panel1MinSize = 25;
this.splitWorkArea.Panel2MinSize = 25;
this.splitWorkArea.SplitterWidth = 6;
// left = active GCI view
this.splitWorkArea.Panel1.Controls.Add(this.pnlGciViewHost);
// right = black memo/log
this.splitWorkArea.Panel2.Controls.Add(this.rtbMainLog);
// pnlGciViewHost
this.pnlGciViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlGciViewHost.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
// rtbMainLog
this.rtbMainLog.Dock = System.Windows.Forms.DockStyle.Fill;
// 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.groupBox3.ResumeLayout(false);
this.pnlMain.ResumeLayout(false);
2026-04-27 05:57:16 +00:00
this.splitMain.Panel1.ResumeLayout(false);
this.splitMain.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitMain)).EndInit();
this.splitMain.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);
}
}
}