home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 April A
/
Pcwk4a98.iso
/
PROGRAM
/
DELPHI16
/
Porada10
/
TIP.DFM
/
TIP.txt
Wrap
Text File
|
1997-02-09
|
1KB
|
69 lines
object Form1: TForm1
Left = 200
Top = 99
BorderStyle = bsDialog
Caption = 'Porada dnia'
ClientHeight = 217
ClientWidth = 399
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'System'
Font.Style = []
PixelsPerInch = 96
Position = poScreenCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
TextHeight = 16
object Bevel1: TBevel
Left = 8
Top = 8
Width = 265
Height = 201
end
object Button2: TButton
Left = 280
Top = 40
Width = 113
Height = 25
Caption = '&Nast�pna porada'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 0
OnClick = Button2Click
end
object Button1: TButton
Left = 280
Top = 8
Width = 113
Height = 25
Caption = 'OK'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = Button1Click
end
object Memo1: TMemo
Left = 16
Top = 16
Width = 249
Height = 185
BorderStyle = bsNone
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Lines.Strings = (
''
'Czy wiesz, �e...'
'')
ParentFont = False
TabOrder = 2
end
end