Componentes.Terceros.jvcl/official/3.36/examples/JvPropertyStoreEditor/JvProperyStoreEditorMain.dfm
2009-02-27 12:23:32 +00:00

62 lines
1.2 KiB
Plaintext

object Form1: TForm1
Left = 357
Top = 242
Caption = 'Form1'
ClientHeight = 379
ClientWidth = 678
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 135
Top = 8
Width = 217
Height = 29
Caption = 'JVCL Property Editor'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -24
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 135
Top = 40
Width = 198
Height = 29
Caption = 'Sample Application'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -24
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object Button2: TButton
Left = 24
Top = 21
Width = 75
Height = 25
Caption = 'Edit History'
TabOrder = 0
OnClick = Button2Click
end
object Panel1: TPanel
Left = 0
Top = 80
Width = 678
Height = 299
Align = alBottom
Caption = 'Panel1'
TabOrder = 1
end
end