pm_scale_pholder.res

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

RES
103
字号
(Layout pm_scale_pholder    (Components        (SubLayout                      toggle_btn_lyt)        (SubLayout                      list_lyt)    )    (Resources        (.Layout            (Grid (Rows 0 1) (Cols 1)                toggle_btn_lyt                list_lyt            )        )    ))(Layout toggle_btn_lyt    (Components        (CheckButton                    toggle_btn)    )    (Resources        (toggle_btn.Label               "Unit Conversion Factors")        (toggle_btn.HelpText            "This function was initially defined in a different unit system.The following conversion factors will be applied to thefunction variables and the magnitude to evaluate theexpression in the current unit system.")        (toggle_btn.Selected_image      "pinned")        (toggle_btn.Unselected_image    "unpinned")        (toggle_btn.Dont_care_image     "unpinned")        (toggle_btn.AttachLeft          True)        (toggle_btn.AttachRight         True)        (toggle_btn.AttachTop           True)        (toggle_btn.AttachBottom        True)        (toggle_btn.ForegroundColor     15)        (toggle_btn.BackgroundColor     4)        (.AttachLeft                    True)        (.AttachRight                   True)        (.AttachTop                     True)        (.AttachBottom                  True)        (.Layout            (Grid (Rows 1) (Cols 1)                toggle_btn            )        )    ))(Layout list_lyt    (Components        (Tab                            list_tab                                        scale_list_lyt                                        empty_lyt)    )    (Resources        (list_tab.Collapsable           True)        (.AttachLeft                    True)        (.AttachRight                   True)        (.AttachTop                     True)        (.AttachBottom                  True)        (.Layout            (Grid (Rows 1) (Cols 1)                list_tab            )        )    ))(Layout scale_list_lyt    (Components        (List                           scale_list)    )    (Resources        (scale_list.Columns             18)        (scale_list.TabStops            10                                        18)        (scale_list.ColumnLabel         "Variable	Factor")        (scale_list.ListType            True)        (scale_list.BackgroundColor     34)        (.Layout            (Grid (Rows 1) (Cols 1)                scale_list            )        )    ))(Layout empty_lyt    (Components        (Label                          empty_lbl)    )    (Resources        (.Layout            (Grid (Rows 1) (Cols 1)                empty_lbl            )        )    ))

⌨️ 快捷键说明

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