📄 readmetool.txt
字号:
You now have the option of selecting any of the EX, WS, CCS, or TBS styles.
You can have a Left, Top, Right, or Botton Toolbar.
You can have Image, Image and Text, or Image only.
You can set the state for individual buttons.
You can set the style for individual buttons.
You can create a Explorer type Toolbar.
---------- [Customizable Toolbar] ----------
You can create the code for a Customizable Toolbar.
Note ! You can test out the Customizable Toolbar without building
the code.
To test it select Customizable Toolbar, press Build, then click on
the Toolbar.
Before you press Build you can select any of the other styles, but
don't add too many more Buttons, because I got tired of working on
the code and it may not work properly.
But you will be able to see the Notify code thats necessary for
a Customized Toolbar.
There is a Template.asm, Template.rc to insert generated code
into and a test program ToolTest22 that was built from ToolBuild
with Toolbar Customizing.
---------- [Docking/Floating Toolbars] ----------
You can select either Add Float Toolbar, Docking Toolbar or both.
To activate the Docking Toolbar RIGHT mouse double click on the
fixed toolbar.
To deactivate the Docking Toolbar close the Docking Toolbar.
You can move, size, or dock the Floating Toolbar.
To move the Floating Toolbar LEFT mouse double click on the border
and while holding down the button move the mouse.
To size the Floating Toolbar LEFT mouse click on the right or bottom
border and while holding down the button move the mouse.
To dock the Floating Toolbar move the Toolbar within 10 pixels of
the upper left corner of the edit window.
ToolTest44 was built from ToolBuild with a Floating and Docking
Toolbars.
To assemble ToolBuild or assemble a program with the generated code
you will either have to add the following equates to your Windows.inc
or download the Windows123.zip from my Web Site.
TBSTYLE_DROPDOWN equ 0008h
TBSTYLE_AUTOSIZE equ 0010h
TBSTYLE_NOPREFIX equ 0020h
TBSTYLE_EX_DRAWDDARROWS equ 0001h
TB_SETEXTENDEDSTYLE equ WM_USER + 84
TBN_DROPDOWN equ TBN_FIRST - 10
TBN_GETOBJECT equ TBN_FIRST - 12
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -