home *** CD-ROM | disk | FTP | other *** search
/ 100 Great Games for Windows 98 / TOP100WIN98.iso / 100win98 / Install / Apsquare / 32psqr11.exe / APSquare.exe / 0 / RCDATA / TMAINFORM / TMAINFORM.txt
Text File  |  1998-04-27  |  13KB  |  579 lines

  1. object MainForm: TMainForm
  2.   Left = 145
  3.   Top = 39
  4.   HelpContext = 10
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Poker Squares'
  8.   ClientHeight = 429
  9.   ClientWidth = 531
  10.   Color = clAppWorkSpace
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Menu = MainMenu
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnShow = SetControls
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object PnNextCard: TIndentPanel
  22.     Left = 55
  23.     Top = 281
  24.     Width = 83
  25.     Height = 113
  26.     TabOrder = 0
  27.     object LbNextCard: TSWShadowLabel
  28.       Left = 5
  29.       Top = 5
  30.       Width = 73
  31.       Height = 14
  32.       Alignment = taCenter
  33.       Align = alTop
  34.       Caption = 'Next Card'
  35.     end
  36.   end
  37.   object PnScores: TIndentPanel
  38.     Left = 8
  39.     Top = 4
  40.     Width = 176
  41.     Height = 272
  42.     TabOrder = 1
  43.     object LbHScoreA: TSWShadowLabel
  44.       Left = 5
  45.       Top = 5
  46.       Width = 166
  47.       Height = 14
  48.       Alignment = taCenter
  49.       Align = alTop
  50.       Caption = 'Scores Across'
  51.       Font.Color = clWindowText
  52.       Font.Height = -11
  53.       Font.Name = 'MS Sans Serif'
  54.       Font.Style = [fsUnderline]
  55.       ParentFont = False
  56.     end
  57.     object LbHScoreD: TSWShadowLabel
  58.       Left = 5
  59.       Top = 101
  60.       Width = 166
  61.       Height = 14
  62.       Alignment = taCenter
  63.       Align = alTop
  64.       Caption = 'Scores Down'
  65.     end
  66.     object LbScoreT: TSWShadowLabel
  67.       Left = 5
  68.       Top = 197
  69.       Width = 166
  70.       Height = 14
  71.       Alignment = taCenter
  72.       Align = alTop
  73.       Caption = 'Total Score'
  74.     end
  75.     object BrTotal: TSWShadowLabel
  76.       Left = 72
  77.       Top = 213
  78.       Width = 32
  79.       Height = 21
  80.       Alignment = taCenter
  81.       AutoSize = False
  82.       Caption = '0'
  83.       Font.Color = clBlue
  84.       Font.Height = -16
  85.       Font.Name = 'MS Sans Serif'
  86.       Font.Style = [fsBold]
  87.       ParentFont = False
  88.     end
  89.     object SbPoints: TSpeedButton
  90.       Left = 25
  91.       Top = 237
  92.       Width = 126
  93.       Height = 25
  94.       Caption = 'Show Scoring Values'
  95.       OnClick = SbPointsClick
  96.     end
  97.     object PnScoreA: TPanel
  98.       Left = 5
  99.       Top = 19
  100.       Width = 166
  101.       Height = 82
  102.       Align = alTop
  103.       TabOrder = 0
  104.       object BrScoreA1: TLabel
  105.         Left = 147
  106.         Top = 5
  107.         Width = 15
  108.         Height = 13
  109.         Alignment = taRightJustify
  110.         AutoSize = False
  111.         Caption = '0'
  112.         Font.Color = clBlue
  113.         Font.Height = -11
  114.         Font.Name = 'MS Sans Serif'
  115.         Font.Style = []
  116.         ParentFont = False
  117.       end
  118.       object BrScoreA2: TLabel
  119.         Left = 147
  120.         Top = 20
  121.         Width = 15
  122.         Height = 13
  123.         Alignment = taRightJustify
  124.         AutoSize = False
  125.         Caption = '0'
  126.         Font.Color = clBlue
  127.         Font.Height = -11
  128.         Font.Name = 'MS Sans Serif'
  129.         Font.Style = []
  130.         ParentFont = False
  131.       end
  132.       object BrScoreA3: TLabel
  133.         Left = 147
  134.         Top = 35
  135.         Width = 15
  136.         Height = 13
  137.         Alignment = taRightJustify
  138.         AutoSize = False
  139.         Caption = '0'
  140.         Font.Color = clBlue
  141.         Font.Height = -11
  142.         Font.Name = 'MS Sans Serif'
  143.         Font.Style = []
  144.         ParentFont = False
  145.       end
  146.       object BrScoreA4: TLabel
  147.         Left = 147
  148.         Top = 50
  149.         Width = 15
  150.         Height = 13
  151.         Alignment = taRightJustify
  152.         AutoSize = False
  153.         Caption = '0'
  154.         Font.Color = clBlue
  155.         Font.Height = -11
  156.         Font.Name = 'MS Sans Serif'
  157.         Font.Style = []
  158.         ParentFont = False
  159.       end
  160.       object BrScoreA5: TLabel
  161.         Left = 147
  162.         Top = 65
  163.         Width = 15
  164.         Height = 13
  165.         Alignment = taRightJustify
  166.         AutoSize = False
  167.         Caption = '0'
  168.         Font.Color = clBlue
  169.         Font.Height = -11
  170.         Font.Name = 'MS Sans Serif'
  171.         Font.Style = []
  172.         ParentFont = False
  173.       end
  174.       object LbRow1: TLabel
  175.         Left = 5
  176.         Top = 5
  177.         Width = 31
  178.         Height = 13
  179.         Caption = 'Row 1'
  180.       end
  181.       object LbRow2: TLabel
  182.         Left = 5
  183.         Top = 20
  184.         Width = 31
  185.         Height = 13
  186.         Caption = 'Row 2'
  187.       end
  188.       object LbRow3: TLabel
  189.         Left = 5
  190.         Top = 35
  191.         Width = 31
  192.         Height = 13
  193.         Caption = 'Row 3'
  194.       end
  195.       object LbRow4: TLabel
  196.         Left = 5
  197.         Top = 50
  198.         Width = 31
  199.         Height = 13
  200.         Caption = 'Row 4'
  201.       end
  202.       object LbRow5: TLabel
  203.         Left = 5
  204.         Top = 65
  205.         Width = 31
  206.         Height = 13
  207.         Caption = 'Row 5'
  208.       end
  209.       object BrRow1: TLabel
  210.         Left = 40
  211.         Top = 5
  212.         Width = 101
  213.         Height = 13
  214.         AutoSize = False
  215.         Caption = 'Nothing'
  216.         Font.Color = clRed
  217.         Font.Height = -11
  218.         Font.Name = 'MS Sans Serif'
  219.         Font.Style = []
  220.         ParentFont = False
  221.       end
  222.       object BrRow2: TLabel
  223.         Left = 40
  224.         Top = 20
  225.         Width = 101
  226.         Height = 13
  227.         AutoSize = False
  228.         Caption = 'Nothing'
  229.         Font.Color = clRed
  230.         Font.Height = -11
  231.         Font.Name = 'MS Sans Serif'
  232.         Font.Style = []
  233.         ParentFont = False
  234.       end
  235.       object BrRow3: TLabel
  236.         Left = 40
  237.         Top = 35
  238.         Width = 101
  239.         Height = 13
  240.         AutoSize = False
  241.         Caption = 'Nothing'
  242.         Font.Color = clRed
  243.         Font.Height = -11
  244.         Font.Name = 'MS Sans Serif'
  245.         Font.Style = []
  246.         ParentFont = False
  247.       end
  248.       object BrRow4: TLabel
  249.         Left = 40
  250.         Top = 50
  251.         Width = 101
  252.         Height = 13
  253.         AutoSize = False
  254.         Caption = 'Nothing'
  255.         Font.Color = clRed
  256.         Font.Height = -11
  257.         Font.Name = 'MS Sans Serif'
  258.         Font.Style = []
  259.         ParentFont = False
  260.       end
  261.       object BrRow5: TLabel
  262.         Left = 40
  263.         Top = 65
  264.         Width = 101
  265.         Height = 13
  266.         AutoSize = False
  267.         Caption = 'Nothing'
  268.         Font.Color = clRed
  269.         Font.Height = -11
  270.         Font.Name = 'MS Sans Serif'
  271.         Font.Style = []
  272.         ParentFont = False
  273.       end
  274.     end
  275.     object PnScoreD: TPanel
  276.       Left = 5
  277.       Top = 115
  278.       Width = 166
  279.       Height = 82
  280.       Align = alTop
  281.       TabOrder = 1
  282.       object BrScoreD1: TLabel
  283.         Left = 147
  284.         Top = 5
  285.         Width = 15
  286.         Height = 13
  287.         Alignment = taRightJustify
  288.         AutoSize = False
  289.         Caption = '0'
  290.         Font.Color = clBlue
  291.         Font.Height = -11
  292.         Font.Name = 'MS Sans Serif'
  293.         Font.Style = []
  294.         ParentFont = False
  295.       end
  296.       object BrScoreD2: TLabel
  297.         Left = 147
  298.         Top = 20
  299.         Width = 15
  300.         Height = 13
  301.         Alignment = taRightJustify
  302.         AutoSize = False
  303.         Caption = '0'
  304.         Font.Color = clBlue
  305.         Font.Height = -11
  306.         Font.Name = 'MS Sans Serif'
  307.         Font.Style = []
  308.         ParentFont = False
  309.       end
  310.       object BrScoreD3: TLabel
  311.         Left = 147
  312.         Top = 35
  313.         Width = 15
  314.         Height = 13
  315.         Alignment = taRightJustify
  316.         AutoSize = False
  317.         Caption = '0'
  318.         Font.Color = clBlue
  319.         Font.Height = -11
  320.         Font.Name = 'MS Sans Serif'
  321.         Font.Style = []
  322.         ParentFont = False
  323.       end
  324.       object BrScoreD4: TLabel
  325.         Left = 147
  326.         Top = 50
  327.         Width = 15
  328.         Height = 13
  329.         Alignment = taRightJustify
  330.         AutoSize = False
  331.         Caption = '0'
  332.         Font.Color = clBlue
  333.         Font.Height = -11
  334.         Font.Name = 'MS Sans Serif'
  335.         Font.Style = []
  336.         ParentFont = False
  337.       end
  338.       object BrScoreD5: TLabel
  339.         Left = 147
  340.         Top = 65
  341.         Width = 15
  342.         Height = 13
  343.         Alignment = taRightJustify
  344.         AutoSize = False
  345.         Caption = '0'
  346.         Font.Color = clBlue
  347.         Font.Height = -11
  348.         Font.Name = 'MS Sans Serif'
  349.         Font.Style = []
  350.         ParentFont = False
  351.       end
  352.       object LbCol1: TLabel
  353.         Left = 5
  354.         Top = 5
  355.         Width = 24
  356.         Height = 13
  357.         Caption = 'Col 1'
  358.       end
  359.       object LbCol2: TLabel
  360.         Left = 5
  361.         Top = 20
  362.         Width = 24
  363.         Height = 13
  364.         Caption = 'Col 2'
  365.       end
  366.       object LbCol3: TLabel
  367.         Left = 5
  368.         Top = 35
  369.         Width = 24
  370.         Height = 13
  371.         Caption = 'Col 3'
  372.       end
  373.       object LbCol4: TLabel
  374.         Left = 5
  375.         Top = 50
  376.         Width = 24
  377.         Height = 13
  378.         Caption = 'Col 4'
  379.       end
  380.       object LbCol5: TLabel
  381.         Left = 5
  382.         Top = 65
  383.         Width = 24
  384.         Height = 13
  385.         Caption = 'Col 5'
  386.       end
  387.       object BrCol1: TLabel
  388.         Left = 40
  389.         Top = 5
  390.         Width = 101
  391.         Height = 13
  392.         AutoSize = False
  393.         Caption = 'Nothing'
  394.         Font.Color = clRed
  395.         Font.Height = -11
  396.         Font.Name = 'MS Sans Serif'
  397.         Font.Style = []
  398.         ParentFont = False
  399.       end
  400.       object BrCol2: TLabel
  401.         Left = 40
  402.         Top = 20
  403.         Width = 101
  404.         Height = 13
  405.         AutoSize = False
  406.         Caption = 'Nothing'
  407.         Font.Color = clRed
  408.         Font.Height = -11
  409.         Font.Name = 'MS Sans Serif'
  410.         Font.Style = []
  411.         ParentFont = False
  412.       end
  413.       object BrCol3: TLabel
  414.         Left = 40
  415.         Top = 35
  416.         Width = 101
  417.         Height = 13
  418.         AutoSize = False
  419.         Caption = 'Nothing'
  420.         Font.Color = clRed
  421.         Font.Height = -11
  422.         Font.Name = 'MS Sans Serif'
  423.         Font.Style = []
  424.         ParentFont = False
  425.       end
  426.       object BrCol4: TLabel
  427.         Left = 40
  428.         Top = 50
  429.         Width = 101
  430.         Height = 13
  431.         AutoSize = False
  432.         Caption = 'Nothing'
  433.         Font.Color = clRed
  434.         Font.Height = -11
  435.         Font.Name = 'MS Sans Serif'
  436.         Font.Style = []
  437.         ParentFont = False
  438.       end
  439.       object BrCol5: TLabel
  440.         Left = 40
  441.         Top = 65
  442.         Width = 101
  443.         Height = 13
  444.         AutoSize = False
  445.         Caption = 'Nothing'
  446.         Font.Color = clRed
  447.         Font.Height = -11
  448.         Font.Name = 'MS Sans Serif'
  449.         Font.Style = []
  450.         ParentFont = False
  451.       end
  452.     end
  453.   end
  454.   object PnPlay: TPanel
  455.     Left = 191
  456.     Top = 4
  457.     Width = 331
  458.     Height = 421
  459.     BevelOuter = bvLowered
  460.     TabOrder = 2
  461.   end
  462.   object BtNewGame: TButton
  463.     Left = 33
  464.     Top = 400
  465.     Width = 126
  466.     Height = 25
  467.     Caption = '&Start a new game'
  468.     TabOrder = 3
  469.     OnClick = MnNewGameClick
  470.   end
  471.   object MainMenu: TMainMenu
  472.     object MnFile: TMenuItem
  473.       Caption = '&File'
  474.       Hint = 'File Functions.'
  475.       ShortCut = 0
  476.       object MnNewGame: TMenuItem
  477.         Caption = '&New Game'
  478.         ShortCut = 113
  479.         OnClick = MnNewGameClick
  480.       end
  481.       object MnRestartGame: TMenuItem
  482.         Caption = '&Restart Game'
  483.         ShortCut = 114
  484.         OnClick = MnRestartGameClick
  485.       end
  486.       object MnHighScores: TMenuItem
  487.         Caption = '&High Scores'
  488.         ShortCut = 115
  489.         OnClick = MnHighScoresClick
  490.       end
  491.       object N1: TMenuItem
  492.         Caption = '-'
  493.         ShortCut = 0
  494.       end
  495.       object MnExit: TMenuItem
  496.         Caption = 'E&xit'
  497.         Hint = 'Exit program.'
  498.         ShortCut = 32856
  499.         OnClick = MnExitClick
  500.       end
  501.     end
  502.     object MnOptions: TMenuItem
  503.       Caption = '&Options'
  504.       ShortCut = 0
  505.       object MnPlayers: TMenuItem
  506.         Caption = '&Players'
  507.         ShortCut = 0
  508.         object MnOnePlayer: TMenuItem
  509.           Caption = '&One Player'
  510.           Checked = True
  511.           RadioItem = True
  512.           ShortCut = 0
  513.           OnClick = MnOnePlayerClick
  514.         end
  515.         object MnTwoPlayers: TMenuItem
  516.           Caption = '&Two Players'
  517.           RadioItem = True
  518.           ShortCut = 0
  519.           OnClick = MnTwoPlayersClick
  520.         end
  521.         object MnThreePlayers: TMenuItem
  522.           Caption = 'T&hree Players'
  523.           RadioItem = True
  524.           ShortCut = 0
  525.           OnClick = MnThreePlayersClick
  526.         end
  527.         object MnFourPlayers: TMenuItem
  528.           Caption = '&Four Players'
  529.           RadioItem = True
  530.           ShortCut = 0
  531.           OnClick = MnFourPlayersClick
  532.         end
  533.       end
  534.       object MnNames: TMenuItem
  535.         Caption = '&Names'
  536.         ShortCut = 0
  537.         OnClick = MnNamesClick
  538.       end
  539.       object MnPlayMusic: TMenuItem
  540.         Caption = 'Play &Music'
  541.         ShortCut = 0
  542.         OnClick = MnPlayMusicClick
  543.       end
  544.     end
  545.     object Register1: TMenuItem
  546.       Caption = 'Register'
  547.       ShortCut = 0
  548.       OnClick = Register1Click
  549.     end
  550.     object MnHelp: TMenuItem
  551.       Caption = '&Help'
  552.       ShortCut = 0
  553.       object MnContents: TMenuItem
  554.         Caption = '&Contents'
  555.         ShortCut = 0
  556.         OnClick = MnContentsClick
  557.       end
  558.       object MnSecureOnlineOrdering: TMenuItem
  559.         Caption = 'Secure Online Ordering'
  560.         ShortCut = 0
  561.         OnClick = MnSecureOnlineOrderingClick
  562.       end
  563.       object MnFreeCDDisc: TMenuItem
  564.         Caption = 'Free CD Disc'
  565.         ShortCut = 0
  566.         OnClick = MnFreeCDDiscClick
  567.       end
  568.     end
  569.   end
  570.   object JustOne: TJustOne32
  571.     Left = 30
  572.   end
  573.   object WaveMix: TWaveMix
  574.     Activated = True
  575.     Channels = 3
  576.     Left = 60
  577.   end
  578. end
  579.