git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.jcl@20 c37d764d-f447-7644-a108-883140d013fb
23 lines
431 B
Plaintext
23 lines
431 B
Plaintext
object ProfilesFrame: TProfilesFrame
|
|
Left = 0
|
|
Top = 0
|
|
Width = 614
|
|
Height = 240
|
|
AutoScroll = True
|
|
TabOrder = 0
|
|
object MemoComment: TMemo
|
|
Left = 16
|
|
Top = 16
|
|
Width = 575
|
|
Height = 73
|
|
Anchors = [akLeft, akTop, akRight]
|
|
BorderStyle = bsNone
|
|
Lines.Strings = (
|
|
'RsGUIProfiles')
|
|
ParentColor = True
|
|
ReadOnly = True
|
|
TabOrder = 0
|
|
WordWrap = False
|
|
end
|
|
end
|