mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-08 14:35:58 +02:00
IDE, Editor options, Mouse Actions: Added Import/Export (forgot button autosize)
git-svn-id: trunk@20561 -
This commit is contained in:
parent
cafbf3f6fd
commit
e7b2f98fa3
@ -128,11 +128,12 @@ inherited EditorMouseOptionsFrame: TEditorMouseOptionsFrame
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = p3
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 510
|
||||
Left = 533
|
||||
Height = 25
|
||||
Top = 37
|
||||
Width = 100
|
||||
Width = 77
|
||||
Anchors = [akTop, akRight]
|
||||
AutoSize = True
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.Bottom = 6
|
||||
Caption = 'BtnExport'
|
||||
@ -142,11 +143,12 @@ inherited EditorMouseOptionsFrame: TEditorMouseOptionsFrame
|
||||
object BtnImport: TButton
|
||||
AnchorSideTop.Control = BtnExport
|
||||
AnchorSideRight.Control = BtnExport
|
||||
Left = 429
|
||||
Left = 447
|
||||
Height = 25
|
||||
Top = 37
|
||||
Width = 75
|
||||
Width = 80
|
||||
Anchors = [akTop, akRight]
|
||||
AutoSize = True
|
||||
BorderSpacing.Right = 6
|
||||
Caption = 'BtnImport'
|
||||
OnClick = BtnImportClick
|
||||
|
@ -45,17 +45,17 @@ LazarusResources.Add('TEditorMouseOptionsFrame','FORMDATA',[
|
||||
+#17'UpdateButtonClick'#8'TabOrder'#2#1#0#0#7'TButton'#9'BtnExport'#21'Anchor'
|
||||
+'SideTop.Control'#7#12'UpdateButton'#18'AnchorSideTop.Side'#7#9'asrBottom'#23
|
||||
+'AnchorSideRight.Control'#7#2'p3'#20'AnchorSideRight.Side'#7#9'asrBottom'#4
|
||||
+'Left'#3#254#1#6'Height'#2#25#3'Top'#2'%'#5'Width'#2'd'#7'Anchors'#11#5'akTo'
|
||||
+'p'#7'akRight'#0#17'BorderSpacing.Top'#2#6#20'BorderSpacing.Bottom'#2#6#7'Ca'
|
||||
+'ption'#6#9'BtnExport'#7'OnClick'#7#14'BtnExportClick'#8'TabOrder'#2#3#0#0#7
|
||||
+'TButton'#9'BtnImport'#21'AnchorSideTop.Control'#7#9'BtnExport'#23'AnchorSid'
|
||||
+'eRight.Control'#7#9'BtnExport'#4'Left'#3#173#1#6'Height'#2#25#3'Top'#2'%'#5
|
||||
+'Width'#2'K'#7'Anchors'#11#5'akTop'#7'akRight'#0#19'BorderSpacing.Right'#2#6
|
||||
+#7'Caption'#6#9'BtnImport'#7'OnClick'#7#14'BtnImportClick'#8'TabOrder'#2#4#0
|
||||
+#0#0#242#2#2#11'TSaveDialog'#11'SaveDialog1'#10'DefaultExt'#6#4'.xml'#6'Filt'
|
||||
+'er'#6#17'xml|*.xml|any|*.*'#7'Options'#11#17'ofOverwritePrompt'#15'ofPathMu'
|
||||
+'stExist'#14'ofEnableSizing'#12'ofViewDetail'#0#4'left'#3#176#0#3'top'#3'p'#1
|
||||
+#0#0#242#2#3#11'TOpenDialog'#11'OpenDialog1'#10'DefaultExt'#6#4'.xml'#7'Opti'
|
||||
+'ons'#11#15'ofPathMustExist'#15'ofFileMustExist'#14'ofEnableSizing'#12'ofVie'
|
||||
+'wDetail'#0#4'left'#3#8#1#3'top'#3'p'#1#0#0#0
|
||||
+'Left'#3#21#2#6'Height'#2#25#3'Top'#2'%'#5'Width'#2'M'#7'Anchors'#11#5'akTop'
|
||||
+#7'akRight'#0#8'AutoSize'#9#17'BorderSpacing.Top'#2#6#20'BorderSpacing.Botto'
|
||||
+'m'#2#6#7'Caption'#6#9'BtnExport'#7'OnClick'#7#14'BtnExportClick'#8'TabOrder'
|
||||
+#2#3#0#0#7'TButton'#9'BtnImport'#21'AnchorSideTop.Control'#7#9'BtnExport'#23
|
||||
+'AnchorSideRight.Control'#7#9'BtnExport'#4'Left'#3#191#1#6'Height'#2#25#3'To'
|
||||
+'p'#2'%'#5'Width'#2'P'#7'Anchors'#11#5'akTop'#7'akRight'#0#8'AutoSize'#9#19
|
||||
+'BorderSpacing.Right'#2#6#7'Caption'#6#9'BtnImport'#7'OnClick'#7#14'BtnImpor'
|
||||
+'tClick'#8'TabOrder'#2#4#0#0#0#242#2#2#11'TSaveDialog'#11'SaveDialog1'#10'De'
|
||||
+'faultExt'#6#4'.xml'#6'Filter'#6#17'xml|*.xml|any|*.*'#7'Options'#11#17'ofOv'
|
||||
+'erwritePrompt'#15'ofPathMustExist'#14'ofEnableSizing'#12'ofViewDetail'#0#4
|
||||
+'left'#3#176#0#3'top'#3'p'#1#0#0#242#2#3#11'TOpenDialog'#11'OpenDialog1'#10
|
||||
+'DefaultExt'#6#4'.xml'#7'Options'#11#15'ofPathMustExist'#15'ofFileMustExist'
|
||||
+#14'ofEnableSizing'#12'ofViewDetail'#0#4'left'#3#8#1#3'top'#3'p'#1#0#0#0
|
||||
]);
|
||||
|
Loading…
Reference in New Issue
Block a user