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

  1. object FinanceDlg: TFinanceDlg
  2.   Left = 301
  3.   Top = 191
  4.   BorderIcons = [biMinimize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Finances'
  7.   ClientHeight = 140
  8.   ClientWidth = 239
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object CashLabel: TLabel
  21.     Left = 8
  22.     Top = 12
  23.     Width = 24
  24.     Height = 13
  25.     Caption = 'Cash'
  26.   end
  27.   object BankLabel: TLabel
  28.     Left = 8
  29.     Top = 44
  30.     Width = 25
  31.     Height = 13
  32.     Caption = 'Bank'
  33.   end
  34.   object DebtLabel: TLabel
  35.     Left = 8
  36.     Top = 76
  37.     Width = 23
  38.     Height = 13
  39.     Caption = 'Debt'
  40.   end
  41.   object Image1: TImage
  42.     Left = 8
  43.     Top = 112
  44.     Width = 32
  45.     Height = 21
  46.     AutoSize = True
  47.     Picture.Data = {<image000.bmp>}
  48.     Transparent = True
  49.   end
  50.   object OKBtn: TButton
  51.     Left = 80
  52.     Top = 112
  53.     Width = 75
  54.     Height = 25
  55.     Caption = 'OK'
  56.     Default = True
  57.     ModalResult = 1
  58.     TabOrder = 0
  59.   end
  60.   object BDCash: TEdit
  61.     Left = 48
  62.     Top = 8
  63.     Width = 97
  64.     Height = 21
  65.     ReadOnly = True
  66.     TabOrder = 1
  67.   end
  68.   object BDBank: TEdit
  69.     Left = 48
  70.     Top = 40
  71.     Width = 97
  72.     Height = 21
  73.     ReadOnly = True
  74.     TabOrder = 2
  75.   end
  76.   object BDDebt: TEdit
  77.     Left = 48
  78.     Top = 72
  79.     Width = 97
  80.     Height = 21
  81.     ReadOnly = True
  82.     TabOrder = 3
  83.   end
  84.   object DepositBtn: TBitBtn
  85.     Left = 160
  86.     Top = 8
  87.     Width = 75
  88.     Height = 25
  89.     Caption = 'Deposit'
  90.     TabOrder = 4
  91.     OnClick = DepositBtnClick
  92.   end
  93.   object WithdrawBtn: TBitBtn
  94.     Left = 160
  95.     Top = 40
  96.     Width = 75
  97.     Height = 25
  98.     Caption = 'Withdraw'
  99.     TabOrder = 5
  100.     OnClick = WithdrawBtnClick
  101.   end
  102.   object PayloanBtn: TBitBtn
  103.     Left = 160
  104.     Top = 72
  105.     Width = 75
  106.     Height = 25
  107.     Caption = 'Pay loan'
  108.     TabOrder = 6
  109.     OnClick = PayloanBtnClick
  110.   end
  111.   object CAncelBtn: TButton
  112.     Left = 160
  113.     Top = 112
  114.     Width = 75
  115.     Height = 25
  116.     Caption = 'Cancel'
  117.     ModalResult = 2
  118.     TabOrder = 7
  119.   end
  120. end
  121.