object Decoder: TDecoder Left = 192 Top = 107 Cursor = crNoDrop BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = ' Class One Security Mode Access Decoder' ClientHeight = 269 ClientWidth = 489 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = { 0000010001002020100001000400E80200001600000028000000200000004000 0000010004000000000000020000000000000000000000000000000000000000 0000000080000080000000808000800000008000800080800000C0C0C0008080 80000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF008888 88888888888888888888888888888FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF88FFF FFFFFFFFFFFFFFFFFFFFFFFFFFF88FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF88FFF FFFFFFFFFFFFFFFFFFFFFFFFFFF88FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF88700 888007F8808088F7087807FF887880000000088000000088007008F800788000 8888870008880008007008F800788007FFFFFF008FFF8008007008F008F88007 FFFFFF008FFF80080070087007F88007FFFFFF008FFF8008008008800FF88008 8888870088888008000000008FF880000000088000000088000000007FF88700 000008F8000008F800000008F8888FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8888F 88FFFF78F787FFFFFFFF788888788008007FFF008000FFFFFFF0000000088000 007FFF008000FFFFFF70000000088000007FFF008000FFFFFF7008FFF0088000 007FFF0080000000008008FFF0088000007FFF0080000000000008FFF0088000 007FFF0080008888887008FFF008800000000000800000000080000000088008 0000000080000000008800000008888F88888888F788888888FF788888F88FFF FFFFFFFFFFFFFFFFFFFFFFFFFFF88FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF88FFF FFFFFFFFFFFFFFFFFFFFFFFFFFF88FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF88FFF FFFFFFFFFFFFFFFFFFFFFFFFFFF8888888888888888888888888888888880000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000000000000000} OldCreateOrder = False OnActivate = InitDecoder PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 216 Top = 224 Width = 200 Height = 37 Caption = 'Access Code' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -32 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object RadioColor: TRadioGroup Left = 8 Top = 16 Width = 233 Height = 193 Hint = 'Select the requested Color' Caption = 'Coding Color' Columns = 2 Items.Strings = ( 'White' 'Dark Green' 'Dark Blue' 'Pink' 'Orange' 'Purple' 'Tan' 'Aqua' 'Light Blue' 'Light Green' 'Light Grey' 'Yellow' 'Black' 'Dark Grey' 'Brown' 'Red') ParentShowHint = False ShowHint = True TabOrder = 0 OnClick = GetColor end object RadioNumber: TRadioGroup Left = 248 Top = 16 Width = 233 Height = 193 Hint = 'Select the requested Number' Caption = 'Coding Number' Columns = 4 Items.Strings = ( '89' '61' '50' '18' '29' '82' '46' '77' '27' '68' '22' '95' '40' '58' '15' '86' '28' '33' '94' '11' '64' '98' '34' '49' '60' '16' '85' '52' '37' '53' '93' '91') ParentShowHint = False ShowHint = True TabOrder = 1 OnClick = GetNumber end object AccessCodeOutput: TEdit Left = 432 Top = 220 Width = 49 Height = 41 Cursor = crNoDrop TabStop = False AutoSize = False Enabled = False Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -32 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 2 Text = ' ' end object StaticText1: TStaticText Left = 8 Top = 240 Width = 129 Height = 17 Cursor = crNoDrop Caption = 'A Mind Forever Voyaging' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsItalic] ParentColor = False ParentFont = False TabOrder = 3 end end