home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Bila Vrana
/
BILA_VRANA.iso
/
028A
/
NPPLUS.ZIP
/
Notepad.exe
/
0
/
RCDATA
/
TFRMABOUT
/
TFRMABOUT.txt
< prev
Wrap
Text File
|
1996-10-31
|
3KB
|
154 lines
object frmAbout: TfrmAbout
Left = 203
Top = 125
ActiveControl = cmdOK
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'About NotePad+'
ClientHeight = 296
ClientWidth = 340
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
KeyPreview = True
Position = poDefault
OnKeyDown = FormKeyDown
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object imgIcon: TImage
Left = 10
Top = 10
Width = 32
Height = 32
Picture.Data = {<image000.ico>}
end
object bev1: TBevel
Left = 77
Top = 177
Width = 250
Height = 2
end
object lblPhys: TLabel
Left = 77
Top = 216
Width = 188
Height = 13
Caption = 'Physical Memory Available to Windows:'
end
object lblPhysical: TLabel
Left = 275
Top = 216
Width = 57
Height = 13
end
object lblApp: TLabel
Left = 77
Top = 17
Width = 254
Height = 13
Transparent = True
end
object lblWindows: TLabel
Left = 77
Top = 34
Width = 254
Height = 13
Transparent = True
end
object lblCopyright: TLabel
Left = 77
Top = 51
Width = 149
Height = 13
Caption = 'Copyright � 1996 Rogier Meurs'
Transparent = True
end
object lblReg: TLabel
Left = 77
Top = 79
Width = 208
Height = 13
Caption = 'Free Windows 95/NT Notepad replacement'
end
object Label1: TLabel
Left = 77
Top = 109
Width = 86
Height = 13
Caption = 'Contact Author at:'
FocusControl = Edit1
end
object lblOSVersion: TLabel
Left = 77
Top = 188
Width = 254
Height = 13
end
object Label2: TLabel
Left = 77
Top = 132
Width = 234
Height = 13
Caption = 'The RogSoft NotePad+ Home Page is located at:'
FocusControl = Edit2
end
object lblSysRes: TLabel
Left = 77
Top = 233
Width = 188
Height = 13
end
object lblResFree: TLabel
Left = 275
Top = 233
Width = 57
Height = 13
end
object cmdOK: TButton
Left = 256
Top = 264
Width = 75
Height = 23
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
end
object Edit1: TEdit
Left = 170
Top = 106
Width = 154
Height = 21
Color = clWhite
Font.Color = clGray
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
HideSelection = False
ParentFont = False
ReadOnly = True
TabOrder = 1
Text = '0meurs01@lelystad.flnet.nl'
OnEnter = Edit1Enter
end
object Edit2: TEdit
Left = 80
Top = 149
Width = 244
Height = 21
Color = clWhite
Font.Color = clGray
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
HideSelection = False
ParentFont = False
ReadOnly = True
TabOrder = 2
Text = 'http://lelystad.flnet.nl/~0meurs01/'
OnEnter = Edit2Enter
end
end