2008-08-10 18:23:45 +00:00
|
|
|
object Form1: TForm1
|
2008-08-25 13:07:22 +00:00
|
|
|
Left = 264
|
2008-08-13 06:41:30 +00:00
|
|
|
Height = 506
|
2008-08-25 13:07:22 +00:00
|
|
|
Top = 155
|
2008-08-10 18:23:45 +00:00
|
|
|
Width = 898
|
|
|
|
Caption = 'Form1'
|
2008-08-13 06:41:30 +00:00
|
|
|
ClientHeight = 506
|
2008-08-10 18:23:45 +00:00
|
|
|
ClientWidth = 898
|
|
|
|
OnCreate = FormCreate
|
|
|
|
OnDestroy = FormDestroy
|
|
|
|
LCLVersion = '0.9.25'
|
|
|
|
object Panel1: TPanel
|
2008-08-13 06:41:30 +00:00
|
|
|
Height = 506
|
2008-08-25 13:07:22 +00:00
|
|
|
Width = 655
|
2008-08-10 18:23:45 +00:00
|
|
|
Align = alLeft
|
|
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
|
|
Caption = 'Panel1'
|
2008-08-13 06:41:30 +00:00
|
|
|
ClientHeight = 506
|
2008-08-25 13:07:22 +00:00
|
|
|
ClientWidth = 655
|
|
|
|
TabOrder = 0
|
2008-08-10 18:23:45 +00:00
|
|
|
object GradTabControl1: TGradTabControl
|
2008-08-25 13:07:22 +00:00
|
|
|
Left = 40
|
|
|
|
Height = 312
|
|
|
|
Top = 32
|
|
|
|
Width = 136
|
|
|
|
ControlStyle = [csAcceptsControls]
|
2008-08-13 06:41:30 +00:00
|
|
|
ActivePage = GradTabPage2
|
|
|
|
PageIndex = 1
|
2008-08-25 13:07:22 +00:00
|
|
|
TabHeight = 30
|
|
|
|
TabPosition = tpRight
|
2008-08-10 18:23:45 +00:00
|
|
|
object GradTabPage1: TGradTabPage
|
|
|
|
Left = 2
|
2008-08-25 13:07:22 +00:00
|
|
|
Height = 308
|
|
|
|
Top = 2
|
|
|
|
Width = 126
|
2008-08-10 18:23:45 +00:00
|
|
|
Caption = 'GradTabPage1'
|
|
|
|
end
|
2008-08-13 06:41:30 +00:00
|
|
|
object GradTabPage2: TGradTabPage
|
|
|
|
Left = 2
|
2008-08-25 13:07:22 +00:00
|
|
|
Height = 308
|
2008-08-10 18:23:45 +00:00
|
|
|
Top = 2
|
2008-08-25 13:07:22 +00:00
|
|
|
Width = 102
|
2008-08-10 18:23:45 +00:00
|
|
|
PageIndex = 1
|
2008-08-25 13:07:22 +00:00
|
|
|
Caption = 'GradTabPage2'
|
2008-08-10 18:23:45 +00:00
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
object Panel2: TPanel
|
2008-08-25 13:07:22 +00:00
|
|
|
Left = 660
|
2008-08-13 06:41:30 +00:00
|
|
|
Height = 506
|
2008-08-25 13:07:22 +00:00
|
|
|
Width = 238
|
2008-08-10 18:23:45 +00:00
|
|
|
Align = alClient
|
|
|
|
Caption = 'Panel2'
|
2008-08-13 06:41:30 +00:00
|
|
|
ClientHeight = 506
|
2008-08-25 13:07:22 +00:00
|
|
|
ClientWidth = 238
|
2008-08-10 18:23:45 +00:00
|
|
|
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
|
2008-08-25 13:07:22 +00:00
|
|
|
TabOrder = 2
|
2008-08-10 18:23:45 +00:00
|
|
|
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
|
2008-08-25 13:07:22 +00:00
|
|
|
TabOrder = 1
|
2008-08-10 18:23:45 +00:00
|
|
|
Value = 50
|
|
|
|
end
|
|
|
|
object Arrow1: TArrow
|
|
|
|
Left = 31
|
|
|
|
Height = 10
|
|
|
|
Top = 456
|
|
|
|
Width = 10
|
|
|
|
end
|
|
|
|
object ScrollBox1: TScrollBox
|
2008-08-15 19:28:55 +00:00
|
|
|
Left = -28
|
2008-08-10 18:23:45 +00:00
|
|
|
Height = 150
|
2008-08-15 19:28:55 +00:00
|
|
|
Top = 336
|
2008-08-10 18:23:45 +00:00
|
|
|
Width = 150
|
|
|
|
HorzScrollBar.Page = 145
|
|
|
|
VertScrollBar.Page = 145
|
|
|
|
AutoScroll = False
|
2008-08-25 13:07:22 +00:00
|
|
|
TabOrder = 3
|
2008-08-10 18:23:45 +00:00
|
|
|
end
|
|
|
|
end
|
|
|
|
object Splitter1: TSplitter
|
2008-08-25 13:07:22 +00:00
|
|
|
Left = 655
|
2008-08-13 06:41:30 +00:00
|
|
|
Height = 506
|
2008-08-10 18:23:45 +00:00
|
|
|
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
|