Componentes.Terceros.jvcl/official/3.00/examples/JVCLMegaDemo/JvFrameEmpty.dfm

30 lines
631 B
Plaintext

object frEmpty: TfrEmpty
Left = 643
Top = 250
Width = 320
Height = 240
HelpContext = 99
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = True
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 48
Top = 104
Width = 242
Height = 28
Caption = 'Not implemented yet '
Font.Charset = ANSI_CHARSET
Font.Color = clBlue
Font.Height = -24
Font.Name = 'Arial'
Font.Style = [fsBold, fsItalic]
ParentFont = False
end
end