mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-31 05:20:31 +02:00
fixed layout
git-svn-id: trunk@9685 -
This commit is contained in:
parent
326c0506de
commit
75fb68417e
@ -1,32 +1,25 @@
|
||||
object TTextConvListEditor: TTTextConvListEditor
|
||||
ActiveControl = ToolsListBox
|
||||
Caption = 'TTextConvListEditor'
|
||||
ClientHeight = 316
|
||||
ClientWidth = 519
|
||||
Constraints.MinHeight = 200
|
||||
Constraints.MinWidth = 400
|
||||
OnCreate = FormCreate
|
||||
PixelsPerInch = 75
|
||||
HorzScrollBar.Page = 518
|
||||
VertScrollBar.Page = 315
|
||||
Left = 290
|
||||
Height = 316
|
||||
Top = 202
|
||||
Width = 519
|
||||
HorzScrollBar.Page = 518
|
||||
VertScrollBar.Page = 315
|
||||
ActiveControl = ToolsListBox
|
||||
Caption = 'TTextConvListEditor'
|
||||
Constraints.MinHeight = 200
|
||||
Constraints.MinWidth = 400
|
||||
OnCreate = FormCreate
|
||||
object ToolsLabel: TLabel
|
||||
Caption = 'ToolsLabel'
|
||||
Color = clNone
|
||||
ParentColor = False
|
||||
Left = 12
|
||||
Height = 13
|
||||
Top = 9
|
||||
Width = 62
|
||||
Caption = 'ToolsLabel'
|
||||
Color = clNone
|
||||
ParentColor = False
|
||||
end
|
||||
object ToolsListBox: TListBox
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
BorderSpacing.Top = 2
|
||||
TabOrder = 0
|
||||
TopIndex = -1
|
||||
AnchorSideTop.Control = ToolsLabel
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = ToolsSplitter
|
||||
@ -36,110 +29,106 @@ object TTextConvListEditor: TTTextConvListEditor
|
||||
Height = 125
|
||||
Top = 24
|
||||
Width = 236
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
BorderSpacing.Top = 2
|
||||
TabOrder = 0
|
||||
TopIndex = -1
|
||||
end
|
||||
object UpDownSplitter: TSplitter
|
||||
Align = alNone
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
Beveled = True
|
||||
Cursor = crVSplit
|
||||
Height = 5
|
||||
Width = 519
|
||||
ResizeAnchor = akBottom
|
||||
AnchorSideRight.Control = Owner
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Cursor = crVSplit
|
||||
Height = 5
|
||||
Top = 144
|
||||
Width = 519
|
||||
Align = alNone
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
Beveled = True
|
||||
ResizeAnchor = akBottom
|
||||
end
|
||||
object ToolsPanel: TPanel
|
||||
AnchorSideLeft.Control = ToolsSplitter
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideRight.Control = Owner
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = UpDownSplitter
|
||||
Left = 236
|
||||
Height = 144
|
||||
Width = 283
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
BevelOuter = bvNone
|
||||
Caption = 'ToolsPanel'
|
||||
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
||||
ChildSizing.ControlsPerLine = 2
|
||||
ClientHeight = 149
|
||||
ClientWidth = 287
|
||||
TabOrder = 1
|
||||
AnchorSideLeft.Control = ToolsSplitter
|
||||
AnchorSideRight.Control = Owner
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = UpDownSplitter
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 232
|
||||
Height = 149
|
||||
Width = 287
|
||||
object AddToolButton: TButton
|
||||
Height = 26
|
||||
Width = 120
|
||||
BorderSpacing.InnerBorder = 4
|
||||
Caption = 'AddToolButton'
|
||||
TabOrder = 0
|
||||
Height = 26
|
||||
Width = 120
|
||||
end
|
||||
object DeleteToolButton: TButton
|
||||
Left = 120
|
||||
Height = 26
|
||||
Width = 137
|
||||
BorderSpacing.InnerBorder = 4
|
||||
Caption = 'DeleteToolButton'
|
||||
TabOrder = 1
|
||||
Left = 120
|
||||
Height = 26
|
||||
Width = 137
|
||||
end
|
||||
object MoveToolUpButton: TButton
|
||||
Height = 26
|
||||
Top = 26
|
||||
Width = 120
|
||||
BorderSpacing.InnerBorder = 4
|
||||
Caption = 'MoveToolUpButton'
|
||||
TabOrder = 2
|
||||
Height = 26
|
||||
Top = 26
|
||||
Width = 120
|
||||
end
|
||||
object MoveToolDownButton: TButton
|
||||
Left = 120
|
||||
Height = 26
|
||||
Top = 26
|
||||
Width = 137
|
||||
BorderSpacing.InnerBorder = 4
|
||||
Caption = 'MoveToolDownButton'
|
||||
TabOrder = 3
|
||||
Left = 120
|
||||
Height = 26
|
||||
Top = 26
|
||||
Width = 137
|
||||
end
|
||||
object CopyToolButton: TButton
|
||||
Height = 26
|
||||
Top = 52
|
||||
Width = 120
|
||||
BorderSpacing.InnerBorder = 4
|
||||
Caption = 'CopyToolButton'
|
||||
TabOrder = 4
|
||||
Height = 26
|
||||
Top = 52
|
||||
Width = 120
|
||||
end
|
||||
object PasteButton: TButton
|
||||
BorderSpacing.InnerBorder = 4
|
||||
Caption = 'PasteButton'
|
||||
TabOrder = 5
|
||||
Left = 120
|
||||
Height = 26
|
||||
Top = 52
|
||||
Width = 137
|
||||
BorderSpacing.InnerBorder = 4
|
||||
Caption = 'PasteButton'
|
||||
TabOrder = 5
|
||||
end
|
||||
object CloneButton: TButton
|
||||
BorderSpacing.InnerBorder = 4
|
||||
Caption = 'CloneButton'
|
||||
TabOrder = 6
|
||||
Height = 26
|
||||
Top = 78
|
||||
Width = 120
|
||||
BorderSpacing.InnerBorder = 4
|
||||
Caption = 'CloneButton'
|
||||
TabOrder = 6
|
||||
end
|
||||
end
|
||||
object ToolsSplitter: TSplitter
|
||||
Align = alNone
|
||||
Anchors = [akTop, akLeft, akBottom]
|
||||
Beveled = True
|
||||
Height = 144
|
||||
Width = 4
|
||||
AnchorSideTop.Control = Owner
|
||||
AnchorSideRight.Control = Owner
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = UpDownSplitter
|
||||
Cursor = crHSplit
|
||||
Left = 232
|
||||
Height = 144
|
||||
Width = 4
|
||||
Align = alNone
|
||||
Anchors = [akTop, akLeft, akBottom]
|
||||
Beveled = True
|
||||
end
|
||||
end
|
||||
|
@ -1,50 +1,47 @@
|
||||
{ Dies ist eine automatisch erzeugte Lazarus-Ressourcendatei }
|
||||
|
||||
LazarusResources.Add('TTTextConvListEditor','FORMDATA',[
|
||||
'TPF0'#20'TTTextConvListEditor'#19'TTextConvListEditor'#13'ActiveControl'#7#12
|
||||
+'ToolsListBox'#7'Caption'#6#19'TTextConvListEditor'#12'ClientHeight'#3'<'#1
|
||||
+#11'ClientWidth'#3#7#2#21'Constraints.MinHeight'#3#200#0#20'Constraints.MinW'
|
||||
+'idth'#3#144#1#8'OnCreate'#7#10'FormCreate'#13'PixelsPerInch'#2'K'#18'HorzSc'
|
||||
+'rollBar.Page'#3#6#2#18'VertScrollBar.Page'#3';'#1#4'Left'#3'"'#1#6'Height'#3
|
||||
+'<'#1#3'Top'#3#202#0#5'Width'#3#7#2#0#6'TLabel'#10'ToolsLabel'#7'Caption'#6
|
||||
+#10'ToolsLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#4'Left'#2#12#6'Height'
|
||||
+#2#13#3'Top'#2#9#5'Width'#2'>'#0#0#8'TListBox'#12'ToolsListBox'#7'Anchors'#11
|
||||
+#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#17'BorderSpacing.Top'#2#2#8'Tab'
|
||||
+'Order'#2#0#8'TopIndex'#2#255#21'AnchorSideTop.Control'#7#10'ToolsLabel'#18
|
||||
+'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#13'ToolsSp'
|
||||
+'litter'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'
|
||||
+#7#14'UpDownSplitter'#21'AnchorSideBottom.Side'#7#9'asrBottom'#6'Height'#2'}'
|
||||
+#3'Top'#2#24#5'Width'#3#236#0#0#0#9'TSplitter'#14'UpDownSplitter'#5'Align'#7
|
||||
+#6'alNone'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Beveled'#9#6'Curs'
|
||||
+'or'#7#8'crVSplit'#6'Height'#2#5#5'Width'#3#7#2#12'ResizeAnchor'#7#8'akBotto'
|
||||
'TPF0'#20'TTTextConvListEditor'#19'TTextConvListEditor'#4'Left'#3'"'#1#6'Heig'
|
||||
+'ht'#3'<'#1#3'Top'#3#202#0#5'Width'#3#7#2#18'HorzScrollBar.Page'#3#6#2#18'Ve'
|
||||
+'rtScrollBar.Page'#3';'#1#13'ActiveControl'#7#12'ToolsListBox'#7'Caption'#6
|
||||
+#19'TTextConvListEditor'#21'Constraints.MinHeight'#3#200#0#20'Constraints.Mi'
|
||||
+'nWidth'#3#144#1#8'OnCreate'#7#10'FormCreate'#0#6'TLabel'#10'ToolsLabel'#4'L'
|
||||
+'eft'#2#12#6'Height'#2#13#3'Top'#2#9#5'Width'#2'>'#7'Caption'#6#10'ToolsLabe'
|
||||
+'l'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#8'TListBox'#12'ToolsListBox'
|
||||
+#21'AnchorSideTop.Control'#7#10'ToolsLabel'#18'AnchorSideTop.Side'#7#9'asrBo'
|
||||
+'ttom'#23'AnchorSideRight.Control'#7#13'ToolsSplitter'#20'AnchorSideRight.Si'
|
||||
+'de'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#14'UpDownSplitter'#21'Anc'
|
||||
+'horSideBottom.Side'#7#9'asrBottom'#6'Height'#2'}'#3'Top'#2#24#5'Width'#3#236
|
||||
+#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#17'BorderSpacin'
|
||||
+'g.Top'#2#2#8'TabOrder'#2#0#8'TopIndex'#2#255#0#0#9'TSplitter'#14'UpDownSpli'
|
||||
+'tter'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'a'
|
||||
+'srBottom'#6'Cursor'#7#8'crVSplit'#6'Height'#2#5#3'Top'#3#144#0#5'Width'#3#7
|
||||
+#2#5'Align'#7#6'alNone'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Beve'
|
||||
+'led'#9#12'ResizeAnchor'#7#8'akBottom'#0#0#6'TPanel'#10'ToolsPanel'#22'Ancho'
|
||||
+'rSideLeft.Control'#7#13'ToolsSplitter'#19'AnchorSideLeft.Side'#7#9'asrBotto'
|
||||
+'m'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrB'
|
||||
+'ottom'#6'Cursor'#7#8'crVSplit'#6'Height'#2#5#3'Top'#3#144#0#5'Width'#3#7#2#0
|
||||
+#0#6'TPanel'#10'ToolsPanel'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'ak'
|
||||
+'Bottom'#0#10'BevelOuter'#7#6'bvNone'#7'Caption'#6#10'ToolsPanel'#18'ChildSi'
|
||||
+'zing.Layout'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizing.ControlsPer'
|
||||
+'Line'#2#2#12'ClientHeight'#3#149#0#11'ClientWidth'#3#31#1#8'TabOrder'#2#1#22
|
||||
+'AnchorSideLeft.Control'#7#13'ToolsSplitter'#23'AnchorSideRight.Control'#7#5
|
||||
+'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'
|
||||
+#7#14'UpDownSplitter'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3#232
|
||||
+#0#6'Height'#3#149#0#5'Width'#3#31#1#0#7'TButton'#13'AddToolButton'#25'Borde'
|
||||
+'rSpacing.InnerBorder'#2#4#7'Caption'#6#13'AddToolButton'#8'TabOrder'#2#0#6
|
||||
+'Height'#2#26#5'Width'#2'x'#0#0#7'TButton'#16'DeleteToolButton'#25'BorderSpa'
|
||||
+'cing.InnerBorder'#2#4#7'Caption'#6#16'DeleteToolButton'#8'TabOrder'#2#1#4'L'
|
||||
+'eft'#2'x'#6'Height'#2#26#5'Width'#3#137#0#0#0#7'TButton'#16'MoveToolUpButto'
|
||||
+'n'#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#16'MoveToolUpButton'#8'Ta'
|
||||
+'bOrder'#2#2#6'Height'#2#26#3'Top'#2#26#5'Width'#2'x'#0#0#7'TButton'#18'Move'
|
||||
+'ToolDownButton'#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#18'MoveToolD'
|
||||
+'ownButton'#8'TabOrder'#2#3#4'Left'#2'x'#6'Height'#2#26#3'Top'#2#26#5'Width'
|
||||
+#3#137#0#0#0#7'TButton'#14'CopyToolButton'#25'BorderSpacing.InnerBorder'#2#4
|
||||
+#7'Caption'#6#14'CopyToolButton'#8'TabOrder'#2#4#6'Height'#2#26#3'Top'#2'4'#5
|
||||
+'Width'#2'x'#0#0#7'TButton'#11'PasteButton'#25'BorderSpacing.InnerBorder'#2#4
|
||||
+#7'Caption'#6#11'PasteButton'#8'TabOrder'#2#5#4'Left'#2'x'#6'Height'#2#26#3
|
||||
+'Top'#2'4'#5'Width'#3#137#0#0#0#7'TButton'#11'CloneButton'#25'BorderSpacing.'
|
||||
+'InnerBorder'#2#4#7'Caption'#6#11'CloneButton'#8'TabOrder'#2#6#6'Height'#2#26
|
||||
+#3'Top'#2'N'#5'Width'#2'x'#0#0#0#9'TSplitter'#13'ToolsSplitter'#5'Align'#7#6
|
||||
+'alNone'#7'Anchors'#11#5'akTop'#6'akLeft'#8'akBottom'#0#7'Beveled'#9#6'Heigh'
|
||||
+'t'#3#144#0#5'Width'#2#4#21'AnchorSideTop.Control'#7#5'Owner'#23'AnchorSideR'
|
||||
+'ight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorS'
|
||||
+'ideBottom.Control'#7#14'UpDownSplitter'#6'Cursor'#7#8'crHSplit'#4'Left'#3
|
||||
+#232#0#6'Height'#3#144#0#5'Width'#2#4#0#0#0
|
||||
+'ottom'#24'AnchorSideBottom.Control'#7#14'UpDownSplitter'#4'Left'#3#236#0#6
|
||||
+'Height'#3#144#0#5'Width'#3#27#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'
|
||||
+#8'akBottom'#0#10'BevelOuter'#7#6'bvNone'#7'Caption'#6#10'ToolsPanel'#18'Chi'
|
||||
+'ldSizing.Layout'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizing.Control'
|
||||
+'sPerLine'#2#2#8'TabOrder'#2#1#0#7'TButton'#13'AddToolButton'#6'Height'#2#26
|
||||
+#5'Width'#2'x'#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#13'AddToolButt'
|
||||
+'on'#8'TabOrder'#2#0#0#0#7'TButton'#16'DeleteToolButton'#4'Left'#2'x'#6'Heig'
|
||||
+'ht'#2#26#5'Width'#3#137#0#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#16
|
||||
+'DeleteToolButton'#8'TabOrder'#2#1#0#0#7'TButton'#16'MoveToolUpButton'#6'Hei'
|
||||
+'ght'#2#26#3'Top'#2#26#5'Width'#2'x'#25'BorderSpacing.InnerBorder'#2#4#7'Cap'
|
||||
+'tion'#6#16'MoveToolUpButton'#8'TabOrder'#2#2#0#0#7'TButton'#18'MoveToolDown'
|
||||
+'Button'#4'Left'#2'x'#6'Height'#2#26#3'Top'#2#26#5'Width'#3#137#0#25'BorderS'
|
||||
+'pacing.InnerBorder'#2#4#7'Caption'#6#18'MoveToolDownButton'#8'TabOrder'#2#3
|
||||
+#0#0#7'TButton'#14'CopyToolButton'#6'Height'#2#26#3'Top'#2'4'#5'Width'#2'x'
|
||||
+#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#14'CopyToolButton'#8'TabOrde'
|
||||
+'r'#2#4#0#0#7'TButton'#11'PasteButton'#4'Left'#2'x'#6'Height'#2#26#3'Top'#2
|
||||
+'4'#5'Width'#3#137#0#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#11'Paste'
|
||||
+'Button'#8'TabOrder'#2#5#0#0#7'TButton'#11'CloneButton'#6'Height'#2#26#3'Top'
|
||||
+#2'N'#5'Width'#2'x'#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#11'CloneB'
|
||||
+'utton'#8'TabOrder'#2#6#0#0#0#9'TSplitter'#13'ToolsSplitter'#21'AnchorSideTo'
|
||||
+'p.Control'#7#5'Owner'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideR'
|
||||
+'ight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#14'UpDownSplitter'
|
||||
+#4'Left'#3#232#0#6'Height'#3#144#0#5'Width'#2#4#5'Align'#7#6'alNone'#7'Ancho'
|
||||
+'rs'#11#5'akTop'#6'akLeft'#8'akBottom'#0#7'Beveled'#9#0#0#0
|
||||
]);
|
||||
|
Loading…
Reference in New Issue
Block a user