namespace FCC_Uber_MDX_Configurator { partial class AddNewThenDo { /// /// 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.label4 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.COMBO_WhatToDo = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.COMBO_Priority = new System.Windows.Forms.ComboBox(); this.TXT_VoteOpinion = new System.Windows.Forms.TextBox(); this.COMBO_TargetID = new System.Windows.Forms.ComboBox(); this.COMBO_VoteOpinion = new System.Windows.Forms.ComboBox(); this.label5 = new System.Windows.Forms.Label(); this.BTN_SAVE = new System.Windows.Forms.Button(); this.BTN_CANCEL = new System.Windows.Forms.Button(); this.BTN_TARGETID_OPTIONS = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.BTN_HELP_DEFAULTSTATE = new System.Windows.Forms.Button(); this.BTN_HELP_PORT = new System.Windows.Forms.Button(); this.BTN_HELP_NAME = new System.Windows.Forms.Button(); this.SuspendLayout(); // // 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, 80); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(95, 22); this.label4.TabIndex = 52; this.label4.Text = "Target ID:"; // // 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(12, 24); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(107, 22); this.label2.TabIndex = 46; this.label2.Text = "What to do:"; // // COMBO_WhatToDo // this.COMBO_WhatToDo.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.COMBO_WhatToDo.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.COMBO_WhatToDo.Font = new System.Drawing.Font("Arial", 14.25F); this.COMBO_WhatToDo.FormattingEnabled = true; this.COMBO_WhatToDo.Location = new System.Drawing.Point(143, 21); this.COMBO_WhatToDo.Name = "COMBO_WhatToDo"; this.COMBO_WhatToDo.Size = new System.Drawing.Size(232, 30); this.COMBO_WhatToDo.TabIndex = 44; this.COMBO_WhatToDo.SelectionChangeCommitted += new System.EventHandler(this.COMBO_WhatToDo_SelectionChangeCommitted); // // 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(12, 136); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(73, 22); this.label1.TabIndex = 42; this.label1.Text = "Priority:"; // // COMBO_Priority // this.COMBO_Priority.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.COMBO_Priority.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.COMBO_Priority.Enabled = false; this.COMBO_Priority.Font = new System.Drawing.Font("Arial", 14.25F); this.COMBO_Priority.FormattingEnabled = true; this.COMBO_Priority.Items.AddRange(new object[] { "On", "Off"}); this.COMBO_Priority.Location = new System.Drawing.Point(143, 133); this.COMBO_Priority.Name = "COMBO_Priority"; this.COMBO_Priority.Size = new System.Drawing.Size(232, 30); this.COMBO_Priority.TabIndex = 53; this.COMBO_Priority.Text = "Off"; // // TXT_VoteOpinion // this.TXT_VoteOpinion.Enabled = false; this.TXT_VoteOpinion.Font = new System.Drawing.Font("Arial", 14.25F); this.TXT_VoteOpinion.Location = new System.Drawing.Point(143, 225); this.TXT_VoteOpinion.MaxLength = 255; this.TXT_VoteOpinion.Name = "TXT_VoteOpinion"; this.TXT_VoteOpinion.Size = new System.Drawing.Size(232, 29); this.TXT_VoteOpinion.TabIndex = 47; this.TXT_VoteOpinion.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // COMBO_TargetID // this.COMBO_TargetID.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.COMBO_TargetID.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.COMBO_TargetID.Enabled = false; this.COMBO_TargetID.Font = new System.Drawing.Font("Arial", 14.25F); this.COMBO_TargetID.FormattingEnabled = true; this.COMBO_TargetID.Location = new System.Drawing.Point(143, 77); this.COMBO_TargetID.Name = "COMBO_TargetID"; this.COMBO_TargetID.Size = new System.Drawing.Size(232, 30); this.COMBO_TargetID.TabIndex = 54; this.COMBO_TargetID.SelectionChangeCommitted += new System.EventHandler(this.COMBO_TargetID_SelectionChangeCommitted); // // COMBO_VoteOpinion // this.COMBO_VoteOpinion.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.COMBO_VoteOpinion.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.COMBO_VoteOpinion.Enabled = false; this.COMBO_VoteOpinion.Font = new System.Drawing.Font("Arial", 14.25F); this.COMBO_VoteOpinion.FormattingEnabled = true; this.COMBO_VoteOpinion.Items.AddRange(new object[] { "On", "Off"}); this.COMBO_VoteOpinion.Location = new System.Drawing.Point(143, 189); this.COMBO_VoteOpinion.Name = "COMBO_VoteOpinion"; this.COMBO_VoteOpinion.Size = new System.Drawing.Size(232, 30); this.COMBO_VoteOpinion.TabIndex = 58; this.COMBO_VoteOpinion.Text = "Off"; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label5.Location = new System.Drawing.Point(12, 192); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(125, 22); this.label5.TabIndex = 56; this.label5.Text = "Vote Opinion:"; // // BTN_SAVE // this.BTN_SAVE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.SaveCheckIcon; this.BTN_SAVE.Location = new System.Drawing.Point(437, 272); this.BTN_SAVE.Name = "BTN_SAVE"; this.BTN_SAVE.Size = new System.Drawing.Size(50, 50); this.BTN_SAVE.TabIndex = 41; 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(381, 272); this.BTN_CANCEL.Name = "BTN_CANCEL"; this.BTN_CANCEL.Size = new System.Drawing.Size(50, 50); this.BTN_CANCEL.TabIndex = 40; this.BTN_CANCEL.UseVisualStyleBackColor = true; this.BTN_CANCEL.Click += new System.EventHandler(this.BTN_CANCEL_Click); // // BTN_TARGETID_OPTIONS // this.BTN_TARGETID_OPTIONS.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; this.BTN_TARGETID_OPTIONS.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.TargetIcon; this.BTN_TARGETID_OPTIONS.Location = new System.Drawing.Point(381, 68); this.BTN_TARGETID_OPTIONS.Name = "BTN_TARGETID_OPTIONS"; this.BTN_TARGETID_OPTIONS.Size = new System.Drawing.Size(50, 50); this.BTN_TARGETID_OPTIONS.TabIndex = 59; this.BTN_TARGETID_OPTIONS.UseVisualStyleBackColor = true; this.BTN_TARGETID_OPTIONS.Visible = false; this.BTN_TARGETID_OPTIONS.Click += new System.EventHandler(this.BTN_TARGETID_OPTIONS_Click); // // button2 // this.button2.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon; this.button2.Location = new System.Drawing.Point(437, 180); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(50, 50); this.button2.TabIndex = 57; this.button2.TabStop = false; this.button2.UseVisualStyleBackColor = true; // // BTN_HELP_DEFAULTSTATE // this.BTN_HELP_DEFAULTSTATE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon; this.BTN_HELP_DEFAULTSTATE.Location = new System.Drawing.Point(437, 124); this.BTN_HELP_DEFAULTSTATE.Name = "BTN_HELP_DEFAULTSTATE"; this.BTN_HELP_DEFAULTSTATE.Size = new System.Drawing.Size(50, 50); this.BTN_HELP_DEFAULTSTATE.TabIndex = 51; this.BTN_HELP_DEFAULTSTATE.TabStop = false; this.BTN_HELP_DEFAULTSTATE.UseVisualStyleBackColor = true; // // BTN_HELP_PORT // this.BTN_HELP_PORT.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon; this.BTN_HELP_PORT.Location = new System.Drawing.Point(437, 68); this.BTN_HELP_PORT.Name = "BTN_HELP_PORT"; this.BTN_HELP_PORT.Size = new System.Drawing.Size(50, 50); this.BTN_HELP_PORT.TabIndex = 49; this.BTN_HELP_PORT.TabStop = false; this.BTN_HELP_PORT.UseVisualStyleBackColor = true; // // 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(437, 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 = 43; this.BTN_HELP_NAME.TabStop = false; this.BTN_HELP_NAME.UseVisualStyleBackColor = true; // // AddNewThenDo // 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(494, 326); this.Controls.Add(this.BTN_TARGETID_OPTIONS); this.Controls.Add(this.COMBO_VoteOpinion); this.Controls.Add(this.button2); this.Controls.Add(this.label5); this.Controls.Add(this.COMBO_TargetID); this.Controls.Add(this.COMBO_Priority); this.Controls.Add(this.label4); this.Controls.Add(this.BTN_HELP_DEFAULTSTATE); this.Controls.Add(this.BTN_HELP_PORT); this.Controls.Add(this.TXT_VoteOpinion); this.Controls.Add(this.label2); this.Controls.Add(this.COMBO_WhatToDo); this.Controls.Add(this.BTN_SAVE); this.Controls.Add(this.BTN_CANCEL); this.Controls.Add(this.BTN_HELP_NAME); this.Controls.Add(this.label1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.MaximizeBox = false; this.MinimizeBox = true; this.Name = "AddNewThenDo"; this.ShowIcon = false; this.ShowInTaskbar = true; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "AddNewThenDo"; this.TopMost = false; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label4; private System.Windows.Forms.Button BTN_HELP_DEFAULTSTATE; private System.Windows.Forms.Button BTN_HELP_PORT; private System.Windows.Forms.Label label2; private System.Windows.Forms.ComboBox COMBO_WhatToDo; 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.Label label1; private System.Windows.Forms.ComboBox COMBO_Priority; private System.Windows.Forms.TextBox TXT_VoteOpinion; private System.Windows.Forms.ComboBox COMBO_TargetID; private System.Windows.Forms.ComboBox COMBO_VoteOpinion; private System.Windows.Forms.Button button2; private System.Windows.Forms.Label label5; private System.Windows.Forms.Button BTN_TARGETID_OPTIONS; } }