designer_cmd_batch_process.res

来自「proe5.0野火版下载(中文版免费下载)」· RES 代码 · 共 53 行

RES
53
字号
!  History:  !!  Date      Release  Name   Ver.  Comments!  --------- -------  -----  ----- --------------------------------------------!  21-Apr-09 L-03-31  AlexM  $$1   Created.!!  INSERT COMMENT ABOVE THIS LINE!  Do not forget to put "!" at the begining of each line in this comment block.(Dialog designer_cmd_batch_process    (Components        (TextArea                       taCommandList)        (SubToolBar                     batchToolTb)        (PushButton                     btnCancel)    )    (Resources        (taCommandList.Rows             10)        (taCommandList.MaxLen           2048)        (taCommandList.MinColumns       16)        (taCommandList.MinRows          10)        (taCommandList.SizeByContents   True)        (btnCancel.Label                "Cancel")        (.Label                         "Command Batch Process")        (.Layout            (Grid (Rows 1 0 1) (Cols 1)                taCommandList                batchToolTb                btnCancel            )        )    ))(ToolBar batchToolTb    (Components        (PushButton                     btnBatchDelCommands)    )    (Resources        (btnBatchDelCommands.Bitmap     "ancpp_delete")        (btnBatchDelCommands.Label      "Delete")        (btnBatchDelCommands.HelpText   "Delete commands from Ribbon")        (btnBatchDelCommands.AttachLeft True)        (btnBatchDelCommands.AttachTop  True)        (btnBatchDelCommands.ButtonAlignment 5512)        (.Decorated                     True)        (.TopOffset                     2)        (.BottomOffset                  2)    ))

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?