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.comboBoxCard = new System.Windows.Forms.ComboBox(); this.textBoxMessage = new System.Windows.Forms.TextBox(); this.btnDetectGeneric = new System.Windows.Forms.Button(); this.btnDetectCOS = new System.Windows.Forms.Button(); this.btnAbort = new System.Windows.Forms.Button(); this.btnExit = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.labelGeneric = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.labelCOS = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.groupBoxCOS = new System.Windows.Forms.GroupBox(); 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.groupBox1.SuspendLayout(); this.groupBoxCOS.SuspendLayout(); this.groupBoxWDG.SuspendLayout(); this.SuspendLayout(); // // comboBoxCard // this.comboBoxCard.FormattingEnabled = true; this.comboBoxCard.Location = new System.Drawing.Point(88, 20); this.comboBoxCard.Name = "comboBoxCard"; this.comboBoxCard.Size = new System.Drawing.Size(525, 21); this.comboBoxCard.TabIndex = 0; this.comboBoxCard.SelectedIndexChanged += new System.EventHandler(this.comboBoxAddress_SelectedIndexChanged); // // textBoxMessage // this.textBoxMessage.Location = new System.Drawing.Point(389, 83); 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; // // btnDetectGeneric // this.btnDetectGeneric.Location = new System.Drawing.Point(20, 27); this.btnDetectGeneric.Name = "btnDetectGeneric"; this.btnDetectGeneric.Size = new System.Drawing.Size(129, 23); this.btnDetectGeneric.TabIndex = 2; this.btnDetectGeneric.Text = "Detect Generic IRQs"; this.btnDetectGeneric.UseVisualStyleBackColor = true; this.btnDetectGeneric.Click += new System.EventHandler(this.btnDetectGeneric_Click); // // btnDetectCOS // this.btnDetectCOS.Location = new System.Drawing.Point(16, 25); this.btnDetectCOS.Name = "btnDetectCOS"; this.btnDetectCOS.Size = new System.Drawing.Size(129, 23); this.btnDetectCOS.TabIndex = 3; this.btnDetectCOS.Text = "Detect COS IRQs"; this.btnDetectCOS.UseVisualStyleBackColor = true; this.btnDetectCOS.Click += new System.EventHandler(this.btnDetectCOS_Click); // // btnAbort // this.btnAbort.Location = new System.Drawing.Point(20, 84); this.btnAbort.Name = "btnAbort"; this.btnAbort.Size = new System.Drawing.Size(129, 23); this.btnAbort.TabIndex = 4; this.btnAbort.Text = "Abort IRQ Detect"; this.btnAbort.UseVisualStyleBackColor = true; this.btnAbort.Click += new System.EventHandler(this.btnAbort_Click); // // btnExit // this.btnExit.Location = new System.Drawing.Point(538, 439); 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); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(20, 57); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(43, 13); this.label1.TabIndex = 6; this.label1.Text = "Events:"; // // labelGeneric // this.labelGeneric.AutoSize = true; this.labelGeneric.Location = new System.Drawing.Point(62, 57); this.labelGeneric.Name = "labelGeneric"; this.labelGeneric.Size = new System.Drawing.Size(44, 13); this.labelGeneric.TabIndex = 7; this.labelGeneric.Text = "Generic"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(16, 55); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(43, 13); this.label3.TabIndex = 8; this.label3.Text = "Events:"; // // labelCOS // this.labelCOS.AutoSize = true; this.labelCOS.Location = new System.Drawing.Point(61, 55); this.labelCOS.Name = "labelCOS"; this.labelCOS.Size = new System.Drawing.Size(84, 13); this.labelCOS.TabIndex = 9; this.labelCOS.Text = "Change Of state"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(17, 23); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(63, 13); this.label2.TabIndex = 11; this.label2.Text = "Card Name:"; // // groupBox1 // this.groupBox1.Controls.Add(this.labelGeneric); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.btnAbort); this.groupBox1.Controls.Add(this.btnDetectGeneric); this.groupBox1.Location = new System.Drawing.Point(18, 77); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(171, 122); this.groupBox1.TabIndex = 12; this.groupBox1.TabStop = false; this.groupBox1.Text = "Generic IRQ"; // // groupBoxCOS // this.groupBoxCOS.Controls.Add(this.labelCOS); this.groupBoxCOS.Controls.Add(this.label3); this.groupBoxCOS.Controls.Add(this.btnDetectCOS); this.groupBoxCOS.Location = new System.Drawing.Point(17, 213); this.groupBoxCOS.Name = "groupBoxCOS"; this.groupBoxCOS.Size = new System.Drawing.Size(171, 86); this.groupBoxCOS.TabIndex = 13; this.groupBoxCOS.TabStop = false; this.groupBoxCOS.Text = "Change of State"; // // 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(204, 78); 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(143, 23); this.btnHandleWDGIRQ.TabIndex = 0; this.btnHandleWDGIRQ.Text = "Handle Watchdog IRQ"; this.btnHandleWDGIRQ.UseVisualStyleBackColor = true; this.btnHandleWDGIRQ.Click += new System.EventHandler(this.btnHandleWDGIRQ_Click); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(625, 479); this.Controls.Add(this.groupBoxWDG); this.Controls.Add(this.groupBoxCOS); this.Controls.Add(this.groupBox1); this.Controls.Add(this.label2); this.Controls.Add(this.btnExit); this.Controls.Add(this.textBoxMessage); this.Controls.Add(this.comboBoxCard); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.Name = "Form1"; this.Text = "WDM Sample"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing); this.Load += new System.EventHandler(this.Form1_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBoxCOS.ResumeLayout(false); this.groupBoxCOS.PerformLayout(); this.groupBoxWDG.ResumeLayout(false); this.groupBoxWDG.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ComboBox comboBoxCard; private System.Windows.Forms.TextBox textBoxMessage; private System.Windows.Forms.Button btnDetectGeneric; private System.Windows.Forms.Button btnDetectCOS; private System.Windows.Forms.Button btnAbort; private System.Windows.Forms.Button btnExit; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label labelGeneric; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label labelCOS; private System.Windows.Forms.Label label2; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.GroupBox groupBoxCOS; 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; } }