object MainForm: TMainForm Left = 390 Top = 282 Width = 608 Height = 412 Caption = 'AIOWDM Sample' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCloseQuery = FormCloseQuery OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object LogMemo: TMemo Left = 369 Top = 40 Width = 223 Height = 334 Align = alClient ScrollBars = ssVertical TabOrder = 0 end object Panel2: TPanel Left = 0 Top = 0 Width = 592 Height = 40 Align = alTop BevelOuter = bvNone Caption = 'Panel2' TabOrder = 1 object CardCombo: TComboBox Left = 8 Top = 8 Width = 584 Height = 21 Style = csDropDownList Anchors = [akLeft, akTop, akRight, akBottom] ItemHeight = 13 TabOrder = 0 OnChange = CardComboChange end end object ControlPanel: TPanel Left = 0 Top = 40 Width = 369 Height = 334 Align = alLeft BevelOuter = bvNone TabOrder = 2 object WDGGroup: TGroupBox Left = 188 Top = 0 Width = 169 Height = 337 Caption = 'Watchdog' TabOrder = 0 object StatusLabel: TLabel Left = 8 Top = 272 Width = 153 Height = 17 AutoSize = False Layout = tlBottom end object TempLabel: TLabel Left = 8 Top = 216 Width = 153 Height = 17 AutoSize = False Layout = tlBottom end object WDGIRQButton: TButton Left = 8 Top = 16 Width = 153 Height = 24 Caption = 'Handle Watchdog IRQ' TabOrder = 0 OnClick = WDGIRQButtonClick end object SoftRestartRadio: TRadioButton Left = 8 Top = 56 Width = 153 Height = 16 Caption = '"Soft" Restart' Checked = True TabOrder = 1 TabStop = True end object MostlySoftRestartRadio: TRadioButton Left = 8 Top = 40 Width = 153 Height = 16 Caption = '"Mostly Soft" Restart' TabOrder = 2 end object DisableWDGCheck: TCheckBox Left = 8 Top = 88 Width = 153 Height = 16 Caption = 'Disable Watchdog Timer' TabOrder = 3 end object NoRestartRadio: TRadioButton Left = 8 Top = 72 Width = 153 Height = 16 Caption = 'Do Not Restart' TabOrder = 4 end object GoWDGButton: TButton Left = 8 Top = 120 Width = 153 Height = 25 Caption = 'Test Watchdog Timing' TabOrder = 5 OnClick = GoWDGButtonClick end object CancelWDGButton: TButton Left = 8 Top = 152 Width = 153 Height = 25 Caption = 'Cancel Watchdog Timing' TabOrder = 6 OnClick = CancelWDGButtonClick end object TempButton: TButton Left = 8 Top = 192 Width = 153 Height = 25 Caption = 'Read Temp' TabOrder = 7 OnClick = TempButtonClick end object StatusButton: TButton Left = 8 Top = 248 Width = 153 Height = 25 Caption = 'Read Status' TabOrder = 8 OnClick = StatusButtonClick end object RebootButton: TButton Left = 8 Top = 304 Width = 153 Height = 25 Caption = 'Reboot' TabOrder = 9 OnClick = RebootButtonClick end end object COSGroup: TGroupBox Left = 8 Top = 128 Width = 169 Height = 65 Caption = 'Change-Of-State' TabOrder = 1 object COSDataLabel: TLabel Left = 8 Top = 40 Width = 153 Height = 17 AutoSize = False Layout = tlBottom end object COSIRQButton: TButton Left = 8 Top = 16 Width = 153 Height = 25 Caption = 'Detect COS IRQs' TabOrder = 0 OnClick = COSIRQButtonClick end end object GenGroup: TGroupBox Left = 8 Top = 0 Width = 169 Height = 105 Caption = 'Generic' TabOrder = 2 object GenIRQLabel: TLabel Left = 8 Top = 40 Width = 153 Height = 17 AutoSize = False Layout = tlBottom end object GenIRQButton: TButton Left = 8 Top = 16 Width = 153 Height = 25 Caption = 'Detect Generic IRQs' TabOrder = 0 OnClick = GenIRQButtonClick end object AbortButton: TButton Left = 8 Top = 72 Width = 153 Height = 25 Caption = 'Abort IRQ Detect' TabOrder = 1 OnClick = AbortButtonClick end end end object WDGTime: TTimer Enabled = False Interval = 100 OnTimer = WDGPetTimer Left = 152 Top = 240 end end