home *** CD-ROM | disk | FTP | other *** search
/ Jumbo 2,500 Game Pack / DDVDAV937D1.iso / sharewarefin / BMPRBLLR.ZIP / bbbdemo.exe / 0 / RCDATA / TFORMBBBMAIN / TFORMBBBMAIN.txt < prev   
Text File  |  1998-03-20  |  17KB  |  458 lines

  1. object FormBBBMain: TFormBBBMain
  2.   Left = 117
  3.   Top = 53
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Bumper Boat Billards'
  7.   ClientHeight = 303
  8.   ClientWidth = 507
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   ShowHint = True
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 35
  22.     Top = 89
  23.     Width = 44
  24.     Height = 13
  25.     Caption = 'Player 1 :'
  26.   end
  27.   object Label6: TLabel
  28.     Left = 91
  29.     Top = 89
  30.     Width = 18
  31.     Height = 13
  32.     Caption = 'kbd'
  33.   end
  34.   object LabelLevelHint: TLabel
  35.     Left = 16
  36.     Top = 211
  37.     Width = 479
  38.     Height = 13
  39.     Alignment = taCenter
  40.     AutoSize = False
  41.     Caption = 'Easy = move up and down only, ball hit back wall = a score'
  42.   end
  43.   object GroupBox2: TGroupBox
  44.     Left = 267
  45.     Top = 5
  46.     Width = 229
  47.     Height = 197
  48.     Hint = 'Pick input device and settings for each player'
  49.     Caption = '&Settings'
  50.     TabOrder = 0
  51.     object LabelP1input: TLabel
  52.       Left = 118
  53.       Top = 74
  54.       Width = 18
  55.       Height = 13
  56.       Caption = 'kbd'
  57.     end
  58.     object Label2: TLabel
  59.       Left = 64
  60.       Top = 73
  61.       Width = 44
  62.       Height = 13
  63.       Caption = 'Player 1 :'
  64.     end
  65.     object Label7: TLabel
  66.       Left = 64
  67.       Top = 89
  68.       Width = 44
  69.       Height = 13
  70.       Caption = 'Player 2 :'
  71.     end
  72.     object LabelP2input: TLabel
  73.       Left = 118
  74.       Top = 90
  75.       Width = 18
  76.       Height = 13
  77.       Caption = 'kbd'
  78.     end
  79.     object BitBtnSetup: TBitBtn
  80.       Left = 51
  81.       Top = 17
  82.       Width = 127
  83.       Height = 49
  84.       Caption = '&input Devices'
  85.       TabOrder = 0
  86.       OnClick = BitBtnSetupClick
  87.       Glyph.Data = {
  88.         B6020000424DB602000000000000760000002800000020000000240000000100
  89.         04000000000040020000CE0E0000D80E00001000000000000000000000000000
  90.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  91.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333033333
  92.         333333333373F3333333333330F033333333333337373F33333333330FFF0333
  93.         33333333733F73F333333330F80FF033333333373373373F3333330F80F7FF03
  94.         33333373373F3F73F33330F70F0F0FF03333373F737373F73F33330F77F7F0FF
  95.         03333373F33F373F73F33330F70F0F0FF03333373F737373373F33330F77F7F7
  96.         FF03333373F33F3F3F73333330F70F0F07F03333373F737373373333330F77FF
  97.         7F0333333373F33F337333333330F707F033333333373F733733333333330F7F
  98.         03333333333373F373F33333333330F0303333F3F3F3F73737F3303030303303
  99.         3033373737373F7FF73303030303000003337373737377777333333333333333
  100.         3333333333333333333333333333333333333333333333333333333333333333
  101.         3333333333333333333333333333333333333333333333333333333333000333
  102.         33333333377733333333333330FFF03333333333733373F3333333330FFFFF03
  103.         33333337F33337F3333333330FFFFF0333333337F33337F3333333330FFFFF03
  104.         33333337FFFFF7F3333333330777770333333337777777F3333333330FF7FF03
  105.         33333337F37F37F3333333330FF7FF03333333373F7FF7333333333330000033
  106.         33333333777773FFF33333333330330007333333337F37777F33333333303033
  107.         307333333373733377F33333333303333303333333F7F33337F3333333330733
  108.         330333333F777F3337F333333370307330733333F77377FF7733333337033300
  109.         0733333F77333777733333337033333333333337733333333333}
  110.       NumGlyphs = 2
  111.     end
  112.     object RadioGroupsize: TRadioGroup
  113.       Left = 15
  114.       Top = 107
  115.       Width = 199
  116.       Height = 38
  117.       Hint = 'pick screen resolution to run at'
  118.       Caption = 'Screen size'
  119.       Columns = 2
  120.       ItemIndex = 1
  121.       Items.Strings = (
  122.         '640x480'
  123.         '800x600')
  124.       TabOrder = 1
  125.     end
  126.     object RadioGroupLevel: TRadioGroup
  127.       Left = 15
  128.       Top = 147
  129.       Width = 198
  130.       Height = 37
  131.       Hint = 'pick difficulty level'
  132.       Caption = '&Level'
  133.       Columns = 3
  134.       ItemIndex = 0
  135.       Items.Strings = (
  136.         'Easy'
  137.         'Medium'
  138.         'Hard')
  139.       TabOrder = 2
  140.       OnClick = RadioGroupLevelClick
  141.     end
  142.   end
  143.   object GroupBox3: TGroupBox
  144.     Left = 9
  145.     Top = 5
  146.     Width = 231
  147.     Height = 196
  148.     Hint = 'Enter name of each team'
  149.     Caption = '&The Players'
  150.     TabOrder = 1
  151.     object Label10: TLabel
  152.       Left = 56
  153.       Top = 20
  154.       Width = 70
  155.       Height = 13
  156.       Caption = 'Player'#39's &names'
  157.     end
  158.     object Label8: TLabel
  159.       Left = 16
  160.       Top = 42
  161.       Width = 38
  162.       Height = 13
  163.       Caption = 'Player &1'
  164.       FocusControl = EditPlayer1
  165.     end
  166.     object Label9: TLabel
  167.       Left = 15
  168.       Top = 97
  169.       Width = 38
  170.       Height = 13
  171.       Caption = 'Player &2'
  172.       FocusControl = EditPlayer2
  173.     end
  174.     object Image1: TImage
  175.       Left = 161
  176.       Top = 41
  177.       Width = 44
  178.       Height = 20
  179.       AutoSize = True
  180.       Picture.Data = {<image000.bmp>}
  181.     end
  182.     object Image2: TImage
  183.       Left = 163
  184.       Top = 96
  185.       Width = 44
  186.       Height = 20
  187.       AutoSize = True
  188.       Picture.Data = {<image001.bmp>}
  189.     end
  190.     object Label4: TLabel
  191.       Left = 16
  192.       Top = 73
  193.       Width = 31
  194.       Height = 13
  195.       Caption = 'Score:'
  196.     end
  197.     object LabelRightScore: TLabel
  198.       Left = 64
  199.       Top = 74
  200.       Width = 6
  201.       Height = 13
  202.       Caption = '0'
  203.     end
  204.     object Label5: TLabel
  205.       Left = 17
  206.       Top = 125
  207.       Width = 31
  208.       Height = 13
  209.       Caption = 'Score:'
  210.     end
  211.     object LabelLeftScore: TLabel
  212.       Left = 64
  213.       Top = 125
  214.       Width = 6
  215.       Height = 13
  216.       Caption = '0'
  217.     end
  218.     object EditPlayer1: TEdit
  219.       Left = 65
  220.       Top = 42
  221.       Width = 73
  222.       Height = 21
  223.       TabOrder = 0
  224.     end
  225.     object EditPlayer2: TEdit
  226.       Left = 63
  227.       Top = 97
  228.       Width = 73
  229.       Height = 21
  230.       TabOrder = 1
  231.     end
  232.     object GroupBox1: TGroupBox
  233.       Left = 18
  234.       Top = 144
  235.       Width = 167
  236.       Height = 41
  237.       TabOrder = 2
  238.       object Label3: TLabel
  239.         Left = 8
  240.         Top = 16
  241.         Width = 77
  242.         Height = 13
  243.         Caption = '&Games in Match'
  244.       end
  245.       object EditRaces: TEdit
  246.         Left = 103
  247.         Top = 13
  248.         Width = 33
  249.         Height = 21
  250.         Hint = 'Enter number of races for whole match'
  251.         MaxLength = 2
  252.         ReadOnly = True
  253.         TabOrder = 0
  254.         Text = '1'
  255.       end
  256.       object UpDownGames: TUpDown
  257.         Left = 136
  258.         Top = 13
  259.         Width = 12
  260.         Height = 21
  261.         Associate = EditRaces
  262.         Min = 1
  263.         Max = 20
  264.         Position = 1
  265.         TabOrder = 1
  266.         Wrap = False
  267.       end
  268.     end
  269.   end
  270.   object BitBtn1: TBitBtn
  271.     Left = 14
  272.     Top = 240
  273.     Width = 129
  274.     Height = 50
  275.     Hint = 'Start playing'
  276.     Caption = '&Start playing'
  277.     Default = True
  278.     ModalResult = 1
  279.     TabOrder = 2
  280.     OnClick = BitBtn1Click
  281.     Glyph.Data = {
  282.       A6070000424DA60700000000000036040000280000002C000000140000000100
  283.       0800000000007003000000000000000000000001000000010000000000000000
  284.       80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
  285.       A600000066000000CC0066000000FF00330000660000009900003C3C3C009999
  286.       99000099990066006600FF00CC00003399000099FF00FF330000FF9933000000
  287.       0000007C00000088000000A8000000AC000000BC0000000090000000E4003838
  288.       380044444400606060007C7C7C00707070008C8C8C0098989800A8A8A800C4C4
  289.       C400B4B4B40054545400D0D0D000E0E0E0004C80CC00278CD400000000000000
  290.       0000000000000000000000000000000000000000000000000000000000000000
  291.       0000000000000000000000000000000000000000000000000000000000000000
  292.       0000000000000000000000000000000000000000000000000000000000000000
  293.       0000000000000000000000000000000000000000000000000000000000000000
  294.       0000000000000000000000000000000000000000000000000000000000000000
  295.       0000000000000000000000000000000000000000000000000000000000000000
  296.       0000000000000000000000000000000000000000000000000000000000000000
  297.       0000000000000000000000000000000000000000000000000000000000000000
  298.       0000000000000000000000000000000000000000000000000000000000000000
  299.       0000000000000000000000000000000000000000000000000000000000000000
  300.       0000000000000000000000000000000000000000000000000000000000000000
  301.       0000000000000000000000000000000000000000000000000000000000000000
  302.       0000000000000000000000000000000000000000000000000000000000000000
  303.       0000000000000000000000000000000000000000000000000000000000000000
  304.       0000000000000000000000000000000000000000000000000000000000000000
  305.       0000000000000000000000000000000000000000000000000000000000000000
  306.       0000000000000000000000000000000000000000000000000000000000000000
  307.       0000000000000000000000000000000000000000000000000000000000000000
  308.       0000000000000000000000000000000000000000000000000000000000000000
  309.       0000000000000000000000000000000000000000000000000000000000000000
  310.       0000000000000000000000000000000000000000000000000000000000000000
  311.       0000000000000000000000000000000000000000000000000000000000000000
  312.       0000000000000000000000000000000000000000000000000000000000000000
  313.       0000000000000000000000000000000000000000000000000000000000000000
  314.       000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  315.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00070707070707
  316.       0707070707070707070707070707070707070707070707070707070707070707
  317.       0707070707070707070707070707070707070707070707070707070707070707
  318.       070707070707070707070707070707070707070E0E0E1A1B0E0E070707070707
  319.       070707070707070E0E0E1A1B0E0E07070707070707070707070707070707070E
  320.       0E0E0E1A1B0E0E0707070707070707070707070E0E0E0E1A1B0E0E0707070707
  321.       0707070707070707070707070E0E0E0E1A1B0E0E070707070707070707070707
  322.       0E0E0E0E1A1B0E0E07070707070707070707070707070707070E0E0E0E1A0E0E
  323.       2E2E2E2F2F2F2F2F2E2E2E2E000E0E0E0E1A0E0E070707070707070707070707
  324.       0707070707070E0E0E0E0E2E2E2F2F2F2F2F2F2F2F2F2F2F2E2E0E0E0E0E0E0E
  325.       07070E0E0E0E0707070707070707070707070E0E0E0E2E2F2F2E2E2E2E2E2E2E
  326.       2E2E2E2E2F2F2E2E0E0E0E0E070E0E0E1A0E0E07070E0E0707070707072E2E2E
  327.       2E2F2F2E2E2E2E2E2020202020202E2E2E2E2F2F2E2E2E2E0E0E0E1A0E1A0E0E
  328.       0E0E0E0E070707072E2E2F2F2F2E2E2E2E2E2E20202020202020202E2E2E2E2E
  329.       2F2F2F2E2E0E1A0E0E0E0E0E0E0E1A0E0E070707072E2E2E2E2E2E2E2E2E2020
  330.       20202020202020202E2E2E2E2E2E2E2E0E1A1B1A0E0E0E0E0E1A1B0E0E070707
  331.       072E2E2E2E2E2E2E2F2F202020202020202020202E2E2E2E2E2E2E2E0E1A0F1B
  332.       2D270E1A0F1B0E0E0E070707072E2E2E2E2E2E2F2F2F20202020202020202020
  333.       2F2F2E2E2E2E2E2E0E0E1A2D04040E0E1A0E0E0E0707070707072E2E2E2F2F2F
  334.       2F2F202020202020202020202F2F2F2F2E2E2E070E0E0E270404070E0E0E0E07
  335.       0707070707072E2E2E2E2E2E2F2F202020202020202020202F2F2E2E2E2E2E07
  336.       070E0E0E0E0E070707070707070707070707072E2E2E2E2E2E2E2F2020202020
  337.       2020202F2F2E2E2E2E2E070707070E0E0E070707070707070707070707070707
  338.       2E2E2E2E2E2E2E2F2020202020202F2E2E2E2E2E2E0707070707070707070707
  339.       070707070707070707070707072E2E2E2E2E2E2E2E202020202E2E2E2E2E2E2E
  340.       0707070707070707070707070707070707070707070707070707072E2E2E2E2E
  341.       2E2E2F2E2E2E2E2E2E2E07070707070707070707070707070707070707070707
  342.       070707070707070707072E2E2E2E2E2E2E2E2E07070707070707070707070707
  343.       07070707070707070707}
  344.   end
  345.   object BitBtn2: TBitBtn
  346.     Left = 369
  347.     Top = 240
  348.     Width = 125
  349.     Height = 50
  350.     Hint = 'End game'
  351.     Caption = '&End playing'
  352.     ModalResult = 2
  353.     TabOrder = 3
  354.     OnClick = BitBtn2Click
  355.     Glyph.Data = {
  356.       A6070000424DA60700000000000036040000280000002C000000140000000100
  357.       0800000000007003000000000000000000000001000000010000000000000000
  358.       80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
  359.       A600000066000000CC0066000000FF00330000660000009900003C3C3C009999
  360.       99000099990066006600FF00CC00003399000099FF00FF330000FF9933000000
  361.       0000007C00000088000000A8000000AC000000BC0000000090000000E4003838
  362.       380044444400606060007C7C7C00707070008C8C8C0098989800A8A8A800C4C4
  363.       C400B4B4B40054545400D0D0D000E0E0E0004C80CC00278CD400000000000000
  364.       0000000000000000000000000000000000000000000000000000000000000000
  365.       0000000000000000000000000000000000000000000000000000000000000000
  366.       0000000000000000000000000000000000000000000000000000000000000000
  367.       0000000000000000000000000000000000000000000000000000000000000000
  368.       0000000000000000000000000000000000000000000000000000000000000000
  369.       0000000000000000000000000000000000000000000000000000000000000000
  370.       0000000000000000000000000000000000000000000000000000000000000000
  371.       0000000000000000000000000000000000000000000000000000000000000000
  372.       0000000000000000000000000000000000000000000000000000000000000000
  373.       0000000000000000000000000000000000000000000000000000000000000000
  374.       0000000000000000000000000000000000000000000000000000000000000000
  375.       0000000000000000000000000000000000000000000000000000000000000000
  376.       0000000000000000000000000000000000000000000000000000000000000000
  377.       0000000000000000000000000000000000000000000000000000000000000000
  378.       0000000000000000000000000000000000000000000000000000000000000000
  379.       0000000000000000000000000000000000000000000000000000000000000000
  380.       0000000000000000000000000000000000000000000000000000000000000000
  381.       0000000000000000000000000000000000000000000000000000000000000000
  382.       0000000000000000000000000000000000000000000000000000000000000000
  383.       0000000000000000000000000000000000000000000000000000000000000000
  384.       0000000000000000000000000000000000000000000000000000000000000000
  385.       0000000000000000000000000000000000000000000000000000000000000000
  386.       0000000000000000000000000000000000000000000000000000000000000000
  387.       0000000000000000000000000000000000000000000000000000000000000000
  388.       000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  389.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00070707070707
  390.       0707070707070707070707070707070707070707070707070707070707070707
  391.       0707070707070707070707070707070707070707070707070707070707070707
  392.       0707070707070707070707070707070707070707070707070707070707070707
  393.       07070E0E1B1A0E0E0E070707070707070707070707070E0E1B1A0E0E0E070707
  394.       070707070707070707070707070E0E1B1A0E0E0E0E0707070707070707070707
  395.       070E0E1B1A0E0E0E0E0707070707070707070707070707070E0E1B1A0E0E0E0E
  396.       0707070707070707070707070E0E1B1A0E0E0E0E070707070707070707070707
  397.       070707070E0E1A0E0E0E0E002E2E2E2E2F2F2F2F2F2E2E2E0E0E1A0E0E0E0E07
  398.       070707070707070707070E0E0E0E07070E0E0E0E0E0E2E2E2F2F2F2F2F2F2F2F
  399.       2F2F2F2E2E0E0E0E0E0E070707070707070E0E07070E0E1A0E0E0E070E0E0E0E
  400.       2E2E2F2F2E2E2E2E2E2E2E2E2E2E2E2F2F2E0E0E0E0E0707070707070E0E0E0E
  401.       0E0E1A0E1A0E0E0E2E2E2E2E2F2F2E2E2E2E1717171717172E2E2E2E2E2F2F2E
  402.       2E2E2E070707070E0E1A0E0E0E0E0E0E0E1A0E2E2E2F2F2F2E2E2E2E2E171717
  403.       17171717172E2E2E2E2E2E2F2F2F2E2E0707070E0E1B1A0E0E0E0E0E1A1B1A0E
  404.       2E2E2E2E2E2E2E2E171717171717171717172E2E2E2E2E2E2E2E2E070707070E
  405.       0E0E1B0F1A0E272D1B0F1A0E2E2E2E2E2E2E2E2E171717171717171717172F2F
  406.       2E2E2E2E2E2E2E07070707070E0E0E1A0E0E04042D1A0E0E2E2E2E2E2E2E2F2F
  407.       171717171717171717172F2F2F2E2E2E2E2E2E0707070707070E0E0E0E070404
  408.       270E0E0E072E2E2E2F2F2F2F171717171717171717172F2F2F2F2F2E2E2E0707
  409.       070707070707070707070E0E0E0E0E07072E2E2E2E2E2F2F1717171717171717
  410.       17172F2F2E2E2E2E2E2E070707070707070707070707070E0E0E070707072E2E
  411.       2E2E2E2F2F17171717171717172F2E2E2E2E2E2E2E0707070707070707070707
  412.       07070707070707070707072E2E2E2E2E2E2F1717171717172F2E2E2E2E2E2E2E
  413.       0707070707070707070707070707070707070707070707072E2E2E2E2E2E2E17
  414.       1717172E2E2E2E2E2E2E2E070707070707070707070707070707070707070707
  415.       0707070707072E2E2E2E2E2E2E2F2E2E2E2E2E2E2E0707070707070707070707
  416.       0707070707070707070707070707070707070707072E2E2E2E2E2E2E2E2E0707
  417.       07070707070707070707}
  418.   end
  419.   object PanelWinner: TPanel
  420.     Left = 160
  421.     Top = 239
  422.     Width = 185
  423.     Height = 57
  424.     BevelInner = bvLowered
  425.     TabOrder = 4
  426.     Visible = False
  427.     object LabelMatch: TLabel
  428.       Left = 41
  429.       Top = 6
  430.       Width = 102
  431.       Height = 19
  432.       Alignment = taCenter
  433.       Caption = 'Match Winner Is'
  434.       Font.Charset = DEFAULT_CHARSET
  435.       Font.Color = clBlack
  436.       Font.Height = -16
  437.       Font.Name = 'Times New Roman'
  438.       Font.Style = []
  439.       ParentFont = False
  440.     end
  441.     object LabelWinner: TLabel
  442.       Left = 8
  443.       Top = 28
  444.       Width = 169
  445.       Height = 23
  446.       Alignment = taCenter
  447.       AutoSize = False
  448.       Caption = 'LabelWinner'
  449.       Font.Charset = DEFAULT_CHARSET
  450.       Font.Color = clBlack
  451.       Font.Height = -21
  452.       Font.Name = 'Times New Roman'
  453.       Font.Style = [fsBold]
  454.       ParentFont = False
  455.     end
  456.   end
  457. end
  458.