home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2003 June
/
PCWorld_2003-06_cd.bin
/
SOFTWARE
/
VYZKUSTE
/
RKEDIT
/
RKEDIT.EXE
/
0
/
RCDATA
/
TFRMNEWS
/
TFRMNEWS.txt
Wrap
Text File
|
2003-04-17
|
2KB
|
96 lines
inherited frmNews: TfrmNews
Left = 591
Top = 271
Width = 330
Height = 250
BorderIcons = [biSystemMenu]
Caption = 'News from web'
Constraints.MinHeight = 250
Constraints.MinWidth = 330
Position = poOwnerFormCenter
OnActivate = FormActivate
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
OnDestroy = FormDestroy
DesignSize = (
322
223)
PixelsPerInch = 96
TextHeight = 13
object lblCaption: TLabel
Left = 8
Top = 8
Width = 57
Height = 13
Caption = 'lblCaption'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object lblDate: TLabel
Left = 8
Top = 24
Width = 33
Height = 13
Caption = 'lblDate'
end
object mmMessage: TMemo
Left = 8
Top = 48
Width = 308
Height = 120
Anchors = [akLeft, akTop, akRight, akBottom]
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 0
end
object StatusBar: TStatusBar
Left = 0
Top = 204
Width = 322
Height = 19
Panels = <
item
Width = 50
end>
SimplePanel = False
end
object bbtnPrev: TBitBtn
Left = 82
Top = 175
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Caption = '<< Previous'
Enabled = False
TabOrder = 2
OnClick = bbtnPrevClick
end
object bbtnNext: TBitBtn
Left = 162
Top = 175
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Caption = 'Next >>'
Enabled = False
TabOrder = 3
OnClick = bbtnNextClick
end
object bbtnClose: TBitBtn
Left = 242
Top = 175
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Caption = 'Close'
Default = True
ModalResult = 1
TabOrder = 4
NumGlyphs = 2
end
end