home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 March
/
Chip_2002-03_cd1.bin
/
tema
/
thebat
/
download
/
update
/
thebat.exe
/
0
/
RCDATA
/
TTIPPERFORM
/
TTIPPERFORM.txt
Wrap
Text File
|
2001-09-09
|
2KB
|
123 lines
object TipperForm: TTipperForm
Left = 200
Top = 113
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'The Tip Of The Day'
ClientHeight = 238
ClientWidth = 402
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 8
Top = 8
Width = 281
Height = 201
BevelOuter = bvLowered
BevelWidth = 2
BorderWidth = 5
Color = clWindow
TabOrder = 0
object PanelTip: TPanel
Left = 7
Top = 7
Width = 267
Height = 41
Align = alTop
BevelOuter = bvNone
Color = clWindow
TabOrder = 0
object Image1: TImage
Left = 8
Top = 0
Width = 32
Height = 38
AutoSize = True
end
object lDidYou: TLabel
Left = 56
Top = 0
Width = 129
Height = 24
Caption = 'Did you know...'
Font.Color = clBlack
Font.Height = -19
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
end
object Panel3: TPanel
Left = 7
Top = 48
Width = 267
Height = 146
Align = alClient
BevelOuter = bvNone
BorderWidth = 5
Color = clWindow
TabOrder = 1
object lHint: TLabel
Left = 5
Top = 5
Width = 257
Height = 136
Align = alClient
AutoSize = False
ParentColor = False
ShowAccelChar = False
Transparent = True
WordWrap = True
end
end
end
object cbTip: TCheckBox
Left = 16
Top = 216
Width = 273
Height = 17
Caption = '&Display The Tip Of The Day at startup'
State = cbChecked
TabOrder = 1
end
object bClose: TButton
Left = 304
Top = 8
Width = 89
Height = 25
Cancel = True
Caption = '&Close'
Default = True
ModalResult = 1
TabOrder = 2
OnClick = bCloseClick
end
object bNext: TButton
Tag = 1
Left = 304
Top = 56
Width = 89
Height = 25
Caption = '&Next tip'
TabOrder = 3
OnClick = bNextClick
end
object bPrev: TButton
Tag = -1
Left = 304
Top = 88
Width = 89
Height = 25
Caption = '&Previous tip'
TabOrder = 4
OnClick = bNextClick
end
end