namespace Aitex.Core.Backend
{
partial class IoDataView
{
///
/// 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 Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.rbtAO = new System.Windows.Forms.RadioButton();
this.rbtAI = new System.Windows.Forms.RadioButton();
this.rbtDO = new System.Windows.Forms.RadioButton();
this.rbtDI = new System.Windows.Forms.RadioButton();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.SuspendLayout();
//
// splitContainer1
//
this.splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
this.splitContainer1.IsSplitterFixed = true;
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
this.splitContainer1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.splitContainer1.Name = "splitContainer1";
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.splitContainer1.Panel1.Controls.Add(this.rbtAO);
this.splitContainer1.Panel1.Controls.Add(this.rbtAI);
this.splitContainer1.Panel1.Controls.Add(this.rbtDO);
this.splitContainer1.Panel1.Controls.Add(this.rbtDI);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.BackColor = System.Drawing.Color.White;
this.splitContainer1.Size = new System.Drawing.Size(1800, 1088);
this.splitContainer1.SplitterDistance = 25;
this.splitContainer1.SplitterWidth = 2;
this.splitContainer1.TabIndex = 1;
//
// rbtAO
//
this.rbtAO.Appearance = System.Windows.Forms.Appearance.Button;
this.rbtAO.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.rbtAO.Font = new System.Drawing.Font("Arial,SimSun", 8F);
this.rbtAO.Location = new System.Drawing.Point(339, 0);
this.rbtAO.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.rbtAO.Name = "rbtAO";
this.rbtAO.Size = new System.Drawing.Size(105, 34);
this.rbtAO.TabIndex = 1;
this.rbtAO.TabStop = true;
this.rbtAO.Text = "AO";
this.rbtAO.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.rbtAO.UseVisualStyleBackColor = false;
this.rbtAO.CheckedChanged += new System.EventHandler(this.rbtBath_CheckedChanged);
//
// rbtAI
//
this.rbtAI.Appearance = System.Windows.Forms.Appearance.Button;
this.rbtAI.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.rbtAI.Font = new System.Drawing.Font("Arial,SimSun", 8F);
this.rbtAI.Location = new System.Drawing.Point(226, 0);
this.rbtAI.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.rbtAI.Name = "rbtAI";
this.rbtAI.Size = new System.Drawing.Size(105, 34);
this.rbtAI.TabIndex = 3;
this.rbtAI.TabStop = true;
this.rbtAI.Text = "AI";
this.rbtAI.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.rbtAI.UseVisualStyleBackColor = false;
this.rbtAI.CheckedChanged += new System.EventHandler(this.rbtBath_CheckedChanged);
//
// rbtDO
//
this.rbtDO.Appearance = System.Windows.Forms.Appearance.Button;
this.rbtDO.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.rbtDO.Font = new System.Drawing.Font("Arial,SimSun", 8F);
this.rbtDO.Location = new System.Drawing.Point(114, 0);
this.rbtDO.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.rbtDO.Name = "rbtDO";
this.rbtDO.Size = new System.Drawing.Size(105, 34);
this.rbtDO.TabIndex = 5;
this.rbtDO.TabStop = true;
this.rbtDO.Tag = "";
this.rbtDO.Text = "DO";
this.rbtDO.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.rbtDO.UseVisualStyleBackColor = false;
this.rbtDO.CheckedChanged += new System.EventHandler(this.rbtBath_CheckedChanged);
//
// rbtDI
//
this.rbtDI.Appearance = System.Windows.Forms.Appearance.Button;
this.rbtDI.BackColor = System.Drawing.Color.Green;
this.rbtDI.Checked = true;
this.rbtDI.Font = new System.Drawing.Font("Arial,SimSun", 8F);
this.rbtDI.Location = new System.Drawing.Point(2, 0);
this.rbtDI.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.rbtDI.Name = "rbtDI";
this.rbtDI.Size = new System.Drawing.Size(105, 34);
this.rbtDI.TabIndex = 4;
this.rbtDI.TabStop = true;
this.rbtDI.Tag = "";
this.rbtDI.Text = "DI";
this.rbtDI.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.rbtDI.UseVisualStyleBackColor = false;
this.rbtDI.CheckedChanged += new System.EventHandler(this.rbtBath_CheckedChanged);
//
// IoDataView
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.splitContainer1);
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.Name = "IoDataView";
this.Size = new System.Drawing.Size(1800, 1088);
this.splitContainer1.Panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.RadioButton rbtAO;
private System.Windows.Forms.RadioButton rbtAI;
private System.Windows.Forms.RadioButton rbtDO;
private System.Windows.Forms.RadioButton rbtDI;
}
}