namespace WDMSample { 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.textBoxMessage = new System.Windows.Forms.TextBox(); this.btnExit = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.groupBoxWDG = new System.Windows.Forms.GroupBox(); this.labelStatus = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.labelTemperature = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.checkBoxDisableWDGTimer = new System.Windows.Forms.CheckBox(); this.radioDoNotRestart = new System.Windows.Forms.RadioButton(); this.radioSoft = new System.Windows.Forms.RadioButton(); this.radioMostlySoft = new System.Windows.Forms.RadioButton(); this.btnReboot = new System.Windows.Forms.Button(); this.btnReadStatus = new System.Windows.Forms.Button(); this.btnReadTemp = new System.Windows.Forms.Button(); this.btnCancelWDGTiming = new System.Windows.Forms.Button(); this.btnTestWDGTiming = new System.Windows.Forms.Button(); this.btnHandleWDGIRQ = new System.Windows.Forms.Button(); this.CardLabel = new System.Windows.Forms.Label(); this.groupBoxWDG.SuspendLayout(); this.SuspendLayout(); // // textBoxMessage // this.textBoxMessage.Location = new System.Drawing.Point(207, 61); this.textBoxMessage.Multiline = true; this.textBoxMessage.Name = "textBoxMessage"; this.textBoxMessage.ReadOnly = true; this.textBoxMessage.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textBoxMessage.Size = new System.Drawing.Size(224, 343); this.textBoxMessage.TabIndex = 1; // // btnExit // this.btnExit.Location = new System.Drawing.Point(356, 417); this.btnExit.Name = "btnExit"; this.btnExit.Size = new System.Drawing.Size(75, 23); this.btnExit.TabIndex = 5; this.btnExit.Text = "Exit"; this.btnExit.UseVisualStyleBackColor = true; this.btnExit.Click += new System.EventHandler(this.btnExit_Click); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(19, 23); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(63, 13); this.label2.TabIndex = 11; this.label2.Text = "Card Name:"; // // groupBoxWDG // this.groupBoxWDG.Controls.Add(this.labelStatus); this.groupBoxWDG.Controls.Add(this.label5); this.groupBoxWDG.Controls.Add(this.labelTemperature); this.groupBoxWDG.Controls.Add(this.label4); this.groupBoxWDG.Controls.Add(this.checkBoxDisableWDGTimer); this.groupBoxWDG.Controls.Add(this.radioDoNotRestart); this.groupBoxWDG.Controls.Add(this.radioSoft); this.groupBoxWDG.Controls.Add(this.radioMostlySoft); this.groupBoxWDG.Controls.Add(this.btnReboot); this.groupBoxWDG.Controls.Add(this.btnReadStatus); this.groupBoxWDG.Controls.Add(this.btnReadTemp); this.groupBoxWDG.Controls.Add(this.btnCancelWDGTiming); this.groupBoxWDG.Controls.Add(this.btnTestWDGTiming); this.groupBoxWDG.Controls.Add(this.btnHandleWDGIRQ); this.groupBoxWDG.Location = new System.Drawing.Point(22, 56); this.groupBoxWDG.Name = "groupBoxWDG"; this.groupBoxWDG.Size = new System.Drawing.Size(171, 384); this.groupBoxWDG.TabIndex = 13; this.groupBoxWDG.TabStop = false; this.groupBoxWDG.Text = "Watchdog"; // // labelStatus // this.labelStatus.AutoSize = true; this.labelStatus.Location = new System.Drawing.Point(90, 305); this.labelStatus.Name = "labelStatus"; this.labelStatus.Size = new System.Drawing.Size(34, 13); this.labelStatus.TabIndex = 13; this.labelStatus.Text = "00.00"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(23, 305); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(40, 13); this.label5.TabIndex = 12; this.label5.Text = "Status:"; // // labelTemperature // this.labelTemperature.AutoSize = true; this.labelTemperature.Location = new System.Drawing.Point(90, 259); this.labelTemperature.Name = "labelTemperature"; this.labelTemperature.Size = new System.Drawing.Size(34, 13); this.labelTemperature.TabIndex = 11; this.labelTemperature.Text = "00.00"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(23, 259); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(65, 13); this.label4.TabIndex = 10; this.label4.Text = "Temperstire:"; // // checkBoxDisableWDGTimer // this.checkBoxDisableWDGTimer.AutoSize = true; this.checkBoxDisableWDGTimer.Checked = true; this.checkBoxDisableWDGTimer.CheckState = System.Windows.Forms.CheckState.Checked; this.checkBoxDisableWDGTimer.Location = new System.Drawing.Point(17, 116); this.checkBoxDisableWDGTimer.Name = "checkBoxDisableWDGTimer"; this.checkBoxDisableWDGTimer.Size = new System.Drawing.Size(143, 17); this.checkBoxDisableWDGTimer.TabIndex = 9; this.checkBoxDisableWDGTimer.Text = "Disable Watchdog Timer"; this.checkBoxDisableWDGTimer.UseVisualStyleBackColor = true; // // radioDoNotRestart // this.radioDoNotRestart.AutoSize = true; this.radioDoNotRestart.Checked = true; this.radioDoNotRestart.Location = new System.Drawing.Point(17, 96); this.radioDoNotRestart.Name = "radioDoNotRestart"; this.radioDoNotRestart.Size = new System.Drawing.Size(96, 17); this.radioDoNotRestart.TabIndex = 8; this.radioDoNotRestart.TabStop = true; this.radioDoNotRestart.Text = "Do Not Restart"; this.radioDoNotRestart.UseVisualStyleBackColor = true; // // radioSoft // this.radioSoft.AutoSize = true; this.radioSoft.Location = new System.Drawing.Point(17, 76); this.radioSoft.Name = "radioSoft"; this.radioSoft.Size = new System.Drawing.Size(91, 17); this.radioSoft.TabIndex = 7; this.radioSoft.TabStop = true; this.radioSoft.Text = "\"Soft\" Restart"; this.radioSoft.UseVisualStyleBackColor = true; // // radioMostlySoft // this.radioMostlySoft.AutoSize = true; this.radioMostlySoft.Location = new System.Drawing.Point(17, 56); this.radioMostlySoft.Name = "radioMostlySoft"; this.radioMostlySoft.Size = new System.Drawing.Size(124, 17); this.radioMostlySoft.TabIndex = 6; this.radioMostlySoft.TabStop = true; this.radioMostlySoft.Text = "\"Mostly Soft\" Restart"; this.radioMostlySoft.UseVisualStyleBackColor = true; // // btnReboot // this.btnReboot.Location = new System.Drawing.Point(17, 325); this.btnReboot.Name = "btnReboot"; this.btnReboot.Size = new System.Drawing.Size(129, 23); this.btnReboot.TabIndex = 5; this.btnReboot.Text = "Reboot"; this.btnReboot.UseVisualStyleBackColor = true; this.btnReboot.Click += new System.EventHandler(this.btnReboot_Click); // // btnReadStatus // this.btnReadStatus.Location = new System.Drawing.Point(17, 279); this.btnReadStatus.Name = "btnReadStatus"; this.btnReadStatus.Size = new System.Drawing.Size(129, 23); this.btnReadStatus.TabIndex = 4; this.btnReadStatus.Text = "Read Status"; this.btnReadStatus.UseVisualStyleBackColor = true; this.btnReadStatus.Click += new System.EventHandler(this.btnReadStatus_Click); // // btnReadTemp // this.btnReadTemp.Location = new System.Drawing.Point(17, 228); this.btnReadTemp.Name = "btnReadTemp"; this.btnReadTemp.Size = new System.Drawing.Size(129, 23); this.btnReadTemp.TabIndex = 3; this.btnReadTemp.Text = "Read Temperature"; this.btnReadTemp.UseVisualStyleBackColor = true; this.btnReadTemp.Click += new System.EventHandler(this.btnReadTemp_Click); // // btnCancelWDGTiming // this.btnCancelWDGTiming.Location = new System.Drawing.Point(17, 185); this.btnCancelWDGTiming.Name = "btnCancelWDGTiming"; this.btnCancelWDGTiming.Size = new System.Drawing.Size(129, 23); this.btnCancelWDGTiming.TabIndex = 2; this.btnCancelWDGTiming.Text = "Cancel Watchdog Timing"; this.btnCancelWDGTiming.UseVisualStyleBackColor = true; this.btnCancelWDGTiming.Click += new System.EventHandler(this.btnCancelWDGTiming_Click); // // btnTestWDGTiming // this.btnTestWDGTiming.Location = new System.Drawing.Point(17, 150); this.btnTestWDGTiming.Name = "btnTestWDGTiming"; this.btnTestWDGTiming.Size = new System.Drawing.Size(129, 23); this.btnTestWDGTiming.TabIndex = 1; this.btnTestWDGTiming.Text = "Test Watchdog Timing"; this.btnTestWDGTiming.UseVisualStyleBackColor = true; this.btnTestWDGTiming.Click += new System.EventHandler(this.btnTestWDGTiming_Click); // // btnHandleWDGIRQ // this.btnHandleWDGIRQ.Location = new System.Drawing.Point(17, 26); this.btnHandleWDGIRQ.Name = "btnHandleWDGIRQ"; this.btnHandleWDGIRQ.Size = new System.Drawing.Size(129, 23); this.btnHandleWDGIRQ.TabIndex = 0; this.btnHandleWDGIRQ.Text = "Handle Watchdog IRQ"; this.btnHandleWDGIRQ.UseVisualStyleBackColor = true; this.btnHandleWDGIRQ.Click += new System.EventHandler(this.btnHandleWDGIRQ_Click); // // CardLabel // this.CardLabel.AutoSize = true; this.CardLabel.Location = new System.Drawing.Point(100, 23); this.CardLabel.Name = "CardLabel"; this.CardLabel.Size = new System.Drawing.Size(35, 13); this.CardLabel.TabIndex = 14; this.CardLabel.Text = "label1"; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(460, 460); this.Controls.Add(this.CardLabel); this.Controls.Add(this.groupBoxWDG); this.Controls.Add(this.label2); this.Controls.Add(this.btnExit); this.Controls.Add(this.textBoxMessage); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.Name = "Form1"; this.Text = "PCIWDG Sample 1"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing); this.Load += new System.EventHandler(this.Form1_Load); this.groupBoxWDG.ResumeLayout(false); this.groupBoxWDG.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox textBoxMessage; private System.Windows.Forms.Button btnExit; private System.Windows.Forms.Label label2; private System.Windows.Forms.GroupBox groupBoxWDG; private System.Windows.Forms.CheckBox checkBoxDisableWDGTimer; private System.Windows.Forms.RadioButton radioDoNotRestart; private System.Windows.Forms.RadioButton radioSoft; private System.Windows.Forms.RadioButton radioMostlySoft; private System.Windows.Forms.Button btnReboot; private System.Windows.Forms.Button btnReadStatus; private System.Windows.Forms.Button btnReadTemp; private System.Windows.Forms.Button btnCancelWDGTiming; private System.Windows.Forms.Button btnTestWDGTiming; private System.Windows.Forms.Button btnHandleWDGIRQ; private System.Windows.Forms.Label labelTemperature; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label labelStatus; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label CardLabel; } }