home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 B / CHIP_HITWARE_7B.iso / Gry / DopeWars / DopeWars.exe / 0 / RCDATA / TBUYDLG / TBUYDLG.txt < prev   
Encoding:
Text File  |  1999-03-24  |  1.5 KB  |  86 lines

  1. object BuyDlg: TBuyDlg
  2.   Left = 358
  3.   Top = 200
  4.   BorderStyle = bsDialog
  5.   Caption = 'Buy Drugs'
  6.   ClientHeight = 100
  7.   ClientWidth = 379
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 4
  21.     Top = 4
  22.     Width = 281
  23.     Height = 89
  24.     Shape = bsFrame
  25.   end
  26.   object Info: TLabel
  27.     Left = 16
  28.     Top = 16
  29.     Width = 257
  30.     Height = 33
  31.     AutoSize = False
  32.     Caption = 'Info'
  33.     WordWrap = True
  34.   end
  35.   object BuySellMsg: TLabel
  36.     Left = 16
  37.     Top = 64
  38.     Width = 150
  39.     Height = 13
  40.     Caption = 'How many do you wish to buy ?'
  41.   end
  42.   object Image1: TImage
  43.     Left = 324
  44.     Top = 64
  45.     Width = 34
  46.     Height = 33
  47.     AutoSize = True
  48.     Picture.Data = {<image000.bmp>}
  49.     Transparent = True
  50.   end
  51.   object OKBtn: TButton
  52.     Left = 300
  53.     Top = 4
  54.     Width = 75
  55.     Height = 25
  56.     Caption = 'OK'
  57.     Default = True
  58.     ModalResult = 1
  59.     TabOrder = 0
  60.     OnClick = OKBtnClick
  61.   end
  62.   object CancelBtn: TButton
  63.     Left = 300
  64.     Top = 34
  65.     Width = 75
  66.     Height = 25
  67.     Cancel = True
  68.     Caption = 'Cancel'
  69.     ModalResult = 2
  70.     TabOrder = 1
  71.   end
  72.   object Quantity: TSpinEdit
  73.     Left = 184
  74.     Top = 60
  75.     Width = 97
  76.     Height = 22
  77.     MaxValue = 0
  78.     MinValue = 0
  79.     TabOrder = 2
  80.     Value = 0
  81.     OnChange = QuantityChange
  82.     OnExit = QuantityExit
  83.     OnKeyPress = QuantityKeyPress
  84.   end
  85. end
  86.