426 lines
21 KiB
C#
426 lines
21 KiB
C#
namespace Xylem.Common.Ui.GenesisToolBox
|
|
{
|
|
partial class FrmMainForm
|
|
{
|
|
/// <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)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#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()
|
|
{
|
|
this.gpGerneral = new System.Windows.Forms.GroupBox();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.button4 = new System.Windows.Forms.Button();
|
|
this.btnLutUpdate = new System.Windows.Forms.Button();
|
|
this.btnPressure = new System.Windows.Forms.Button();
|
|
this.btnFwUpdate = new System.Windows.Forms.Button();
|
|
this.btnStreamingQuality = new System.Windows.Forms.Button();
|
|
this.btnTempLogger = new System.Windows.Forms.Button();
|
|
this.btnRegisterStore = new System.Windows.Forms.Button();
|
|
this.btnAlarm = new System.Windows.Forms.Button();
|
|
this.btnSetup = new System.Windows.Forms.Button();
|
|
this.gpLAA = new System.Windows.Forms.GroupBox();
|
|
this.button5 = new System.Windows.Forms.Button();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.btnQsTool = new System.Windows.Forms.Button();
|
|
this.btnRegHistory = new System.Windows.Forms.Button();
|
|
this.btnPassword = new System.Windows.Forms.Button();
|
|
this.btnLowLevelTools = new System.Windows.Forms.Button();
|
|
this.gbDeveloper = new System.Windows.Forms.GroupBox();
|
|
this.BtnFileSplit = new System.Windows.Forms.Button();
|
|
this.btnFiles = new System.Windows.Forms.Button();
|
|
this.btnLegacyTestApp = new System.Windows.Forms.Button();
|
|
this.mainMenu = new System.Windows.Forms.MenuStrip();
|
|
this.menuItemOptions = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.menuItemLogin = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.menuItemLogout = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.menuItemChangePwd = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.gpGerneral.SuspendLayout();
|
|
this.gpLAA.SuspendLayout();
|
|
this.gbDeveloper.SuspendLayout();
|
|
this.mainMenu.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// gpGerneral
|
|
//
|
|
this.gpGerneral.Controls.Add(this.button1);
|
|
this.gpGerneral.Controls.Add(this.button4);
|
|
this.gpGerneral.Controls.Add(this.btnLutUpdate);
|
|
this.gpGerneral.Controls.Add(this.btnPressure);
|
|
this.gpGerneral.Controls.Add(this.btnFwUpdate);
|
|
this.gpGerneral.Controls.Add(this.btnStreamingQuality);
|
|
this.gpGerneral.Controls.Add(this.btnTempLogger);
|
|
this.gpGerneral.Controls.Add(this.btnRegisterStore);
|
|
this.gpGerneral.Controls.Add(this.btnAlarm);
|
|
this.gpGerneral.Controls.Add(this.btnSetup);
|
|
this.gpGerneral.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.gpGerneral.Location = new System.Drawing.Point(7, 27);
|
|
this.gpGerneral.Name = "gpGerneral";
|
|
this.gpGerneral.Size = new System.Drawing.Size(175, 459);
|
|
this.gpGerneral.TabIndex = 19;
|
|
this.gpGerneral.TabStop = false;
|
|
this.gpGerneral.Text = "General";
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Enabled = false;
|
|
this.button1.Location = new System.Drawing.Point(5, 413);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(164, 40);
|
|
this.button1.TabIndex = 19;
|
|
this.button1.Text = "Pulse Config";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click_1);
|
|
//
|
|
// button4
|
|
//
|
|
this.button4.Enabled = false;
|
|
this.button4.Location = new System.Drawing.Point(6, 324);
|
|
this.button4.Name = "button4";
|
|
this.button4.Size = new System.Drawing.Size(163, 39);
|
|
this.button4.TabIndex = 18;
|
|
this.button4.Text = "LUT Managment";
|
|
this.button4.UseVisualStyleBackColor = true;
|
|
this.button4.Click += new System.EventHandler(this.button4_Click);
|
|
//
|
|
// btnLutUpdate
|
|
//
|
|
this.btnLutUpdate.Location = new System.Drawing.Point(7, 279);
|
|
this.btnLutUpdate.Name = "btnLutUpdate";
|
|
this.btnLutUpdate.Size = new System.Drawing.Size(162, 39);
|
|
this.btnLutUpdate.TabIndex = 17;
|
|
this.btnLutUpdate.Text = "LUT Update";
|
|
this.btnLutUpdate.UseVisualStyleBackColor = true;
|
|
this.btnLutUpdate.Click += new System.EventHandler(this.btnLutUpdate_Click);
|
|
//
|
|
// btnPressure
|
|
//
|
|
this.btnPressure.Enabled = false;
|
|
this.btnPressure.Location = new System.Drawing.Point(6, 369);
|
|
this.btnPressure.Name = "btnPressure";
|
|
this.btnPressure.Size = new System.Drawing.Size(163, 40);
|
|
this.btnPressure.TabIndex = 15;
|
|
this.btnPressure.Text = "Pressure Log";
|
|
this.btnPressure.UseVisualStyleBackColor = true;
|
|
this.btnPressure.Click += new System.EventHandler(this.btnPressure_Click);
|
|
//
|
|
// btnFwUpdate
|
|
//
|
|
this.btnFwUpdate.Location = new System.Drawing.Point(6, 235);
|
|
this.btnFwUpdate.Name = "btnFwUpdate";
|
|
this.btnFwUpdate.Size = new System.Drawing.Size(163, 39);
|
|
this.btnFwUpdate.TabIndex = 12;
|
|
this.btnFwUpdate.Text = "Firmware Update";
|
|
this.btnFwUpdate.UseVisualStyleBackColor = true;
|
|
this.btnFwUpdate.Click += new System.EventHandler(this.btnFwUpdate_Click);
|
|
//
|
|
// btnStreamingQuality
|
|
//
|
|
this.btnStreamingQuality.Location = new System.Drawing.Point(6, 191);
|
|
this.btnStreamingQuality.Name = "btnStreamingQuality";
|
|
this.btnStreamingQuality.Size = new System.Drawing.Size(163, 40);
|
|
this.btnStreamingQuality.TabIndex = 11;
|
|
this.btnStreamingQuality.Text = "StreamingQuality";
|
|
this.btnStreamingQuality.UseVisualStyleBackColor = true;
|
|
this.btnStreamingQuality.Click += new System.EventHandler(this.btnStreamingQuality_Click);
|
|
//
|
|
// btnTempLogger
|
|
//
|
|
this.btnTempLogger.Enabled = false;
|
|
this.btnTempLogger.Location = new System.Drawing.Point(6, 147);
|
|
this.btnTempLogger.Name = "btnTempLogger";
|
|
this.btnTempLogger.Size = new System.Drawing.Size(163, 40);
|
|
this.btnTempLogger.TabIndex = 10;
|
|
this.btnTempLogger.Text = "Temp Meter";
|
|
this.btnTempLogger.UseVisualStyleBackColor = true;
|
|
this.btnTempLogger.Click += new System.EventHandler(this.btnTempLogger_Click);
|
|
//
|
|
// btnRegisterStore
|
|
//
|
|
this.btnRegisterStore.Enabled = false;
|
|
this.btnRegisterStore.Location = new System.Drawing.Point(6, 103);
|
|
this.btnRegisterStore.Name = "btnRegisterStore";
|
|
this.btnRegisterStore.Size = new System.Drawing.Size(163, 40);
|
|
this.btnRegisterStore.TabIndex = 9;
|
|
this.btnRegisterStore.Text = "RegisterStore";
|
|
this.btnRegisterStore.UseVisualStyleBackColor = true;
|
|
this.btnRegisterStore.Click += new System.EventHandler(this.btnRegisterStore_Click);
|
|
//
|
|
// btnAlarm
|
|
//
|
|
this.btnAlarm.Enabled = false;
|
|
this.btnAlarm.Location = new System.Drawing.Point(6, 59);
|
|
this.btnAlarm.Name = "btnAlarm";
|
|
this.btnAlarm.Size = new System.Drawing.Size(163, 40);
|
|
this.btnAlarm.TabIndex = 8;
|
|
this.btnAlarm.Text = "Alarm";
|
|
this.btnAlarm.UseVisualStyleBackColor = true;
|
|
this.btnAlarm.Click += new System.EventHandler(this.btnAlarm_Click);
|
|
//
|
|
// btnSetup
|
|
//
|
|
this.btnSetup.Location = new System.Drawing.Point(6, 15);
|
|
this.btnSetup.Name = "btnSetup";
|
|
this.btnSetup.Size = new System.Drawing.Size(163, 40);
|
|
this.btnSetup.TabIndex = 1;
|
|
this.btnSetup.Text = "Setup";
|
|
this.btnSetup.UseVisualStyleBackColor = true;
|
|
this.btnSetup.Click += new System.EventHandler(this.btnSetup_Click);
|
|
//
|
|
// gpLAA
|
|
//
|
|
this.gpLAA.Controls.Add(this.button5);
|
|
this.gpLAA.Controls.Add(this.button2);
|
|
this.gpLAA.Controls.Add(this.btnQsTool);
|
|
this.gpLAA.Controls.Add(this.btnRegHistory);
|
|
this.gpLAA.Controls.Add(this.btnPassword);
|
|
this.gpLAA.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.gpLAA.Location = new System.Drawing.Point(186, 27);
|
|
this.gpLAA.Name = "gpLAA";
|
|
this.gpLAA.Size = new System.Drawing.Size(168, 245);
|
|
this.gpLAA.TabIndex = 20;
|
|
this.gpLAA.TabStop = false;
|
|
this.gpLAA.Text = "Production LAA";
|
|
//
|
|
// button5
|
|
//
|
|
this.button5.Enabled = false;
|
|
this.button5.Location = new System.Drawing.Point(4, 191);
|
|
this.button5.Name = "button5";
|
|
this.button5.Size = new System.Drawing.Size(157, 40);
|
|
this.button5.TabIndex = 21;
|
|
this.button5.Text = "Mapping NA";
|
|
this.button5.UseMnemonic = false;
|
|
this.button5.UseVisualStyleBackColor = true;
|
|
this.button5.Click += new System.EventHandler(this.button5_Click);
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.Enabled = false;
|
|
this.button2.Location = new System.Drawing.Point(4, 147);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(157, 40);
|
|
this.button2.TabIndex = 20;
|
|
this.button2.Text = "Process Parameter";
|
|
this.button2.UseMnemonic = false;
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
this.button2.Click += new System.EventHandler(this.button2_Click_1);
|
|
//
|
|
// btnQsTool
|
|
//
|
|
this.btnQsTool.Enabled = false;
|
|
this.btnQsTool.Location = new System.Drawing.Point(5, 103);
|
|
this.btnQsTool.Name = "btnQsTool";
|
|
this.btnQsTool.Size = new System.Drawing.Size(156, 40);
|
|
this.btnQsTool.TabIndex = 19;
|
|
this.btnQsTool.Text = "QS Tool";
|
|
this.btnQsTool.UseMnemonic = false;
|
|
this.btnQsTool.UseVisualStyleBackColor = true;
|
|
this.btnQsTool.Click += new System.EventHandler(this.btnQsTool_Click);
|
|
//
|
|
// btnRegHistory
|
|
//
|
|
this.btnRegHistory.Enabled = false;
|
|
this.btnRegHistory.Location = new System.Drawing.Point(5, 59);
|
|
this.btnRegHistory.Name = "btnRegHistory";
|
|
this.btnRegHistory.Size = new System.Drawing.Size(156, 40);
|
|
this.btnRegHistory.TabIndex = 17;
|
|
this.btnRegHistory.Text = "Register History";
|
|
this.btnRegHistory.UseVisualStyleBackColor = true;
|
|
this.btnRegHistory.Click += new System.EventHandler(this.btnRegHistory_Click);
|
|
//
|
|
// btnPassword
|
|
//
|
|
this.btnPassword.Enabled = false;
|
|
this.btnPassword.Location = new System.Drawing.Point(5, 15);
|
|
this.btnPassword.Name = "btnPassword";
|
|
this.btnPassword.Size = new System.Drawing.Size(156, 40);
|
|
this.btnPassword.TabIndex = 2;
|
|
this.btnPassword.Text = "Password";
|
|
this.btnPassword.UseVisualStyleBackColor = true;
|
|
this.btnPassword.Click += new System.EventHandler(this.btnPassword_Click);
|
|
//
|
|
// btnLowLevelTools
|
|
//
|
|
this.btnLowLevelTools.Location = new System.Drawing.Point(4, 162);
|
|
this.btnLowLevelTools.Name = "btnLowLevelTools";
|
|
this.btnLowLevelTools.Size = new System.Drawing.Size(157, 40);
|
|
this.btnLowLevelTools.TabIndex = 22;
|
|
this.btnLowLevelTools.Text = "Low Level Tools";
|
|
this.btnLowLevelTools.UseMnemonic = false;
|
|
this.btnLowLevelTools.UseVisualStyleBackColor = true;
|
|
this.btnLowLevelTools.Click += new System.EventHandler(this.btnLog_Click);
|
|
//
|
|
// gbDeveloper
|
|
//
|
|
this.gbDeveloper.Controls.Add(this.btnLowLevelTools);
|
|
this.gbDeveloper.Controls.Add(this.BtnFileSplit);
|
|
this.gbDeveloper.Controls.Add(this.btnFiles);
|
|
this.gbDeveloper.Controls.Add(this.btnLegacyTestApp);
|
|
this.gbDeveloper.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.gbDeveloper.Location = new System.Drawing.Point(186, 278);
|
|
this.gbDeveloper.Name = "gbDeveloper";
|
|
this.gbDeveloper.Size = new System.Drawing.Size(168, 208);
|
|
this.gbDeveloper.TabIndex = 21;
|
|
this.gbDeveloper.TabStop = false;
|
|
this.gbDeveloper.Text = "Developer";
|
|
this.gbDeveloper.Enter += new System.EventHandler(this.gbDeveloper_Enter);
|
|
//
|
|
// BtnFileSplit
|
|
//
|
|
this.BtnFileSplit.Enabled = false;
|
|
this.BtnFileSplit.Location = new System.Drawing.Point(4, 118);
|
|
this.BtnFileSplit.Name = "BtnFileSplit";
|
|
this.BtnFileSplit.Size = new System.Drawing.Size(157, 40);
|
|
this.BtnFileSplit.TabIndex = 18;
|
|
this.BtnFileSplit.Text = "File Split";
|
|
this.BtnFileSplit.UseMnemonic = false;
|
|
this.BtnFileSplit.UseVisualStyleBackColor = true;
|
|
this.BtnFileSplit.Click += new System.EventHandler(this.BtnFileSplit_Click);
|
|
//
|
|
// btnFiles
|
|
//
|
|
this.btnFiles.Enabled = false;
|
|
this.btnFiles.Location = new System.Drawing.Point(4, 72);
|
|
this.btnFiles.Name = "btnFiles";
|
|
this.btnFiles.Size = new System.Drawing.Size(157, 40);
|
|
this.btnFiles.TabIndex = 16;
|
|
this.btnFiles.Text = "FileControl";
|
|
this.btnFiles.UseVisualStyleBackColor = true;
|
|
this.btnFiles.Click += new System.EventHandler(this.btnFiles_Click);
|
|
//
|
|
// btnLegacyTestApp
|
|
//
|
|
this.btnLegacyTestApp.Enabled = false;
|
|
this.btnLegacyTestApp.Location = new System.Drawing.Point(4, 27);
|
|
this.btnLegacyTestApp.Name = "btnLegacyTestApp";
|
|
this.btnLegacyTestApp.Size = new System.Drawing.Size(157, 40);
|
|
this.btnLegacyTestApp.TabIndex = 15;
|
|
this.btnLegacyTestApp.Text = "LegacyTestApp";
|
|
this.btnLegacyTestApp.UseVisualStyleBackColor = true;
|
|
this.btnLegacyTestApp.Click += new System.EventHandler(this.btnLegacyTestApp_Click);
|
|
//
|
|
// menu
|
|
//
|
|
this.mainMenu.AutoSize = false;
|
|
this.mainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.menuItemOptions});
|
|
this.mainMenu.Location = new System.Drawing.Point(0, 0);
|
|
this.mainMenu.Name = "mainMenu";
|
|
this.mainMenu.Size = new System.Drawing.Size(361, 24);
|
|
this.mainMenu.TabIndex = 24;
|
|
this.mainMenu.TextDirection = System.Windows.Forms.ToolStripTextDirection.Vertical90;
|
|
//
|
|
// optionsMenuItem
|
|
//
|
|
this.menuItemOptions.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.menuItemLogin,
|
|
this.menuItemLogout,
|
|
this.menuItemChangePwd});
|
|
this.menuItemOptions.Name = "menuItemOptions";
|
|
this.menuItemOptions.Size = new System.Drawing.Size(61, 20);
|
|
this.menuItemOptions.Text = "Options";
|
|
this.menuItemOptions.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal;
|
|
//
|
|
// loginMenuItem
|
|
//
|
|
this.menuItemLogin.Name = "menuItemLogin";
|
|
this.menuItemLogin.Size = new System.Drawing.Size(180, 22);
|
|
this.menuItemLogin.Text = "Login";
|
|
this.menuItemLogin.Click += new System.EventHandler(this.OnLoginClick);
|
|
//
|
|
// logoutMenuItem
|
|
//
|
|
this.menuItemLogout.Name = "menuItemLogout";
|
|
this.menuItemLogout.Size = new System.Drawing.Size(180, 22);
|
|
this.menuItemLogout.Text = "Logout";
|
|
this.menuItemLogout.Click += new System.EventHandler(this.OnLogoutClick);
|
|
//
|
|
// resetPasswordMenuItem
|
|
//
|
|
this.menuItemChangePwd.Name = "resetPasswordMenuItem";
|
|
this.menuItemChangePwd.Size = new System.Drawing.Size(180, 22);
|
|
this.menuItemChangePwd.Text = "Change Password";
|
|
this.menuItemChangePwd.Click += new System.EventHandler(this.OnChangePasswordClick);
|
|
//
|
|
// FrmMainForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(361, 491);
|
|
this.Controls.Add(this.gbDeveloper);
|
|
this.Controls.Add(this.gpLAA);
|
|
this.Controls.Add(this.gpGerneral);
|
|
this.Controls.Add(this.mainMenu);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.MainMenuStrip = this.mainMenu;
|
|
this.MaximizeBox = false;
|
|
this.MaximumSize = new System.Drawing.Size(377, 530);
|
|
this.MinimizeBox = false;
|
|
this.MinimumSize = new System.Drawing.Size(377, 530);
|
|
this.Name = "FrmMainForm";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Genesis ToolBox";
|
|
this.Load += new System.EventHandler(this.FrmMainForm_Load);
|
|
this.gpGerneral.ResumeLayout(false);
|
|
this.gpLAA.ResumeLayout(false);
|
|
this.gbDeveloper.ResumeLayout(false);
|
|
this.mainMenu.ResumeLayout(false);
|
|
this.mainMenu.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.GroupBox gpGerneral;
|
|
private System.Windows.Forms.Button btnFwUpdate;
|
|
private System.Windows.Forms.Button btnStreamingQuality;
|
|
private System.Windows.Forms.Button btnTempLogger;
|
|
private System.Windows.Forms.Button btnRegisterStore;
|
|
private System.Windows.Forms.Button btnAlarm;
|
|
private System.Windows.Forms.Button btnSetup;
|
|
private System.Windows.Forms.GroupBox gpLAA;
|
|
private System.Windows.Forms.Button btnQsTool;
|
|
private System.Windows.Forms.Button btnRegHistory;
|
|
private System.Windows.Forms.Button btnPassword;
|
|
private System.Windows.Forms.GroupBox gbDeveloper;
|
|
private System.Windows.Forms.Button BtnFileSplit;
|
|
private System.Windows.Forms.Button btnFiles;
|
|
private System.Windows.Forms.Button btnLegacyTestApp;
|
|
private System.Windows.Forms.Button btnPressure;
|
|
private System.Windows.Forms.Button btnLutUpdate;
|
|
private System.Windows.Forms.Button button2;
|
|
private System.Windows.Forms.Button button4;
|
|
private System.Windows.Forms.Button button5;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.Button btnLowLevelTools;
|
|
private System.Windows.Forms.MenuStrip mainMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem menuItemOptions;
|
|
private System.Windows.Forms.ToolStripMenuItem menuItemLogin;
|
|
private System.Windows.Forms.ToolStripMenuItem menuItemLogout;
|
|
private System.Windows.Forms.ToolStripMenuItem menuItemChangePwd;
|
|
}
|
|
}
|
|
|