namespace FCC_Uber_MDX_Configurator { partial class FunctionNumberAddingForm { /// /// 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.TXT_VALUE = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.BTN_HELP_VALUE = new System.Windows.Forms.Button(); this.BTN_SAVE = new System.Windows.Forms.Button(); this.BTN_CANCEL = new System.Windows.Forms.Button(); this.SuspendLayout(); // // TXT_VALUE // this.TXT_VALUE.Font = new System.Drawing.Font("Arial", 14.25F); this.TXT_VALUE.Location = new System.Drawing.Point(81, 20); this.TXT_VALUE.MaxLength = 255; this.TXT_VALUE.Name = "TXT_VALUE"; this.TXT_VALUE.Size = new System.Drawing.Size(294, 29); this.TXT_VALUE.TabIndex = 51; this.TXT_VALUE.Text = "0"; this.TXT_VALUE.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.TXT_VALUE.KeyDown += new System.Windows.Forms.KeyEventHandler(this.KeyDown_IsANumber); this.TXT_VALUE.Leave += new System.EventHandler(this.Leave_VerifyTXTHasAValidNumber); // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label4.Location = new System.Drawing.Point(12, 23); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(63, 22); this.label4.TabIndex = 55; this.label4.Text = "Value:"; // // BTN_HELP_VALUE // this.BTN_HELP_VALUE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon; this.BTN_HELP_VALUE.Location = new System.Drawing.Point(381, 11); this.BTN_HELP_VALUE.Name = "BTN_HELP_VALUE"; this.BTN_HELP_VALUE.Size = new System.Drawing.Size(50, 50); this.BTN_HELP_VALUE.TabIndex = 54; this.BTN_HELP_VALUE.TabStop = false; this.BTN_HELP_VALUE.UseVisualStyleBackColor = true; // // BTN_SAVE // this.BTN_SAVE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.SaveCheckIcon; this.BTN_SAVE.Location = new System.Drawing.Point(381, 67); this.BTN_SAVE.Name = "BTN_SAVE"; this.BTN_SAVE.Size = new System.Drawing.Size(50, 50); this.BTN_SAVE.TabIndex = 53; 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(325, 67); this.BTN_CANCEL.Name = "BTN_CANCEL"; this.BTN_CANCEL.Size = new System.Drawing.Size(50, 50); this.BTN_CANCEL.TabIndex = 52; this.BTN_CANCEL.UseVisualStyleBackColor = true; this.BTN_CANCEL.Click += new System.EventHandler(this.BTN_CANCEL_Click); // // FunctionNumberAddingForm // this.AcceptButton = this.BTN_SAVE; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.CancelButton = this.BTN_CANCEL; this.ClientSize = new System.Drawing.Size(434, 121); this.Controls.Add(this.TXT_VALUE); this.Controls.Add(this.label4); this.Controls.Add(this.BTN_HELP_VALUE); this.Controls.Add(this.BTN_SAVE); this.Controls.Add(this.BTN_CANCEL); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Name = "FunctionNumberAddingForm"; this.ShowIcon = false; this.ShowInTaskbar = true; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Add Number"; this.TopMost = false; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox TXT_VALUE; private System.Windows.Forms.Label label4; private System.Windows.Forms.Button BTN_HELP_VALUE; private System.Windows.Forms.Button BTN_SAVE; private System.Windows.Forms.Button BTN_CANCEL; } }