namespace DIO { 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.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.labelCardName = new System.Windows.Forms.Label(); this.btnExit = new System.Windows.Forms.Button(); this.checkBox1 = new System.Windows.Forms.CheckBox(); this.checkBox2 = new System.Windows.Forms.CheckBox(); this.checkBox3 = new System.Windows.Forms.CheckBox(); this.checkBox4 = new System.Windows.Forms.CheckBox(); this.checkBox5 = new System.Windows.Forms.CheckBox(); this.checkBox6 = new System.Windows.Forms.CheckBox(); this.checkBox7 = new System.Windows.Forms.CheckBox(); this.checkBox8 = new System.Windows.Forms.CheckBox(); this.label3 = new System.Windows.Forms.Label(); this.lblTemperature = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.lblBase4 = new System.Windows.Forms.Label(); this.lblBase5 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.btnTest = new System.Windows.Forms.Button(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(152, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(136, 13); this.label1.TabIndex = 0; this.label1.Text = "Windows PCIWDG Sample"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(46, 29); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(63, 13); this.label2.TabIndex = 1; this.label2.Text = "Card Name:"; // // labelCardName // this.labelCardName.AutoSize = true; this.labelCardName.Location = new System.Drawing.Point(114, 29); this.labelCardName.Name = "labelCardName"; this.labelCardName.Size = new System.Drawing.Size(28, 13); this.labelCardName.TabIndex = 2; this.labelCardName.Text = "card"; // // btnExit // this.btnExit.Location = new System.Drawing.Point(381, 354); this.btnExit.Name = "btnExit"; this.btnExit.Size = new System.Drawing.Size(75, 23); this.btnExit.TabIndex = 14; this.btnExit.Text = "E&xit Program"; this.btnExit.UseVisualStyleBackColor = true; this.btnExit.Click += new System.EventHandler(this.btnExit_Click); // // checkBox1 // this.checkBox1.AutoSize = true; this.checkBox1.Location = new System.Drawing.Point(30, 121); this.checkBox1.Name = "checkBox1"; this.checkBox1.Size = new System.Drawing.Size(212, 17); this.checkBox1.TabIndex = 15; this.checkBox1.Text = "When unchecked, CTR1 has timed out"; this.checkBox1.UseVisualStyleBackColor = true; // // checkBox2 // this.checkBox2.AutoSize = true; this.checkBox2.Location = new System.Drawing.Point(30, 144); this.checkBox2.Name = "checkBox2"; this.checkBox2.Size = new System.Drawing.Size(290, 17); this.checkBox2.TabIndex = 16; this.checkBox2.Text = "When unchecked, temperature is too high (OPTION 2)"; this.checkBox2.UseVisualStyleBackColor = true; // // checkBox3 // this.checkBox3.AutoSize = true; this.checkBox3.Location = new System.Drawing.Point(29, 168); this.checkBox3.Name = "checkBox3"; this.checkBox3.Size = new System.Drawing.Size(290, 17); this.checkBox3.TabIndex = 17; this.checkBox3.Text = "Isolated digital input #0 (OPTION 4)"; this.checkBox3.UseVisualStyleBackColor = true; // // checkBox4 // this.checkBox4.AutoSize = true; this.checkBox4.Location = new System.Drawing.Point(29, 191); this.checkBox4.Name = "checkBox4"; this.checkBox4.Size = new System.Drawing.Size(290, 17); this.checkBox4.TabIndex = 18; this.checkBox4.Text = "Isolated digital input #1 (OPTION 4)"; this.checkBox4.UseVisualStyleBackColor = true; // // checkBox5 // this.checkBox5.AutoSize = true; this.checkBox5.Location = new System.Drawing.Point(29, 214); this.checkBox5.Name = "checkBox5"; this.checkBox5.Size = new System.Drawing.Size(290, 17); this.checkBox5.TabIndex = 19; this.checkBox5.Text = "When checked, fan speed is okay (OPTION 4)"; this.checkBox5.UseVisualStyleBackColor = true; // // checkBox6 // this.checkBox6.AutoSize = true; this.checkBox6.Location = new System.Drawing.Point(29, 237); this.checkBox6.Name = "checkBox6"; this.checkBox6.Size = new System.Drawing.Size(290, 17); this.checkBox6.TabIndex = 20; this.checkBox6.Text = "When unchecked, voltage is too high (OPTION 1)"; this.checkBox6.UseVisualStyleBackColor = true; // // checkBox7 // this.checkBox7.AutoSize = true; this.checkBox7.Location = new System.Drawing.Point(29, 260); this.checkBox7.Name = "checkBox7"; this.checkBox7.Size = new System.Drawing.Size(289, 17); this.checkBox7.TabIndex = 21; this.checkBox7.Text = "When unchecked, voltage is too low (OPTION 1)"; this.checkBox7.UseVisualStyleBackColor = true; // // checkBox8 // this.checkBox8.AutoSize = true; this.checkBox8.Location = new System.Drawing.Point(30, 283); this.checkBox8.Name = "checkBox8"; this.checkBox8.Size = new System.Drawing.Size(201, 17); this.checkBox8.TabIndex = 22; this.checkBox8.Text = "When checked, an INT has occured"; this.checkBox8.UseVisualStyleBackColor = true; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(27, 316); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(62, 13); this.label3.TabIndex = 23; this.label3.Text = "Teperature:"; // // lblTemperature // this.lblTemperature.AutoSize = true; this.lblTemperature.Location = new System.Drawing.Point(96, 316); this.lblTemperature.Name = "lblTemperature"; this.lblTemperature.Size = new System.Drawing.Size(34, 13); this.lblTemperature.TabIndex = 24; this.lblTemperature.Text = "00.00"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(155, 316); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(100, 13); this.label5.TabIndex = 25; this.label5.Text = "Degrees Fahrenheit"; // // lblBase4 // this.lblBase4.AutoSize = true; this.lblBase4.Location = new System.Drawing.Point(345, 237); this.lblBase4.Name = "lblBase4"; this.lblBase4.Size = new System.Drawing.Size(31, 13); this.lblBase4.TabIndex = 26; this.lblBase4.Text = "0000"; // // lblBase5 // this.lblBase5.AutoSize = true; this.lblBase5.Location = new System.Drawing.Point(345, 260); this.lblBase5.Name = "lblBase5"; this.lblBase5.Size = new System.Drawing.Size(31, 13); this.lblBase5.TabIndex = 27; this.lblBase5.Text = "0000"; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(27, 57); this.label9.MaximumSize = new System.Drawing.Size(400, 0); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(400, 39); this.label9.TabIndex = 28; this.label9.Text = "This program demonstrates how to read the Control Register and Temperature at Bas" + "e + 4 and Base + 5 respectively. Note that some functions require options to be " + "installed."; // // btnTest // this.btnTest.Location = new System.Drawing.Point(381, 316); this.btnTest.Name = "btnTest"; this.btnTest.Size = new System.Drawing.Size(75, 23); this.btnTest.TabIndex = 29; this.btnTest.Text = "&Test"; this.btnTest.UseVisualStyleBackColor = true; this.btnTest.Click += new System.EventHandler(this.btnTest_Click); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(474, 395); this.Controls.Add(this.btnTest); this.Controls.Add(this.label9); this.Controls.Add(this.lblBase5); this.Controls.Add(this.lblBase4); this.Controls.Add(this.label5); this.Controls.Add(this.lblTemperature); this.Controls.Add(this.label3); this.Controls.Add(this.checkBox8); this.Controls.Add(this.checkBox7); this.Controls.Add(this.checkBox6); this.Controls.Add(this.checkBox5); this.Controls.Add(this.checkBox4); this.Controls.Add(this.checkBox3); this.Controls.Add(this.checkBox2); this.Controls.Add(this.checkBox1); this.Controls.Add(this.btnExit); this.Controls.Add(this.labelCardName); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Name = "Form1"; this.Text = "PCIWDG Sample"; this.Load += new System.EventHandler(this.Form1_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label labelCardName; private System.Windows.Forms.Button btnExit; private System.Windows.Forms.CheckBox checkBox1; private System.Windows.Forms.CheckBox checkBox2; private System.Windows.Forms.CheckBox checkBox3; private System.Windows.Forms.CheckBox checkBox4; private System.Windows.Forms.CheckBox checkBox5; private System.Windows.Forms.CheckBox checkBox6; private System.Windows.Forms.CheckBox checkBox7; private System.Windows.Forms.CheckBox checkBox8; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label lblTemperature; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label lblBase4; private System.Windows.Forms.Label lblBase5; private System.Windows.Forms.Label label9; private System.Windows.Forms.Button btnTest; } }