📄 qat_pref_lay.res
字号:
!------------------------------------------------------------------------------!! Name: qat_pref_lay.res!! Purpose: Quick Access Toolbar customization layout!! History:!! Date Release Name Ver. Comments! --------- -------- ----- ----- ----------------------------------------------! 11-Mar-08 L-03-07 AW $$1 Created.! 12-May-08 L-03-09 AW $$2 Removed title label!! INSERT COMMENT ABOVE THIS LINE!!------------------------------------------------------------------------------(Layout qat_pref_lay (Components (List source_list) (PushButton add) (PushButton remove) (List dest_list) (CheckButton chk_toolbar_below_ribbon) (PushButton apply) (PushButton move_up) (PushButton move_down) (PushButton reset) (Label source_label) (Label dest_label) (OptionMenu command_filter) ) (Resources (source_list.SelectionPolicy 2) (source_list.VisibleRows 10) (source_list.LeftOffset 10) (add.Label "&Add >>") (add.BottomOffset 5) (add.LeftOffset 5) (add.RightOffset 5) (add.UseStandardWidth 1) (remove.Label "&Remove") (remove.TopOffset 5) (remove.LeftOffset 5) (remove.RightOffset 5) (remove.UseStandardWidth 1) (dest_list.SelectionPolicy 2) (dest_list.VisibleRows 10) (dest_list.RightOffset 5) (chk_toolbar_below_ribbon.Label "S&how Quick Access Toolbar below the Ribbon") (chk_toolbar_below_ribbon.AttachLeft True) (chk_toolbar_below_ribbon.TopOffset 5) (chk_toolbar_below_ribbon.BottomOffset 10) (chk_toolbar_below_ribbon.LeftOffset 5) (apply.Label "Apply") (apply.Visible False) (apply.AttachRight True) (apply.BottomOffset 5) (apply.RightOffset 5) (apply.UseStandardWidth 1) (move_up.Bitmap "UI ScrollBar up image") (move_up.Sensitive False) (move_up.HelpText "Move Up") (move_up.BottomOffset 5) (move_up.RightOffset 10) (move_up.UseStandardWidth 0) (move_down.Bitmap "UI ScrollBar down image") (move_down.Sensitive False) (move_down.HelpText "Move Down") (move_down.TopOffset 5) (move_down.RightOffset 10) (move_down.UseStandardWidth 0) (reset.Label "Re&set") (reset.Visible False) (reset.AttachRight True) (reset.BottomOffset 5) (reset.RightOffset 5) (reset.UseStandardWidth 1) (source_label.Label "&Choose commands from:") (source_label.Focus "command_filter") (source_label.AttachLeft True) (source_label.LeftOffset 10) (dest_label.Label "Customize &Quick Access Toolbar:") (dest_label.Focus "dest_list") (dest_label.AttachLeft True) (command_filter.VisibleRows 2) (command_filter.Names "popular" "all") (command_filter.Labels "Popular Commands" "All Commands") (command_filter.TopOffset 5) (command_filter.BottomOffset 5) (command_filter.LeftOffset 10) (.AttachLeft True) (.AttachRight True) (.AttachTop True) (.AttachBottom True) (.Layout (Grid (Rows 1 0 0) (Cols 1) (Grid (Rows 0 0 1) (Cols 1 0 1 0) source_label (Pos 1 3) dest_label (Pos 2 1) command_filter (Pos 3 1) source_list (Grid (Rows 1 0 0 1) (Cols 0) (Pos 2 1) add remove ) dest_list (Grid (Rows 1 0 0 1) (Cols 0) (Pos 2 1) move_up move_down ) ) (Grid (Rows 0) (Cols 1 0) chk_toolbar_below_ribbon ) (Grid (Rows 0) (Cols 1 0 0) (Pos 1 2) reset apply ) ) ) ))
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -