mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 09:40:21 +00:00
15 lines
229 B
Plaintext
15 lines
229 B
Plaintext
#tag Toolbar
|
|
Begin Toolbar MyToolbar
|
|
Begin ToolButton FirstItem
|
|
Caption = "First Item"
|
|
HelpTag = ""
|
|
Style = 0
|
|
End
|
|
Begin ToolButton SecondItem
|
|
Caption = "Second Item"
|
|
HelpTag = ""
|
|
Style = 0
|
|
End
|
|
End
|
|
#tag EndToolbar
|