home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 1996 August
/
VPR9608A.BIN
/
del20try
/
install
/
data.z
/
REABOUT.DFM
/
REABOUT.txt
< prev
Wrap
Text File
|
1996-05-08
|
2KB
|
87 lines
object AboutBox: TAboutBox
Left = 229
Top = 166
BorderStyle = bsDialog
Caption = 'About RichEdit'
ClientHeight = 262
ClientWidth = 384
Font.Color = clBlack
Font.Height = -15
Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
Font.Style = []
Font.Charset = 128
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 120
TextHeight = 15
object ProgramIcon: TImage
Left = 9
Top = 13
Width = 69
Height = 69
AutoSize = True
Picture.Data = {<image000.bmp>}
IsControl = True
end
object Label1: TLabel
Left = 87
Top = 24
Width = 194
Height = 15
Caption = 'Delphi Rich Edit Control Demo'
end
object Bevel1: TBevel
Left = 87
Top = 144
Width = 280
Height = 2
Shape = bsTopLine
end
object Label2: TLabel
Left = 87
Top = 48
Width = 257
Height = 15
Caption = 'Copyright (c) 1996 Borland International'
end
object Label3: TLabel
Left = 87
Top = 156
Width = 247
Height = 15
Caption = 'Physical Memory Available to Windows:'
end
object PhysMem: TLabel
Left = 296
Top = 156
Width = 8
Height = 15
Caption = '0'
end
object Label4: TLabel
Left = 87
Top = 180
Width = 99
Height = 15
Caption = 'Memory in Use:'
end
object FreeRes: TLabel
Left = 297
Top = 180
Width = 8
Height = 15
Caption = '0'
end
object OKButton: TButton
Left = 290
Top = 224
Width = 80
Height = 27
Cancel = True
Caption = 'OK'
Default = True
ModalResult = 2
TabOrder = 0
end
end