namespace FCC_Uber_MDX_Configurator { partial class FunctionPropertiesForm { /// /// 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.label1 = new System.Windows.Forms.Label(); this.BTN_SAVE = new System.Windows.Forms.Button(); this.BTN_CANCEL = new System.Windows.Forms.Button(); this.BTN_HELP_NAME = 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(79, 21); this.TXT_Name.MaxLength = 255; this.TXT_Name.Name = "TXT_Name"; this.TXT_Name.Size = new System.Drawing.Size(292, 29); this.TXT_Name.TabIndex = 90; this.TXT_Name.Text = "My Function"; this.TXT_Name.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.TXT_Name.Leave += new System.EventHandler(this.Leave_VerifyTXTIsNotEmpty); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(8, 24); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(65, 22); this.label1.TabIndex = 93; this.label1.Text = "Name:"; // // BTN_SAVE // this.BTN_SAVE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.SaveCheckIcon; this.BTN_SAVE.Location = new System.Drawing.Point(377, 68); this.BTN_SAVE.Name = "BTN_SAVE"; this.BTN_SAVE.Size = new System.Drawing.Size(50, 50); this.BTN_SAVE.TabIndex = 92; 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(321, 68); this.BTN_CANCEL.Name = "BTN_CANCEL"; this.BTN_CANCEL.Size = new System.Drawing.Size(50, 50); this.BTN_CANCEL.TabIndex = 91; this.BTN_CANCEL.UseVisualStyleBackColor = true; this.BTN_CANCEL.Click += new System.EventHandler(this.BTN_CANCEL_Click); // // BTN_HELP_NAME // this.BTN_HELP_NAME.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon; this.BTN_HELP_NAME.Location = new System.Drawing.Point(377, 12); this.BTN_HELP_NAME.Name = "BTN_HELP_NAME"; this.BTN_HELP_NAME.Size = new System.Drawing.Size(50, 50); this.BTN_HELP_NAME.TabIndex = 94; this.BTN_HELP_NAME.TabStop = false; this.BTN_HELP_NAME.UseVisualStyleBackColor = true; this.BTN_HELP_NAME.Click += new System.EventHandler(this.BTN_HELP_NAME_Click); // // FunctionPropertiesForm // 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, 124); this.Controls.Add(this.BTN_SAVE); this.Controls.Add(this.BTN_CANCEL); this.Controls.Add(this.BTN_HELP_NAME); this.Controls.Add(this.TXT_Name); this.Controls.Add(this.label1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = true; this.Name = "FunctionPropertiesForm"; this.ShowIcon = false; this.ShowInTaskbar = true; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Function Properties"; this.TopMost = false; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button BTN_SAVE; private System.Windows.Forms.Button BTN_CANCEL; private System.Windows.Forms.Button BTN_HELP_NAME; private System.Windows.Forms.TextBox TXT_Name; private System.Windows.Forms.Label label1; } }