24 lines
372 B
Plaintext
24 lines
372 B
Plaintext
object fraImgText: TfraImgText
|
|
Left = 0
|
|
Top = 0
|
|
Width = 443
|
|
Height = 20
|
|
Align = alTop
|
|
TabOrder = 0
|
|
object img: TImage
|
|
Left = 4
|
|
Top = 2
|
|
Width = 16
|
|
Height = 16
|
|
AutoSize = True
|
|
Stretch = True
|
|
end
|
|
object lblText: TLabel
|
|
Left = 32
|
|
Top = 4
|
|
Width = 31
|
|
Height = 13
|
|
Caption = 'lblText'
|
|
end
|
|
end
|