object Form1: TForm1 Left = 293 Top = 277 Width = 257 Height = 356 Caption = 'II8IDO4A Sample' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 104 Width = 129 Height = 17 Alignment = taCenter AutoSize = False Caption = 'Inputs' end object Label3: TLabel Left = 168 Top = 104 Width = 65 Height = 17 Alignment = taCenter AutoSize = False Caption = 'Outputs' end object instructions: TLabel Left = 8 Top = 200 Width = 233 Height = 121 AutoSize = False Caption = 'Clicking on "Write" will write the value entered into the edit b' + 'ox to the FETs.'#13#10#13#10'Clicking on the lights above the edit box wil' + 'l change the FETs one at a time.' WordWrap = True end object EditA: TEdit Left = 168 Top = 144 Width = 65 Height = 21 TabOrder = 0 Text = '0' OnKeyDown = EditAKeyDown end object WriteButton: TButton Left = 168 Top = 176 Width = 65 Height = 17 Caption = 'Write' TabOrder = 1 OnClick = WriteButtonClick end object outPanelA3: TPanel Tag = 3 Left = 168 Top = 120 Width = 17 Height = 17 BevelInner = bvRaised BevelWidth = 2 Color = clRed TabOrder = 2 OnClick = outPanelA0Click end object outPanelA2: TPanel Tag = 2 Left = 184 Top = 120 Width = 17 Height = 17 BevelInner = bvRaised BevelWidth = 2 Color = clRed TabOrder = 3 OnClick = outPanelA0Click end object outPanelA1: TPanel Tag = 1 Left = 200 Top = 120 Width = 17 Height = 17 BevelInner = bvRaised BevelWidth = 2 Color = clRed TabOrder = 4 OnClick = outPanelA0Click end object inPanelA7: TPanel Tag = 7 Left = 16 Top = 120 Width = 17 Height = 17 Color = clRed TabOrder = 5 end object inPanelA6: TPanel Tag = 6 Left = 32 Top = 120 Width = 17 Height = 17 Color = clRed TabOrder = 6 end object inPanelA5: TPanel Tag = 5 Left = 48 Top = 120 Width = 17 Height = 17 Color = clRed TabOrder = 7 end object inPanelA4: TPanel Tag = 4 Left = 64 Top = 120 Width = 17 Height = 17 Color = clRed TabOrder = 8 end object inPanelA3: TPanel Tag = 3 Left = 80 Top = 120 Width = 17 Height = 17 Color = clRed TabOrder = 9 end object inPanelA2: TPanel Tag = 2 Left = 96 Top = 120 Width = 17 Height = 17 Color = clRed TabOrder = 10 end object inPanelA1: TPanel Tag = 1 Left = 112 Top = 120 Width = 17 Height = 17 Color = clRed TabOrder = 11 end object GroupBox1: TGroupBox Left = 8 Top = 8 Width = 233 Height = 65 Caption = 'Key' TabOrder = 12 object Label5: TLabel Left = 8 Top = 40 Width = 188 Height = 17 Alignment = taRightJustify AutoSize = False Caption = 'FET is Energized/Input is low' Layout = tlCenter end object Label6: TLabel Left = 8 Top = 16 Width = 190 Height = 17 Alignment = taRightJustify AutoSize = False Caption = 'FET is De-Energized/Input is high' Layout = tlCenter end object Panel29: TPanel Left = 208 Top = 16 Width = 17 Height = 17 Color = clLime TabOrder = 0 end object Panel30: TPanel Left = 208 Top = 40 Width = 17 Height = 17 Color = clRed TabOrder = 1 end end object outPanelA0: TPanel Left = 216 Top = 120 Width = 17 Height = 17 BevelInner = bvRaised BevelWidth = 2 Color = clRed TabOrder = 13 OnClick = outPanelA0Click end object inPanelA0: TPanel Left = 128 Top = 120 Width = 17 Height = 17 Color = clRed TabOrder = 14 end object PollTimer: TTimer Enabled = False Interval = 100 OnTimer = PollTimerTimer Left = 64 Top = 152 end end