namespace FCC_Uber_MDX_Configurator { partial class FunctionInputAddingForm { /// /// 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_NAME = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.BTN_SAVE = new System.Windows.Forms.Button(); this.BTN_CANCEL = new System.Windows.Forms.Button(); this.BTN_HELP_VALUE = new System.Windows.Forms.Button(); this.SuspendLayout(); // // TXT_NAME // this.TXT_NAME.Font = new System.Drawing.Font("Arial", 14.25F); this.TXT_NAME.Location = new System.Drawing.Point(81, 21); this.TXT_NAME.MaxLength = 255; this.TXT_NAME.Name = "TXT_NAME"; this.TXT_NAME.Size = new System.Drawing.Size(294, 29); this.TXT_NAME.TabIndex = 56; this.TXT_NAME.Text = "MyInput"; this.TXT_NAME.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.TXT_NAME.Leave += new System.EventHandler(this.Leave_VerifyTXTIsNotEmpty); // // 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, 24); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(65, 22); this.label4.TabIndex = 60; this.label4.Text = "Name:"; // // BTN_SAVE // this.BTN_SAVE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.SaveCheckIcon; this.BTN_SAVE.Location = new System.Drawing.Point(381, 68); this.BTN_SAVE.Name = "BTN_SAVE"; this.BTN_SAVE.Size = new System.Drawing.Size(50, 50); this.BTN_SAVE.TabIndex = 58; 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, 68); this.BTN_CANCEL.Name = "BTN_CANCEL"; this.BTN_CANCEL.Size = new System.Drawing.Size(50, 50); this.BTN_CANCEL.TabIndex = 57; this.BTN_CANCEL.UseVisualStyleBackColor = true; this.BTN_CANCEL.Click += new System.EventHandler(this.BTN_CANCEL_Click); // // 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, 12); this.BTN_HELP_VALUE.Name = "BTN_HELP_VALUE"; this.BTN_HELP_VALUE.Size = new System.Drawing.Size(50, 50); this.BTN_HELP_VALUE.TabIndex = 59; this.BTN_HELP_VALUE.TabStop = false; this.BTN_HELP_VALUE.UseVisualStyleBackColor = true; // // FunctionInputAddingForm // 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_NAME); 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.MaximizeBox = false; this.MinimizeBox = true; this.Name = "FunctionInputAddingForm"; this.ShowIcon = false; this.ShowInTaskbar = true; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Add Function Input"; this.TopMost = false; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox TXT_NAME; 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; } }