Files
lazarus-ccr/components/gradcontrols/examples/Forms/unit1.lfm

150 lines
3.3 KiB
Plaintext
Raw Normal View History

object Form1: TForm1
Left = 264
Height = 506
Top = 155
Width = 898
Caption = 'Form1'
ClientHeight = 506
ClientWidth = 898
OnCreate = FormCreate
OnDestroy = FormDestroy
LCLVersion = '0.9.25'
object Panel1: TPanel
Height = 506
Width = 655
Align = alLeft
Anchors = [akTop, akLeft, akRight, akBottom]
Caption = 'Panel1'
ClientHeight = 506
ClientWidth = 655
TabOrder = 0
object GradTabControl1: TGradTabControl
Left = 40
Height = 312
Top = 32
Width = 136
ControlStyle = [csAcceptsControls]
ActivePage = GradTabPage2
PageIndex = 1
TabHeight = 30
TabPosition = tpRight
object GradTabPage1: TGradTabPage
Left = 2
Height = 308
Top = 2
Width = 126
Caption = 'GradTabPage1'
end
object GradTabPage2: TGradTabPage
Left = 2
Height = 308
Top = 2
Width = 102
PageIndex = 1
Caption = 'GradTabPage2'
end
end
end
object Panel2: TPanel
Left = 660
Height = 506
Width = 238
Align = alClient
Caption = 'Panel2'
ClientHeight = 506
ClientWidth = 238
TabOrder = 2
object ComboBox1: TComboBox
Left = 16
Height = 21
Top = 16
Width = 100
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
ItemHeight = 13
OnChange = ComboBox1Change
Style = csDropDownList
TabOrder = 0
end
object RadioGroup1: TRadioGroup
Left = 16
Height = 113
Top = 152
Width = 100
AutoFill = True
Caption = 'Tab Position'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
ClientHeight = 95
ClientWidth = 96
ItemIndex = 0
Items.Strings = (
'tpTop'
'tpBottom'
'tpLeft'
'tpRight'
)
OnClick = RadioGroup1Click
TabOrder = 2
end
object CheckBox1: TCheckBox
Left = 15
Height = 19
Top = 276
Width = 75
Caption = 'Long Tabs'
OnClick = CheckBox1Click
TabOrder = 5
end
object SpinEdit1: TSpinEdit
Left = 95
Height = 19
Top = 276
Width = 34
MaxValue = 50
OnEditingDone = SpinEdit1EditingDone
TabOrder = 1
Value = 50
end
object Arrow1: TArrow
Left = 31
Height = 10
Top = 456
Width = 10
end
object ScrollBox1: TScrollBox
Left = -28
Height = 150
Top = 336
Width = 150
HorzScrollBar.Page = 145
VertScrollBar.Page = 145
AutoScroll = False
TabOrder = 3
end
end
object Splitter1: TSplitter
Left = 655
Height = 506
Width = 5
end
object PopupMenu1: TPopupMenu
left = 734
top = 397
object MenuItem1: TMenuItem
Caption = 'New Item1'
end
end
object SynPHPSyn1: TSynPHPSyn
DefaultFilter = 'PHP-Dateien (*.php,*.php3,*.phtml,*.inc)|*.php;*.php3;*.phtml;*.inc'
Enabled = False
left = 115
top = 255
end
end