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.textBoxWatchdog = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.textBoxStatus = new System.Windows.Forms.TextBox(); this.btnPerformIO = new System.Windows.Forms.Button(); this.btnExit = new System.Windows.Forms.Button(); this.textBoxUpdate = new System.Windows.Forms.TextBox(); 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, 41); 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, 41); this.labelCardName.Name = "labelCardName"; this.labelCardName.Size = new System.Drawing.Size(28, 13); this.labelCardName.TabIndex = 2; this.labelCardName.Text = "card"; // // textBoxWatchdog // this.textBoxWatchdog.Location = new System.Drawing.Point(19, 311); this.textBoxWatchdog.Name = "textBoxWatchdog"; this.textBoxWatchdog.Size = new System.Drawing.Size(355, 20); this.textBoxWatchdog.TabIndex = 8; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(16, 78); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(40, 13); this.label8.TabIndex = 11; this.label8.Text = "Status:"; // // textBoxStatus // this.textBoxStatus.Location = new System.Drawing.Point(19, 104); this.textBoxStatus.Multiline = true; this.textBoxStatus.Name = "textBoxStatus"; this.textBoxStatus.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textBoxStatus.Size = new System.Drawing.Size(437, 156); this.textBoxStatus.TabIndex = 12; // // btnPerformIO // this.btnPerformIO.Location = new System.Drawing.Point(381, 281); this.btnPerformIO.Name = "btnPerformIO"; this.btnPerformIO.Size = new System.Drawing.Size(75, 23); this.btnPerformIO.TabIndex = 13; this.btnPerformIO.Text = "Test"; this.btnPerformIO.UseVisualStyleBackColor = true; this.btnPerformIO.Click += new System.EventHandler(this.btnPerformIO_Click); // // btnExit // this.btnExit.Location = new System.Drawing.Point(381, 310); this.btnExit.Name = "btnExit"; this.btnExit.Size = new System.Drawing.Size(75, 23); this.btnExit.TabIndex = 14; this.btnExit.Text = "Exit Program"; this.btnExit.UseVisualStyleBackColor = true; this.btnExit.Click += new System.EventHandler(this.btnExit_Click); // // textBoxUpdate // this.textBoxUpdate.Location = new System.Drawing.Point(19, 281); this.textBoxUpdate.Name = "textBoxUpdate"; this.textBoxUpdate.Size = new System.Drawing.Size(355, 20); this.textBoxUpdate.TabIndex = 9; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(474, 359); this.Controls.Add(this.btnExit); this.Controls.Add(this.btnPerformIO); this.Controls.Add(this.textBoxStatus); this.Controls.Add(this.label8); this.Controls.Add(this.textBoxUpdate); this.Controls.Add(this.textBoxWatchdog); 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.TextBox textBoxWatchdog; private System.Windows.Forms.Label label8; private System.Windows.Forms.TextBox textBoxStatus; private System.Windows.Forms.Button btnPerformIO; private System.Windows.Forms.Button btnExit; private System.Windows.Forms.TextBox textBoxUpdate; } }