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

  1. object dlgBid: TdlgBid
  2.   Left = 740
  3.   Top = 136
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Bid'
  7.   ClientHeight = 184
  8.   ClientWidth = 238
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Position = poDefaultPosOnly
  14.   OnClose = FormClose
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object OKBtn: TButton
  19.     Left = 81
  20.     Top = 152
  21.     Width = 75
  22.     Height = 25
  23.     Caption = 'OK'
  24.     Default = True
  25.     TabOrder = 0
  26.     OnClick = OKBtnClick
  27.   end
  28.   object pnlBid: TPanel
  29.     Left = 0
  30.     Top = 0
  31.     Width = 238
  32.     Height = 145
  33.     Align = alTop
  34.     BevelInner = bvLowered
  35.     BevelWidth = 2
  36.     TabOrder = 1
  37.     object lblBidPlayer: TRxLabel
  38.       Left = 4
  39.       Top = 4
  40.       Width = 230
  41.       Height = 25
  42.       Alignment = taCenter
  43.       AutoSize = False
  44.       Layout = tlCenter
  45.       ShadowColor = clMaroon
  46.       ShowAccelChar = False
  47.       Transparent = True
  48.       Align = alTop
  49.       Caption = 'Player'
  50.       Font.Color = clRed
  51.       Font.Height = -13
  52.       Font.Name = 'MS Sans Serif'
  53.       Font.Style = [fsBold]
  54.       ParentFont = False
  55.     end
  56.     object Button1: TSpeedButton
  57.       Left = 22
  58.       Top = 37
  59.       Width = 25
  60.       Height = 25
  61.       GroupIndex = 1
  62.       Caption = '1'
  63.       OnClick = BidClick
  64.     end
  65.     object Button2: TSpeedButton
  66.       Left = 50
  67.       Top = 37
  68.       Width = 25
  69.       Height = 25
  70.       GroupIndex = 1
  71.       Caption = '2'
  72.       OnClick = BidClick
  73.     end
  74.     object Button3: TSpeedButton
  75.       Left = 78
  76.       Top = 37
  77.       Width = 25
  78.       Height = 25
  79.       GroupIndex = 1
  80.       Caption = '3'
  81.       OnClick = BidClick
  82.     end
  83.     object Button4: TSpeedButton
  84.       Left = 106
  85.       Top = 37
  86.       Width = 25
  87.       Height = 25
  88.       GroupIndex = 1
  89.       Caption = '4'
  90.       OnClick = BidClick
  91.     end
  92.     object Button5: TSpeedButton
  93.       Left = 134
  94.       Top = 37
  95.       Width = 25
  96.       Height = 25
  97.       GroupIndex = 1
  98.       Caption = '5'
  99.       OnClick = BidClick
  100.     end
  101.     object Button6: TSpeedButton
  102.       Left = 162
  103.       Top = 37
  104.       Width = 25
  105.       Height = 25
  106.       GroupIndex = 1
  107.       Caption = '6'
  108.       OnClick = BidClick
  109.     end
  110.     object Button7: TSpeedButton
  111.       Left = 190
  112.       Top = 37
  113.       Width = 25
  114.       Height = 25
  115.       GroupIndex = 1
  116.       Caption = '7'
  117.       OnClick = BidClick
  118.     end
  119.     object Button8: TSpeedButton
  120.       Left = 22
  121.       Top = 69
  122.       Width = 25
  123.       Height = 25
  124.       GroupIndex = 1
  125.       Caption = '8'
  126.       OnClick = BidClick
  127.     end
  128.     object Button9: TSpeedButton
  129.       Left = 50
  130.       Top = 69
  131.       Width = 25
  132.       Height = 25
  133.       GroupIndex = 1
  134.       Caption = '9'
  135.       OnClick = BidClick
  136.     end
  137.     object Button10: TSpeedButton
  138.       Left = 78
  139.       Top = 69
  140.       Width = 25
  141.       Height = 25
  142.       GroupIndex = 1
  143.       Caption = '10'
  144.       OnClick = BidClick
  145.     end
  146.     object Button11: TSpeedButton
  147.       Left = 106
  148.       Top = 69
  149.       Width = 25
  150.       Height = 25
  151.       GroupIndex = 1
  152.       Caption = '11'
  153.       OnClick = BidClick
  154.     end
  155.     object Button12: TSpeedButton
  156.       Left = 134
  157.       Top = 69
  158.       Width = 25
  159.       Height = 25
  160.       GroupIndex = 1
  161.       Caption = '12'
  162.       OnClick = BidClick
  163.     end
  164.     object Button0: TSpeedButton
  165.       Left = 190
  166.       Top = 69
  167.       Width = 25
  168.       Height = 25
  169.       GroupIndex = 1
  170.       Caption = 'Nil'
  171.       OnClick = BidClick
  172.     end
  173.     object Button13: TSpeedButton
  174.       Left = 162
  175.       Top = 69
  176.       Width = 25
  177.       Height = 25
  178.       GroupIndex = 1
  179.       Caption = '13'
  180.       OnClick = BidClick
  181.     end
  182.     object edtBid: TRxSpinEdit
  183.       Left = 93
  184.       Top = 108
  185.       Width = 51
  186.       Height = 21
  187.       Increment = 1.000000000000000000
  188.       MaxValue = 13.000000000000000000
  189.       TabOrder = 0
  190.       Value = 1.000000000000000000
  191.       OnChange = edtBidChange
  192.     end
  193.   end
  194. end
  195.