namespace FCC_Uber_MDX_Configurator
{
partial class AddNewEmailVoteForm
{
///
/// 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_Body_Beg = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.TXT_To = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.BTN_HELP_PORT = new System.Windows.Forms.Button();
this.BTN_HELP_CONNECTEDTO = new System.Windows.Forms.Button();
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.button1 = new System.Windows.Forms.Button();
this.TXT_Body_End = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.COMBO_MONITOR_ID = new System.Windows.Forms.ComboBox();
this.BTN_HELP_MONITORID = new System.Windows.Forms.Button();
this.label10 = new System.Windows.Forms.Label();
this.BTN_HELP_MONITORTYPE = new System.Windows.Forms.Button();
this.COMBO_MONITORTYPE = new System.Windows.Forms.ComboBox();
this.TXT_Subject = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// TXT_Body_Beg
//
this.TXT_Body_Beg.Font = new System.Drawing.Font("Arial", 14.25F);
this.TXT_Body_Beg.Location = new System.Drawing.Point(91, 167);
this.TXT_Body_Beg.MaxLength = 255;
this.TXT_Body_Beg.Multiline = true;
this.TXT_Body_Beg.Name = "TXT_Body_Beg";
this.TXT_Body_Beg.Size = new System.Drawing.Size(278, 86);
this.TXT_Body_Beg.TabIndex = 64;
//
// 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(6, 136);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(148, 22);
this.label3.TabIndex = 65;
this.label3.Text = "Body Beginning:";
//
// 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(6, 80);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(79, 22);
this.label2.TabIndex = 63;
this.label2.Text = "Subject:";
//
// TXT_To
//
this.TXT_To.Font = new System.Drawing.Font("Arial", 14.25F);
this.TXT_To.Location = new System.Drawing.Point(91, 21);
this.TXT_To.MaxLength = 255;
this.TXT_To.Name = "TXT_To";
this.TXT_To.Size = new System.Drawing.Size(278, 29);
this.TXT_To.TabIndex = 56;
this.TXT_To.Text = "myemail@myhost.com";
this.TXT_To.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.TXT_To.Leave += new System.EventHandler(this.Leave_VerifyTXTIsNotBlank);
//
// 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(6, 24);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(38, 22);
this.label1.TabIndex = 59;
this.label1.Text = "To:";
//
// 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(375, 124);
this.BTN_HELP_PORT.Name = "BTN_HELP_PORT";
this.BTN_HELP_PORT.Size = new System.Drawing.Size(50, 50);
this.BTN_HELP_PORT.TabIndex = 66;
this.BTN_HELP_PORT.TabStop = false;
this.BTN_HELP_PORT.UseVisualStyleBackColor = true;
//
// BTN_HELP_CONNECTEDTO
//
this.BTN_HELP_CONNECTEDTO.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon;
this.BTN_HELP_CONNECTEDTO.Location = new System.Drawing.Point(375, 68);
this.BTN_HELP_CONNECTEDTO.Name = "BTN_HELP_CONNECTEDTO";
this.BTN_HELP_CONNECTEDTO.Size = new System.Drawing.Size(50, 50);
this.BTN_HELP_CONNECTEDTO.TabIndex = 62;
this.BTN_HELP_CONNECTEDTO.TabStop = false;
this.BTN_HELP_CONNECTEDTO.UseVisualStyleBackColor = true;
//
// BTN_SAVE
//
this.BTN_SAVE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.SaveCheckIcon;
this.BTN_SAVE.Location = new System.Drawing.Point(375, 510);
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(319, 510);
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;
//
// 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(375, 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 = 60;
this.BTN_HELP_NAME.TabStop = false;
this.BTN_HELP_NAME.UseVisualStyleBackColor = true;
//
// button1
//
this.button1.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon;
this.button1.Location = new System.Drawing.Point(375, 374);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(50, 50);
this.button1.TabIndex = 75;
this.button1.TabStop = false;
this.button1.UseVisualStyleBackColor = true;
//
// TXT_Body_End
//
this.TXT_Body_End.Font = new System.Drawing.Font("Arial", 14.25F);
this.TXT_Body_End.Location = new System.Drawing.Point(91, 417);
this.TXT_Body_End.MaxLength = 255;
this.TXT_Body_End.Multiline = true;
this.TXT_Body_End.Name = "TXT_Body_End";
this.TXT_Body_End.Size = new System.Drawing.Size(278, 86);
this.TXT_Body_End.TabIndex = 73;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label6.Location = new System.Drawing.Point(6, 386);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(123, 22);
this.label6.TabIndex = 74;
this.label6.Text = "Body Ending:";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label9.Location = new System.Drawing.Point(6, 330);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(95, 22);
this.label9.TabIndex = 108;
this.label9.Text = "Target ID:";
//
// COMBO_MONITOR_ID
//
this.COMBO_MONITOR_ID.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.COMBO_MONITOR_ID.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.COMBO_MONITOR_ID.Enabled = false;
this.COMBO_MONITOR_ID.Font = new System.Drawing.Font("Arial", 14.25F);
this.COMBO_MONITOR_ID.FormattingEnabled = true;
this.COMBO_MONITOR_ID.Location = new System.Drawing.Point(137, 327);
this.COMBO_MONITOR_ID.Name = "COMBO_MONITOR_ID";
this.COMBO_MONITOR_ID.Size = new System.Drawing.Size(232, 30);
this.COMBO_MONITOR_ID.TabIndex = 104;
this.COMBO_MONITOR_ID.Leave += new System.EventHandler(this.Leave_VerifyCOMBOIsValid);
//
// BTN_HELP_MONITORID
//
this.BTN_HELP_MONITORID.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon;
this.BTN_HELP_MONITORID.Location = new System.Drawing.Point(375, 318);
this.BTN_HELP_MONITORID.Name = "BTN_HELP_MONITORID";
this.BTN_HELP_MONITORID.Size = new System.Drawing.Size(50, 50);
this.BTN_HELP_MONITORID.TabIndex = 107;
this.BTN_HELP_MONITORID.TabStop = false;
this.BTN_HELP_MONITORID.UseVisualStyleBackColor = true;
//
// 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(6, 274);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(118, 22);
this.label10.TabIndex = 106;
this.label10.Text = "Target Type:";
//
// BTN_HELP_MONITORTYPE
//
this.BTN_HELP_MONITORTYPE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon;
this.BTN_HELP_MONITORTYPE.Location = new System.Drawing.Point(375, 262);
this.BTN_HELP_MONITORTYPE.Name = "BTN_HELP_MONITORTYPE";
this.BTN_HELP_MONITORTYPE.Size = new System.Drawing.Size(50, 50);
this.BTN_HELP_MONITORTYPE.TabIndex = 105;
this.BTN_HELP_MONITORTYPE.TabStop = false;
this.BTN_HELP_MONITORTYPE.UseVisualStyleBackColor = true;
//
// COMBO_MONITORTYPE
//
this.COMBO_MONITORTYPE.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.COMBO_MONITORTYPE.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.COMBO_MONITORTYPE.Font = new System.Drawing.Font("Arial", 14.25F);
this.COMBO_MONITORTYPE.FormattingEnabled = true;
this.COMBO_MONITORTYPE.Items.AddRange(new object[] {
"None",
"Variable",
"Analogue Input",
"Digital Output"});
this.COMBO_MONITORTYPE.Location = new System.Drawing.Point(137, 271);
this.COMBO_MONITORTYPE.Name = "COMBO_MONITORTYPE";
this.COMBO_MONITORTYPE.Size = new System.Drawing.Size(232, 30);
this.COMBO_MONITORTYPE.TabIndex = 103;
this.COMBO_MONITORTYPE.Text = "None";
this.COMBO_MONITORTYPE.SelectedValueChanged += new System.EventHandler(this.COMBO_MONITOR_TYPE_SelectedValueChanged);
//
// TXT_Subject
//
this.TXT_Subject.Font = new System.Drawing.Font("Arial", 14.25F);
this.TXT_Subject.Location = new System.Drawing.Point(91, 77);
this.TXT_Subject.MaxLength = 255;
this.TXT_Subject.Name = "TXT_Subject";
this.TXT_Subject.Size = new System.Drawing.Size(278, 29);
this.TXT_Subject.TabIndex = 109;
this.TXT_Subject.Text = "Fusion Control Centre Email";
this.TXT_Subject.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.TXT_Subject.Leave += new System.EventHandler(this.Leave_VerifyTXTIsNotBlank);
//
// AddNewEmailVoteForm
//
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(429, 564);
this.Controls.Add(this.TXT_Subject);
this.Controls.Add(this.label9);
this.Controls.Add(this.COMBO_MONITOR_ID);
this.Controls.Add(this.BTN_HELP_MONITORID);
this.Controls.Add(this.label10);
this.Controls.Add(this.BTN_HELP_MONITORTYPE);
this.Controls.Add(this.COMBO_MONITORTYPE);
this.Controls.Add(this.button1);
this.Controls.Add(this.TXT_Body_End);
this.Controls.Add(this.label6);
this.Controls.Add(this.BTN_HELP_PORT);
this.Controls.Add(this.TXT_Body_Beg);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.BTN_HELP_CONNECTEDTO);
this.Controls.Add(this.BTN_SAVE);
this.Controls.Add(this.BTN_CANCEL);
this.Controls.Add(this.BTN_HELP_NAME);
this.Controls.Add(this.TXT_To);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.MaximizeBox = false;
this.MinimizeBox = true;
this.Name = "AddNewEmailVoteForm";
this.ShowIcon = false;
this.ShowInTaskbar = true;
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Email Vote Options";
this.TopMost = false;
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button BTN_HELP_PORT;
private System.Windows.Forms.TextBox TXT_Body_Beg;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button BTN_HELP_CONNECTEDTO;
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_To;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.TextBox TXT_Body_End;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.ComboBox COMBO_MONITOR_ID;
private System.Windows.Forms.Button BTN_HELP_MONITORID;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Button BTN_HELP_MONITORTYPE;
private System.Windows.Forms.ComboBox COMBO_MONITORTYPE;
private System.Windows.Forms.TextBox TXT_Subject;
}
}