namespace FCC_Uber_MDX_Configurator
{
partial class COM_Setup_ExecutableForm
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.LISTVIEW_COMMANDS = new System.Windows.Forms.ListBox();
this.LBL_ID = new System.Windows.Forms.Label();
this.TXT_ID = new System.Windows.Forms.TextBox();
this.BTN_SAVE = new System.Windows.Forms.Button();
this.BTN_CANCEL = new System.Windows.Forms.Button();
this.BTN_HELP = new System.Windows.Forms.Button();
this.BTN_DELETE_COMMAND = new System.Windows.Forms.Button();
this.BTN_EDIT_COMMAND = new System.Windows.Forms.Button();
this.BTN_ADD_COMMAND = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// LISTVIEW_COMMANDS
//
this.LISTVIEW_COMMANDS.Font = new System.Drawing.Font("Arial", 14.25F);
this.LISTVIEW_COMMANDS.FormattingEnabled = true;
this.LISTVIEW_COMMANDS.ItemHeight = 22;
this.LISTVIEW_COMMANDS.Location = new System.Drawing.Point(67, 39);
this.LISTVIEW_COMMANDS.Name = "LISTVIEW_COMMANDS";
this.LISTVIEW_COMMANDS.Size = new System.Drawing.Size(595, 334);
this.LISTVIEW_COMMANDS.TabIndex = 115;
//
// LBL_ID
//
this.LBL_ID.AutoSize = true;
this.LBL_ID.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.LBL_ID.Location = new System.Drawing.Point(63, 7);
this.LBL_ID.Name = "LBL_ID";
this.LBL_ID.Size = new System.Drawing.Size(163, 22);
this.LBL_ID.TabIndex = 114;
this.LBL_ID.Text = "Application Name:";
//
// TXT_ID
//
this.TXT_ID.Font = new System.Drawing.Font("Arial", 14.25F);
this.TXT_ID.Location = new System.Drawing.Point(232, 4);
this.TXT_ID.MaxLength = 255;
this.TXT_ID.Name = "TXT_ID";
this.TXT_ID.Size = new System.Drawing.Size(430, 29);
this.TXT_ID.TabIndex = 113;
this.TXT_ID.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// BTN_SAVE
//
this.BTN_SAVE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.SaveCheckIcon;
this.BTN_SAVE.Location = new System.Drawing.Point(612, 380);
this.BTN_SAVE.Name = "BTN_SAVE";
this.BTN_SAVE.Size = new System.Drawing.Size(50, 50);
this.BTN_SAVE.TabIndex = 111;
this.BTN_SAVE.UseVisualStyleBackColor = true;
this.BTN_SAVE.Click += new System.EventHandler(this.BTN_SAVE_Click);
//
// BTN_CANCEL
//
this.BTN_CANCEL.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.BTN_CANCEL.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.CancelIcon;
this.BTN_CANCEL.Location = new System.Drawing.Point(556, 380);
this.BTN_CANCEL.Name = "BTN_CANCEL";
this.BTN_CANCEL.Size = new System.Drawing.Size(50, 50);
this.BTN_CANCEL.TabIndex = 110;
this.BTN_CANCEL.UseVisualStyleBackColor = true;
//
// BTN_HELP
//
this.BTN_HELP.Enabled = false;
this.BTN_HELP.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon;
this.BTN_HELP.Location = new System.Drawing.Point(500, 380);
this.BTN_HELP.Name = "BTN_HELP";
this.BTN_HELP.Size = new System.Drawing.Size(50, 50);
this.BTN_HELP.TabIndex = 112;
this.BTN_HELP.TabStop = false;
this.BTN_HELP.UseVisualStyleBackColor = true;
//
// BTN_DELETE_COMMAND
//
this.BTN_DELETE_COMMAND.Enabled = false;
this.BTN_DELETE_COMMAND.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.DeleteIcon;
this.BTN_DELETE_COMMAND.Location = new System.Drawing.Point(7, 119);
this.BTN_DELETE_COMMAND.Name = "BTN_DELETE_COMMAND";
this.BTN_DELETE_COMMAND.Size = new System.Drawing.Size(50, 50);
this.BTN_DELETE_COMMAND.TabIndex = 109;
this.BTN_DELETE_COMMAND.UseVisualStyleBackColor = true;
this.BTN_DELETE_COMMAND.Click += new System.EventHandler(this.BTN_DELETE_COMMAND_Click);
//
// BTN_EDIT_COMMAND
//
this.BTN_EDIT_COMMAND.Enabled = false;
this.BTN_EDIT_COMMAND.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.EditIcon;
this.BTN_EDIT_COMMAND.Location = new System.Drawing.Point(7, 63);
this.BTN_EDIT_COMMAND.Name = "BTN_EDIT_COMMAND";
this.BTN_EDIT_COMMAND.Size = new System.Drawing.Size(50, 50);
this.BTN_EDIT_COMMAND.TabIndex = 108;
this.BTN_EDIT_COMMAND.UseVisualStyleBackColor = true;
this.BTN_EDIT_COMMAND.Click += new System.EventHandler(this.BTN_EDIT_COMMAND_Click);
//
// BTN_ADD_COMMAND
//
this.BTN_ADD_COMMAND.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.BTN_ADD_COMMAND.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.AddPlusIcon;
this.BTN_ADD_COMMAND.Location = new System.Drawing.Point(7, 7);
this.BTN_ADD_COMMAND.Name = "BTN_ADD_COMMAND";
this.BTN_ADD_COMMAND.Size = new System.Drawing.Size(50, 50);
this.BTN_ADD_COMMAND.TabIndex = 107;
this.BTN_ADD_COMMAND.UseVisualStyleBackColor = true;
this.BTN_ADD_COMMAND.Click += new System.EventHandler(this.BTN_ADD_COMMAND_Click);
//
// COM_Setup_ExecutableForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(669, 435);
this.Controls.Add(this.LISTVIEW_COMMANDS);
this.Controls.Add(this.LBL_ID);
this.Controls.Add(this.TXT_ID);
this.Controls.Add(this.BTN_SAVE);
this.Controls.Add(this.BTN_CANCEL);
this.Controls.Add(this.BTN_HELP);
this.Controls.Add(this.BTN_DELETE_COMMAND);
this.Controls.Add(this.BTN_EDIT_COMMAND);
this.Controls.Add(this.BTN_ADD_COMMAND);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Name = "COM_Setup_ExecutableForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "COM_Setup_ExecutableForm";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ListBox LISTVIEW_COMMANDS;
private System.Windows.Forms.Label LBL_ID;
private System.Windows.Forms.TextBox TXT_ID;
private System.Windows.Forms.Button BTN_SAVE;
private System.Windows.Forms.Button BTN_CANCEL;
private System.Windows.Forms.Button BTN_HELP;
private System.Windows.Forms.Button BTN_DELETE_COMMAND;
private System.Windows.Forms.Button BTN_EDIT_COMMAND;
private System.Windows.Forms.Button BTN_ADD_COMMAND;
}
}