236 lines
11 KiB
C#
236 lines
11 KiB
C#
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.Button btnSetup;
|
|
private System.Windows.Forms.Button btnRegisterStore;
|
|
private System.Windows.Forms.Button btnPulseSetup;
|
|
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.btnPulseSetup = new System.Windows.Forms.Button();
|
|
this.btnRegisterStore = new System.Windows.Forms.Button();
|
|
this.btnSetup = new System.Windows.Forms.Button();
|
|
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.checkBox1 = new System.Windows.Forms.CheckBox();
|
|
this.menuStrip1.SuspendLayout();
|
|
this.pnlLeftMenu.SuspendLayout();
|
|
this.pnlMain.SuspendLayout();
|
|
this.statusStrip1.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(1284, 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.btnPulseSetup);
|
|
this.pnlLeftMenu.Controls.Add(this.btnRegisterStore);
|
|
this.pnlLeftMenu.Controls.Add(this.btnSetup);
|
|
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(180, 474);
|
|
this.pnlLeftMenu.TabIndex = 1;
|
|
//
|
|
// btnPulseSetup
|
|
//
|
|
this.btnPulseSetup.Location = new System.Drawing.Point(13, 96);
|
|
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);
|
|
//
|
|
// btnRegisterStore
|
|
//
|
|
this.btnRegisterStore.Location = new System.Drawing.Point(13, 51);
|
|
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);
|
|
//
|
|
// btnSetup
|
|
//
|
|
this.btnSetup.Location = new System.Drawing.Point(13, 6);
|
|
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);
|
|
//
|
|
// pnlMain
|
|
//
|
|
this.pnlMain.Controls.Add(this.rtbMainLog);
|
|
this.pnlMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.pnlMain.Location = new System.Drawing.Point(180, 24);
|
|
this.pnlMain.Name = "pnlMain";
|
|
this.pnlMain.Padding = new System.Windows.Forms.Padding(9);
|
|
this.pnlMain.Size = new System.Drawing.Size(1104, 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(1086, 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(1284, 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";
|
|
//
|
|
// checkBox1
|
|
//
|
|
this.checkBox1.AutoSize = true;
|
|
this.checkBox1.Location = new System.Drawing.Point(689, 7);
|
|
this.checkBox1.Name = "checkBox1";
|
|
this.checkBox1.Size = new System.Drawing.Size(168, 17);
|
|
this.checkBox1.TabIndex = 4;
|
|
this.checkBox1.Text = "Enable NLog (force configure)";
|
|
this.checkBox1.UseVisualStyleBackColor = true;
|
|
this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
|
|
//
|
|
// MainForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1284, 520);
|
|
this.Controls.Add(this.checkBox1);
|
|
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 Tester";
|
|
this.menuStrip1.ResumeLayout(false);
|
|
this.menuStrip1.PerformLayout();
|
|
this.pnlLeftMenu.ResumeLayout(false);
|
|
this.pnlMain.ResumeLayout(false);
|
|
this.statusStrip1.ResumeLayout(false);
|
|
this.statusStrip1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
private System.Windows.Forms.CheckBox checkBox1;
|
|
}
|
|
} |