object Form1: TForm1 Left = 347 Top = 325 Width = 472 Height = 346 Caption = 'Form1' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 48 Top = 96 Width = 32 Height = 13 Caption = 'Output' end object Label2: TLabel Left = 320 Top = 96 Width = 24 Height = 13 Caption = 'Input' end object Label3: TLabel Left = 8 Top = 8 Width = 446 Height = 37 Caption = 'Windows 104-II32-4RO Sample' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -32 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label4: TLabel Left = 128 Top = 56 Width = 96 Height = 13 Caption = 'Enter Base Address:' end object OutPanel: TPanel Left = 16 Top = 112 Width = 113 Height = 25 TabOrder = 0 end object InPanel: TPanel Left = 216 Top = 112 Width = 217 Height = 25 TabOrder = 1 end object StartBtn: TButton Left = 24 Top = 264 Width = 161 Height = 25 Caption = 'Start' TabOrder = 2 OnClick = StartBtnClick end object ExitBtn: TButton Left = 248 Top = 264 Width = 161 Height = 25 Caption = 'Exit' TabOrder = 3 OnClick = ExitBtnClick end object Memo1: TMemo Left = 40 Top = 144 Width = 377 Height = 105 Lines.Strings = ( 'This sample program will sequentially walk a bit through all the' + ' relays. Each ' 'time it sets a new bit, the inputs are read and the data is disp' + 'layed. This ' 'demonstrates how to write to the relays and how to use the input' + 's on the ' 'board.') TabOrder = 4 end object AddrEdit: TEdit Left = 232 Top = 56 Width = 57 Height = 21 TabOrder = 5 Text = '300' end object Timer1: TTimer Enabled = False OnTimer = Timer1Timer Left = 208 Top = 264 end end