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

  1. object AmountDlg: TAmountDlg
  2.   Left = 371
  3.   Top = 268
  4.   BorderStyle = bsDialog
  5.   Caption = 'Finance'
  6.   ClientHeight = 75
  7.   ClientWidth = 224
  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 HowMuch: TLabel
  20.     Left = 8
  21.     Top = 12
  22.     Width = 60
  23.     Height = 13
  24.     Caption = 'How much ?'
  25.   end
  26.   object Image1: TImage
  27.     Left = 8
  28.     Top = 40
  29.     Width = 33
  30.     Height = 33
  31.     AutoSize = True
  32.     Picture.Data = {<image000.bmp>}
  33.     Transparent = True
  34.   end
  35.   object OKBtn: TButton
  36.     Left = 62
  37.     Top = 44
  38.     Width = 75
  39.     Height = 25
  40.     Caption = 'OK'
  41.     Default = True
  42.     ModalResult = 1
  43.     TabOrder = 0
  44.   end
  45.   object CancelBtn: TButton
  46.     Left = 144
  47.     Top = 44
  48.     Width = 75
  49.     Height = 25
  50.     Caption = 'Cancel'
  51.     ModalResult = 2
  52.     TabOrder = 1
  53.   end
  54.   object Amount: TSpinEdit
  55.     Left = 80
  56.     Top = 8
  57.     Width = 138
  58.     Height = 22
  59.     MaxValue = 0
  60.     MinValue = 0
  61.     TabOrder = 2
  62.     Value = 0
  63.     OnChange = AmountChange
  64.     OnExit = AmountExit
  65.     OnKeyPress = AmountKeyPress
  66.   end
  67. end
  68.