object FormBBBMain: TFormBBBMain Left = 117 Top = 53 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Bumper Boat Billards' ClientHeight = 303 ClientWidth = 507 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter ShowHint = True OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 35 Top = 89 Width = 44 Height = 13 Caption = 'Player 1 :' end object Label6: TLabel Left = 91 Top = 89 Width = 18 Height = 13 Caption = 'kbd' end object LabelLevelHint: TLabel Left = 16 Top = 211 Width = 479 Height = 13 Alignment = taCenter AutoSize = False Caption = 'Easy = move up and down only, ball hit back wall = a score' end object GroupBox2: TGroupBox Left = 267 Top = 5 Width = 229 Height = 197 Hint = 'Pick input device and settings for each player' Caption = '&Settings' TabOrder = 0 object LabelP1input: TLabel Left = 118 Top = 74 Width = 18 Height = 13 Caption = 'kbd' end object Label2: TLabel Left = 64 Top = 73 Width = 44 Height = 13 Caption = 'Player 1 :' end object Label7: TLabel Left = 64 Top = 89 Width = 44 Height = 13 Caption = 'Player 2 :' end object LabelP2input: TLabel Left = 118 Top = 90 Width = 18 Height = 13 Caption = 'kbd' end object BitBtnSetup: TBitBtn Left = 51 Top = 17 Width = 127 Height = 49 Caption = '&input Devices' TabOrder = 0 OnClick = BitBtnSetupClick Glyph.Data = { B6020000424DB602000000000000760000002800000020000000240000000100 04000000000040020000CE0E0000D80E00001000000000000000000000000000 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333033333 333333333373F3333333333330F033333333333337373F33333333330FFF0333 33333333733F73F333333330F80FF033333333373373373F3333330F80F7FF03 33333373373F3F73F33330F70F0F0FF03333373F737373F73F33330F77F7F0FF 03333373F33F373F73F33330F70F0F0FF03333373F737373373F33330F77F7F7 FF03333373F33F3F3F73333330F70F0F07F03333373F737373373333330F77FF 7F0333333373F33F337333333330F707F033333333373F733733333333330F7F 03333333333373F373F33333333330F0303333F3F3F3F73737F3303030303303 3033373737373F7FF73303030303000003337373737377777333333333333333 3333333333333333333333333333333333333333333333333333333333333333 3333333333333333333333333333333333333333333333333333333333000333 33333333377733333333333330FFF03333333333733373F3333333330FFFFF03 33333337F33337F3333333330FFFFF0333333337F33337F3333333330FFFFF03 33333337FFFFF7F3333333330777770333333337777777F3333333330FF7FF03 33333337F37F37F3333333330FF7FF03333333373F7FF7333333333330000033 33333333777773FFF33333333330330007333333337F37777F33333333303033 307333333373733377F33333333303333303333333F7F33337F3333333330733 330333333F777F3337F333333370307330733333F77377FF7733333337033300 0733333F77333777733333337033333333333337733333333333} NumGlyphs = 2 end object RadioGroupsize: TRadioGroup Left = 15 Top = 107 Width = 199 Height = 38 Hint = 'pick screen resolution to run at' Caption = 'Screen size' Columns = 2 ItemIndex = 1 Items.Strings = ( '640x480' '800x600') TabOrder = 1 end object RadioGroupLevel: TRadioGroup Left = 15 Top = 147 Width = 198 Height = 37 Hint = 'pick difficulty level' Caption = '&Level' Columns = 3 ItemIndex = 0 Items.Strings = ( 'Easy' 'Medium' 'Hard') TabOrder = 2 OnClick = RadioGroupLevelClick end end object GroupBox3: TGroupBox Left = 9 Top = 5 Width = 231 Height = 196 Hint = 'Enter name of each team' Caption = '&The Players' TabOrder = 1 object Label10: TLabel Left = 56 Top = 20 Width = 70 Height = 13 Caption = 'Player'#39's &names' end object Label8: TLabel Left = 16 Top = 42 Width = 38 Height = 13 Caption = 'Player &1' FocusControl = EditPlayer1 end object Label9: TLabel Left = 15 Top = 97 Width = 38 Height = 13 Caption = 'Player &2' FocusControl = EditPlayer2 end object Image1: TImage Left = 161 Top = 41 Width = 44 Height = 20 AutoSize = True Picture.Data = {} end object Image2: TImage Left = 163 Top = 96 Width = 44 Height = 20 AutoSize = True Picture.Data = {} end object Label4: TLabel Left = 16 Top = 73 Width = 31 Height = 13 Caption = 'Score:' end object LabelRightScore: TLabel Left = 64 Top = 74 Width = 6 Height = 13 Caption = '0' end object Label5: TLabel Left = 17 Top = 125 Width = 31 Height = 13 Caption = 'Score:' end object LabelLeftScore: TLabel Left = 64 Top = 125 Width = 6 Height = 13 Caption = '0' end object EditPlayer1: TEdit Left = 65 Top = 42 Width = 73 Height = 21 TabOrder = 0 end object EditPlayer2: TEdit Left = 63 Top = 97 Width = 73 Height = 21 TabOrder = 1 end object GroupBox1: TGroupBox Left = 18 Top = 144 Width = 167 Height = 41 TabOrder = 2 object Label3: TLabel Left = 8 Top = 16 Width = 77 Height = 13 Caption = '&Games in Match' end object EditRaces: TEdit Left = 103 Top = 13 Width = 33 Height = 21 Hint = 'Enter number of races for whole match' MaxLength = 2 ReadOnly = True TabOrder = 0 Text = '1' end object UpDownGames: TUpDown Left = 136 Top = 13 Width = 12 Height = 21 Associate = EditRaces Min = 1 Max = 20 Position = 1 TabOrder = 1 Wrap = False end end end object BitBtn1: TBitBtn Left = 14 Top = 240 Width = 129 Height = 50 Hint = 'Start playing' Caption = '&Start playing' Default = True ModalResult = 1 TabOrder = 2 OnClick = BitBtn1Click Glyph.Data = { A6070000424DA60700000000000036040000280000002C000000140000000100 0800000000007003000000000000000000000001000000010000000000000000 80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA A600000066000000CC0066000000FF00330000660000009900003C3C3C009999 99000099990066006600FF00CC00003399000099FF00FF330000FF9933000000 0000007C00000088000000A8000000AC000000BC0000000090000000E4003838 380044444400606060007C7C7C00707070008C8C8C0098989800A8A8A800C4C4 C400B4B4B40054545400D0D0D000E0E0E0004C80CC00278CD400000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000F0FBFF00A4A0A000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00070707070707 0707070707070707070707070707070707070707070707070707070707070707 0707070707070707070707070707070707070707070707070707070707070707 070707070707070707070707070707070707070E0E0E1A1B0E0E070707070707 070707070707070E0E0E1A1B0E0E07070707070707070707070707070707070E 0E0E0E1A1B0E0E0707070707070707070707070E0E0E0E1A1B0E0E0707070707 0707070707070707070707070E0E0E0E1A1B0E0E070707070707070707070707 0E0E0E0E1A1B0E0E07070707070707070707070707070707070E0E0E0E1A0E0E 2E2E2E2F2F2F2F2F2E2E2E2E000E0E0E0E1A0E0E070707070707070707070707 0707070707070E0E0E0E0E2E2E2F2F2F2F2F2F2F2F2F2F2F2E2E0E0E0E0E0E0E 07070E0E0E0E0707070707070707070707070E0E0E0E2E2F2F2E2E2E2E2E2E2E 2E2E2E2E2F2F2E2E0E0E0E0E070E0E0E1A0E0E07070E0E0707070707072E2E2E 2E2F2F2E2E2E2E2E2020202020202E2E2E2E2F2F2E2E2E2E0E0E0E1A0E1A0E0E 0E0E0E0E070707072E2E2F2F2F2E2E2E2E2E2E20202020202020202E2E2E2E2E 2F2F2F2E2E0E1A0E0E0E0E0E0E0E1A0E0E070707072E2E2E2E2E2E2E2E2E2020 20202020202020202E2E2E2E2E2E2E2E0E1A1B1A0E0E0E0E0E1A1B0E0E070707 072E2E2E2E2E2E2E2F2F202020202020202020202E2E2E2E2E2E2E2E0E1A0F1B 2D270E1A0F1B0E0E0E070707072E2E2E2E2E2E2F2F2F20202020202020202020 2F2F2E2E2E2E2E2E0E0E1A2D04040E0E1A0E0E0E0707070707072E2E2E2F2F2F 2F2F202020202020202020202F2F2F2F2E2E2E070E0E0E270404070E0E0E0E07 0707070707072E2E2E2E2E2E2F2F202020202020202020202F2F2E2E2E2E2E07 070E0E0E0E0E070707070707070707070707072E2E2E2E2E2E2E2F2020202020 2020202F2F2E2E2E2E2E070707070E0E0E070707070707070707070707070707 2E2E2E2E2E2E2E2F2020202020202F2E2E2E2E2E2E0707070707070707070707 070707070707070707070707072E2E2E2E2E2E2E2E202020202E2E2E2E2E2E2E 0707070707070707070707070707070707070707070707070707072E2E2E2E2E 2E2E2F2E2E2E2E2E2E2E07070707070707070707070707070707070707070707 070707070707070707072E2E2E2E2E2E2E2E2E07070707070707070707070707 07070707070707070707} end object BitBtn2: TBitBtn Left = 369 Top = 240 Width = 125 Height = 50 Hint = 'End game' Caption = '&End playing' ModalResult = 2 TabOrder = 3 OnClick = BitBtn2Click Glyph.Data = { A6070000424DA60700000000000036040000280000002C000000140000000100 0800000000007003000000000000000000000001000000010000000000000000 80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA A600000066000000CC0066000000FF00330000660000009900003C3C3C009999 99000099990066006600FF00CC00003399000099FF00FF330000FF9933000000 0000007C00000088000000A8000000AC000000BC0000000090000000E4003838 380044444400606060007C7C7C00707070008C8C8C0098989800A8A8A800C4C4 C400B4B4B40054545400D0D0D000E0E0E0004C80CC00278CD400000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000F0FBFF00A4A0A000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00070707070707 0707070707070707070707070707070707070707070707070707070707070707 0707070707070707070707070707070707070707070707070707070707070707 0707070707070707070707070707070707070707070707070707070707070707 07070E0E1B1A0E0E0E070707070707070707070707070E0E1B1A0E0E0E070707 070707070707070707070707070E0E1B1A0E0E0E0E0707070707070707070707 070E0E1B1A0E0E0E0E0707070707070707070707070707070E0E1B1A0E0E0E0E 0707070707070707070707070E0E1B1A0E0E0E0E070707070707070707070707 070707070E0E1A0E0E0E0E002E2E2E2E2F2F2F2F2F2E2E2E0E0E1A0E0E0E0E07 070707070707070707070E0E0E0E07070E0E0E0E0E0E2E2E2F2F2F2F2F2F2F2F 2F2F2F2E2E0E0E0E0E0E070707070707070E0E07070E0E1A0E0E0E070E0E0E0E 2E2E2F2F2E2E2E2E2E2E2E2E2E2E2E2F2F2E0E0E0E0E0707070707070E0E0E0E 0E0E1A0E1A0E0E0E2E2E2E2E2F2F2E2E2E2E1717171717172E2E2E2E2E2F2F2E 2E2E2E070707070E0E1A0E0E0E0E0E0E0E1A0E2E2E2F2F2F2E2E2E2E2E171717 17171717172E2E2E2E2E2E2F2F2F2E2E0707070E0E1B1A0E0E0E0E0E1A1B1A0E 2E2E2E2E2E2E2E2E171717171717171717172E2E2E2E2E2E2E2E2E070707070E 0E0E1B0F1A0E272D1B0F1A0E2E2E2E2E2E2E2E2E171717171717171717172F2F 2E2E2E2E2E2E2E07070707070E0E0E1A0E0E04042D1A0E0E2E2E2E2E2E2E2F2F 171717171717171717172F2F2F2E2E2E2E2E2E0707070707070E0E0E0E070404 270E0E0E072E2E2E2F2F2F2F171717171717171717172F2F2F2F2F2E2E2E0707 070707070707070707070E0E0E0E0E07072E2E2E2E2E2F2F1717171717171717 17172F2F2E2E2E2E2E2E070707070707070707070707070E0E0E070707072E2E 2E2E2E2F2F17171717171717172F2E2E2E2E2E2E2E0707070707070707070707 07070707070707070707072E2E2E2E2E2E2F1717171717172F2E2E2E2E2E2E2E 0707070707070707070707070707070707070707070707072E2E2E2E2E2E2E17 1717172E2E2E2E2E2E2E2E070707070707070707070707070707070707070707 0707070707072E2E2E2E2E2E2E2F2E2E2E2E2E2E2E0707070707070707070707 0707070707070707070707070707070707070707072E2E2E2E2E2E2E2E2E0707 07070707070707070707} end object PanelWinner: TPanel Left = 160 Top = 239 Width = 185 Height = 57 BevelInner = bvLowered TabOrder = 4 Visible = False object LabelMatch: TLabel Left = 41 Top = 6 Width = 102 Height = 19 Alignment = taCenter Caption = 'Match Winner Is' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -16 Font.Name = 'Times New Roman' Font.Style = [] ParentFont = False end object LabelWinner: TLabel Left = 8 Top = 28 Width = 169 Height = 23 Alignment = taCenter AutoSize = False Caption = 'LabelWinner' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -21 Font.Name = 'Times New Roman' Font.Style = [fsBold] ParentFont = False end end end