📄 expr_def_pholder.res
字号:
!------------------------------------------------------------------------------! File: aux_apps.res! Description: resource file for Manage Auxiliary Apps dialog!! PTC File! Date Version Author Vers Comment!---------- ------- -------- ----- -------------------------------------------! 04-Feb-04 K-01-23 TAL $$1 Created.!------------------------------------------------------------------------------(Layout expr_def_pholder (Components (SubLayout expression_layout) (SubLayout menu_lyt) ) (Resources (.AttachLeft True) (.AttachRight True) (.AttachTop True) (.AttachBottom True) (.Layout (Grid (Rows 1 1) (Cols 1) menu_lyt expression_layout ) ) ))(Layout expression_layout (Components (TextArea expression_text) ) (Resources (expression_text.Rows 6) (expression_text.MaxLen 1024) (expression_text.Wrap True) (expression_text.MinColumns 18) (expression_text.MinRows 4) (expression_text.SelectionVisible True) (expression_text.LeftOffset 2) (expression_text.ScrollBarsWhenNeeded True) (.AttachLeft True) (.AttachRight True) (.AttachTop True) (.AttachBottom True) (.Layout (Grid (Rows 1) (Cols 1) expression_text ) ) ))(Layout menu_lyt (Components (SubToolBar ToolBar2) ) (Resources (.AttachLeft True) (.AttachRight True) (.AttachTop True) (.AttachBottom True) (.Layout (Grid (Rows 1) (Cols 1) ToolBar2 ) ) ))(ToolBar ToolBar2 (Components (PushButton oper_btn) (PushButton const_btn) (PushButton func_btn) (PushButton var_btn) (PushButton graph_button) ) (Resources (oper_btn.Bitmap "pm_operators") (oper_btn.HelpText "Insert operator from list") (oper_btn.ButtonStyle 3) (oper_btn.AttachLeft True) (oper_btn.AttachRight True) (oper_btn.AttachTop True) (oper_btn.AttachBottom True) (const_btn.Bitmap "pm_constants") (const_btn.HelpText "Insert constant from list") (const_btn.ButtonStyle 3) (const_btn.AttachLeft True) (const_btn.AttachRight True) (const_btn.AttachTop True) (const_btn.AttachBottom True) (func_btn.Bitmap "function") (func_btn.HelpText "Insert function from list") (func_btn.ButtonStyle 3) (func_btn.AttachLeft True) (func_btn.AttachRight True) (func_btn.AttachTop True) (func_btn.AttachBottom True) (func_btn.LeftOffset 3) (var_btn.Bitmap "variables") (var_btn.HelpText "Insert variable from list") (var_btn.ButtonStyle 3) (var_btn.AttachLeft True) (var_btn.AttachRight True) (var_btn.AttachTop True) (var_btn.AttachBottom True) (graph_button.Bitmap "pm_graph.bif") (graph_button.HelpText "Graph expression") (graph_button.ButtonStyle 3) (graph_button.AttachLeft True) (graph_button.AttachRight True) (graph_button.LeftOffset 1) ))
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -