home *** CD-ROM | disk | FTP | other *** search
/ Jumbo 2,500 Game Pack / DDVDAV937D1.iso / sharewarefin / ABSOSPDS.ZIP / 32spad11.exe / ASPADES.EXE / 0 / RCDATA / TDLGOPTIONS / TDLGOPTIONS.txt < prev   
Text File  |  1998-04-08  |  13KB  |  618 lines

  1. object dlgOptions: TdlgOptions
  2.   Left = 466
  3.   Top = 114
  4.   Width = 335
  5.   Height = 353
  6.   HelpContext = 41003
  7.   ActiveControl = pgeOptions
  8.   Caption = 'Preferences'
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object pgeOptions: TPageControl
  21.     Left = 0
  22.     Top = 0
  23.     Width = 327
  24.     Height = 257
  25.     ActivePage = tabPlayers
  26.     Align = alTop
  27.     TabOrder = 0
  28.     OnChange = pgeOptionsChange
  29.     object tabGeneral: TTabSheet
  30.       Caption = 'General'
  31.       OnEnter = tabGeneralEnter
  32.       OnExit = tabGeneralExit
  33.       object Label1: TLabel
  34.         Left = 16
  35.         Top = 32
  36.         Width = 57
  37.         Height = 13
  38.         Caption = 'Play Speed:'
  39.       end
  40.       object Label2: TLabel
  41.         Left = 20
  42.         Top = 76
  43.         Width = 65
  44.         Height = 13
  45.         Caption = 'Score to Win:'
  46.       end
  47.       object cbxSpeed: TComboBox
  48.         Left = 100
  49.         Top = 28
  50.         Width = 145
  51.         Height = 21
  52.         Style = csDropDownList
  53.         ItemHeight = 13
  54.         Items.Strings = (
  55.           'Slow'
  56.           'Normal'
  57.           'Fast'
  58.           'Bullet')
  59.         TabOrder = 0
  60.       end
  61.       object rgpScore: TRadioGroup
  62.         Left = 100
  63.         Top = 68
  64.         Width = 145
  65.         Height = 57
  66.         Ctl3D = True
  67.         Items.Strings = (
  68.           '250'
  69.           '500')
  70.         ParentCtl3D = False
  71.         TabOrder = 1
  72.         TabStop = True
  73.       end
  74.     end
  75.     object tabTable: TTabSheet
  76.       Caption = 'Appearance'
  77.       OnEnter = tabTableEnter
  78.       object Shape1: TShape
  79.         Left = 256
  80.         Top = 164
  81.         Width = 54
  82.         Height = 54
  83.         Pen.Color = clYellow
  84.         Pen.Width = 2
  85.       end
  86.       object IDB_GREENCLOTH: TImage
  87.         Left = 78
  88.         Top = 22
  89.         Width = 50
  90.         Height = 50
  91.         OnClick = ImageClick
  92.       end
  93.       object IDB_MAHOGANY: TImage
  94.         Left = 230
  95.         Top = 22
  96.         Width = 50
  97.         Height = 50
  98.         OnClick = ImageClick
  99.       end
  100.       object IDB_OAK: TImage
  101.         Left = 78
  102.         Top = 102
  103.         Width = 50
  104.         Height = 50
  105.         OnClick = ImageClick
  106.       end
  107.       object IDB_GRANITE: TImage
  108.         Left = 230
  109.         Top = 102
  110.         Width = 50
  111.         Height = 50
  112.         OnClick = ImageClick
  113.       end
  114.       object Label3: TLabel
  115.         Left = 8
  116.         Top = 40
  117.         Width = 56
  118.         Height = 13
  119.         Caption = 'Green Cloth'
  120.       end
  121.       object Label4: TLabel
  122.         Left = 164
  123.         Top = 40
  124.         Width = 50
  125.         Height = 13
  126.         Caption = 'Mohagany'
  127.       end
  128.       object Label5: TLabel
  129.         Left = 8
  130.         Top = 120
  131.         Width = 20
  132.         Height = 13
  133.         Caption = 'Oak'
  134.       end
  135.       object Label6: TLabel
  136.         Left = 164
  137.         Top = 120
  138.         Width = 34
  139.         Height = 13
  140.         Caption = 'Granite'
  141.       end
  142.     end
  143.     object tabCards: TTabSheet
  144.       Caption = 'Cards'
  145.       OnEnter = tabCardsEnter
  146.       object pnlCards: TPanel
  147.         Left = 0
  148.         Top = 0
  149.         Width = 319
  150.         Height = 229
  151.         Align = alClient
  152.         BevelInner = bvLowered
  153.         TabOrder = 0
  154.         TabStop = True
  155.         object shpCardSel: TShape
  156.           Left = 232
  157.           Top = 116
  158.           Width = 55
  159.           Height = 80
  160.           Pen.Color = clFuchsia
  161.           Pen.Width = 2
  162.         end
  163.         object CardDeck1: TCardDeck
  164.           Left = 36
  165.           Top = 24
  166.           Width = 51
  167.           Height = 76
  168.           Value = 54
  169.           Stretch = True
  170.           Visible = False
  171.           OnClick = CardClick
  172.         end
  173.         object CardDeck2: TCardDeck
  174.           Left = 101
  175.           Top = 24
  176.           Width = 51
  177.           Height = 76
  178.           Value = 55
  179.           Stretch = True
  180.           Visible = False
  181.           OnClick = CardClick
  182.         end
  183.         object CardDeck3: TCardDeck
  184.           Left = 167
  185.           Top = 24
  186.           Width = 51
  187.           Height = 76
  188.           Value = 56
  189.           Stretch = True
  190.           Visible = False
  191.           OnClick = CardClick
  192.         end
  193.         object CardDeck4: TCardDeck
  194.           Left = 232
  195.           Top = 24
  196.           Width = 51
  197.           Height = 76
  198.           Value = 57
  199.           Stretch = True
  200.           Visible = False
  201.           OnClick = CardClick
  202.         end
  203.         object CardDeck5: TCardDeck
  204.           Left = 36
  205.           Top = 116
  206.           Width = 51
  207.           Height = 76
  208.           Value = 58
  209.           Stretch = True
  210.           Visible = False
  211.           OnClick = CardClick
  212.         end
  213.         object CardDeck6: TCardDeck
  214.           Left = 101
  215.           Top = 116
  216.           Width = 51
  217.           Height = 76
  218.           Value = 59
  219.           Stretch = True
  220.           Visible = False
  221.           OnClick = CardClick
  222.         end
  223.         object CardDeck7: TCardDeck
  224.           Left = 167
  225.           Top = 116
  226.           Width = 51
  227.           Height = 76
  228.           Value = 60
  229.           Stretch = True
  230.           Visible = False
  231.           OnClick = CardClick
  232.         end
  233.       end
  234.     end
  235.     object tabPlayers: TTabSheet
  236.       Caption = 'Players'
  237.       OnEnter = tabPlayersEnter
  238.       object Label9: TLabel
  239.         Left = 12
  240.         Top = 32
  241.         Width = 32
  242.         Height = 13
  243.         Caption = 'Player:'
  244.       end
  245.       object grpPlayer1: TGroupBox
  246.         Left = 8
  247.         Top = 80
  248.         Width = 297
  249.         Height = 105
  250.         Caption = 'North'
  251.         TabOrder = 1
  252.         TabStop = True
  253.         object Label7: TLabel
  254.           Left = 16
  255.           Top = 20
  256.           Width = 31
  257.           Height = 13
  258.           Caption = 'Name:'
  259.         end
  260.         object Label8: TLabel
  261.           Left = 20
  262.           Top = 52
  263.           Width = 27
  264.           Height = 13
  265.           Caption = 'Type:'
  266.         end
  267.         object rgpPlayerType: TRadioGroup
  268.           Left = 76
  269.           Top = 40
  270.           Width = 185
  271.           Height = 57
  272.           Items.Strings = (
  273.             'Computer'
  274.             'Human')
  275.           TabOrder = 1
  276.           OnClick = rgpPlayerTypeClick
  277.         end
  278.         object edtPlayerName: TEdit
  279.           Left = 76
  280.           Top = 16
  281.           Width = 189
  282.           Height = 21
  283.           TabOrder = 0
  284.           OnExit = edtPlayerNameExit
  285.         end
  286.       end
  287.       object cbxPlayers: TComboBox
  288.         Left = 84
  289.         Top = 28
  290.         Width = 145
  291.         Height = 21
  292.         Style = csDropDownList
  293.         DropDownCount = 4
  294.         ItemHeight = 13
  295.         TabOrder = 0
  296.         OnChange = cbxPlayersChange
  297.       end
  298.     end
  299.     object TabMusic: TTabSheet
  300.       Caption = 'Music'
  301.       object CheckBox1: TCheckBox
  302.         Left = 239
  303.         Top = 210
  304.         Width = 82
  305.         Height = 17
  306.         Caption = 'Music On'
  307.         State = cbChecked
  308.         TabOrder = 0
  309.         OnClick = CheckBox1Click
  310.       end
  311.       object Panel1: TPanel
  312.         Left = 64
  313.         Top = 16
  314.         Width = 177
  315.         Height = 17
  316.         Alignment = taLeftJustify
  317.         BevelOuter = bvLowered
  318.         Caption = '<none>'
  319.         ParentShowHint = False
  320.         ShowHint = True
  321.         TabOrder = 1
  322.       end
  323.       object Button1: TButton
  324.         Left = 8
  325.         Top = 16
  326.         Width = 49
  327.         Height = 17
  328.         Caption = 'Song 1:'
  329.         TabOrder = 2
  330.         OnClick = Button1Click
  331.       end
  332.       object Button2: TButton
  333.         Tag = 1
  334.         Left = 8
  335.         Top = 40
  336.         Width = 49
  337.         Height = 17
  338.         Caption = 'Song 2:'
  339.         TabOrder = 3
  340.         OnClick = Button1Click
  341.       end
  342.       object Panel2: TPanel
  343.         Left = 62
  344.         Top = 40
  345.         Width = 177
  346.         Height = 17
  347.         Alignment = taLeftJustify
  348.         BevelOuter = bvLowered
  349.         Caption = '<none>'
  350.         ParentShowHint = False
  351.         ShowHint = True
  352.         TabOrder = 4
  353.       end
  354.       object Button3: TButton
  355.         Tag = 2
  356.         Left = 8
  357.         Top = 64
  358.         Width = 49
  359.         Height = 17
  360.         Caption = 'Song 3:'
  361.         TabOrder = 5
  362.         OnClick = Button1Click
  363.       end
  364.       object Panel3: TPanel
  365.         Left = 62
  366.         Top = 64
  367.         Width = 177
  368.         Height = 17
  369.         Alignment = taLeftJustify
  370.         BevelOuter = bvLowered
  371.         Caption = '<none>'
  372.         ParentShowHint = False
  373.         ShowHint = True
  374.         TabOrder = 6
  375.       end
  376.       object Button4: TButton
  377.         Tag = 3
  378.         Left = 8
  379.         Top = 88
  380.         Width = 49
  381.         Height = 17
  382.         Caption = 'Song 4:'
  383.         TabOrder = 7
  384.         OnClick = Button1Click
  385.       end
  386.       object Panel4: TPanel
  387.         Left = 64
  388.         Top = 88
  389.         Width = 177
  390.         Height = 17
  391.         Alignment = taLeftJustify
  392.         BevelOuter = bvLowered
  393.         Caption = '<none>'
  394.         ParentShowHint = False
  395.         ShowHint = True
  396.         TabOrder = 8
  397.       end
  398.       object Button5: TButton
  399.         Tag = 4
  400.         Left = 8
  401.         Top = 112
  402.         Width = 49
  403.         Height = 17
  404.         Caption = 'Song 5:'
  405.         TabOrder = 9
  406.         OnClick = Button1Click
  407.       end
  408.       object Panel5: TPanel
  409.         Left = 64
  410.         Top = 112
  411.         Width = 177
  412.         Height = 17
  413.         Alignment = taLeftJustify
  414.         BevelOuter = bvLowered
  415.         Caption = '<none>'
  416.         ParentShowHint = False
  417.         ShowHint = True
  418.         TabOrder = 10
  419.       end
  420.       object Button6: TButton
  421.         Tag = 5
  422.         Left = 8
  423.         Top = 136
  424.         Width = 49
  425.         Height = 17
  426.         Caption = 'Song 6:'
  427.         TabOrder = 11
  428.         OnClick = Button1Click
  429.       end
  430.       object Panel6: TPanel
  431.         Left = 64
  432.         Top = 136
  433.         Width = 177
  434.         Height = 17
  435.         Alignment = taLeftJustify
  436.         BevelOuter = bvLowered
  437.         Caption = '<none>'
  438.         ParentShowHint = False
  439.         ShowHint = True
  440.         TabOrder = 12
  441.       end
  442.       object Button7: TButton
  443.         Tag = 6
  444.         Left = 8
  445.         Top = 160
  446.         Width = 49
  447.         Height = 17
  448.         Caption = 'Song 7:'
  449.         TabOrder = 13
  450.         OnClick = Button1Click
  451.       end
  452.       object Panel7: TPanel
  453.         Left = 64
  454.         Top = 160
  455.         Width = 177
  456.         Height = 17
  457.         Alignment = taLeftJustify
  458.         BevelOuter = bvLowered
  459.         Caption = '<none>'
  460.         ParentShowHint = False
  461.         ShowHint = True
  462.         TabOrder = 14
  463.       end
  464.       object Button8: TButton
  465.         Tag = 7
  466.         Left = 8
  467.         Top = 184
  468.         Width = 49
  469.         Height = 17
  470.         Caption = 'Song 8:'
  471.         TabOrder = 15
  472.         OnClick = Button1Click
  473.       end
  474.       object Panel8: TPanel
  475.         Left = 64
  476.         Top = 184
  477.         Width = 177
  478.         Height = 17
  479.         Alignment = taLeftJustify
  480.         BevelOuter = bvLowered
  481.         Caption = '<none>'
  482.         ParentShowHint = False
  483.         ShowHint = True
  484.         TabOrder = 16
  485.       end
  486.       object Button9: TButton
  487.         Left = 248
  488.         Top = 16
  489.         Width = 65
  490.         Height = 17
  491.         Caption = 'Preview'
  492.         TabOrder = 17
  493.         OnClick = Button9Click
  494.       end
  495.       object Button10: TButton
  496.         Tag = 1
  497.         Left = 246
  498.         Top = 40
  499.         Width = 65
  500.         Height = 17
  501.         Caption = 'Preview'
  502.         TabOrder = 18
  503.         OnClick = Button9Click
  504.       end
  505.       object Button11: TButton
  506.         Tag = 2
  507.         Left = 246
  508.         Top = 64
  509.         Width = 65
  510.         Height = 17
  511.         Caption = 'Preview'
  512.         TabOrder = 19
  513.         OnClick = Button9Click
  514.       end
  515.       object Button12: TButton
  516.         Tag = 3
  517.         Left = 246
  518.         Top = 88
  519.         Width = 65
  520.         Height = 17
  521.         Caption = 'Preview'
  522.         TabOrder = 20
  523.         OnClick = Button9Click
  524.       end
  525.       object Button13: TButton
  526.         Tag = 4
  527.         Left = 246
  528.         Top = 112
  529.         Width = 65
  530.         Height = 17
  531.         Caption = 'Preview'
  532.         TabOrder = 21
  533.         OnClick = Button9Click
  534.       end
  535.       object Button14: TButton
  536.         Tag = 5
  537.         Left = 246
  538.         Top = 136
  539.         Width = 65
  540.         Height = 17
  541.         Caption = 'Preview'
  542.         TabOrder = 22
  543.         OnClick = Button9Click
  544.       end
  545.       object Button15: TButton
  546.         Tag = 6
  547.         Left = 246
  548.         Top = 160
  549.         Width = 65
  550.         Height = 17
  551.         Caption = 'Preview'
  552.         TabOrder = 23
  553.         OnClick = Button9Click
  554.       end
  555.       object Button16: TButton
  556.         Tag = 7
  557.         Left = 246
  558.         Top = 184
  559.         Width = 65
  560.         Height = 17
  561.         Caption = 'Preview'
  562.         TabOrder = 24
  563.         OnClick = Button9Click
  564.       end
  565.     end
  566.   end
  567.   object btnOk: TButton
  568.     Left = 75
  569.     Top = 292
  570.     Width = 75
  571.     Height = 25
  572.     Caption = 'OK'
  573.     ModalResult = 1
  574.     TabOrder = 1
  575.   end
  576.   object btnCancel: TButton
  577.     Left = 162
  578.     Top = 292
  579.     Width = 75
  580.     Height = 25
  581.     Caption = 'Cancel'
  582.     ModalResult = 2
  583.     TabOrder = 2
  584.   end
  585.   object btnApply: TButton
  586.     Left = 248
  587.     Top = 292
  588.     Width = 75
  589.     Height = 25
  590.     Caption = 'Apply'
  591.     TabOrder = 3
  592.     Visible = False
  593.   end
  594.   object chkSave: TCheckBox
  595.     Left = 115
  596.     Top = 264
  597.     Width = 113
  598.     Height = 17
  599.     Caption = 'Save Preferences'
  600.     State = cbChecked
  601.     TabOrder = 4
  602.     Visible = False
  603.   end
  604.   object MediaPlayer2: TMediaPlayer
  605.     Left = 48
  606.     Top = 272
  607.     Width = 253
  608.     Height = 25
  609.     Visible = False
  610.     TabOrder = 5
  611.   end
  612.   object OpenDialog1: TOpenDialog
  613.     Filter = 'Midi Files|*.mid; *.rmi'
  614.     Left = 29
  615.     Top = 285
  616.   end
  617. end
  618.