home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 338
- Top = 237
- BorderStyle = bsDialog
- Caption = 'CORBA Client Balance'
- ClientHeight = 69
- ClientWidth = 228
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object LabelBalance: TLabel
- Left = 8
- Top = 12
- Width = 210
- Height = 13
- Caption = 'No balance information available at this time!'
- end
- object ButtonDeposit: TButton
- Left = 8
- Top = 32
- Width = 89
- Height = 25
- Caption = 'Deposit $1'
- TabOrder = 0
- OnClick = ButtonDepositClick
- end
- object ButtonWithdraw: TButton
- Left = 129
- Top = 32
- Width = 89
- Height = 25
- Caption = 'Withdraw $42'
- TabOrder = 1
- OnClick = ButtonWithdrawClick
- end
- end
-