git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.jvcl@19 7f62d464-2af8-f54e-996c-e91b33f51cbe
106 lines
2.5 KiB
Plaintext
106 lines
2.5 KiB
Plaintext
object JvPanelDemoMainFrm: TJvPanelDemoMainFrm
|
|
Left = 260
|
|
Top = 127
|
|
Caption = 'JvPanel Demo'
|
|
ClientHeight = 601
|
|
ClientWidth = 857
|
|
Color = clBackground
|
|
Constraints.MaxWidth = 1000
|
|
Constraints.MinWidth = 400
|
|
DefaultMonitor = dmDesktop
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'MS Shell Dlg 2'
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
Position = poScreenCenter
|
|
Scaled = False
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object JvPanel1: TJvPanel
|
|
Left = 0
|
|
Top = 0
|
|
Width = 495
|
|
Height = 220
|
|
HotTrackFont.Charset = DEFAULT_CHARSET
|
|
HotTrackFont.Color = clWindowText
|
|
HotTrackFont.Height = -11
|
|
HotTrackFont.Name = 'Tahoma'
|
|
HotTrackFont.Style = []
|
|
Sizeable = True
|
|
MultiLine = True
|
|
Caption = 'JvPanel Demo'
|
|
Constraints.MaxHeight = 444
|
|
Constraints.MaxWidth = 600
|
|
Constraints.MinHeight = 200
|
|
Constraints.MinWidth = 495
|
|
TabOrder = 0
|
|
OnResize = JvPanel1Resize
|
|
DesignSize = (
|
|
495
|
|
220)
|
|
object Label1: TLabel
|
|
Left = 14
|
|
Top = 163
|
|
Width = 46
|
|
Height = 13
|
|
Anchors = [akLeft, akBottom]
|
|
Caption = 'Options:'
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'MS Shell Dlg 2'
|
|
Font.Style = [fsBold]
|
|
ParentFont = False
|
|
ExplicitTop = 232
|
|
end
|
|
object Edit1: TEdit
|
|
Left = 24
|
|
Top = 64
|
|
Width = 455
|
|
Height = 21
|
|
Anchors = [akLeft, akTop, akRight]
|
|
TabOrder = 0
|
|
end
|
|
object JvFilenameEdit1: TJvFilenameEdit
|
|
Left = 24
|
|
Top = 32
|
|
Width = 455
|
|
Height = 21
|
|
AddQuotes = False
|
|
Anchors = [akLeft, akTop, akRight]
|
|
TabOrder = 1
|
|
Text = 'JvFilenameEdit1'
|
|
end
|
|
object CheckBox2: TCheckBox
|
|
Left = 12
|
|
Top = 187
|
|
Width = 97
|
|
Height = 17
|
|
Anchors = [akLeft, akBottom]
|
|
Caption = 'Auto Arrange'
|
|
TabOrder = 2
|
|
OnClick = CheckBox2Click
|
|
ExplicitTop = 256
|
|
end
|
|
object CheckBox1: TCheckBox
|
|
Left = 110
|
|
Top = 187
|
|
Width = 97
|
|
Height = 17
|
|
Anchors = [akLeft, akBottom]
|
|
Caption = 'Transparent'
|
|
TabOrder = 3
|
|
OnClick = CheckBox1Click
|
|
ExplicitTop = 256
|
|
end
|
|
end
|
|
object JvFormStorage1: TJvFormStorage
|
|
AppStoragePath = '%FORM_NAME%\'
|
|
StoredValues = <>
|
|
Left = 184
|
|
Top = 56
|
|
end
|
|
end
|