namespace GenesisCordonelInterface.UI { partial class MainForm { private System.ComponentModel.IContainer components = null; private System.Windows.Forms.MenuStrip menuStrip1; private System.Windows.Forms.ToolStripMenuItem miFile; private System.Windows.Forms.ToolStripMenuItem miExit; private System.Windows.Forms.ToolStripMenuItem miView; private System.Windows.Forms.ToolStripMenuItem miClearLog; private System.Windows.Forms.ToolStripMenuItem miHelp; private System.Windows.Forms.ToolStripMenuItem miHelpAbout; private System.Windows.Forms.Panel pnlLeftMenu; private System.Windows.Forms.Panel pnlMain; private System.Windows.Forms.RichTextBox rtbMainLog; private System.Windows.Forms.StatusStrip statusStrip1; private System.Windows.Forms.ToolStripStatusLabel tslStatus; protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } private void InitializeComponent() { this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.miFile = new System.Windows.Forms.ToolStripMenuItem(); this.miExit = new System.Windows.Forms.ToolStripMenuItem(); this.miView = new System.Windows.Forms.ToolStripMenuItem(); this.miClearLog = new System.Windows.Forms.ToolStripMenuItem(); this.miHelp = new System.Windows.Forms.ToolStripMenuItem(); this.miHelpAbout = new System.Windows.Forms.ToolStripMenuItem(); 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.pnlMain = new System.Windows.Forms.Panel(); this.rtbMainLog = new System.Windows.Forms.RichTextBox(); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.tslStatus = new System.Windows.Forms.ToolStripStatusLabel(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.button1 = new System.Windows.Forms.Button(); this.menuStrip1.SuspendLayout(); this.pnlLeftMenu.SuspendLayout(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox1.SuspendLayout(); this.tabPage2.SuspendLayout(); this.pnlMain.SuspendLayout(); this.statusStrip1.SuspendLayout(); this.groupBox3.SuspendLayout(); this.SuspendLayout(); // // menuStrip1 // this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.miFile, this.miView, this.miHelp}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Padding = new System.Windows.Forms.Padding(5, 2, 0, 2); this.menuStrip1.Size = new System.Drawing.Size(1309, 24); this.menuStrip1.TabIndex = 0; this.menuStrip1.Text = "menuStrip1"; // // miFile // this.miFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.miExit}); this.miFile.Name = "miFile"; this.miFile.Size = new System.Drawing.Size(37, 20); this.miFile.Text = "File"; // // miExit // this.miExit.Name = "miExit"; this.miExit.Size = new System.Drawing.Size(92, 22); this.miExit.Text = "Exit"; this.miExit.Click += new System.EventHandler(this.miExit_Click); // // miView // this.miView.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.miClearLog}); this.miView.Name = "miView"; this.miView.Size = new System.Drawing.Size(44, 20); this.miView.Text = "View"; // // miClearLog // this.miClearLog.Name = "miClearLog"; this.miClearLog.Size = new System.Drawing.Size(124, 22); this.miClearLog.Text = "Clear Log"; this.miClearLog.Click += new System.EventHandler(this.miClearLog_Click); // // miHelp // this.miHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.miHelpAbout}); this.miHelp.Name = "miHelp"; this.miHelp.Size = new System.Drawing.Size(44, 20); this.miHelp.Text = "Help"; // // miHelpAbout // this.miHelpAbout.Name = "miHelpAbout"; this.miHelpAbout.Size = new System.Drawing.Size(107, 22); this.miHelpAbout.Text = "About"; this.miHelpAbout.Click += new System.EventHandler(this.miHelpAbout_Click); // // 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, 24); this.pnlLeftMenu.Name = "pnlLeftMenu"; this.pnlLeftMenu.Size = new System.Drawing.Size(190, 474); this.pnlLeftMenu.TabIndex = 1; // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Location = new System.Drawing.Point(3, 5); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(186, 464); this.tabControl1.TabIndex = 4; // // 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(178, 438); 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, 190); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(166, 66); this.groupBox2.TabIndex = 5; this.groupBox2.TabStop = false; this.groupBox2.Text = "CordonelPreadjustmentUI"; // // preadjustmentButton // this.preadjustmentButton.Location = new System.Drawing.Point(6, 19); this.preadjustmentButton.Name = "preadjustmentButton"; this.preadjustmentButton.Size = new System.Drawing.Size(153, 35); this.preadjustmentButton.TabIndex = 3; 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, 17); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(166, 153); this.groupBox1.TabIndex = 4; this.groupBox1.TabStop = false; this.groupBox1.Text = "GenesisToolBox"; // // btnPulseSetup // this.btnPulseSetup.Location = new System.Drawing.Point(7, 101); this.btnPulseSetup.Name = "btnPulseSetup"; this.btnPulseSetup.Size = new System.Drawing.Size(153, 35); 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, 19); this.btnSetup.Name = "btnSetup"; this.btnSetup.Size = new System.Drawing.Size(153, 35); 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, 60); this.btnRegisterStore.Name = "btnRegisterStore"; this.btnRegisterStore.Size = new System.Drawing.Size(153, 35); 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.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(178, 438); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "GCI API"; this.tabPage2.UseVisualStyleBackColor = true; // // pnlMain // this.pnlMain.Controls.Add(this.rtbMainLog); this.pnlMain.Dock = System.Windows.Forms.DockStyle.Fill; this.pnlMain.Location = new System.Drawing.Point(190, 24); this.pnlMain.Name = "pnlMain"; this.pnlMain.Padding = new System.Windows.Forms.Padding(9); this.pnlMain.Size = new System.Drawing.Size(1119, 474); this.pnlMain.TabIndex = 2; // // 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(9, 9); this.rtbMainLog.Name = "rtbMainLog"; this.rtbMainLog.ReadOnly = true; this.rtbMainLog.Size = new System.Drawing.Size(1101, 456); this.rtbMainLog.TabIndex = 0; this.rtbMainLog.Text = ""; // // statusStrip1 // this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tslStatus}); this.statusStrip1.Location = new System.Drawing.Point(0, 498); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 12, 0); this.statusStrip1.Size = new System.Drawing.Size(1309, 22); this.statusStrip1.TabIndex = 3; this.statusStrip1.Text = "statusStrip1"; // // tslStatus // this.tslStatus.Name = "tslStatus"; this.tslStatus.Size = new System.Drawing.Size(39, 17); this.tslStatus.Text = "Ready"; // // groupBox3 // this.groupBox3.Controls.Add(this.button1); this.groupBox3.Location = new System.Drawing.Point(6, 15); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(166, 66); this.groupBox3.TabIndex = 6; this.groupBox3.TabStop = false; this.groupBox3.Text = "GenesisCordonelInterface"; // // button1 // this.button1.Location = new System.Drawing.Point(6, 19); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(153, 35); this.button1.TabIndex = 3; this.button1.Text = "API"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1309, 520); this.Controls.Add(this.pnlMain); this.Controls.Add(this.pnlLeftMenu); this.Controls.Add(this.statusStrip1); this.Controls.Add(this.menuStrip1); this.MainMenuStrip = this.menuStrip1; this.MinimumSize = new System.Drawing.Size(774, 439); this.Name = "MainForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Genesis Cordonel Interface"; this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); 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.pnlMain.ResumeLayout(false); this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); this.groupBox3.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.Button btnSetup; private System.Windows.Forms.Button preadjustmentButton; private System.Windows.Forms.Button btnRegisterStore; private System.Windows.Forms.Button btnPulseSetup; private System.Windows.Forms.TabPage tabPage2; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.Button button1; } }