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

162 lines
3.6 KiB
Plaintext
Raw Normal View History

object Form1: TForm1
Left = 165
Height = 506
Top = 182
Width = 898
Caption = 'Form1'
ClientHeight = 506
ClientWidth = 898
OnCreate = FormCreate
OnDestroy = FormDestroy
ParentFont = False
LCLVersion = '0.9.27'
object Panel1: TPanel
Height = 506
Width = 751
Align = alLeft
Anchors = [akTop, akLeft, akRight, akBottom]
Caption = 'Panel1'
ClientHeight = 506
ClientWidth = 751
TabOrder = 0
OnClick = BewegeBtn
object GradTabControl1: TGradTabControl
Left = 1
Height = 504
Top = 1
Width = 749
Align = alClient
ControlStyle = [csAcceptsControls]
PageIndex = -1
TabHeight = 30
end
end
object Panel2: TPanel
Left = 756
Height = 506
Width = 142
Align = alClient
Caption = 'Panel2'
ClientHeight = 506
ClientWidth = 142
TabOrder = 2
OnClick = Panel2Click
object Label1: TLabel
Left = 15
Height = 14
Top = 304
Width = 79
Caption = 'Move Increment'
ParentColor = False
end
object ComboBox1: TComboBox
Left = 16
Height = 21
Top = 16
Width = 100
ItemHeight = 13
MaxLength = -1
OnChange = ComboBox1Change
Style = csDropDownList
TabOrder = 0
end
object RadioGroup1: TRadioGroup
Left = 17
Height = 113
Top = 80
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'
Enabled = False
OnClick = CheckBox1Click
TabOrder = 3
end
object SpinEdit1: TSpinEdit
Left = 95
Height = 19
Top = 276
Width = 34
Enabled = False
MaxValue = 50
OnEditingDone = SpinEdit1EditingDone
TabOrder = 1
Value = 50
end
object GradButton1: TGradButton
Left = 16
Height = 25
Top = 48
Width = 104
Caption = 'New Page'
OnClick = BewegeBtn
TabOrder = 4
TabStop = True
NormalBlend = 0.5
OverBlend = 0.653
BaseColor = clBlue
Color = clBlue
NormalBlendColor = clWhite
OverBlendColor = clSilver
BackgroundColor = clBtnFace
BorderSides = [bsTopLine, bsBottomLine, bsLeftLine, bsRightLine]
ShowFocusBorder = True
GlyphBackgroundColor = clWhite
ClickColor = clBlue
AutoWidthBorderSpacing = 15
end
object SpinEdit2: TSpinEdit
Left = 15
Height = 23
Top = 320
Width = 79
MinValue = -100
OnChange = SpinEdit2Change
TabOrder = 5
end
end
object Splitter1: TSplitter
Left = 751
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