home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC-Online 1998 February
/
PCOnline_02_1998.iso
/
filesbbs
/
win95
/
wonline.exe
/
TARIFNEU.EX_
/
0
/
RCDATA
/
TWAEHRUNG
/
TWAEHRUNG.txt
Wrap
Text File
|
1996-05-21
|
1KB
|
68 lines
object Waehrung: TWaehrung
Left = 200
Top = 93
BorderStyle = bsDialog
Caption = 'W�hrung'
ClientHeight = 196
ClientWidth = 427
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'System'
Font.Style = []
Position = poScreenCenter
OnActivate = FormActivate
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 16
object Panel1: TPanel
Left = 0
Top = 0
Width = 427
Height = 41
Align = alTop
Caption = 'Bitte geben Sie die W�hrung an (z.Bsp. DM)'
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
end
object Panel2: TPanel
Left = 0
Top = 41
Width = 427
Height = 155
Align = alClient
TabOrder = 1
object Edit1: TEdit
Left = 153
Top = 40
Width = 121
Height = 24
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsBold]
MaxLength = 4
ParentFont = False
TabOrder = 0
Text = 'DM'
OnChange = Edit1Change
end
object BitBtn1: TBitBtn
Left = 169
Top = 104
Width = 89
Height = 33
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
TabOrder = 1
Kind = bkOK
end
end
end