home *** CD-ROM | disk | FTP | other *** search
- object AmountDlg: TAmountDlg
- Left = 371
- Top = 268
- BorderStyle = bsDialog
- Caption = 'Finance'
- ClientHeight = 75
- ClientWidth = 224
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object HowMuch: TLabel
- Left = 8
- Top = 12
- Width = 60
- Height = 13
- Caption = 'How much ?'
- end
- object Image1: TImage
- Left = 8
- Top = 40
- Width = 33
- Height = 33
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- Transparent = True
- end
- object OKBtn: TButton
- Left = 62
- Top = 44
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object CancelBtn: TButton
- Left = 144
- Top = 44
- Width = 75
- Height = 25
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object Amount: TSpinEdit
- Left = 80
- Top = 8
- Width = 138
- Height = 22
- MaxValue = 0
- MinValue = 0
- TabOrder = 2
- Value = 0
- OnChange = AmountChange
- OnExit = AmountExit
- OnKeyPress = AmountKeyPress
- end
- end
-