namespace FCC_Uber_MDX_Configurator { partial class SendKeyPropertiesForm { /// /// 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.button9 = new System.Windows.Forms.Button(); this.TXT_TITLE = new System.Windows.Forms.TextBox(); this.label10 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.TXT_SUBTITLE = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.button2 = new System.Windows.Forms.Button(); this.TXT_CLASS = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.button3 = new System.Windows.Forms.Button(); this.TXT_SUBCLASS = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.BTN_SAVE = new System.Windows.Forms.Button(); this.BTN_CANCEL = new System.Windows.Forms.Button(); this.BTN_AUTO = new System.Windows.Forms.Button(); this.SuspendLayout(); // // button9 // this.button9.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon; this.button9.Location = new System.Drawing.Point(347, 12); this.button9.Name = "button9"; this.button9.Size = new System.Drawing.Size(50, 50); this.button9.TabIndex = 113; this.button9.TabStop = false; this.button9.UseVisualStyleBackColor = true; // // TXT_TITLE // this.TXT_TITLE.Font = new System.Drawing.Font("Arial", 14.25F); this.TXT_TITLE.Location = new System.Drawing.Point(78, 21); this.TXT_TITLE.MaxLength = 255; this.TXT_TITLE.Name = "TXT_TITLE"; this.TXT_TITLE.Size = new System.Drawing.Size(255, 29); this.TXT_TITLE.TabIndex = 112; this.TXT_TITLE.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label10 // this.label10.AutoSize = true; this.label10.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label10.Location = new System.Drawing.Point(7, 24); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(51, 22); this.label10.TabIndex = 111; this.label10.Text = "Title:"; // // button1 // this.button1.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon; this.button1.Location = new System.Drawing.Point(347, 68); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(50, 50); this.button1.TabIndex = 116; this.button1.TabStop = false; this.button1.UseVisualStyleBackColor = true; // // TXT_SUBTITLE // this.TXT_SUBTITLE.Font = new System.Drawing.Font("Arial", 14.25F); this.TXT_SUBTITLE.Location = new System.Drawing.Point(114, 77); this.TXT_SUBTITLE.MaxLength = 255; this.TXT_SUBTITLE.Name = "TXT_SUBTITLE"; this.TXT_SUBTITLE.Size = new System.Drawing.Size(219, 29); this.TXT_SUBTITLE.TabIndex = 115; this.TXT_SUBTITLE.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // 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(30, 80); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(78, 22); this.label1.TabIndex = 114; this.label1.Text = "Subtitle:"; // // button2 // this.button2.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon; this.button2.Location = new System.Drawing.Point(347, 124); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(50, 50); this.button2.TabIndex = 119; this.button2.TabStop = false; this.button2.UseVisualStyleBackColor = true; // // TXT_CLASS // this.TXT_CLASS.Font = new System.Drawing.Font("Arial", 14.25F); this.TXT_CLASS.Location = new System.Drawing.Point(78, 133); this.TXT_CLASS.MaxLength = 255; this.TXT_CLASS.Name = "TXT_CLASS"; this.TXT_CLASS.Size = new System.Drawing.Size(255, 29); this.TXT_CLASS.TabIndex = 118; this.TXT_CLASS.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.Location = new System.Drawing.Point(7, 136); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(63, 22); this.label2.TabIndex = 117; this.label2.Text = "Class:"; // // button3 // this.button3.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon; this.button3.Location = new System.Drawing.Point(347, 180); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(50, 50); this.button3.TabIndex = 122; this.button3.TabStop = false; this.button3.UseVisualStyleBackColor = true; // // TXT_SUBCLASS // this.TXT_SUBCLASS.Font = new System.Drawing.Font("Arial", 14.25F); this.TXT_SUBCLASS.Location = new System.Drawing.Point(114, 189); this.TXT_SUBCLASS.MaxLength = 255; this.TXT_SUBCLASS.Name = "TXT_SUBCLASS"; this.TXT_SUBCLASS.Size = new System.Drawing.Size(219, 29); this.TXT_SUBCLASS.TabIndex = 121; this.TXT_SUBCLASS.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.Location = new System.Drawing.Point(15, 192); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(93, 22); this.label3.TabIndex = 120; this.label3.Text = "Subclass:"; // // BTN_SAVE // this.BTN_SAVE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.SaveCheckIcon; this.BTN_SAVE.Location = new System.Drawing.Point(347, 236); this.BTN_SAVE.Name = "BTN_SAVE"; this.BTN_SAVE.Size = new System.Drawing.Size(50, 50); this.BTN_SAVE.TabIndex = 124; 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(291, 236); this.BTN_CANCEL.Name = "BTN_CANCEL"; this.BTN_CANCEL.Size = new System.Drawing.Size(50, 50); this.BTN_CANCEL.TabIndex = 123; this.BTN_CANCEL.UseVisualStyleBackColor = true; this.BTN_CANCEL.Click += new System.EventHandler(this.BTN_CANCEL_Click); // // BTN_AUTO // this.BTN_AUTO.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.BTN_AUTO.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.TargetIcon; this.BTN_AUTO.Location = new System.Drawing.Point(11, 236); this.BTN_AUTO.Name = "BTN_AUTO"; this.BTN_AUTO.Size = new System.Drawing.Size(50, 50); this.BTN_AUTO.TabIndex = 125; this.BTN_AUTO.UseVisualStyleBackColor = true; this.BTN_AUTO.Click += new System.EventHandler(this.BTN_AUTO_Click); // // SendKeyPropertiesForm // 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(403, 292); this.Controls.Add(this.BTN_AUTO); this.Controls.Add(this.BTN_SAVE); this.Controls.Add(this.BTN_CANCEL); this.Controls.Add(this.button3); this.Controls.Add(this.TXT_SUBCLASS); this.Controls.Add(this.label3); this.Controls.Add(this.button2); this.Controls.Add(this.TXT_CLASS); this.Controls.Add(this.label2); this.Controls.Add(this.button1); this.Controls.Add(this.TXT_SUBTITLE); this.Controls.Add(this.label1); this.Controls.Add(this.button9); this.Controls.Add(this.TXT_TITLE); this.Controls.Add(this.label10); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.MaximizeBox = false; this.MinimizeBox = true; this.Name = "SendKeyPropertiesForm"; this.ShowIcon = false; this.ShowInTaskbar = true; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Window Properties"; this.TopMost = false; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button button9; private System.Windows.Forms.TextBox TXT_TITLE; private System.Windows.Forms.Label label10; private System.Windows.Forms.Button button1; private System.Windows.Forms.TextBox TXT_SUBTITLE; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button button2; private System.Windows.Forms.TextBox TXT_CLASS; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button button3; private System.Windows.Forms.TextBox TXT_SUBCLASS; private System.Windows.Forms.Label label3; private System.Windows.Forms.Button BTN_SAVE; private System.Windows.Forms.Button BTN_CANCEL; private System.Windows.Forms.Button BTN_AUTO; } }