namespace FCC_Uber_MDX_Configurator
{
partial class AddLoggingForm
{
///
/// 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.COMBO_MONITORID = new System.Windows.Forms.ComboBox();
this.TXT_STOREBEFOREDUMP = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.COMBO_MONITORTYPE = new System.Windows.Forms.ComboBox();
this.TXT_Name = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.COMBO_TIMER = new System.Windows.Forms.ComboBox();
this.label7 = new System.Windows.Forms.Label();
this.COMBO_HOLDSTREAMOPEN = new System.Windows.Forms.ComboBox();
this.label8 = new System.Windows.Forms.Label();
this.COMBO_DEFAULTSTATE = new System.Windows.Forms.ComboBox();
this.TXT_DATANAME = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.COMBO_RECORDOBJECT = new System.Windows.Forms.ComboBox();
this.TXT_LOGFILENAME = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.BTN_SAVE = new System.Windows.Forms.Button();
this.BTN_CANCEL = new System.Windows.Forms.Button();
this.BTN_HELP_LOGFILENAME = new System.Windows.Forms.Button();
this.BTN_HELP_RECORDOBJECT = new System.Windows.Forms.Button();
this.BTN_HELP_DATANAME = new System.Windows.Forms.Button();
this.BTN_HELP_HOLDSTREAMOPEN = new System.Windows.Forms.Button();
this.BTN_DEFAULTSTATE = new System.Windows.Forms.Button();
this.BTN_HELP_TIMER = new System.Windows.Forms.Button();
this.BTN_HELP_STOREBEFOREDUMP = new System.Windows.Forms.Button();
this.BTN_HELP_MONITORID = new System.Windows.Forms.Button();
this.BTN_HELP_MONITORTYPE = 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(8, 136);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(102, 22);
this.label4.TabIndex = 69;
this.label4.Text = "Monitor ID:";
//
// COMBO_MONITORID
//
this.COMBO_MONITORID.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.COMBO_MONITORID.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.COMBO_MONITORID.Font = new System.Drawing.Font("Arial", 14.25F);
this.COMBO_MONITORID.FormattingEnabled = true;
this.COMBO_MONITORID.Location = new System.Drawing.Point(116, 133);
this.COMBO_MONITORID.Name = "COMBO_MONITORID";
this.COMBO_MONITORID.Size = new System.Drawing.Size(255, 30);
this.COMBO_MONITORID.TabIndex = 3;
this.COMBO_MONITORID.Leave += new System.EventHandler(this.Leave_VerifyCOMBOIsValid);
//
// TXT_STOREBEFOREDUMP
//
this.TXT_STOREBEFOREDUMP.Font = new System.Drawing.Font("Arial", 14.25F);
this.TXT_STOREBEFOREDUMP.Location = new System.Drawing.Point(194, 418);
this.TXT_STOREBEFOREDUMP.MaxLength = 255;
this.TXT_STOREBEFOREDUMP.Name = "TXT_STOREBEFOREDUMP";
this.TXT_STOREBEFOREDUMP.Size = new System.Drawing.Size(177, 29);
this.TXT_STOREBEFOREDUMP.TabIndex = 8;
this.TXT_STOREBEFOREDUMP.Text = "100";
this.TXT_STOREBEFOREDUMP.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.TXT_STOREBEFOREDUMP.KeyDown += new System.Windows.Forms.KeyEventHandler(this.KeyDown_IsANumber);
this.TXT_STOREBEFOREDUMP.Leave += new System.EventHandler(this.Leave_VerifyTXTHasAValidNumber);
//
// 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(8, 421);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(180, 22);
this.label3.TabIndex = 65;
this.label3.Text = "Store Before Dump:";
//
// 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(8, 80);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(125, 22);
this.label2.TabIndex = 63;
this.label2.Text = "Monitor Type:";
//
// 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[] {
"Digital Output",
"Analogue Input",
"Variable"});
this.COMBO_MONITORTYPE.Location = new System.Drawing.Point(139, 77);
this.COMBO_MONITORTYPE.Name = "COMBO_MONITORTYPE";
this.COMBO_MONITORTYPE.Size = new System.Drawing.Size(232, 30);
this.COMBO_MONITORTYPE.TabIndex = 2;
this.COMBO_MONITORTYPE.Text = "Variable";
this.COMBO_MONITORTYPE.Leave += new System.EventHandler(this.Leave_VerifyCOMBOIsValid);
//
// 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 = 1;
this.TXT_Name.Text = "My Logging Data";
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 = 59;
this.label1.Text = "Name:";
//
// 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(8, 192);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(132, 22);
this.label6.TabIndex = 75;
this.label6.Text = "Record Timer:";
//
// COMBO_TIMER
//
this.COMBO_TIMER.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.COMBO_TIMER.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.COMBO_TIMER.Font = new System.Drawing.Font("Arial", 14.25F);
this.COMBO_TIMER.FormattingEnabled = true;
this.COMBO_TIMER.Items.AddRange(new object[] {
"Input Timer",
"Output Timer",
"GUI Timer",
"Logic Timer"});
this.COMBO_TIMER.Location = new System.Drawing.Point(146, 189);
this.COMBO_TIMER.Name = "COMBO_TIMER";
this.COMBO_TIMER.Size = new System.Drawing.Size(225, 30);
this.COMBO_TIMER.TabIndex = 4;
this.COMBO_TIMER.Text = "Input Timer";
this.COMBO_TIMER.Leave += new System.EventHandler(this.Leave_VerifyCOMBOIsValid);
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label7.Location = new System.Drawing.Point(8, 360);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(172, 22);
this.label7.TabIndex = 81;
this.label7.Text = "Hold Stream Open:";
//
// COMBO_HOLDSTREAMOPEN
//
this.COMBO_HOLDSTREAMOPEN.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.COMBO_HOLDSTREAMOPEN.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.COMBO_HOLDSTREAMOPEN.Font = new System.Drawing.Font("Arial", 14.25F);
this.COMBO_HOLDSTREAMOPEN.FormattingEnabled = true;
this.COMBO_HOLDSTREAMOPEN.Items.AddRange(new object[] {
"True",
"False"});
this.COMBO_HOLDSTREAMOPEN.Location = new System.Drawing.Point(186, 357);
this.COMBO_HOLDSTREAMOPEN.Name = "COMBO_HOLDSTREAMOPEN";
this.COMBO_HOLDSTREAMOPEN.Size = new System.Drawing.Size(185, 30);
this.COMBO_HOLDSTREAMOPEN.TabIndex = 7;
this.COMBO_HOLDSTREAMOPEN.Text = "False";
this.COMBO_HOLDSTREAMOPEN.Leave += new System.EventHandler(this.Leave_VerifyCOMBOIsValid);
//
// label8
//
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label8.Location = new System.Drawing.Point(8, 304);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(124, 22);
this.label8.TabIndex = 78;
this.label8.Text = "Default State:";
//
// COMBO_DEFAULTSTATE
//
this.COMBO_DEFAULTSTATE.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.COMBO_DEFAULTSTATE.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.COMBO_DEFAULTSTATE.Font = new System.Drawing.Font("Arial", 14.25F);
this.COMBO_DEFAULTSTATE.FormattingEnabled = true;
this.COMBO_DEFAULTSTATE.Items.AddRange(new object[] {
"On",
"Off"});
this.COMBO_DEFAULTSTATE.Location = new System.Drawing.Point(138, 301);
this.COMBO_DEFAULTSTATE.Name = "COMBO_DEFAULTSTATE";
this.COMBO_DEFAULTSTATE.Size = new System.Drawing.Size(233, 30);
this.COMBO_DEFAULTSTATE.TabIndex = 6;
this.COMBO_DEFAULTSTATE.Text = "Off";
this.COMBO_DEFAULTSTATE.Leave += new System.EventHandler(this.Leave_VerifyCOMBOIsValid);
//
// TXT_DATANAME
//
this.TXT_DATANAME.Font = new System.Drawing.Font("Arial", 14.25F);
this.TXT_DATANAME.Location = new System.Drawing.Point(123, 474);
this.TXT_DATANAME.MaxLength = 255;
this.TXT_DATANAME.Name = "TXT_DATANAME";
this.TXT_DATANAME.Size = new System.Drawing.Size(248, 29);
this.TXT_DATANAME.TabIndex = 9;
this.TXT_DATANAME.Text = "My Data Name";
this.TXT_DATANAME.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.TXT_DATANAME.Leave += new System.EventHandler(this.Leave_VerifyTXTIsNotEmpty);
//
// 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(8, 477);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(109, 22);
this.label9.TabIndex = 83;
this.label9.Text = "Data Name:";
//
// 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(8, 248);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(139, 22);
this.label10.TabIndex = 87;
this.label10.Text = "Record Object:";
//
// COMBO_RECORDOBJECT
//
this.COMBO_RECORDOBJECT.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.COMBO_RECORDOBJECT.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.COMBO_RECORDOBJECT.Font = new System.Drawing.Font("Arial", 14.25F);
this.COMBO_RECORDOBJECT.FormattingEnabled = true;
this.COMBO_RECORDOBJECT.Items.AddRange(new object[] {
"Value"});
this.COMBO_RECORDOBJECT.Location = new System.Drawing.Point(153, 245);
this.COMBO_RECORDOBJECT.Name = "COMBO_RECORDOBJECT";
this.COMBO_RECORDOBJECT.Size = new System.Drawing.Size(218, 30);
this.COMBO_RECORDOBJECT.TabIndex = 5;
this.COMBO_RECORDOBJECT.Text = "Value";
this.COMBO_RECORDOBJECT.Leave += new System.EventHandler(this.Leave_VerifyCOMBOIsValid);
//
// TXT_LOGFILENAME
//
this.TXT_LOGFILENAME.Font = new System.Drawing.Font("Arial", 14.25F);
this.TXT_LOGFILENAME.Location = new System.Drawing.Point(153, 530);
this.TXT_LOGFILENAME.MaxLength = 255;
this.TXT_LOGFILENAME.Name = "TXT_LOGFILENAME";
this.TXT_LOGFILENAME.Size = new System.Drawing.Size(218, 29);
this.TXT_LOGFILENAME.TabIndex = 10;
this.TXT_LOGFILENAME.Text = "My Log File";
this.TXT_LOGFILENAME.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.TXT_LOGFILENAME.Leave += new System.EventHandler(this.Leave_VerifyTXTIsNotEmpty);
//
// label11
//
this.label11.AutoSize = true;
this.label11.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label11.Location = new System.Drawing.Point(8, 533);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(139, 22);
this.label11.TabIndex = 89;
this.label11.Text = "Log File Name:";
//
// BTN_SAVE
//
this.BTN_SAVE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.SaveCheckIcon;
this.BTN_SAVE.Location = new System.Drawing.Point(377, 577);
this.BTN_SAVE.Name = "BTN_SAVE";
this.BTN_SAVE.Size = new System.Drawing.Size(50, 50);
this.BTN_SAVE.TabIndex = 12;
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, 577);
this.BTN_CANCEL.Name = "BTN_CANCEL";
this.BTN_CANCEL.Size = new System.Drawing.Size(50, 50);
this.BTN_CANCEL.TabIndex = 11;
this.BTN_CANCEL.UseVisualStyleBackColor = true;
this.BTN_CANCEL.Click += new System.EventHandler(this.BTN_CANCEL_Click);
//
// BTN_HELP_LOGFILENAME
//
this.BTN_HELP_LOGFILENAME.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon;
this.BTN_HELP_LOGFILENAME.Location = new System.Drawing.Point(377, 521);
this.BTN_HELP_LOGFILENAME.Name = "BTN_HELP_LOGFILENAME";
this.BTN_HELP_LOGFILENAME.Size = new System.Drawing.Size(50, 50);
this.BTN_HELP_LOGFILENAME.TabIndex = 90;
this.BTN_HELP_LOGFILENAME.TabStop = false;
this.BTN_HELP_LOGFILENAME.UseVisualStyleBackColor = true;
this.BTN_HELP_LOGFILENAME.Click += new System.EventHandler(this.BTN_HELP_LOGFILENAME_Click);
//
// BTN_HELP_RECORDOBJECT
//
this.BTN_HELP_RECORDOBJECT.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon;
this.BTN_HELP_RECORDOBJECT.Location = new System.Drawing.Point(377, 236);
this.BTN_HELP_RECORDOBJECT.Name = "BTN_HELP_RECORDOBJECT";
this.BTN_HELP_RECORDOBJECT.Size = new System.Drawing.Size(50, 50);
this.BTN_HELP_RECORDOBJECT.TabIndex = 85;
this.BTN_HELP_RECORDOBJECT.TabStop = false;
this.BTN_HELP_RECORDOBJECT.UseVisualStyleBackColor = true;
this.BTN_HELP_RECORDOBJECT.Click += new System.EventHandler(this.BTN_HELP_RECORDOBJECT_Click);
//
// BTN_HELP_DATANAME
//
this.BTN_HELP_DATANAME.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon;
this.BTN_HELP_DATANAME.Location = new System.Drawing.Point(377, 465);
this.BTN_HELP_DATANAME.Name = "BTN_HELP_DATANAME";
this.BTN_HELP_DATANAME.Size = new System.Drawing.Size(50, 50);
this.BTN_HELP_DATANAME.TabIndex = 84;
this.BTN_HELP_DATANAME.TabStop = false;
this.BTN_HELP_DATANAME.UseVisualStyleBackColor = true;
this.BTN_HELP_DATANAME.Click += new System.EventHandler(this.BTN_HELP_DATANAME_Click);
//
// BTN_HELP_HOLDSTREAMOPEN
//
this.BTN_HELP_HOLDSTREAMOPEN.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon;
this.BTN_HELP_HOLDSTREAMOPEN.Location = new System.Drawing.Point(377, 348);
this.BTN_HELP_HOLDSTREAMOPEN.Name = "BTN_HELP_HOLDSTREAMOPEN";
this.BTN_HELP_HOLDSTREAMOPEN.Size = new System.Drawing.Size(50, 50);
this.BTN_HELP_HOLDSTREAMOPEN.TabIndex = 79;
this.BTN_HELP_HOLDSTREAMOPEN.TabStop = false;
this.BTN_HELP_HOLDSTREAMOPEN.UseVisualStyleBackColor = true;
this.BTN_HELP_HOLDSTREAMOPEN.Click += new System.EventHandler(this.BTN_HELP_HOLDSTREAMOPEN_Click);
//
// BTN_DEFAULTSTATE
//
this.BTN_DEFAULTSTATE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon;
this.BTN_DEFAULTSTATE.Location = new System.Drawing.Point(377, 292);
this.BTN_DEFAULTSTATE.Name = "BTN_DEFAULTSTATE";
this.BTN_DEFAULTSTATE.Size = new System.Drawing.Size(50, 50);
this.BTN_DEFAULTSTATE.TabIndex = 76;
this.BTN_DEFAULTSTATE.TabStop = false;
this.BTN_DEFAULTSTATE.UseVisualStyleBackColor = true;
this.BTN_DEFAULTSTATE.Click += new System.EventHandler(this.BTN_DEFAULTSTATE_Click);
//
// BTN_HELP_TIMER
//
this.BTN_HELP_TIMER.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon;
this.BTN_HELP_TIMER.Location = new System.Drawing.Point(377, 180);
this.BTN_HELP_TIMER.Name = "BTN_HELP_TIMER";
this.BTN_HELP_TIMER.Size = new System.Drawing.Size(50, 50);
this.BTN_HELP_TIMER.TabIndex = 73;
this.BTN_HELP_TIMER.TabStop = false;
this.BTN_HELP_TIMER.UseVisualStyleBackColor = true;
this.BTN_HELP_TIMER.Click += new System.EventHandler(this.BTN_HELP_TIMER_Click);
//
// BTN_HELP_STOREBEFOREDUMP
//
this.BTN_HELP_STOREBEFOREDUMP.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon;
this.BTN_HELP_STOREBEFOREDUMP.Location = new System.Drawing.Point(377, 409);
this.BTN_HELP_STOREBEFOREDUMP.Name = "BTN_HELP_STOREBEFOREDUMP";
this.BTN_HELP_STOREBEFOREDUMP.Size = new System.Drawing.Size(50, 50);
this.BTN_HELP_STOREBEFOREDUMP.TabIndex = 68;
this.BTN_HELP_STOREBEFOREDUMP.TabStop = false;
this.BTN_HELP_STOREBEFOREDUMP.UseVisualStyleBackColor = true;
this.BTN_HELP_STOREBEFOREDUMP.Click += new System.EventHandler(this.BTN_HELP_STOREBEFOREDUMP_Click);
//
// 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(377, 124);
this.BTN_HELP_MONITORID.Name = "BTN_HELP_MONITORID";
this.BTN_HELP_MONITORID.Size = new System.Drawing.Size(50, 50);
this.BTN_HELP_MONITORID.TabIndex = 66;
this.BTN_HELP_MONITORID.TabStop = false;
this.BTN_HELP_MONITORID.UseVisualStyleBackColor = true;
this.BTN_HELP_MONITORID.Click += new System.EventHandler(this.BTN_HELP_MONITORID_Click);
//
// 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(377, 68);
this.BTN_HELP_MONITORTYPE.Name = "BTN_HELP_MONITORTYPE";
this.BTN_HELP_MONITORTYPE.Size = new System.Drawing.Size(50, 50);
this.BTN_HELP_MONITORTYPE.TabIndex = 62;
this.BTN_HELP_MONITORTYPE.TabStop = false;
this.BTN_HELP_MONITORTYPE.UseVisualStyleBackColor = true;
this.BTN_HELP_MONITORTYPE.Click += new System.EventHandler(this.BTN_HELP_MONITORTYPE_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 = 60;
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);
//
// AddLoggingForm
//
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, 629);
this.Controls.Add(this.BTN_HELP_LOGFILENAME);
this.Controls.Add(this.TXT_LOGFILENAME);
this.Controls.Add(this.label11);
this.Controls.Add(this.label10);
this.Controls.Add(this.COMBO_RECORDOBJECT);
this.Controls.Add(this.BTN_HELP_RECORDOBJECT);
this.Controls.Add(this.BTN_HELP_DATANAME);
this.Controls.Add(this.TXT_DATANAME);
this.Controls.Add(this.label9);
this.Controls.Add(this.label7);
this.Controls.Add(this.COMBO_HOLDSTREAMOPEN);
this.Controls.Add(this.BTN_HELP_HOLDSTREAMOPEN);
this.Controls.Add(this.label8);
this.Controls.Add(this.COMBO_DEFAULTSTATE);
this.Controls.Add(this.BTN_DEFAULTSTATE);
this.Controls.Add(this.label6);
this.Controls.Add(this.COMBO_TIMER);
this.Controls.Add(this.BTN_HELP_TIMER);
this.Controls.Add(this.label4);
this.Controls.Add(this.BTN_HELP_STOREBEFOREDUMP);
this.Controls.Add(this.COMBO_MONITORID);
this.Controls.Add(this.BTN_HELP_MONITORID);
this.Controls.Add(this.TXT_STOREBEFOREDUMP);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.BTN_HELP_MONITORTYPE);
this.Controls.Add(this.COMBO_MONITORTYPE);
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 = "AddLoggingForm";
this.ShowIcon = false;
this.ShowInTaskbar = true;
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Add A Log File Instance";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button BTN_HELP_STOREBEFOREDUMP;
private System.Windows.Forms.ComboBox COMBO_MONITORID;
private System.Windows.Forms.Button BTN_HELP_MONITORID;
private System.Windows.Forms.TextBox TXT_STOREBEFOREDUMP;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button BTN_HELP_MONITORTYPE;
private System.Windows.Forms.ComboBox COMBO_MONITORTYPE;
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;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.ComboBox COMBO_TIMER;
private System.Windows.Forms.Button BTN_HELP_TIMER;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.ComboBox COMBO_HOLDSTREAMOPEN;
private System.Windows.Forms.Button BTN_HELP_HOLDSTREAMOPEN;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.ComboBox COMBO_DEFAULTSTATE;
private System.Windows.Forms.Button BTN_DEFAULTSTATE;
private System.Windows.Forms.Button BTN_HELP_DATANAME;
private System.Windows.Forms.TextBox TXT_DATANAME;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.ComboBox COMBO_RECORDOBJECT;
private System.Windows.Forms.Button BTN_HELP_RECORDOBJECT;
private System.Windows.Forms.Button BTN_HELP_LOGFILENAME;
private System.Windows.Forms.TextBox TXT_LOGFILENAME;
private System.Windows.Forms.Label label11;
}
}