namespace Fusion_Control_Centre_Uber_XNA_Edition { partial class Debug { /// /// 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.DebugTree = new System.Windows.Forms.TreeView(); this.BTN_UPDATE = new System.Windows.Forms.Button(); this.DEBUG_SPLIT = new System.Windows.Forms.SplitContainer(); this.DEBUG_TABCONTROL = new System.Windows.Forms.TabControl(); this.DEBUG_TAB_DO = new System.Windows.Forms.TabPage(); this.DEBUG_TAB_AI = new System.Windows.Forms.TabPage(); this.DEBUG_TAB_DI = new System.Windows.Forms.TabPage(); this.DEBUG_TAB_VARIABLE = new System.Windows.Forms.TabPage(); this.GB_VAR_NAME = new System.Windows.Forms.GroupBox(); this.TXT_VAR_NAME = new System.Windows.Forms.TextBox(); this.TXT_VAR_VALUE = new System.Windows.Forms.TextBox(); this.DEBUG_SUB_SPLIT = new System.Windows.Forms.SplitContainer(); this.DEBUG_RICHTEXT = new System.Windows.Forms.RichTextBox(); this.textBox1 = new System.Windows.Forms.TextBox(); this.textBox2 = new System.Windows.Forms.TextBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.TXT_DO_NAME = new System.Windows.Forms.TextBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.TXT_AI_VALUE = new System.Windows.Forms.TextBox(); this.TXT_AI_NAME = new System.Windows.Forms.TextBox(); this.RADIO_DO_ON = new System.Windows.Forms.RadioButton(); this.RADIO_DO_OFF = new System.Windows.Forms.RadioButton(); this.groupBox4 = new System.Windows.Forms.GroupBox(); this.RADIO_DI_OFF = new System.Windows.Forms.RadioButton(); this.RADIO_DI_ON = new System.Windows.Forms.RadioButton(); this.TXT_DI_NAME = new System.Windows.Forms.TextBox(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.CHK_AI_AUTOAVERAGE = new System.Windows.Forms.CheckBox(); this.BTN_AI_SAVE = new System.Windows.Forms.Button(); this.BTN_DI_SAVE = new System.Windows.Forms.Button(); this.BTN_DO_SAVE = new System.Windows.Forms.Button(); this.BTN_VAR_SAVE = new System.Windows.Forms.Button(); this.DEBUG_SPLIT.Panel1.SuspendLayout(); this.DEBUG_SPLIT.Panel2.SuspendLayout(); this.DEBUG_SPLIT.SuspendLayout(); this.DEBUG_TABCONTROL.SuspendLayout(); this.DEBUG_TAB_DO.SuspendLayout(); this.DEBUG_TAB_AI.SuspendLayout(); this.DEBUG_TAB_DI.SuspendLayout(); this.DEBUG_TAB_VARIABLE.SuspendLayout(); this.GB_VAR_NAME.SuspendLayout(); this.DEBUG_SUB_SPLIT.Panel1.SuspendLayout(); this.DEBUG_SUB_SPLIT.Panel2.SuspendLayout(); this.DEBUG_SUB_SPLIT.SuspendLayout(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox4.SuspendLayout(); this.groupBox3.SuspendLayout(); this.SuspendLayout(); // // DebugTree // this.DebugTree.Dock = System.Windows.Forms.DockStyle.Fill; this.DebugTree.Location = new System.Drawing.Point(0, 0); this.DebugTree.Name = "DebugTree"; this.DebugTree.Size = new System.Drawing.Size(250, 425); this.DebugTree.TabIndex = 0; this.DebugTree.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.DebugTree_AfterSelect); // // BTN_UPDATE // this.BTN_UPDATE.Dock = System.Windows.Forms.DockStyle.Bottom; this.BTN_UPDATE.Location = new System.Drawing.Point(0, 402); this.BTN_UPDATE.Name = "BTN_UPDATE"; this.BTN_UPDATE.Size = new System.Drawing.Size(261, 23); this.BTN_UPDATE.TabIndex = 1; this.BTN_UPDATE.Text = "Update"; this.BTN_UPDATE.UseVisualStyleBackColor = true; this.BTN_UPDATE.Click += new System.EventHandler(this.BTN_UPDATE_Click); // // DEBUG_SPLIT // this.DEBUG_SPLIT.Dock = System.Windows.Forms.DockStyle.Fill; this.DEBUG_SPLIT.Location = new System.Drawing.Point(0, 0); this.DEBUG_SPLIT.Name = "DEBUG_SPLIT"; // // DEBUG_SPLIT.Panel1 // this.DEBUG_SPLIT.Panel1.Controls.Add(this.DebugTree); // // DEBUG_SPLIT.Panel2 // this.DEBUG_SPLIT.Panel2.Controls.Add(this.DEBUG_SUB_SPLIT); this.DEBUG_SPLIT.Panel2.Controls.Add(this.BTN_UPDATE); this.DEBUG_SPLIT.Size = new System.Drawing.Size(515, 425); this.DEBUG_SPLIT.SplitterDistance = 250; this.DEBUG_SPLIT.TabIndex = 2; // // DEBUG_TABCONTROL // this.DEBUG_TABCONTROL.Controls.Add(this.DEBUG_TAB_VARIABLE); this.DEBUG_TABCONTROL.Controls.Add(this.DEBUG_TAB_DO); this.DEBUG_TABCONTROL.Controls.Add(this.DEBUG_TAB_AI); this.DEBUG_TABCONTROL.Controls.Add(this.DEBUG_TAB_DI); this.DEBUG_TABCONTROL.Dock = System.Windows.Forms.DockStyle.Fill; this.DEBUG_TABCONTROL.Location = new System.Drawing.Point(0, 0); this.DEBUG_TABCONTROL.Name = "DEBUG_TABCONTROL"; this.DEBUG_TABCONTROL.SelectedIndex = 0; this.DEBUG_TABCONTROL.Size = new System.Drawing.Size(261, 161); this.DEBUG_TABCONTROL.TabIndex = 2; this.DEBUG_TABCONTROL.SelectedIndexChanged += new System.EventHandler(this.DEBUG_TABCONTROL_SelectedIndexChanged); // // DEBUG_TAB_DO // this.DEBUG_TAB_DO.Controls.Add(this.BTN_DO_SAVE); this.DEBUG_TAB_DO.Controls.Add(this.groupBox1); this.DEBUG_TAB_DO.Location = new System.Drawing.Point(4, 22); this.DEBUG_TAB_DO.Name = "DEBUG_TAB_DO"; this.DEBUG_TAB_DO.Size = new System.Drawing.Size(253, 135); this.DEBUG_TAB_DO.TabIndex = 0; this.DEBUG_TAB_DO.Text = "Digital Out"; this.DEBUG_TAB_DO.UseVisualStyleBackColor = true; // // DEBUG_TAB_AI // this.DEBUG_TAB_AI.Controls.Add(this.BTN_AI_SAVE); this.DEBUG_TAB_AI.Controls.Add(this.groupBox3); this.DEBUG_TAB_AI.Controls.Add(this.groupBox2); this.DEBUG_TAB_AI.Location = new System.Drawing.Point(4, 22); this.DEBUG_TAB_AI.Name = "DEBUG_TAB_AI"; this.DEBUG_TAB_AI.Size = new System.Drawing.Size(253, 135); this.DEBUG_TAB_AI.TabIndex = 1; this.DEBUG_TAB_AI.Text = "Analogue In"; this.DEBUG_TAB_AI.UseVisualStyleBackColor = true; // // DEBUG_TAB_DI // this.DEBUG_TAB_DI.Controls.Add(this.BTN_DI_SAVE); this.DEBUG_TAB_DI.Controls.Add(this.groupBox4); this.DEBUG_TAB_DI.Location = new System.Drawing.Point(4, 22); this.DEBUG_TAB_DI.Name = "DEBUG_TAB_DI"; this.DEBUG_TAB_DI.Size = new System.Drawing.Size(253, 135); this.DEBUG_TAB_DI.TabIndex = 2; this.DEBUG_TAB_DI.Text = "Digital In"; this.DEBUG_TAB_DI.UseVisualStyleBackColor = true; // // DEBUG_TAB_VARIABLE // this.DEBUG_TAB_VARIABLE.Controls.Add(this.BTN_VAR_SAVE); this.DEBUG_TAB_VARIABLE.Controls.Add(this.GB_VAR_NAME); this.DEBUG_TAB_VARIABLE.Location = new System.Drawing.Point(4, 22); this.DEBUG_TAB_VARIABLE.Name = "DEBUG_TAB_VARIABLE"; this.DEBUG_TAB_VARIABLE.Size = new System.Drawing.Size(253, 135); this.DEBUG_TAB_VARIABLE.TabIndex = 3; this.DEBUG_TAB_VARIABLE.Text = "Variable"; this.DEBUG_TAB_VARIABLE.UseVisualStyleBackColor = true; // // GB_VAR_NAME // this.GB_VAR_NAME.Controls.Add(this.TXT_VAR_VALUE); this.GB_VAR_NAME.Controls.Add(this.TXT_VAR_NAME); this.GB_VAR_NAME.Location = new System.Drawing.Point(3, 3); this.GB_VAR_NAME.Name = "GB_VAR_NAME"; this.GB_VAR_NAME.Size = new System.Drawing.Size(242, 72); this.GB_VAR_NAME.TabIndex = 0; this.GB_VAR_NAME.TabStop = false; this.GB_VAR_NAME.Text = "Name and Value"; // // TXT_VAR_NAME // this.TXT_VAR_NAME.Location = new System.Drawing.Point(6, 19); this.TXT_VAR_NAME.Name = "TXT_VAR_NAME"; this.TXT_VAR_NAME.ReadOnly = true; this.TXT_VAR_NAME.Size = new System.Drawing.Size(230, 20); this.TXT_VAR_NAME.TabIndex = 0; this.TXT_VAR_NAME.Text = "Variable Name"; // // TXT_VAR_VALUE // this.TXT_VAR_VALUE.Location = new System.Drawing.Point(6, 45); this.TXT_VAR_VALUE.Name = "TXT_VAR_VALUE"; this.TXT_VAR_VALUE.Size = new System.Drawing.Size(230, 20); this.TXT_VAR_VALUE.TabIndex = 1; this.TXT_VAR_VALUE.Text = "VALUE"; // // DEBUG_SUB_SPLIT // this.DEBUG_SUB_SPLIT.Dock = System.Windows.Forms.DockStyle.Fill; this.DEBUG_SUB_SPLIT.Location = new System.Drawing.Point(0, 0); this.DEBUG_SUB_SPLIT.Name = "DEBUG_SUB_SPLIT"; this.DEBUG_SUB_SPLIT.Orientation = System.Windows.Forms.Orientation.Horizontal; // // DEBUG_SUB_SPLIT.Panel1 // this.DEBUG_SUB_SPLIT.Panel1.Controls.Add(this.DEBUG_TABCONTROL); // // DEBUG_SUB_SPLIT.Panel2 // this.DEBUG_SUB_SPLIT.Panel2.Controls.Add(this.DEBUG_RICHTEXT); this.DEBUG_SUB_SPLIT.Size = new System.Drawing.Size(261, 402); this.DEBUG_SUB_SPLIT.SplitterDistance = 161; this.DEBUG_SUB_SPLIT.TabIndex = 3; // // DEBUG_RICHTEXT // this.DEBUG_RICHTEXT.Dock = System.Windows.Forms.DockStyle.Fill; this.DEBUG_RICHTEXT.Location = new System.Drawing.Point(0, 0); this.DEBUG_RICHTEXT.Name = "DEBUG_RICHTEXT"; this.DEBUG_RICHTEXT.Size = new System.Drawing.Size(261, 237); this.DEBUG_RICHTEXT.TabIndex = 0; this.DEBUG_RICHTEXT.Text = ""; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(6, 45); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(230, 20); this.textBox1.TabIndex = 1; this.textBox1.Text = "VALUE"; // // textBox2 // this.textBox2.Location = new System.Drawing.Point(6, 19); this.textBox2.Name = "textBox2"; this.textBox2.ReadOnly = true; this.textBox2.Size = new System.Drawing.Size(230, 20); this.textBox2.TabIndex = 0; this.textBox2.Text = "Variable Name"; // // groupBox1 // this.groupBox1.Controls.Add(this.RADIO_DO_OFF); this.groupBox1.Controls.Add(this.RADIO_DO_ON); this.groupBox1.Controls.Add(this.TXT_DO_NAME); this.groupBox1.Location = new System.Drawing.Point(3, 3); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(242, 72); this.groupBox1.TabIndex = 1; this.groupBox1.TabStop = false; this.groupBox1.Text = "Name and Status"; // // TXT_DO_NAME // this.TXT_DO_NAME.Location = new System.Drawing.Point(6, 19); this.TXT_DO_NAME.Name = "TXT_DO_NAME"; this.TXT_DO_NAME.ReadOnly = true; this.TXT_DO_NAME.Size = new System.Drawing.Size(230, 20); this.TXT_DO_NAME.TabIndex = 0; this.TXT_DO_NAME.Text = "Variable Name"; // // groupBox2 // this.groupBox2.Controls.Add(this.TXT_AI_VALUE); this.groupBox2.Controls.Add(this.TXT_AI_NAME); this.groupBox2.Location = new System.Drawing.Point(3, 3); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(242, 72); this.groupBox2.TabIndex = 1; this.groupBox2.TabStop = false; this.groupBox2.Text = "Name and Value"; // // TXT_AI_VALUE // this.TXT_AI_VALUE.Location = new System.Drawing.Point(6, 45); this.TXT_AI_VALUE.Name = "TXT_AI_VALUE"; this.TXT_AI_VALUE.Size = new System.Drawing.Size(230, 20); this.TXT_AI_VALUE.TabIndex = 1; this.TXT_AI_VALUE.Text = "VALUE"; // // TXT_AI_NAME // this.TXT_AI_NAME.Location = new System.Drawing.Point(6, 19); this.TXT_AI_NAME.Name = "TXT_AI_NAME"; this.TXT_AI_NAME.ReadOnly = true; this.TXT_AI_NAME.Size = new System.Drawing.Size(230, 20); this.TXT_AI_NAME.TabIndex = 0; this.TXT_AI_NAME.Text = "Variable Name"; // // RADIO_DO_ON // this.RADIO_DO_ON.AutoSize = true; this.RADIO_DO_ON.Location = new System.Drawing.Point(6, 45); this.RADIO_DO_ON.Name = "RADIO_DO_ON"; this.RADIO_DO_ON.Size = new System.Drawing.Size(39, 17); this.RADIO_DO_ON.TabIndex = 1; this.RADIO_DO_ON.TabStop = true; this.RADIO_DO_ON.Text = "On"; this.RADIO_DO_ON.UseVisualStyleBackColor = true; // // RADIO_DO_OFF // this.RADIO_DO_OFF.AutoSize = true; this.RADIO_DO_OFF.Location = new System.Drawing.Point(51, 45); this.RADIO_DO_OFF.Name = "RADIO_DO_OFF"; this.RADIO_DO_OFF.Size = new System.Drawing.Size(39, 17); this.RADIO_DO_OFF.TabIndex = 2; this.RADIO_DO_OFF.TabStop = true; this.RADIO_DO_OFF.Text = "Off"; this.RADIO_DO_OFF.UseVisualStyleBackColor = true; // // groupBox4 // this.groupBox4.Controls.Add(this.RADIO_DI_OFF); this.groupBox4.Controls.Add(this.RADIO_DI_ON); this.groupBox4.Controls.Add(this.TXT_DI_NAME); this.groupBox4.Location = new System.Drawing.Point(3, 3); this.groupBox4.Name = "groupBox4"; this.groupBox4.Size = new System.Drawing.Size(242, 72); this.groupBox4.TabIndex = 2; this.groupBox4.TabStop = false; this.groupBox4.Text = "Name and Status"; // // RADIO_DI_OFF // this.RADIO_DI_OFF.AutoSize = true; this.RADIO_DI_OFF.Location = new System.Drawing.Point(51, 45); this.RADIO_DI_OFF.Name = "RADIO_DI_OFF"; this.RADIO_DI_OFF.Size = new System.Drawing.Size(39, 17); this.RADIO_DI_OFF.TabIndex = 2; this.RADIO_DI_OFF.TabStop = true; this.RADIO_DI_OFF.Text = "Off"; this.RADIO_DI_OFF.UseVisualStyleBackColor = true; // // RADIO_DI_ON // this.RADIO_DI_ON.AutoSize = true; this.RADIO_DI_ON.Location = new System.Drawing.Point(6, 45); this.RADIO_DI_ON.Name = "RADIO_DI_ON"; this.RADIO_DI_ON.Size = new System.Drawing.Size(39, 17); this.RADIO_DI_ON.TabIndex = 1; this.RADIO_DI_ON.TabStop = true; this.RADIO_DI_ON.Text = "On"; this.RADIO_DI_ON.UseVisualStyleBackColor = true; // // TXT_DI_NAME // this.TXT_DI_NAME.Location = new System.Drawing.Point(6, 19); this.TXT_DI_NAME.Name = "TXT_DI_NAME"; this.TXT_DI_NAME.ReadOnly = true; this.TXT_DI_NAME.Size = new System.Drawing.Size(230, 20); this.TXT_DI_NAME.TabIndex = 0; this.TXT_DI_NAME.Text = "Variable Name"; // // groupBox3 // this.groupBox3.Controls.Add(this.CHK_AI_AUTOAVERAGE); this.groupBox3.Location = new System.Drawing.Point(3, 81); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(107, 51); this.groupBox3.TabIndex = 2; this.groupBox3.TabStop = false; this.groupBox3.Text = "Options"; // // CHK_AI_AUTOAVERAGE // this.CHK_AI_AUTOAVERAGE.AutoSize = true; this.CHK_AI_AUTOAVERAGE.Location = new System.Drawing.Point(6, 19); this.CHK_AI_AUTOAVERAGE.Name = "CHK_AI_AUTOAVERAGE"; this.CHK_AI_AUTOAVERAGE.Size = new System.Drawing.Size(91, 17); this.CHK_AI_AUTOAVERAGE.TabIndex = 0; this.CHK_AI_AUTOAVERAGE.Text = "Auto Average"; this.CHK_AI_AUTOAVERAGE.UseVisualStyleBackColor = true; // // BTN_AI_SAVE // this.BTN_AI_SAVE.Location = new System.Drawing.Point(152, 109); this.BTN_AI_SAVE.Name = "BTN_AI_SAVE"; this.BTN_AI_SAVE.Size = new System.Drawing.Size(93, 23); this.BTN_AI_SAVE.TabIndex = 3; this.BTN_AI_SAVE.Text = "Save"; this.BTN_AI_SAVE.UseVisualStyleBackColor = true; this.BTN_AI_SAVE.Click += new System.EventHandler(this.BTN_AI_SAVE_Click); // // BTN_DI_SAVE // this.BTN_DI_SAVE.Location = new System.Drawing.Point(152, 109); this.BTN_DI_SAVE.Name = "BTN_DI_SAVE"; this.BTN_DI_SAVE.Size = new System.Drawing.Size(93, 23); this.BTN_DI_SAVE.TabIndex = 4; this.BTN_DI_SAVE.Text = "Save"; this.BTN_DI_SAVE.UseVisualStyleBackColor = true; this.BTN_DI_SAVE.Click += new System.EventHandler(this.BTN_DI_SAVE_Click); // // BTN_DO_SAVE // this.BTN_DO_SAVE.Location = new System.Drawing.Point(152, 109); this.BTN_DO_SAVE.Name = "BTN_DO_SAVE"; this.BTN_DO_SAVE.Size = new System.Drawing.Size(93, 23); this.BTN_DO_SAVE.TabIndex = 4; this.BTN_DO_SAVE.Text = "Save"; this.BTN_DO_SAVE.UseVisualStyleBackColor = true; this.BTN_DO_SAVE.Click += new System.EventHandler(this.BTN_DO_SAVE_Click); // // BTN_VAR_SAVE // this.BTN_VAR_SAVE.Location = new System.Drawing.Point(152, 109); this.BTN_VAR_SAVE.Name = "BTN_VAR_SAVE"; this.BTN_VAR_SAVE.Size = new System.Drawing.Size(93, 23); this.BTN_VAR_SAVE.TabIndex = 4; this.BTN_VAR_SAVE.Text = "Save"; this.BTN_VAR_SAVE.UseVisualStyleBackColor = true; this.BTN_VAR_SAVE.Click += new System.EventHandler(this.BTN_VAR_SAVE_Click); // // Debug // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(515, 425); this.Controls.Add(this.DEBUG_SPLIT); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow; this.Name = "Debug"; this.Text = "Debug"; this.DEBUG_SPLIT.Panel1.ResumeLayout(false); this.DEBUG_SPLIT.Panel2.ResumeLayout(false); this.DEBUG_SPLIT.ResumeLayout(false); this.DEBUG_TABCONTROL.ResumeLayout(false); this.DEBUG_TAB_DO.ResumeLayout(false); this.DEBUG_TAB_AI.ResumeLayout(false); this.DEBUG_TAB_DI.ResumeLayout(false); this.DEBUG_TAB_VARIABLE.ResumeLayout(false); this.GB_VAR_NAME.ResumeLayout(false); this.GB_VAR_NAME.PerformLayout(); this.DEBUG_SUB_SPLIT.Panel1.ResumeLayout(false); this.DEBUG_SUB_SPLIT.Panel2.ResumeLayout(false); this.DEBUG_SUB_SPLIT.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.groupBox4.ResumeLayout(false); this.groupBox4.PerformLayout(); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TreeView DebugTree; private System.Windows.Forms.Button BTN_UPDATE; private System.Windows.Forms.SplitContainer DEBUG_SPLIT; private System.Windows.Forms.TabControl DEBUG_TABCONTROL; private System.Windows.Forms.TabPage DEBUG_TAB_DO; private System.Windows.Forms.TabPage DEBUG_TAB_AI; private System.Windows.Forms.TabPage DEBUG_TAB_DI; private System.Windows.Forms.TabPage DEBUG_TAB_VARIABLE; private System.Windows.Forms.GroupBox GB_VAR_NAME; private System.Windows.Forms.TextBox TXT_VAR_VALUE; private System.Windows.Forms.TextBox TXT_VAR_NAME; private System.Windows.Forms.SplitContainer DEBUG_SUB_SPLIT; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.TextBox TXT_DO_NAME; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.TextBox TXT_AI_VALUE; private System.Windows.Forms.TextBox TXT_AI_NAME; private System.Windows.Forms.RichTextBox DEBUG_RICHTEXT; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.RadioButton RADIO_DO_OFF; private System.Windows.Forms.RadioButton RADIO_DO_ON; private System.Windows.Forms.GroupBox groupBox4; private System.Windows.Forms.RadioButton RADIO_DI_OFF; private System.Windows.Forms.RadioButton RADIO_DI_ON; private System.Windows.Forms.TextBox TXT_DI_NAME; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.CheckBox CHK_AI_AUTOAVERAGE; private System.Windows.Forms.Button BTN_VAR_SAVE; private System.Windows.Forms.Button BTN_DO_SAVE; private System.Windows.Forms.Button BTN_AI_SAVE; private System.Windows.Forms.Button BTN_DI_SAVE; } }