home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 May
/
Chip_2002-05_cd1.bin
/
chplus
/
cpp
/
3
/
Language.exe
/
richdeu.deu
/
RCDATA
/
TFORM2
/
TFORM2.txt
< prev
Wrap
Text File
|
1999-01-28
|
2KB
|
86 lines
object Form2: TForm2
Left = 145
Top = 146
Width = 365
Height = 270
Caption = '�ber RichEdit'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object ProgramIcon: TImage
Left = 8
Top = 12
Width = 64
Height = 64
AutoSize = True
Picture.Data = {<image000.bmp>}
IsControl = True
end
object Label1: TLabel
Left = 81
Top = 22
Width = 164
Height = 13
Caption = 'C++Builder Rich Edit Control Beispiel'
end
object Bevel1: TBevel
Left = 81
Top = 134
Width = 260
Height = 2
Shape = bsTopLine
end
object Label2: TLabel
Left = 81
Top = 45
Width = 183
Height = 13
Caption = 'Copyright � 1998 Borland International'
end
object Label3: TLabel
Left = 81
Top = 145
Width = 187
Height = 13
Caption = 'Verf�gbarer Speicher:'
end
object PhysMem: TLabel
Left = 275
Top = 145
Width = 6
Height = 13
Caption = '0'
end
object Label4: TLabel
Left = 81
Top = 167
Width = 73
Height = 13
Caption = 'Gebrauchter Speicher:'
end
object FreeRes: TLabel
Left = 276
Top = 167
Width = 6
Height = 13
Caption = '0'
end
object OKButton: TButton
Left = 269
Top = 208
Width = 75
Height = 25
Cancel = True
Caption = 'OK'
Default = True
ModalResult = 2
TabOrder = 0
end
end