namespace Adam6024
{
partial class Form1
{
///
/// 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.panelDI = new System.Windows.Forms.Panel();
this.txtDICh1 = new System.Windows.Forms.TextBox();
this.txtDICh0 = new System.Windows.Forms.TextBox();
this.btnCh1 = new System.Windows.Forms.Button();
this.btnCh0 = new System.Windows.Forms.Button();
this.label8 = new System.Windows.Forms.Label();
this.txtCurrentValue = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.txtCh5 = new System.Windows.Forms.TextBox();
this.txtCh4 = new System.Windows.Forms.TextBox();
this.txtCh3 = new System.Windows.Forms.TextBox();
this.txtCh2 = new System.Windows.Forms.TextBox();
this.txtCh1 = new System.Windows.Forms.TextBox();
this.txtCh0 = new System.Windows.Forms.TextBox();
this.chkboxCh5 = new System.Windows.Forms.CheckBox();
this.chkboxCh4 = new System.Windows.Forms.CheckBox();
this.chkboxCh3 = new System.Windows.Forms.CheckBox();
this.chkboxCh2 = new System.Windows.Forms.CheckBox();
this.chkboxCh1 = new System.Windows.Forms.CheckBox();
this.chkboxCh0 = new System.Windows.Forms.CheckBox();
this.panelDO = new System.Windows.Forms.Panel();
this.txtDOCh1 = new System.Windows.Forms.TextBox();
this.txtDOCh0 = new System.Windows.Forms.TextBox();
this.btnDOCh1 = new System.Windows.Forms.Button();
this.btnDOCh0 = new System.Windows.Forms.Button();
this.panelOutput = new System.Windows.Forms.Panel();
this.cbxAOChannel = new System.Windows.Forms.ComboBox();
this.label10 = new System.Windows.Forms.Label();
this.btnApplyOutput = new System.Windows.Forms.Button();
this.txtOutputValue = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.lblHigh = new System.Windows.Forms.Label();
this.lblLow = new System.Windows.Forms.Label();
this.trackBar1 = new System.Windows.Forms.TrackBar();
this.txtReadCount = new System.Windows.Forms.TextBox();
this.txtModule = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.buttonStart = new System.Windows.Forms.Button();
this.timer1 = new System.Windows.Forms.Timer();
this.panelDI.SuspendLayout();
this.panelDO.SuspendLayout();
this.panelOutput.SuspendLayout();
this.SuspendLayout();
//
// panelDI
//
this.panelDI.BackColor = System.Drawing.Color.SkyBlue;
this.panelDI.Controls.Add(this.txtDICh1);
this.panelDI.Controls.Add(this.txtDICh0);
this.panelDI.Controls.Add(this.btnCh1);
this.panelDI.Controls.Add(this.btnCh0);
this.panelDI.Location = new System.Drawing.Point(337, 267);
this.panelDI.Name = "panelDI";
this.panelDI.Size = new System.Drawing.Size(143, 115);
//
// txtDICh1
//
this.txtDICh1.Location = new System.Drawing.Point(84, 63);
this.txtDICh1.Name = "txtDICh1";
this.txtDICh1.Size = new System.Drawing.Size(56, 23);
this.txtDICh1.TabIndex = 3;
//
// txtDICh0
//
this.txtDICh0.Location = new System.Drawing.Point(84, 14);
this.txtDICh0.Name = "txtDICh0";
this.txtDICh0.Size = new System.Drawing.Size(56, 23);
this.txtDICh0.TabIndex = 2;
//
// btnCh1
//
this.btnCh1.Location = new System.Drawing.Point(3, 62);
this.btnCh1.Name = "btnCh1";
this.btnCh1.Size = new System.Drawing.Size(75, 23);
this.btnCh1.TabIndex = 1;
this.btnCh1.Text = "DI 1";
//
// btnCh0
//
this.btnCh0.Location = new System.Drawing.Point(3, 14);
this.btnCh0.Name = "btnCh0";
this.btnCh0.Size = new System.Drawing.Size(75, 23);
this.btnCh0.TabIndex = 0;
this.btnCh0.Text = "DI 0";
//
// label8
//
this.label8.Location = new System.Drawing.Point(3, 267);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(94, 18);
this.label8.Text = "Analog Iutput";
//
// txtCurrentValue
//
this.txtCurrentValue.Location = new System.Drawing.Point(93, 108);
this.txtCurrentValue.Name = "txtCurrentValue";
this.txtCurrentValue.ReadOnly = true;
this.txtCurrentValue.Size = new System.Drawing.Size(150, 23);
this.txtCurrentValue.TabIndex = 63;
//
// label4
//
this.label4.Location = new System.Drawing.Point(3, 111);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(94, 20);
this.label4.Text = "Current value:";
//
// label3
//
this.label3.Location = new System.Drawing.Point(3, 86);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(94, 19);
this.label3.Text = "Analog Output";
//
// txtCh5
//
this.txtCh5.Location = new System.Drawing.Point(264, 357);
this.txtCh5.Name = "txtCh5";
this.txtCh5.ReadOnly = true;
this.txtCh5.Size = new System.Drawing.Size(67, 23);
this.txtCh5.TabIndex = 62;
//
// txtCh4
//
this.txtCh4.Location = new System.Drawing.Point(264, 321);
this.txtCh4.Name = "txtCh4";
this.txtCh4.ReadOnly = true;
this.txtCh4.Size = new System.Drawing.Size(67, 23);
this.txtCh4.TabIndex = 61;
//
// txtCh3
//
this.txtCh3.Location = new System.Drawing.Point(264, 286);
this.txtCh3.Name = "txtCh3";
this.txtCh3.ReadOnly = true;
this.txtCh3.Size = new System.Drawing.Size(67, 23);
this.txtCh3.TabIndex = 60;
//
// txtCh2
//
this.txtCh2.Location = new System.Drawing.Point(98, 355);
this.txtCh2.Name = "txtCh2";
this.txtCh2.ReadOnly = true;
this.txtCh2.Size = new System.Drawing.Size(67, 23);
this.txtCh2.TabIndex = 59;
//
// txtCh1
//
this.txtCh1.Location = new System.Drawing.Point(98, 322);
this.txtCh1.Name = "txtCh1";
this.txtCh1.ReadOnly = true;
this.txtCh1.Size = new System.Drawing.Size(67, 23);
this.txtCh1.TabIndex = 58;
//
// txtCh0
//
this.txtCh0.Location = new System.Drawing.Point(98, 286);
this.txtCh0.Name = "txtCh0";
this.txtCh0.ReadOnly = true;
this.txtCh0.Size = new System.Drawing.Size(67, 23);
this.txtCh0.TabIndex = 57;
//
// chkboxCh5
//
this.chkboxCh5.Enabled = false;
this.chkboxCh5.Location = new System.Drawing.Point(171, 359);
this.chkboxCh5.Name = "chkboxCh5";
this.chkboxCh5.Size = new System.Drawing.Size(104, 19);
this.chkboxCh5.TabIndex = 56;
this.chkboxCh5.Text = "AI-5 value:";
//
// chkboxCh4
//
this.chkboxCh4.Enabled = false;
this.chkboxCh4.Location = new System.Drawing.Point(171, 323);
this.chkboxCh4.Name = "chkboxCh4";
this.chkboxCh4.Size = new System.Drawing.Size(104, 21);
this.chkboxCh4.TabIndex = 55;
this.chkboxCh4.Text = "AI-4 value:";
//
// chkboxCh3
//
this.chkboxCh3.Enabled = false;
this.chkboxCh3.Location = new System.Drawing.Point(171, 288);
this.chkboxCh3.Name = "chkboxCh3";
this.chkboxCh3.Size = new System.Drawing.Size(104, 21);
this.chkboxCh3.TabIndex = 54;
this.chkboxCh3.Text = "AI-3 value:";
//
// chkboxCh2
//
this.chkboxCh2.Enabled = false;
this.chkboxCh2.Location = new System.Drawing.Point(5, 357);
this.chkboxCh2.Name = "chkboxCh2";
this.chkboxCh2.Size = new System.Drawing.Size(92, 23);
this.chkboxCh2.TabIndex = 53;
this.chkboxCh2.Text = "AI-2 value:";
//
// chkboxCh1
//
this.chkboxCh1.Enabled = false;
this.chkboxCh1.Location = new System.Drawing.Point(5, 324);
this.chkboxCh1.Name = "chkboxCh1";
this.chkboxCh1.Size = new System.Drawing.Size(103, 20);
this.chkboxCh1.TabIndex = 52;
this.chkboxCh1.Text = "AI-1 value:";
//
// chkboxCh0
//
this.chkboxCh0.Enabled = false;
this.chkboxCh0.Location = new System.Drawing.Point(5, 288);
this.chkboxCh0.Name = "chkboxCh0";
this.chkboxCh0.Size = new System.Drawing.Size(103, 21);
this.chkboxCh0.TabIndex = 51;
this.chkboxCh0.Text = "AI-0 value:";
//
// panelDO
//
this.panelDO.BackColor = System.Drawing.Color.SkyBlue;
this.panelDO.Controls.Add(this.txtDOCh1);
this.panelDO.Controls.Add(this.txtDOCh0);
this.panelDO.Controls.Add(this.btnDOCh1);
this.panelDO.Controls.Add(this.btnDOCh0);
this.panelDO.Location = new System.Drawing.Point(337, 137);
this.panelDO.Name = "panelDO";
this.panelDO.Size = new System.Drawing.Size(143, 115);
//
// txtDOCh1
//
this.txtDOCh1.Location = new System.Drawing.Point(84, 63);
this.txtDOCh1.Name = "txtDOCh1";
this.txtDOCh1.Size = new System.Drawing.Size(56, 23);
this.txtDOCh1.TabIndex = 3;
//
// txtDOCh0
//
this.txtDOCh0.Location = new System.Drawing.Point(84, 14);
this.txtDOCh0.Name = "txtDOCh0";
this.txtDOCh0.Size = new System.Drawing.Size(56, 23);
this.txtDOCh0.TabIndex = 2;
//
// btnDOCh1
//
this.btnDOCh1.Location = new System.Drawing.Point(3, 62);
this.btnDOCh1.Name = "btnDOCh1";
this.btnDOCh1.Size = new System.Drawing.Size(75, 23);
this.btnDOCh1.TabIndex = 1;
this.btnDOCh1.Text = "DO 1";
this.btnDOCh1.Click += new System.EventHandler(this.btnDOCh1_Click);
//
// btnDOCh0
//
this.btnDOCh0.Location = new System.Drawing.Point(3, 14);
this.btnDOCh0.Name = "btnDOCh0";
this.btnDOCh0.Size = new System.Drawing.Size(75, 23);
this.btnDOCh0.TabIndex = 0;
this.btnDOCh0.Text = "DO 0";
this.btnDOCh0.Click += new System.EventHandler(this.btnDOCh0_Click);
//
// panelOutput
//
this.panelOutput.BackColor = System.Drawing.Color.SkyBlue;
this.panelOutput.Controls.Add(this.cbxAOChannel);
this.panelOutput.Controls.Add(this.label10);
this.panelOutput.Controls.Add(this.btnApplyOutput);
this.panelOutput.Controls.Add(this.txtOutputValue);
this.panelOutput.Controls.Add(this.label7);
this.panelOutput.Controls.Add(this.lblHigh);
this.panelOutput.Controls.Add(this.lblLow);
this.panelOutput.Controls.Add(this.trackBar1);
this.panelOutput.Location = new System.Drawing.Point(5, 137);
this.panelOutput.Name = "panelOutput";
this.panelOutput.Size = new System.Drawing.Size(326, 115);
//
// cbxAOChannel
//
this.cbxAOChannel.Location = new System.Drawing.Point(117, 59);
this.cbxAOChannel.Name = "cbxAOChannel";
this.cbxAOChannel.Size = new System.Drawing.Size(97, 23);
this.cbxAOChannel.TabIndex = 9;
this.cbxAOChannel.SelectedIndexChanged += new System.EventHandler(this.cbxAOChannel_SelectedIndexChanged);
//
// label10
//
this.label10.Location = new System.Drawing.Point(12, 62);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(102, 20);
this.label10.Text = "Channel index:";
//
// btnApplyOutput
//
this.btnApplyOutput.Location = new System.Drawing.Point(224, 83);
this.btnApplyOutput.Name = "btnApplyOutput";
this.btnApplyOutput.Size = new System.Drawing.Size(93, 23);
this.btnApplyOutput.TabIndex = 5;
this.btnApplyOutput.Text = "Apply output";
this.btnApplyOutput.Click += new System.EventHandler(this.btnApplyOutput_Click);
//
// txtOutputValue
//
this.txtOutputValue.Location = new System.Drawing.Point(117, 85);
this.txtOutputValue.Name = "txtOutputValue";
this.txtOutputValue.ReadOnly = true;
this.txtOutputValue.Size = new System.Drawing.Size(97, 23);
this.txtOutputValue.TabIndex = 4;
//
// label7
//
this.label7.Location = new System.Drawing.Point(12, 88);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(113, 18);
this.label7.Text = "Value to output:";
//
// lblHigh
//
this.lblHigh.Location = new System.Drawing.Point(174, 36);
this.lblHigh.Name = "lblHigh";
this.lblHigh.Size = new System.Drawing.Size(33, 20);
this.lblHigh.Text = "High";
//
// lblLow
//
this.lblLow.Location = new System.Drawing.Point(12, 36);
this.lblLow.Name = "lblLow";
this.lblLow.Size = new System.Drawing.Size(29, 26);
this.lblLow.Text = "Low";
//
// trackBar1
//
this.trackBar1.LargeChange = 16;
this.trackBar1.Location = new System.Drawing.Point(3, 3);
this.trackBar1.Maximum = 4095;
this.trackBar1.Name = "trackBar1";
this.trackBar1.Size = new System.Drawing.Size(204, 45);
this.trackBar1.TabIndex = 0;
this.trackBar1.ValueChanged += new System.EventHandler(this.trackBar1_ValueChanged);
//
// txtReadCount
//
this.txtReadCount.Location = new System.Drawing.Point(93, 40);
this.txtReadCount.Name = "txtReadCount";
this.txtReadCount.ReadOnly = true;
this.txtReadCount.Size = new System.Drawing.Size(150, 23);
this.txtReadCount.TabIndex = 49;
this.txtReadCount.Text = "0";
//
// txtModule
//
this.txtModule.Location = new System.Drawing.Point(93, 6);
this.txtModule.Name = "txtModule";
this.txtModule.Size = new System.Drawing.Size(150, 23);
this.txtModule.TabIndex = 48;
//
// label2
//
this.label2.Location = new System.Drawing.Point(3, 43);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(84, 20);
this.label2.Text = "Read count:";
//
// label1
//
this.label1.Location = new System.Drawing.Point(3, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(94, 20);
this.label1.Text = "Module name:";
//
// buttonStart
//
this.buttonStart.Location = new System.Drawing.Point(405, 12);
this.buttonStart.Name = "buttonStart";
this.buttonStart.Size = new System.Drawing.Size(75, 23);
this.buttonStart.TabIndex = 50;
this.buttonStart.Text = "Start";
this.buttonStart.Click += new System.EventHandler(this.buttonStart_Click);
//
// timer1
//
this.timer1.Interval = 500;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(485, 387);
this.Controls.Add(this.panelDI);
this.Controls.Add(this.label8);
this.Controls.Add(this.txtCurrentValue);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.txtCh5);
this.Controls.Add(this.txtCh4);
this.Controls.Add(this.txtCh3);
this.Controls.Add(this.txtCh2);
this.Controls.Add(this.txtCh1);
this.Controls.Add(this.txtCh0);
this.Controls.Add(this.chkboxCh5);
this.Controls.Add(this.chkboxCh4);
this.Controls.Add(this.chkboxCh3);
this.Controls.Add(this.chkboxCh2);
this.Controls.Add(this.chkboxCh1);
this.Controls.Add(this.chkboxCh0);
this.Controls.Add(this.panelDO);
this.Controls.Add(this.panelOutput);
this.Controls.Add(this.txtReadCount);
this.Controls.Add(this.txtModule);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.buttonStart);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Form1";
this.Text = "Adam6024 Sample Program (C#)";
this.Closing += new System.ComponentModel.CancelEventHandler(this.Form1_Closing);
this.panelDI.ResumeLayout(false);
this.panelDO.ResumeLayout(false);
this.panelOutput.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panelDI;
private System.Windows.Forms.TextBox txtDICh1;
private System.Windows.Forms.TextBox txtDICh0;
private System.Windows.Forms.Button btnCh1;
private System.Windows.Forms.Button btnCh0;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox txtCurrentValue;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtCh5;
private System.Windows.Forms.TextBox txtCh4;
private System.Windows.Forms.TextBox txtCh3;
private System.Windows.Forms.TextBox txtCh2;
private System.Windows.Forms.TextBox txtCh1;
private System.Windows.Forms.TextBox txtCh0;
private System.Windows.Forms.CheckBox chkboxCh5;
private System.Windows.Forms.CheckBox chkboxCh4;
private System.Windows.Forms.CheckBox chkboxCh3;
private System.Windows.Forms.CheckBox chkboxCh2;
private System.Windows.Forms.CheckBox chkboxCh1;
private System.Windows.Forms.CheckBox chkboxCh0;
private System.Windows.Forms.Panel panelDO;
private System.Windows.Forms.TextBox txtDOCh1;
private System.Windows.Forms.TextBox txtDOCh0;
private System.Windows.Forms.Button btnDOCh1;
private System.Windows.Forms.Button btnDOCh0;
private System.Windows.Forms.Panel panelOutput;
private System.Windows.Forms.ComboBox cbxAOChannel;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Button btnApplyOutput;
private System.Windows.Forms.TextBox txtOutputValue;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label lblHigh;
private System.Windows.Forms.Label lblLow;
private System.Windows.Forms.TrackBar trackBar1;
private System.Windows.Forms.TextBox txtReadCount;
private System.Windows.Forms.TextBox txtModule;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button buttonStart;
private System.Windows.Forms.Timer timer1;
}
}