mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-22 20:59:39 +02:00
ide: remove unneeded separator toolbutton from the advanced mouse options toolbar
git-svn-id: trunk@21252 -
This commit is contained in:
parent
f35ef54296
commit
914f1755c1
@ -4,6 +4,7 @@ inherited EditorMouseOptionsAdvFrame: TEditorMouseOptionsAdvFrame
|
|||||||
Anchors = [akTop]
|
Anchors = [akTop]
|
||||||
ClientHeight = 420
|
ClientHeight = 420
|
||||||
ClientWidth = 610
|
ClientWidth = 610
|
||||||
|
TabOrder = 0
|
||||||
Visible = False
|
Visible = False
|
||||||
DesignLeft = 246
|
DesignLeft = 246
|
||||||
DesignTop = 209
|
DesignTop = 209
|
||||||
@ -40,7 +41,7 @@ inherited EditorMouseOptionsAdvFrame: TEditorMouseOptionsAdvFrame
|
|||||||
Align = alLeft
|
Align = alLeft
|
||||||
AutoExpand = True
|
AutoExpand = True
|
||||||
Constraints.MinWidth = 50
|
Constraints.MinWidth = 50
|
||||||
DefaultItemHeight = 17
|
DefaultItemHeight = 15
|
||||||
ReadOnly = True
|
ReadOnly = True
|
||||||
ShowButtons = False
|
ShowButtons = False
|
||||||
ShowRoot = False
|
ShowRoot = False
|
||||||
@ -73,43 +74,36 @@ inherited EditorMouseOptionsAdvFrame: TEditorMouseOptionsAdvFrame
|
|||||||
OnClick = BtnImportClick
|
OnClick = BtnImportClick
|
||||||
end
|
end
|
||||||
object BtnExport: TToolButton
|
object BtnExport: TToolButton
|
||||||
Left = 63
|
Left = 57
|
||||||
Top = 0
|
Top = 0
|
||||||
Caption = 'BtnExport'
|
Caption = 'BtnExport'
|
||||||
OnClick = BtnExportClick
|
OnClick = BtnExportClick
|
||||||
end
|
end
|
||||||
object ToolButton3: TToolButton
|
object ToolButton3: TToolButton
|
||||||
Left = 145
|
Left = 113
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 3
|
Width = 3
|
||||||
Caption = 'ToolButton3'
|
Caption = 'ToolButton3'
|
||||||
Style = tbsDivider
|
Style = tbsDivider
|
||||||
end
|
end
|
||||||
object UpdateButton: TToolButton
|
object UpdateButton: TToolButton
|
||||||
Left = 148
|
Left = 116
|
||||||
Top = 0
|
Top = 0
|
||||||
Caption = 'UpdateButton'
|
Caption = 'UpdateButton'
|
||||||
OnClick = UpdateButtonClick
|
OnClick = UpdateButtonClick
|
||||||
end
|
end
|
||||||
object AddNewButton: TToolButton
|
object AddNewButton: TToolButton
|
||||||
Left = 230
|
Left = 191
|
||||||
Top = 0
|
Top = 0
|
||||||
Caption = 'AddNewButton'
|
Caption = 'AddNewButton'
|
||||||
OnClick = AddNewButtonClick
|
OnClick = AddNewButtonClick
|
||||||
end
|
end
|
||||||
object DelButton: TToolButton
|
object DelButton: TToolButton
|
||||||
Left = 320
|
Left = 271
|
||||||
Top = 0
|
Top = 0
|
||||||
Caption = 'DelButton'
|
Caption = 'DelButton'
|
||||||
OnClick = DelButtonClick
|
OnClick = DelButtonClick
|
||||||
end
|
end
|
||||||
object ToolButton1: TToolButton
|
|
||||||
Left = 122
|
|
||||||
Top = 0
|
|
||||||
Width = 23
|
|
||||||
Caption = 'ToolButton1'
|
|
||||||
Style = tbsSeparator
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
object OtherActionPanel: TPanel[4]
|
object OtherActionPanel: TPanel[4]
|
||||||
Left = 0
|
Left = 0
|
||||||
@ -122,19 +116,19 @@ inherited EditorMouseOptionsAdvFrame: TEditorMouseOptionsAdvFrame
|
|||||||
TabOrder = 4
|
TabOrder = 4
|
||||||
object Panel1: TPanel
|
object Panel1: TPanel
|
||||||
Left = 1
|
Left = 1
|
||||||
Height = 19
|
Height = 17
|
||||||
Top = 1
|
Top = 1
|
||||||
Width = 608
|
Width = 608
|
||||||
Align = alTop
|
Align = alTop
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
ClientHeight = 19
|
ClientHeight = 17
|
||||||
ClientWidth = 608
|
ClientWidth = 608
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
object OtherActionLabel: TLabel
|
object OtherActionLabel: TLabel
|
||||||
Left = 1
|
Left = 1
|
||||||
Height = 17
|
Height = 15
|
||||||
Top = 1
|
Top = 1
|
||||||
Width = 94
|
Width = 84
|
||||||
Align = alLeft
|
Align = alLeft
|
||||||
Caption = 'OtherActionLabel'
|
Caption = 'OtherActionLabel'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
@ -144,10 +138,10 @@ inherited EditorMouseOptionsAdvFrame: TEditorMouseOptionsAdvFrame
|
|||||||
object OtherActToggleBox: TToggleBox
|
object OtherActToggleBox: TToggleBox
|
||||||
AnchorSideRight.Control = Panel1
|
AnchorSideRight.Control = Panel1
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 484
|
Left = 496
|
||||||
Height = 19
|
Height = 17
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 124
|
Width = 112
|
||||||
Anchors = [akTop, akRight]
|
Anchors = [akTop, akRight]
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
Caption = 'OtherActToggleBox'
|
Caption = 'OtherActToggleBox'
|
||||||
@ -159,8 +153,8 @@ inherited EditorMouseOptionsAdvFrame: TEditorMouseOptionsAdvFrame
|
|||||||
end
|
end
|
||||||
object OtherActionGrid: TStringGrid
|
object OtherActionGrid: TStringGrid
|
||||||
Left = 1
|
Left = 1
|
||||||
Height = 105
|
Height = 107
|
||||||
Top = 20
|
Top = 18
|
||||||
Width = 608
|
Width = 608
|
||||||
Align = alClient
|
Align = alClient
|
||||||
AutoEdit = False
|
AutoEdit = False
|
||||||
|
@ -3,70 +3,69 @@
|
|||||||
LazarusResources.Add('TEditorMouseOptionsAdvFrame','FORMDATA',[
|
LazarusResources.Add('TEditorMouseOptionsAdvFrame','FORMDATA',[
|
||||||
'TPF0'#241#27'TEditorMouseOptionsAdvFrame'#26'EditorMouseOptionsAdvFrame'#6'H'
|
'TPF0'#241#27'TEditorMouseOptionsAdvFrame'#26'EditorMouseOptionsAdvFrame'#6'H'
|
||||||
+'eight'#3#164#1#5'Width'#3'b'#2#7'Anchors'#11#5'akTop'#0#12'ClientHeight'#3
|
+'eight'#3#164#1#5'Width'#3'b'#2#7'Anchors'#11#5'akTop'#0#12'ClientHeight'#3
|
||||||
+#164#1#11'ClientWidth'#3'b'#2#7'Visible'#8#10'DesignLeft'#3#246#0#9'DesignTo'
|
+#164#1#11'ClientWidth'#3'b'#2#8'TabOrder'#2#0#7'Visible'#8#10'DesignLeft'#3
|
||||||
+'p'#3#209#0#0#242#2#0#11'TStringGrid'#10'ActionGrid'#4'Left'#3#135#0#6'Heigh'
|
+#246#0#9'DesignTop'#3#209#0#0#242#2#0#11'TStringGrid'#10'ActionGrid'#4'Left'
|
||||||
+'t'#3#243#0#3'Top'#2'.'#5'Width'#3#219#1#5'Align'#7#8'alClient'#8'AutoEdit'#8
|
+#3#135#0#6'Height'#3#243#0#3'Top'#2'.'#5'Width'#3#219#1#5'Align'#7#8'alClien'
|
||||||
+#8'ColCount'#2#10#14'ExtendedSelect'#8#9'FixedCols'#2#0#7'Options'#11#15'goF'
|
+'t'#8'AutoEdit'#8#8'ColCount'#2#10#14'ExtendedSelect'#8#9'FixedCols'#2#0#7'O'
|
||||||
+'ixedVertLine'#15'goFixedHorzLine'#10'goVertLine'#10'goHorzLine'#13'goRangeS'
|
+'ptions'#11#15'goFixedVertLine'#15'goFixedHorzLine'#10'goVertLine'#10'goHorz'
|
||||||
+'elect'#11'goColSizing'#11'goRowSelect'#14'goSmoothScroll'#19'goHeaderHotTra'
|
+'Line'#13'goRangeSelect'#11'goColSizing'#11'goRowSelect'#14'goSmoothScroll'
|
||||||
+'cking'#0#8'RowCount'#2#1#10'ScrollBars'#7#14'ssAutoVertical'#8'TabOrder'#2#0
|
+#19'goHeaderHotTracking'#0#8'RowCount'#2#1#10'ScrollBars'#7#14'ssAutoVertica'
|
||||||
+#10'TitleStyle'#7#8'tsNative'#14'OnCompareCells'#7#22'ActionGridCompareCells'
|
+'l'#8'TabOrder'#2#0#10'TitleStyle'#7#8'tsNative'#14'OnCompareCells'#7#22'Act'
|
||||||
+#10'OnDblClick'#7#17'UpdateButtonClick'#13'OnHeaderClick'#7#21'ActionGridHea'
|
+'ionGridCompareCells'#10'OnDblClick'#7#17'UpdateButtonClick'#13'OnHeaderClic'
|
||||||
+'derClick'#13'OnHeaderSized'#7#21'ActionGridHeaderSized'#11'OnMouseDown'#7#19
|
+'k'#7#21'ActionGridHeaderClick'#13'OnHeaderSized'#7#21'ActionGridHeaderSized'
|
||||||
+'ActionGridMouseDown'#11'OnMouseMove'#7#19'ActionGridMouseMove'#9'OnMouseUp'
|
+#11'OnMouseDown'#7#19'ActionGridMouseDown'#11'OnMouseMove'#7#19'ActionGridMo'
|
||||||
+#7#17'ActionGridMouseUp'#8'OnResize'#7#16'ActionGridResize'#11'OnSelection'#7
|
+'useMove'#9'OnMouseUp'#7#17'ActionGridMouseUp'#8'OnResize'#7#16'ActionGridRe'
|
||||||
+#19'ActionGridSelection'#0#0#242#2#1#9'TTreeView'#11'ContextTree'#4'Left'#2#0
|
+'size'#11'OnSelection'#7#19'ActionGridSelection'#0#0#242#2#1#9'TTreeView'#11
|
||||||
+#6'Height'#3#243#0#3'Top'#2'.'#5'Width'#3#130#0#5'Align'#7#6'alLeft'#10'Auto'
|
+'ContextTree'#4'Left'#2#0#6'Height'#3#243#0#3'Top'#2'.'#5'Width'#3#130#0#5'A'
|
||||||
+'Expand'#9#20'Constraints.MinWidth'#2'2'#17'DefaultItemHeight'#2#17#8'ReadOn'
|
+'lign'#7#6'alLeft'#10'AutoExpand'#9#20'Constraints.MinWidth'#2'2'#17'Default'
|
||||||
+'ly'#9#11'ShowButtons'#8#8'ShowRoot'#8#8'TabOrder'#2#1#8'OnChange'#7#17'Cont'
|
+'ItemHeight'#2#15#8'ReadOnly'#9#11'ShowButtons'#8#8'ShowRoot'#8#8'TabOrder'#2
|
||||||
+'extTreeChange'#7'Options'#11#13'tvoAutoExpand'#17'tvoAutoItemHeight'#16'tvo'
|
+#1#8'OnChange'#7#17'ContextTreeChange'#7'Options'#11#13'tvoAutoExpand'#17'tv'
|
||||||
+'HideSelection'#21'tvoKeepCollapsedNodes'#11'tvoReadOnly'#12'tvoShowLines'#11
|
+'oAutoItemHeight'#16'tvoHideSelection'#21'tvoKeepCollapsedNodes'#11'tvoReadO'
|
||||||
+'tvoToolTips'#22'tvoNoDoubleClickExpand'#0#0#0#242#2#2#9'TSplitter'#9'Splitt'
|
+'nly'#12'tvoShowLines'#11'tvoToolTips'#22'tvoNoDoubleClickExpand'#0#0#0#242#2
|
||||||
+'er1'#4'Left'#3#130#0#6'Height'#3#243#0#3'Top'#2'.'#5'Width'#2#5#8'AutoSnap'
|
+#2#9'TSplitter'#9'Splitter1'#4'Left'#3#130#0#6'Height'#3#243#0#3'Top'#2'.'#5
|
||||||
+#8#0#0#242#2#3#8'TToolBar'#8'ToolBar1'#4'Left'#2#0#6'Height'#2'.'#3'Top'#2#0
|
+'Width'#2#5#8'AutoSnap'#8#0#0#242#2#3#8'TToolBar'#8'ToolBar1'#4'Left'#2#0#6
|
||||||
+#5'Width'#3'b'#2#8'AutoSize'#9#12'ButtonHeight'#2'.'#7'Caption'#6#8'ToolBar1'
|
+'Height'#2'.'#3'Top'#2#0#5'Width'#3'b'#2#8'AutoSize'#9#12'ButtonHeight'#2'.'
|
||||||
+#11'EdgeBorders'#11#0#12'ShowCaptions'#9#8'TabOrder'#2#3#0#11'TToolButton'#9
|
+#7'Caption'#6#8'ToolBar1'#11'EdgeBorders'#11#0#12'ShowCaptions'#9#8'TabOrder'
|
||||||
+'BtnImport'#4'Left'#2#1#3'Top'#2#0#7'Caption'#6#9'BtnImport'#7'OnClick'#7#14
|
+#2#3#0#11'TToolButton'#9'BtnImport'#4'Left'#2#1#3'Top'#2#0#7'Caption'#6#9'Bt'
|
||||||
+'BtnImportClick'#0#0#11'TToolButton'#9'BtnExport'#4'Left'#2'?'#3'Top'#2#0#7
|
+'nImport'#7'OnClick'#7#14'BtnImportClick'#0#0#11'TToolButton'#9'BtnExport'#4
|
||||||
+'Caption'#6#9'BtnExport'#7'OnClick'#7#14'BtnExportClick'#0#0#11'TToolButton'
|
+'Left'#2'9'#3'Top'#2#0#7'Caption'#6#9'BtnExport'#7'OnClick'#7#14'BtnExportCl'
|
||||||
+#11'ToolButton3'#4'Left'#3#145#0#3'Top'#2#0#5'Width'#2#3#7'Caption'#6#11'Too'
|
+'ick'#0#0#11'TToolButton'#11'ToolButton3'#4'Left'#2'q'#3'Top'#2#0#5'Width'#2
|
||||||
+'lButton3'#5'Style'#7#10'tbsDivider'#0#0#11'TToolButton'#12'UpdateButton'#4
|
+#3#7'Caption'#6#11'ToolButton3'#5'Style'#7#10'tbsDivider'#0#0#11'TToolButton'
|
||||||
+'Left'#3#148#0#3'Top'#2#0#7'Caption'#6#12'UpdateButton'#7'OnClick'#7#17'Upda'
|
+#12'UpdateButton'#4'Left'#2't'#3'Top'#2#0#7'Caption'#6#12'UpdateButton'#7'On'
|
||||||
+'teButtonClick'#0#0#11'TToolButton'#12'AddNewButton'#4'Left'#3#230#0#3'Top'#2
|
+'Click'#7#17'UpdateButtonClick'#0#0#11'TToolButton'#12'AddNewButton'#4'Left'
|
||||||
+#0#7'Caption'#6#12'AddNewButton'#7'OnClick'#7#17'AddNewButtonClick'#0#0#11'T'
|
+#3#191#0#3'Top'#2#0#7'Caption'#6#12'AddNewButton'#7'OnClick'#7#17'AddNewButt'
|
||||||
+'ToolButton'#9'DelButton'#4'Left'#3'@'#1#3'Top'#2#0#7'Caption'#6#9'DelButton'
|
+'onClick'#0#0#11'TToolButton'#9'DelButton'#4'Left'#3#15#1#3'Top'#2#0#7'Capti'
|
||||||
+#7'OnClick'#7#14'DelButtonClick'#0#0#11'TToolButton'#11'ToolButton1'#4'Left'
|
+'on'#6#9'DelButton'#7'OnClick'#7#14'DelButtonClick'#0#0#0#242#2#4#6'TPanel'
|
||||||
+#2'z'#3'Top'#2#0#5'Width'#2#23#7'Caption'#6#11'ToolButton1'#5'Style'#7#12'tb'
|
+#16'OtherActionPanel'#4'Left'#2#0#6'Height'#2'~'#3'Top'#3'&'#1#5'Width'#3'b'
|
||||||
+'sSeparator'#0#0#0#242#2#4#6'TPanel'#16'OtherActionPanel'#4'Left'#2#0#6'Heig'
|
+#2#5'Align'#7#8'alBottom'#12'ClientHeight'#2'~'#11'ClientWidth'#3'b'#2#8'Tab'
|
||||||
+'ht'#2'~'#3'Top'#3'&'#1#5'Width'#3'b'#2#5'Align'#7#8'alBottom'#12'ClientHeig'
|
+'Order'#2#4#0#6'TPanel'#6'Panel1'#4'Left'#2#1#6'Height'#2#17#3'Top'#2#1#5'Wi'
|
||||||
+'ht'#2'~'#11'ClientWidth'#3'b'#2#8'TabOrder'#2#4#0#6'TPanel'#6'Panel1'#4'Lef'
|
+'dth'#3'`'#2#5'Align'#7#5'alTop'#8'AutoSize'#9#12'ClientHeight'#2#17#11'Clie'
|
||||||
+'t'#2#1#6'Height'#2#19#3'Top'#2#1#5'Width'#3'`'#2#5'Align'#7#5'alTop'#8'Auto'
|
+'ntWidth'#3'`'#2#8'TabOrder'#2#0#0#6'TLabel'#16'OtherActionLabel'#4'Left'#2#1
|
||||||
+'Size'#9#12'ClientHeight'#2#19#11'ClientWidth'#3'`'#2#8'TabOrder'#2#0#0#6'TL'
|
+#6'Height'#2#15#3'Top'#2#1#5'Width'#2'T'#5'Align'#7#6'alLeft'#7'Caption'#6#16
|
||||||
+'abel'#16'OtherActionLabel'#4'Left'#2#1#6'Height'#2#17#3'Top'#2#1#5'Width'#2
|
+'OtherActionLabel'#11'ParentColor'#8#14'ParentShowHint'#8#8'ShowHint'#9#0#0
|
||||||
+'^'#5'Align'#7#6'alLeft'#7'Caption'#6#16'OtherActionLabel'#11'ParentColor'#8
|
+#10'TToggleBox'#17'OtherActToggleBox'#23'AnchorSideRight.Control'#7#6'Panel1'
|
||||||
+#14'ParentShowHint'#8#8'ShowHint'#9#0#0#10'TToggleBox'#17'OtherActToggleBox'
|
+#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#240#1#6'Height'#2#17#3'To'
|
||||||
+#23'AnchorSideRight.Control'#7#6'Panel1'#20'AnchorSideRight.Side'#7#9'asrBot'
|
+'p'#2#0#5'Width'#2'p'#7'Anchors'#11#5'akTop'#7'akRight'#0#8'AutoSize'#9#7'Ca'
|
||||||
+'tom'#4'Left'#3#228#1#6'Height'#2#19#3'Top'#2#0#5'Width'#2'|'#7'Anchors'#11#5
|
+'ption'#6#17'OtherActToggleBox'#7'Checked'#9#8'OnChange'#7#23'OtherActToggle'
|
||||||
+'akTop'#7'akRight'#0#8'AutoSize'#9#7'Caption'#6#17'OtherActToggleBox'#7'Chec'
|
+'BoxChange'#5'State'#7#9'cbChecked'#8'TabOrder'#2#0#0#0#0#11'TStringGrid'#15
|
||||||
+'ked'#9#8'OnChange'#7#23'OtherActToggleBoxChange'#5'State'#7#9'cbChecked'#8
|
+'OtherActionGrid'#4'Left'#2#1#6'Height'#2'k'#3'Top'#2#18#5'Width'#3'`'#2#5'A'
|
||||||
+'TabOrder'#2#0#0#0#0#11'TStringGrid'#15'OtherActionGrid'#4'Left'#2#1#6'Heigh'
|
+'lign'#7#8'alClient'#8'AutoEdit'#8#8'ColCount'#2#12#21'Constraints.MinHeight'
|
||||||
+'t'#2'i'#3'Top'#2#20#5'Width'#3'`'#2#5'Align'#7#8'alClient'#8'AutoEdit'#8#8
|
+#2'('#14'ExtendedSelect'#8#9'FixedCols'#2#0#16'MouseWheelOption'#7#6'mwGrid'
|
||||||
+'ColCount'#2#12#21'Constraints.MinHeight'#2'('#14'ExtendedSelect'#8#9'FixedC'
|
+#7'Options'#11#15'goFixedVertLine'#15'goFixedHorzLine'#10'goVertLine'#10'goH'
|
||||||
+'ols'#2#0#16'MouseWheelOption'#7#6'mwGrid'#7'Options'#11#15'goFixedVertLine'
|
+'orzLine'#11'goColSizing'#11'goRowSelect'#14'goSmoothScroll'#19'goHeaderHotT'
|
||||||
+#15'goFixedHorzLine'#10'goVertLine'#10'goHorzLine'#11'goColSizing'#11'goRowS'
|
+'racking'#0#8'RowCount'#2#1#10'ScrollBars'#7#14'ssAutoVertical'#8'TabOrder'#2
|
||||||
+'elect'#14'goSmoothScroll'#19'goHeaderHotTracking'#0#8'RowCount'#2#1#10'Scro'
|
+#1#10'TitleStyle'#7#8'tsNative'#14'OnCompareCells'#7#22'ActionGridCompareCel'
|
||||||
+'llBars'#7#14'ssAutoVertical'#8'TabOrder'#2#1#10'TitleStyle'#7#8'tsNative'#14
|
+'ls'#13'OnHeaderClick'#7#26'OtherActionGridHeaderClick'#13'OnHeaderSized'#7
|
||||||
+'OnCompareCells'#7#22'ActionGridCompareCells'#13'OnHeaderClick'#7#26'OtherAc'
|
+#26'OtherActionGridHeaderSized'#11'OnMouseDown'#7#24'OtherActionGridMouseDow'
|
||||||
+'tionGridHeaderClick'#13'OnHeaderSized'#7#26'OtherActionGridHeaderSized'#11
|
+'n'#11'OnMouseMove'#7#24'OtherActionGridMouseMove'#9'OnMouseUp'#7#22'OtherAc'
|
||||||
+'OnMouseDown'#7#24'OtherActionGridMouseDown'#11'OnMouseMove'#7#24'OtherActio'
|
+'tionGridMouseUp'#8'OnResize'#7#21'OtherActionGridResize'#12'OnSelectCell'#7
|
||||||
+'nGridMouseMove'#9'OnMouseUp'#7#22'OtherActionGridMouseUp'#8'OnResize'#7#21
|
+#25'OtherActionGridSelectCell'#0#0#0#242#2#5#9'TSplitter'#9'Splitter2'#6'Cur'
|
||||||
+'OtherActionGridResize'#12'OnSelectCell'#7#25'OtherActionGridSelectCell'#0#0
|
+'sor'#7#8'crVSplit'#4'Left'#2#0#6'Height'#2#5#3'Top'#3'!'#1#5'Width'#3'b'#2#5
|
||||||
+#0#242#2#5#9'TSplitter'#9'Splitter2'#6'Cursor'#7#8'crVSplit'#4'Left'#2#0#6'H'
|
+'Align'#7#8'alBottom'#7'MinSize'#2'('#12'ResizeAnchor'#7#8'akBottom'#0#0#242
|
||||||
+'eight'#2#5#3'Top'#3'!'#1#5'Width'#3'b'#2#5'Align'#7#8'alBottom'#7'MinSize'#2
|
+#2#6#11'TSaveDialog'#11'SaveDialog1'#10'DefaultExt'#6#4'.xml'#6'Filter'#6#17
|
||||||
+'('#12'ResizeAnchor'#7#8'akBottom'#0#0#242#2#6#11'TSaveDialog'#11'SaveDialog'
|
+'xml|*.xml|any|*.*'#7'Options'#11#17'ofOverwritePrompt'#15'ofPathMustExist'
|
||||||
+'1'#10'DefaultExt'#6#4'.xml'#6'Filter'#6#17'xml|*.xml|any|*.*'#7'Options'#11
|
+#14'ofEnableSizing'#12'ofViewDetail'#0#4'left'#2#24#3'top'#3#184#0#0#0#242#2
|
||||||
,#17'ofOverwritePrompt'#15'ofPathMustExist'#14'ofEnableSizing'#12'ofViewDetai'
|
,#7#11'TOpenDialog'#11'OpenDialog1'#10'DefaultExt'#6#4'.xml'#7'Options'#11#15
|
||||||
+'l'#0#4'left'#2#24#3'top'#3#184#0#0#0#242#2#7#11'TOpenDialog'#11'OpenDialog1'
|
+'ofPathMustExist'#15'ofFileMustExist'#14'ofEnableSizing'#12'ofViewDetail'#0#4
|
||||||
+#10'DefaultExt'#6#4'.xml'#7'Options'#11#15'ofPathMustExist'#15'ofFileMustExi'
|
+'left'#2'H'#3'top'#3#184#0#0#0#0
|
||||||
+'st'#14'ofEnableSizing'#12'ofViewDetail'#0#4'left'#2'H'#3'top'#3#184#0#0#0#0
|
|
||||||
]);
|
]);
|
||||||
|
@ -46,7 +46,6 @@ type
|
|||||||
ToolBar1: TToolBar;
|
ToolBar1: TToolBar;
|
||||||
BtnImport: TToolButton;
|
BtnImport: TToolButton;
|
||||||
BtnExport: TToolButton;
|
BtnExport: TToolButton;
|
||||||
ToolButton1: TToolButton;
|
|
||||||
ToolButton3: TToolButton;
|
ToolButton3: TToolButton;
|
||||||
UpdateButton: TToolButton;
|
UpdateButton: TToolButton;
|
||||||
AddNewButton: TToolButton;
|
AddNewButton: TToolButton;
|
||||||
|
Loading…
Reference in New Issue
Block a user