2008-08-10 18:23:45 +00:00
|
|
|
object Form1: TForm1
|
2008-10-04 23:45:02 +00:00
|
|
|
Left = 165
|
2008-08-13 06:41:30 +00:00
|
|
|
Height = 506
|
2008-10-04 23:45:02 +00:00
|
|
|
Top = 182
|
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
|
2008-10-04 23:45:02 +00:00
|
|
|
ParentFont = False
|
|
|
|
LCLVersion = '0.9.27'
|
2008-08-10 18:23:45 +00:00
|
|
|
object Panel1: TPanel
|
2008-08-13 06:41:30 +00:00
|
|
|
Height = 506
|
2008-10-04 23:45:02 +00:00
|
|
|
Width = 751
|
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-10-04 23:45:02 +00:00
|
|
|
ClientWidth = 751
|
2008-08-25 13:07:22 +00:00
|
|
|
TabOrder = 0
|
2008-10-04 23:45:02 +00:00
|
|
|
OnClick = BewegeBtn
|
2008-08-10 18:23:45 +00:00
|
|
|
object GradTabControl1: TGradTabControl
|
2008-10-04 23:45:02 +00:00
|
|
|
Left = 1
|
|
|
|
Height = 504
|
|
|
|
Top = 1
|
|
|
|
Width = 749
|
|
|
|
Align = alClient
|
2008-08-25 13:07:22 +00:00
|
|
|
ControlStyle = [csAcceptsControls]
|
2008-10-04 23:45:02 +00:00
|
|
|
PageIndex = -1
|
2008-08-25 13:07:22 +00:00
|
|
|
TabHeight = 30
|
2008-08-10 18:23:45 +00:00
|
|
|
end
|
|
|
|
end
|
|
|
|
object Panel2: TPanel
|
2008-10-04 23:45:02 +00:00
|
|
|
Left = 756
|
2008-08-13 06:41:30 +00:00
|
|
|
Height = 506
|
2008-10-04 23:45:02 +00:00
|
|
|
Width = 142
|
2008-08-10 18:23:45 +00:00
|
|
|
Align = alClient
|
|
|
|
Caption = 'Panel2'
|
2008-08-13 06:41:30 +00:00
|
|
|
ClientHeight = 506
|
2008-10-04 23:45:02 +00:00
|
|
|
ClientWidth = 142
|
2008-08-10 18:23:45 +00:00
|
|
|
TabOrder = 2
|
2008-10-04 23:45:02 +00:00
|
|
|
OnClick = Panel2Click
|
|
|
|
object Label1: TLabel
|
|
|
|
Left = 15
|
|
|
|
Height = 14
|
|
|
|
Top = 304
|
|
|
|
Width = 79
|
|
|
|
Caption = 'Move Increment'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
2008-08-10 18:23:45 +00:00
|
|
|
object ComboBox1: TComboBox
|
|
|
|
Left = 16
|
|
|
|
Height = 21
|
|
|
|
Top = 16
|
|
|
|
Width = 100
|
|
|
|
ItemHeight = 13
|
2008-10-04 23:45:02 +00:00
|
|
|
MaxLength = -1
|
2008-08-10 18:23:45 +00:00
|
|
|
OnChange = ComboBox1Change
|
|
|
|
Style = csDropDownList
|
|
|
|
TabOrder = 0
|
|
|
|
end
|
|
|
|
object RadioGroup1: TRadioGroup
|
2008-10-04 23:45:02 +00:00
|
|
|
Left = 17
|
2008-08-10 18:23:45 +00:00
|
|
|
Height = 113
|
2008-10-04 23:45:02 +00:00
|
|
|
Top = 80
|
2008-08-10 18:23:45 +00:00
|
|
|
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'
|
2008-10-04 23:45:02 +00:00
|
|
|
Enabled = False
|
2008-08-10 18:23:45 +00:00
|
|
|
OnClick = CheckBox1Click
|
2008-10-04 23:45:02 +00:00
|
|
|
TabOrder = 3
|
2008-08-10 18:23:45 +00:00
|
|
|
end
|
|
|
|
object SpinEdit1: TSpinEdit
|
|
|
|
Left = 95
|
|
|
|
Height = 19
|
|
|
|
Top = 276
|
|
|
|
Width = 34
|
2008-10-04 23:45:02 +00:00
|
|
|
Enabled = False
|
2008-08-10 18:23:45 +00:00
|
|
|
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
|
2008-10-04 23:45:02 +00:00
|
|
|
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
|
2008-08-10 18:23:45 +00:00
|
|
|
end
|
2008-10-04 23:45:02 +00:00
|
|
|
object SpinEdit2: TSpinEdit
|
|
|
|
Left = 15
|
|
|
|
Height = 23
|
|
|
|
Top = 320
|
|
|
|
Width = 79
|
|
|
|
MinValue = -100
|
|
|
|
OnChange = SpinEdit2Change
|
|
|
|
TabOrder = 5
|
2008-08-10 18:23:45 +00:00
|
|
|
end
|
|
|
|
end
|
|
|
|
object Splitter1: TSplitter
|
2008-10-04 23:45:02 +00:00
|
|
|
Left = 751
|
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
|