mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 15:56:10 +02:00
lazdoc: more native look for toolbar
git-svn-id: trunk@12999 -
This commit is contained in:
parent
0e91c08c68
commit
2b483ab1b4
@ -19,17 +19,18 @@ object MainForm: TMainForm
|
||||
ButtonHeight = 28
|
||||
ButtonWidth = 28
|
||||
Caption = 'TBMain'
|
||||
Flat = True
|
||||
Images = ILMain
|
||||
TabOrder = 0
|
||||
TabStop = True
|
||||
object TBNewModule: TToolButton
|
||||
Left = 128
|
||||
Left = 118
|
||||
Hint = 'Insert a new module'
|
||||
Top = 2
|
||||
Action = AInsertModule
|
||||
end
|
||||
object TBNewPackage: TToolButton
|
||||
Left = 100
|
||||
Left = 90
|
||||
Hint = 'Insert a new package'
|
||||
Top = 2
|
||||
Action = AInsertPackage
|
||||
@ -41,75 +42,75 @@ object MainForm: TMainForm
|
||||
Action = ANew
|
||||
end
|
||||
object TBNewTopic: TToolButton
|
||||
Left = 156
|
||||
Left = 146
|
||||
Hint = 'Insert a new topic'
|
||||
Top = 2
|
||||
Action = AInsertTopic
|
||||
end
|
||||
object ToolButton5: TToolButton
|
||||
Left = 212
|
||||
Left = 202
|
||||
Top = 2
|
||||
Width = 11
|
||||
Width = 5
|
||||
Caption = 'ToolButton5'
|
||||
Style = tbsSeparator
|
||||
Style = tbsDivider
|
||||
end
|
||||
object ToolButton6: TToolButton
|
||||
Left = 223
|
||||
Left = 207
|
||||
Hint = 'Format selection bold'
|
||||
Top = 2
|
||||
Action = AFormatBold
|
||||
end
|
||||
object ToolButton7: TToolButton
|
||||
Left = 279
|
||||
Left = 263
|
||||
Hint = 'Format selection underline'
|
||||
Top = 2
|
||||
Action = AFormatUnderline
|
||||
end
|
||||
object ToolButton8: TToolButton
|
||||
Left = 251
|
||||
Left = 235
|
||||
Hint = 'Format selection italic'
|
||||
Top = 2
|
||||
Action = AFormatItalic
|
||||
end
|
||||
object TBNewElement: TToolButton
|
||||
Left = 184
|
||||
Left = 174
|
||||
Hint = 'Insert a new element'
|
||||
Top = 2
|
||||
Action = AInsertElement
|
||||
end
|
||||
object ToolButton1: TToolButton
|
||||
Left = 391
|
||||
Left = 375
|
||||
Top = 2
|
||||
Width = 22
|
||||
Caption = 'ToolButton1'
|
||||
Style = tbsSeparator
|
||||
end
|
||||
object ToolButton2: TToolButton
|
||||
Left = 307
|
||||
Left = 291
|
||||
Hint = 'Format selection as variable'
|
||||
Top = 2
|
||||
Action = AFormatVariable
|
||||
end
|
||||
object ToolButton3: TToolButton
|
||||
Left = 335
|
||||
Left = 319
|
||||
Hint = 'Format selection as paragraph'
|
||||
Top = 2
|
||||
Action = AFormatParagraph
|
||||
end
|
||||
object ToolButton4: TToolButton
|
||||
Left = 413
|
||||
Left = 397
|
||||
Hint = 'Insert a new table'
|
||||
Top = 2
|
||||
Action = AInsertTable
|
||||
end
|
||||
object ToolButton9: TToolButton
|
||||
Left = 441
|
||||
Left = 425
|
||||
Hint = 'Insert a new link'
|
||||
Top = 2
|
||||
Action = AInsertLink
|
||||
end
|
||||
object ToolButton10: TToolButton
|
||||
Left = 363
|
||||
Left = 347
|
||||
Hint = 'Format selection as remark'
|
||||
Top = 2
|
||||
Action = AFormatRemark
|
||||
@ -129,12 +130,12 @@ object MainForm: TMainForm
|
||||
object ToolButton13: TToolButton
|
||||
Left = 85
|
||||
Top = 2
|
||||
Width = 15
|
||||
Width = 5
|
||||
Caption = 'ToolButton13'
|
||||
Style = tbsSeparator
|
||||
Style = tbsDivider
|
||||
end
|
||||
object ToolButton11: TToolButton
|
||||
Left = 469
|
||||
Left = 453
|
||||
Hint = 'Insert a Short Description link'
|
||||
Top = 2
|
||||
Action = AInsertPrintShort
|
||||
@ -260,8 +261,8 @@ object MainForm: TMainForm
|
||||
end
|
||||
object ALMain: TActionList
|
||||
Images = ILMain
|
||||
left = 80
|
||||
top = 16
|
||||
left = 48
|
||||
top = 64
|
||||
object ANew: TAction
|
||||
Category = 'File'
|
||||
Caption = '&New'
|
||||
|
@ -1,3 +1,5 @@
|
||||
{ Ýòî - ôàéë ðåñóðñîâ, àâòîìàòè÷åñêè ñîçäàííûé lazarus }
|
||||
|
||||
LazarusResources.Add('TMainForm','FORMDATA',[
|
||||
'TPF0'#9'TMainForm'#8'MainForm'#4'Left'#3'"'#1#6'Height'#3' '#2#3'Top'#3#170#0
|
||||
+#5'Width'#3'Z'#2#18'HorzScrollBar.Page'#3'Y'#2#18'VertScrollBar.Page'#3#11#2
|
||||
@ -5,46 +7,46 @@ LazarusResources.Add('TMainForm','FORMDATA',[
|
||||
+#2#11'ClientWidth'#3'Z'#2#4'Menu'#7#5'MMain'#12'OnCloseQuery'#7#18'MainFormC'
|
||||
+'loseQuery'#8'OnCreate'#7#14'MainFormCreate'#9'OnDestroy'#7#15'MainFormDestr'
|
||||
+'oy'#0#8'TToolBar'#6'TBMain'#6'Height'#2#30#5'Width'#3'Z'#2#12'ButtonHeight'
|
||||
+#2#28#11'ButtonWidth'#2#28#7'Caption'#6#6'TBMain'#6'Images'#7#6'ILMain'#8'Ta'
|
||||
+'bOrder'#2#0#7'TabStop'#9#0#11'TToolButton'#11'TBNewModule'#4'Left'#3#128#0#4
|
||||
+'Hint'#6#19'Insert a new module'#3'Top'#2#2#6'Action'#7#13'AInsertModule'#0#0
|
||||
+#11'TToolButton'#12'TBNewPackage'#4'Left'#2'd'#4'Hint'#6#20'Insert a new pac'
|
||||
+'kage'#3'Top'#2#2#6'Action'#7#14'AInsertPackage'#0#0#11'TToolButton'#5'TBNew'
|
||||
+#4'Left'#2#1#4'Hint'#6#31'Create a new documentation file'#3'Top'#2#2#6'Acti'
|
||||
+'on'#7#4'ANew'#0#0#11'TToolButton'#10'TBNewTopic'#4'Left'#3#156#0#4'Hint'#6
|
||||
+#18'Insert a new topic'#3'Top'#2#2#6'Action'#7#12'AInsertTopic'#0#0#11'TTool'
|
||||
+'Button'#11'ToolButton5'#4'Left'#3#212#0#3'Top'#2#2#5'Width'#2#11#7'Caption'
|
||||
+#6#11'ToolButton5'#5'Style'#7#12'tbsSeparator'#0#0#11'TToolButton'#11'ToolBu'
|
||||
+'tton6'#4'Left'#3#223#0#4'Hint'#6#21'Format selection bold'#3'Top'#2#2#6'Act'
|
||||
+'ion'#7#11'AFormatBold'#0#0#11'TToolButton'#11'ToolButton7'#4'Left'#3#23#1#4
|
||||
+'Hint'#6#26'Format selection underline'#3'Top'#2#2#6'Action'#7#16'AFormatUnd'
|
||||
+'erline'#0#0#11'TToolButton'#11'ToolButton8'#4'Left'#3#251#0#4'Hint'#6#23'Fo'
|
||||
+'rmat selection italic'#3'Top'#2#2#6'Action'#7#13'AFormatItalic'#0#0#11'TToo'
|
||||
+'lButton'#12'TBNewElement'#4'Left'#3#184#0#4'Hint'#6#20'Insert a new element'
|
||||
+#3'Top'#2#2#6'Action'#7#14'AInsertElement'#0#0#11'TToolButton'#11'ToolButton'
|
||||
+'1'#4'Left'#3#135#1#3'Top'#2#2#5'Width'#2#22#7'Caption'#6#11'ToolButton1'#5
|
||||
+'Style'#7#12'tbsSeparator'#0#0#11'TToolButton'#11'ToolButton2'#4'Left'#3'3'#1
|
||||
+#4'Hint'#6#28'Format selection as variable'#3'Top'#2#2#6'Action'#7#15'AForma'
|
||||
+'tVariable'#0#0#11'TToolButton'#11'ToolButton3'#4'Left'#3'O'#1#4'Hint'#6#29
|
||||
+#2#28#11'ButtonWidth'#2#28#7'Caption'#6#6'TBMain'#4'Flat'#9#6'Images'#7#6'IL'
|
||||
+'Main'#8'TabOrder'#2#0#7'TabStop'#9#0#11'TToolButton'#11'TBNewModule'#4'Left'
|
||||
+#2'v'#4'Hint'#6#19'Insert a new module'#3'Top'#2#2#6'Action'#7#13'AInsertMod'
|
||||
+'ule'#0#0#11'TToolButton'#12'TBNewPackage'#4'Left'#2'Z'#4'Hint'#6#20'Insert '
|
||||
+'a new package'#3'Top'#2#2#6'Action'#7#14'AInsertPackage'#0#0#11'TToolButton'
|
||||
+#5'TBNew'#4'Left'#2#1#4'Hint'#6#31'Create a new documentation file'#3'Top'#2
|
||||
+#2#6'Action'#7#4'ANew'#0#0#11'TToolButton'#10'TBNewTopic'#4'Left'#3#146#0#4
|
||||
+'Hint'#6#18'Insert a new topic'#3'Top'#2#2#6'Action'#7#12'AInsertTopic'#0#0
|
||||
+#11'TToolButton'#11'ToolButton5'#4'Left'#3#202#0#3'Top'#2#2#5'Width'#2#5#7'C'
|
||||
+'aption'#6#11'ToolButton5'#5'Style'#7#10'tbsDivider'#0#0#11'TToolButton'#11
|
||||
+'ToolButton6'#4'Left'#3#207#0#4'Hint'#6#21'Format selection bold'#3'Top'#2#2
|
||||
+#6'Action'#7#11'AFormatBold'#0#0#11'TToolButton'#11'ToolButton7'#4'Left'#3#7
|
||||
+#1#4'Hint'#6#26'Format selection underline'#3'Top'#2#2#6'Action'#7#16'AForma'
|
||||
+'tUnderline'#0#0#11'TToolButton'#11'ToolButton8'#4'Left'#3#235#0#4'Hint'#6#23
|
||||
+'Format selection italic'#3'Top'#2#2#6'Action'#7#13'AFormatItalic'#0#0#11'TT'
|
||||
+'oolButton'#12'TBNewElement'#4'Left'#3#174#0#4'Hint'#6#20'Insert a new eleme'
|
||||
+'nt'#3'Top'#2#2#6'Action'#7#14'AInsertElement'#0#0#11'TToolButton'#11'ToolBu'
|
||||
+'tton1'#4'Left'#3'w'#1#3'Top'#2#2#5'Width'#2#22#7'Caption'#6#11'ToolButton1'
|
||||
+#5'Style'#7#12'tbsSeparator'#0#0#11'TToolButton'#11'ToolButton2'#4'Left'#3'#'
|
||||
+#1#4'Hint'#6#28'Format selection as variable'#3'Top'#2#2#6'Action'#7#15'AFor'
|
||||
+'matVariable'#0#0#11'TToolButton'#11'ToolButton3'#4'Left'#3'?'#1#4'Hint'#6#29
|
||||
+'Format selection as paragraph'#3'Top'#2#2#6'Action'#7#16'AFormatParagraph'#0
|
||||
+#0#11'TToolButton'#11'ToolButton4'#4'Left'#3#157#1#4'Hint'#6#18'Insert a new'
|
||||
+#0#11'TToolButton'#11'ToolButton4'#4'Left'#3#141#1#4'Hint'#6#18'Insert a new'
|
||||
+' table'#3'Top'#2#2#6'Action'#7#12'AInsertTable'#0#0#11'TToolButton'#11'Tool'
|
||||
+'Button9'#4'Left'#3#185#1#4'Hint'#6#17'Insert a new link'#3'Top'#2#2#6'Actio'
|
||||
+'n'#7#11'AInsertLink'#0#0#11'TToolButton'#12'ToolButton10'#4'Left'#3'k'#1#4
|
||||
+'Button9'#4'Left'#3#169#1#4'Hint'#6#17'Insert a new link'#3'Top'#2#2#6'Actio'
|
||||
+'n'#7#11'AInsertLink'#0#0#11'TToolButton'#12'ToolButton10'#4'Left'#3'['#1#4
|
||||
+'Hint'#6#26'Format selection as remark'#3'Top'#2#2#6'Action'#7#13'AFormatRem'
|
||||
+'ark'#0#0#11'TToolButton'#8'TBSaveAs'#4'Left'#2'9'#4'Hint'#6'%Save the curre'
|
||||
+'nt file with a new name'#3'Top'#2#2#6'Action'#7#7'ASaveAs'#0#0#11'TToolButt'
|
||||
+'on'#6'TBSave'#4'Left'#2#29#4'Hint'#6#21'Save the current file'#3'Top'#2#2#6
|
||||
+'Action'#7#5'ASave'#0#0#11'TToolButton'#12'ToolButton13'#4'Left'#2'U'#3'Top'
|
||||
+#2#2#5'Width'#2#15#7'Caption'#6#12'ToolButton13'#5'Style'#7#12'tbsSeparator'
|
||||
+#0#0#11'TToolButton'#12'ToolButton11'#4'Left'#3#213#1#4'Hint'#6#31'Insert a '
|
||||
+'Short Description link'#3'Top'#2#2#6'Action'#7#17'AInsertPrintShort'#0#0#0
|
||||
+#10'TStatusBar'#10'StatusBar1'#6'Height'#2#23#3'Top'#3#245#1#5'Width'#3'Z'#2
|
||||
+#6'Panels'#14#0#0#0#9'TSplitter'#9'Splitter1'#6'Height'#3#215#1#3'Top'#2#30#5
|
||||
+'Width'#2#5#0#0#12'TPageControl'#7'PCFiles'#4'Left'#2#5#6'Height'#3#215#1#3
|
||||
+'Top'#2#30#5'Width'#3'U'#2#5'Align'#7#8'alClient'#8'TabOrder'#2#1#0#0#9'TMai'
|
||||
+'nMenu'#5'MMain'#6'Images'#7#6'ILMain'#4'left'#2'P'#3'top'#3#144#0#0#9'TMenu'
|
||||
+'Item'#5'MFile'#7'Caption'#6#5'&File'#0#9'TMenuItem'#9'MIFileNew'#6'Action'#7
|
||||
+#2#2#5'Width'#2#5#7'Caption'#6#12'ToolButton13'#5'Style'#7#10'tbsDivider'#0#0
|
||||
+#11'TToolButton'#12'ToolButton11'#4'Left'#3#197#1#4'Hint'#6#31'Insert a Shor'
|
||||
+'t Description link'#3'Top'#2#2#6'Action'#7#17'AInsertPrintShort'#0#0#0#10'T'
|
||||
+'StatusBar'#10'StatusBar1'#6'Height'#2#23#3'Top'#3#245#1#5'Width'#3'Z'#2#6'P'
|
||||
+'anels'#14#0#0#0#9'TSplitter'#9'Splitter1'#6'Height'#3#215#1#3'Top'#2#30#5'W'
|
||||
+'idth'#2#5#0#0#12'TPageControl'#7'PCFiles'#4'Left'#2#5#6'Height'#3#215#1#3'T'
|
||||
+'op'#2#30#5'Width'#3'U'#2#5'Align'#7#8'alClient'#8'TabOrder'#2#1#0#0#9'TMain'
|
||||
+'Menu'#5'MMain'#6'Images'#7#6'ILMain'#4'left'#2'P'#3'top'#3#144#0#0#9'TMenuI'
|
||||
+'tem'#5'MFile'#7'Caption'#6#5'&File'#0#9'TMenuItem'#9'MIFileNew'#6'Action'#7
|
||||
+#4'ANew'#7'OnClick'#7#11'ANewExecute'#0#0#9'TMenuItem'#10'MIFileOpen'#6'Acti'
|
||||
+'on'#7#5'AOpen'#7'OnClick'#7#12'AOpenExecute'#0#0#9'TMenuItem'#13'MINewFromF'
|
||||
+'ile'#6'Action'#7#12'ANewFromFile'#7'OnClick'#7#19'ANewFromFileExecute'#0#0#9
|
||||
@ -71,7 +73,7 @@ LazarusResources.Add('TMainForm','FORMDATA',[
|
||||
+'m'#7'LIBuild'#6'Action'#7#11'AExtraBuild'#7'OnClick'#7#18'AExtraBuildExecut'
|
||||
+'e'#0#0#0#9'TMenuItem'#6'MIHelp'#7'Caption'#6#5'&Help'#0#9'TMenuItem'#7'MIAb'
|
||||
+'out'#6'Action'#7#10'AHelpAbout'#7'OnClick'#7#17'AHelpAboutExecute'#0#0#0#0
|
||||
+#11'TActionList'#6'ALMain'#6'Images'#7#6'ILMain'#4'left'#2'P'#3'top'#2#16#0#7
|
||||
+#11'TActionList'#6'ALMain'#6'Images'#7#6'ILMain'#4'left'#2'0'#3'top'#2'@'#0#7
|
||||
+'TAction'#4'ANew'#8'Category'#6#4'File'#7'Caption'#6#4'&New'#18'DisableIfNoH'
|
||||
+'andler'#9#4'Hint'#6#31'Create a new documentation file'#10'ImageIndex'#2#0#9
|
||||
+'OnExecute'#7#11'ANewExecute'#8'ShortCut'#3'N@'#0#0#7'TAction'#12'ANewFromFi'
|
||||
|
Loading…
Reference in New Issue
Block a user