object MainForm: TMainForm Left = 273 Top = 195 Width = 817 Height = 463 Caption = 'USB-DIO-32 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 OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object Label3: TLabel Left = 208 Top = 32 Width = 65 Height = 17 AutoSize = False Caption = 'Port B' end object Label4: TLabel Left = 408 Top = 32 Width = 65 Height = 17 AutoSize = False Caption = 'Port C' end object Label5: TLabel Left = 608 Top = 32 Width = 65 Height = 17 AutoSize = False Caption = 'Port D' end object Label2: TLabel Left = 8 Top = 32 Width = 65 Height = 17 AutoSize = False Caption = 'Port A' end object Image1: TImage Left = 176 Top = 64 Width = 24 Height = 24 OnClick = LevelImageClick end object Image2: TImage Tag = 1 Left = 152 Top = 64 Width = 24 Height = 24 OnClick = LevelImageClick end object Image3: TImage Tag = 2 Left = 128 Top = 64 Width = 24 Height = 24 OnClick = LevelImageClick end object Image4: TImage Tag = 3 Left = 104 Top = 64 Width = 24 Height = 24 OnClick = LevelImageClick end object Image5: TImage Tag = 4 Left = 80 Top = 64 Width = 24 Height = 24 OnClick = LevelImageClick end object Image6: TImage Tag = 5 Left = 56 Top = 64 Width = 24 Height = 24 OnClick = LevelImageClick end object Image7: TImage Tag = 6 Left = 32 Top = 64 Width = 24 Height = 24 OnClick = LevelImageClick end object Image8: TImage Tag = 7 Left = 8 Top = 64 Width = 24 Height = 24 OnClick = LevelImageClick end object Image9: TImage Tag = 8 Left = 376 Top = 64 Width = 24 Height = 24 OnClick = LevelImageClick end object Image10: TImage Tag = 9 Left = 352 Top = 64 Width = 24 Height = 24 OnClick = LevelImageClick end object Image11: TImage Tag = 10 Left = 328 Top = 64 Width = 24 Height = 24 OnClick = LevelImageClick end object Image12: TImage Tag = 11 Left = 304 Top = 64 Width = 24 Height = 24 OnClick = LevelImageClick end object Image13: TImage Tag = 12 Left = 280 Top = 64 Width = 24 Height = 24 OnClick = LevelImageClick end object Image14: TImage Tag = 13 Left = 256 Top = 64 Width = 24 Height = 24 OnClick = LevelImageClick end object Image15: TImage Tag = 14 Left = 232 Top = 64 Width = 24 Height = 24 OnClick = LevelImageClick end object Image16: TImage Tag = 15 Left = 208 Top = 64 Width = 24 Height = 24 OnClick = LevelImageClick end object Image17: TImage Tag = 16 Left = 576 Top = 64 Width = 24 Height = 24 OnClick = LevelImageClick end object Image18: TImage Tag = 17 Left = 552 Top = 64 Width = 24 Height = 24 OnClick = LevelImageClick end object Image19: TImage Tag = 18 Left = 528 Top = 64 Width = 24 Height = 24 OnClick = LevelImageClick end object Image20: TImage Tag = 19 Left = 504 Top = 64 Width = 24 Height = 24 OnClick = LevelImageClick end object Image21: TImage Tag = 20 Left = 480 Top = 64 Width = 24 Height = 24 OnClick = LevelImageClick end object Image22: TImage Tag = 21 Left = 456 Top = 64 Width = 24 Height = 24 OnClick = LevelImageClick end object Image23: TImage Tag = 22 Left = 432 Top = 64 Width = 24 Height = 24 OnClick = LevelImageClick end object Image24: TImage Tag = 23 Left = 408 Top = 64 Width = 24 Height = 24 OnClick = LevelImageClick end object Image25: TImage Tag = 24 Left = 776 Top = 64 Width = 24 Height = 24 OnClick = LevelImageClick end object Image26: TImage Tag = 25 Left = 752 Top = 64 Width = 24 Height = 24 OnClick = LevelImageClick end object Image27: TImage Tag = 26 Left = 728 Top = 64 Width = 24 Height = 24 OnClick = LevelImageClick end object Image28: TImage Tag = 27 Left = 704 Top = 64 Width = 24 Height = 24 OnClick = LevelImageClick end object Image29: TImage Tag = 28 Left = 680 Top = 64 Width = 24 Height = 24 OnClick = LevelImageClick end object Image30: TImage Tag = 29 Left = 656 Top = 64 Width = 24 Height = 24 OnClick = LevelImageClick end object Image31: TImage Tag = 30 Left = 632 Top = 64 Width = 24 Height = 24 OnClick = LevelImageClick end object Image32: TImage Tag = 31 Left = 608 Top = 64 Width = 24 Height = 24 OnClick = LevelImageClick end object Label1: TLabel Left = 8 Top = 8 Width = 65 Height = 17 AutoSize = False Caption = 'Digital I/O' end object OutButtonA: TSpeedButton Left = 8 Top = 96 Width = 193 Height = 25 AllowAllUp = True GroupIndex = 1 Caption = 'Output' OnClick = OutButtonClick end object OutButtonB: TSpeedButton Tag = 1 Left = 208 Top = 96 Width = 193 Height = 25 AllowAllUp = True GroupIndex = 2 Caption = 'Output' OnClick = OutButtonClick end object OutButtonC: TSpeedButton Tag = 2 Left = 408 Top = 96 Width = 193 Height = 25 AllowAllUp = True GroupIndex = 3 Caption = 'Output' OnClick = OutButtonClick end object OutButtonD: TSpeedButton Tag = 3 Left = 608 Top = 96 Width = 193 Height = 25 AllowAllUp = True GroupIndex = 4 Caption = 'Output' OnClick = OutButtonClick end object TristateButton: TSpeedButton Left = 8 Top = 128 Width = 793 Height = 25 AllowAllUp = True GroupIndex = 5 Caption = 'Tristate All' OnClick = TristateButtonClick end object Label6: TLabel Left = 8 Top = 160 Width = 65 Height = 17 AutoSize = False Caption = 'Counters' end object FreqOutButtonA: TSpeedButton Left = 672 Top = 184 Width = 129 Height = 25 AllowAllUp = True GroupIndex = 6 Caption = 'Output 0.25Hz' OnClick = FreqOutButtonClick end object FreqOutButtonB: TSpeedButton Tag = 1 Left = 672 Top = 216 Width = 129 Height = 25 AllowAllUp = True GroupIndex = 7 Caption = 'Output 0.25Hz' OnClick = FreqOutButtonClick end object FreqOutButtonC: TSpeedButton Tag = 2 Left = 672 Top = 248 Width = 129 Height = 25 AllowAllUp = True GroupIndex = 8 Caption = 'Output 0.25Hz' OnClick = FreqOutButtonClick end object BitLabelA7: TLabel Left = 8 Top = 48 Width = 24 Height = 13 Alignment = taCenter AutoSize = False Caption = '7' Layout = tlCenter end object BitLabelA6: TLabel Left = 32 Top = 48 Width = 24 Height = 13 Alignment = taCenter AutoSize = False Caption = '6' Layout = tlCenter end object BitLabelA5: TLabel Left = 56 Top = 48 Width = 24 Height = 13 Alignment = taCenter AutoSize = False Caption = '5' Layout = tlCenter end object BitLabelA4: TLabel Left = 80 Top = 48 Width = 24 Height = 13 Alignment = taCenter AutoSize = False Caption = '4' Layout = tlCenter end object BitLabelA3: TLabel Left = 104 Top = 48 Width = 24 Height = 13 Alignment = taCenter AutoSize = False Caption = '3' Layout = tlCenter end object BitLabelA2: TLabel Left = 128 Top = 48 Width = 24 Height = 13 Alignment = taCenter AutoSize = False Caption = '2' Layout = tlCenter end object BitLabelA1: TLabel Left = 152 Top = 48 Width = 24 Height = 13 Alignment = taCenter AutoSize = False Caption = '1' Layout = tlCenter end object BitLabelA0: TLabel Left = 176 Top = 48 Width = 24 Height = 13 Alignment = taCenter AutoSize = False Caption = '0' Layout = tlCenter end object BitLabelB7: TLabel Left = 208 Top = 48 Width = 24 Height = 13 Alignment = taCenter AutoSize = False Caption = '7' Layout = tlCenter end object BitLabelB6: TLabel Left = 232 Top = 48 Width = 24 Height = 13 Alignment = taCenter AutoSize = False Caption = '6' Layout = tlCenter end object BitLabelB5: TLabel Left = 256 Top = 48 Width = 24 Height = 13 Alignment = taCenter AutoSize = False Caption = '5' Layout = tlCenter end object BitLabelB4: TLabel Left = 280 Top = 48 Width = 24 Height = 13 Alignment = taCenter AutoSize = False Caption = '4' Layout = tlCenter end object BitLabelB3: TLabel Left = 304 Top = 48 Width = 24 Height = 13 Alignment = taCenter AutoSize = False Caption = '3' Layout = tlCenter end object BitLabelB2: TLabel Left = 328 Top = 48 Width = 24 Height = 13 Alignment = taCenter AutoSize = False Caption = '2' Layout = tlCenter end object BitLabelB1: TLabel Left = 352 Top = 48 Width = 24 Height = 13 Alignment = taCenter AutoSize = False Caption = '1' Layout = tlCenter end object BitLabelB0: TLabel Left = 376 Top = 48 Width = 24 Height = 13 Alignment = taCenter AutoSize = False Caption = '0' Layout = tlCenter end object BitLabelC7: TLabel Left = 408 Top = 48 Width = 24 Height = 13 Alignment = taCenter AutoSize = False Caption = '7' Layout = tlCenter end object BitLabelC6: TLabel Left = 432 Top = 48 Width = 24 Height = 13 Alignment = taCenter AutoSize = False Caption = '6' Layout = tlCenter end object BitLabelC5: TLabel Left = 456 Top = 48 Width = 24 Height = 13 Alignment = taCenter AutoSize = False Caption = '5' Layout = tlCenter end object BitLabelC4: TLabel Left = 480 Top = 48 Width = 24 Height = 13 Alignment = taCenter AutoSize = False Caption = '4' Layout = tlCenter end object BitLabelC3: TLabel Left = 504 Top = 48 Width = 24 Height = 13 Alignment = taCenter AutoSize = False Caption = '3' Layout = tlCenter end object BitLabelC2: TLabel Left = 528 Top = 48 Width = 24 Height = 13 Alignment = taCenter AutoSize = False Caption = '2' Layout = tlCenter end object BitLabelC1: TLabel Left = 552 Top = 48 Width = 24 Height = 13 Alignment = taCenter AutoSize = False Caption = '1' Layout = tlCenter end object BitLabelC0: TLabel Left = 576 Top = 48 Width = 24 Height = 13 Alignment = taCenter AutoSize = False Caption = '0' Layout = tlCenter end object BitLabelD7: TLabel Left = 608 Top = 48 Width = 24 Height = 13 Alignment = taCenter AutoSize = False Caption = '7' Layout = tlCenter end object BitLabelD6: TLabel Left = 632 Top = 48 Width = 24 Height = 13 Alignment = taCenter AutoSize = False Caption = '6' Layout = tlCenter end object BitLabelD5: TLabel Left = 656 Top = 48 Width = 24 Height = 13 Alignment = taCenter AutoSize = False Caption = '5' Layout = tlCenter end object BitLabelD4: TLabel Left = 680 Top = 48 Width = 24 Height = 13 Alignment = taCenter AutoSize = False Caption = '4' Layout = tlCenter end object BitLabelD3: TLabel Left = 704 Top = 48 Width = 24 Height = 13 Alignment = taCenter AutoSize = False Caption = '3' Layout = tlCenter end object BitLabelD2: TLabel Left = 728 Top = 48 Width = 24 Height = 13 Alignment = taCenter AutoSize = False Caption = '2' Layout = tlCenter end object BitLabelD1: TLabel Left = 752 Top = 48 Width = 24 Height = 13 Alignment = taCenter AutoSize = False Caption = '1' Layout = tlCenter end object BitLabelD0: TLabel Left = 776 Top = 48 Width = 24 Height = 13 Alignment = taCenter AutoSize = False Caption = '0' Layout = tlCenter end object FreqOutTrackA: TTrackBar Left = 8 Top = 184 Width = 657 Height = 25 Max = 65533 Min = 61440 Orientation = trHorizontal PageSize = 256 Frequency = 256 Position = 62071 SelEnd = 0 SelStart = 0 TabOrder = 0 ThumbLength = 15 TickMarks = tmBottomRight TickStyle = tsAuto OnChange = FreqOutTrackChange end object FreqOutTrackB: TTrackBar Tag = 1 Left = 8 Top = 216 Width = 657 Height = 25 Max = 65533 Min = 61440 Orientation = trHorizontal PageSize = 256 Frequency = 256 Position = 62071 SelEnd = 0 SelStart = 0 TabOrder = 1 ThumbLength = 15 TickMarks = tmBottomRight TickStyle = tsAuto OnChange = FreqOutTrackChange end object FreqOutTrackC: TTrackBar Tag = 2 Left = 8 Top = 248 Width = 657 Height = 25 Max = 65533 Min = 61440 Orientation = trHorizontal PageSize = 256 Frequency = 256 Position = 62071 SelEnd = 0 SelStart = 0 TabOrder = 2 ThumbLength = 15 TickMarks = tmBottomRight TickStyle = tsAuto OnChange = FreqOutTrackChange end object LevelImages: TImageList Height = 24 Width = 24 Left = 80 Bitmap = { 494C010102000400040018001800FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 0000000000003600000028000000600000001800000001002000000000000024 0000000000000000000000000000000000008484840042424200424242004242 4200424242004242420042424200424242004242420042424200424242004242 4200424242004242420042424200424242004242420042424200424242004242 4200424242004242420042424200000000008484840042424200424242004242 4200424242004242420042424200424242004242420042424200424242004242 4200424242004242420042424200424242004242420042424200424242004242 4200424242004242420042424200000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000C6C6C60084848400424242004242 4200424242004242420042424200424242004242420042424200424242004242 4200424242004242420042424200424242004242420042424200424242004242 420042424200424242000000000042424200C6C6C60084848400424242004242 4200424242004242420042424200424242004242420042424200424242004242 4200424242004242420042424200424242004242420042424200424242004242 4200424242004242420000000000424242000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000C6C6C600C6C6C600848484008484 8400848484008484840084848400848484008484840084848400848484008484 8400848484008484840084848400848484008484840084848400848484008484 840084848400848484004242420042424200C6C6C600C6C6C600848484008484 8400848484008484840084848400848484008484840084848400848484008484 8400848484008484840084848400848484008484840084848400848484008484 8400848484008484840042424200424242000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000C6C6C600C6C6C600848484008484 8400848484008484840084848400848484008484840084848400848484008484 8400848484008484840084848400848484008484840084848400848484008484 840084848400848484004242420042424200C6C6C600C6C6C600848484008484 8400848484008484840084848400848484008484840084848400848484008484 8400848484008484840084848400848484008484840084848400848484008484 8400848484008484840042424200424242000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000C6C6C600C6C6C600848484008484 8400848484008484840084848400848484008484840000000000000000000000 0000000000000000000000000000848484008484840084848400848484008484 840084848400848484004242420042424200C6C6C600C6C6C600848484008484 84008484840084848400848484008484840084848400848484000000FF000000 FF000000FF000000FF0084848400848484008484840084848400848484008484 8400848484008484840042424200424242000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000C6C6C600C6C6C600848484008484 8400848484008484840084848400000000000000000000000000000000000000 0000000000000000000000000000000000000000000084848400848484008484 840084848400848484004242420042424200C6C6C600C6C6C600848484008484 84008484840084848400848484008484840084848400848484000000FF000000 FF000000FF000000FF0084848400848484008484840084848400848484008484 8400848484008484840042424200424242000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000C6C6C600C6C6C600848484008484 8400848484008484840000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000848484008484 840084848400848484004242420042424200C6C6C600C6C6C600848484008484 84008484840084848400848484008484840084848400848484000000FF000000 FF000000FF000000FF0084848400848484008484840084848400848484008484 8400848484008484840042424200424242000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000C6C6C600C6C6C600848484008484 8400848484000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000008484 840084848400848484004242420042424200C6C6C600C6C6C600848484008484 84008484840084848400848484008484840084848400848484000000FF000000 FF000000FF000000FF0084848400848484008484840084848400848484008484 8400848484008484840042424200424242000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000C6C6C600C6C6C600848484008484 8400848484000000000000000000000000000000000000000000848484008484 8400848484008484840000000000000000000000000000000000000000008484 840084848400848484004242420042424200C6C6C600C6C6C600848484008484 84008484840084848400848484008484840084848400848484000000FF000000 FF000000FF000000FF0084848400848484008484840084848400848484008484 8400848484008484840042424200424242000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000C6C6C600C6C6C600848484008484 8400000000000000000000000000000000000000000084848400848484008484 8400848484008484840084848400000000000000000000000000000000000000 000084848400848484004242420042424200C6C6C600C6C6C600848484008484 84008484840084848400848484008484840084848400848484000000FF000000 FF000000FF000000FF0084848400848484008484840084848400848484008484 8400848484008484840042424200424242000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000C6C6C600C6C6C600848484008484 8400000000000000000000000000000000008484840084848400848484008484 8400848484008484840084848400848484000000000000000000000000000000 000084848400848484004242420042424200C6C6C600C6C6C600848484008484 84000000FF000000FF000000FF000000FF000000FF000000FF000000FF000000 FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF000000 FF00848484008484840042424200424242000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000C6C6C600C6C6C600848484008484 8400000000000000000000000000000000008484840084848400848484008484 8400848484008484840084848400848484000000000000000000000000000000 000084848400848484004242420042424200C6C6C600C6C6C600848484008484 84000000FF000000FF000000FF000000FF000000FF000000FF000000FF000000 FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF000000 FF00848484008484840042424200424242000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000C6C6C600C6C6C600848484008484 8400000000000000000000000000000000008484840084848400848484008484 8400848484008484840084848400848484000000000000000000000000000000 000084848400848484004242420042424200C6C6C600C6C6C600848484008484 84000000FF000000FF000000FF000000FF000000FF000000FF000000FF000000 FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF000000 FF00848484008484840042424200424242000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000C6C6C600C6C6C600848484008484 8400000000000000000000000000000000008484840084848400848484008484 8400848484008484840084848400848484000000000000000000000000000000 000084848400848484004242420042424200C6C6C600C6C6C600848484008484 84000000FF000000FF000000FF000000FF000000FF000000FF000000FF000000 FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF000000 FF00848484008484840042424200424242000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000C6C6C600C6C6C600848484008484 8400000000000000000000000000000000000000000084848400848484008484 8400848484008484840084848400000000000000000000000000000000000000 000084848400848484004242420042424200C6C6C600C6C6C600848484008484 84008484840084848400848484008484840084848400848484000000FF000000 FF000000FF000000FF0084848400848484008484840084848400848484008484 8400848484008484840042424200424242000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000C6C6C600C6C6C600848484008484 8400848484000000000000000000000000000000000000000000848484008484 8400848484008484840000000000000000000000000000000000000000008484 840084848400848484004242420042424200C6C6C600C6C6C600848484008484 84008484840084848400848484008484840084848400848484000000FF000000 FF000000FF000000FF0084848400848484008484840084848400848484008484 8400848484008484840042424200424242000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000C6C6C600C6C6C600848484008484 8400848484000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000008484 840084848400848484004242420042424200C6C6C600C6C6C600848484008484 84008484840084848400848484008484840084848400848484000000FF000000 FF000000FF000000FF0084848400848484008484840084848400848484008484 8400848484008484840042424200424242000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000C6C6C600C6C6C600848484008484 8400848484008484840000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000848484008484 840084848400848484004242420042424200C6C6C600C6C6C600848484008484 84008484840084848400848484008484840084848400848484000000FF000000 FF000000FF000000FF0084848400848484008484840084848400848484008484 8400848484008484840042424200424242000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000C6C6C600C6C6C600848484008484 8400848484008484840084848400000000000000000000000000000000000000 0000000000000000000000000000000000000000000084848400848484008484 840084848400848484004242420042424200C6C6C600C6C6C600848484008484 84008484840084848400848484008484840084848400848484000000FF000000 FF000000FF000000FF0084848400848484008484840084848400848484008484 8400848484008484840042424200424242000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000C6C6C600C6C6C600848484008484 8400848484008484840084848400848484008484840000000000000000000000 0000000000000000000000000000848484008484840084848400848484008484 840084848400848484004242420042424200C6C6C600C6C6C600848484008484 84008484840084848400848484008484840084848400848484000000FF000000 FF000000FF000000FF0084848400848484008484840084848400848484008484 8400848484008484840042424200424242000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000C6C6C600C6C6C600848484008484 8400848484008484840084848400848484008484840084848400848484008484 8400848484008484840084848400848484008484840084848400848484008484 840084848400848484004242420042424200C6C6C600C6C6C600848484008484 8400848484008484840084848400848484008484840084848400848484008484 8400848484008484840084848400848484008484840084848400848484008484 8400848484008484840042424200424242000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000C6C6C600C6C6C600848484008484 8400848484008484840084848400848484008484840084848400848484008484 8400848484008484840084848400848484008484840084848400848484008484 840084848400848484004242420042424200C6C6C600C6C6C600848484008484 8400848484008484840084848400848484008484840084848400848484008484 8400848484008484840084848400848484008484840084848400848484008484 8400848484008484840042424200424242000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000C6C6C600FFFFFF00C6C6C600C6C6 C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6 C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6 C600C6C6C600C6C6C6008484840042424200C6C6C600FFFFFF00C6C6C600C6C6 C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6 C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6 C600C6C6C600C6C6C60084848400424242000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000FFFFFF00C6C6C600C6C6C600C6C6 C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6 C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6 C600C6C6C600C6C6C600C6C6C60084848400FFFFFF00C6C6C600C6C6C600C6C6 C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6 C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6 C600C6C6C600C6C6C600C6C6C600848484000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000424D3E000000000000003E000000 2800000060000000180000000100010000000000200100000000000000000000 000000000000000000000000FFFFFF0000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 000000000000} end object ReadTime: TTimer Enabled = False Interval = 1 OnTimer = ReadTimeTimer Left = 112 end end