asm_fail_regular.res

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

RES
85
字号
! 21-Jul-00  J-01-13  SJB  $$1 Created.! 09-Aug-01  J-01-35  SJB  $$2 Modified.! 05-Oct-01  J-03-09  SJB  $$3 Modified.(Dialog asm_fail_regular    (Components        (Label                          Label1)        (SubLayout                      warningLayout)        (Tab                            abortTab                                        Layout3                                        abortLayout)    )    (Resources        (Label1.Label                   "The mechanism constraints could not be satisfied.The mechanism could not be assembled.")        (Label1.TopOffset               15)        (Label1.BottomOffset            13)        (Label1.LeftOffset              8)        (Label1.RightOffset             8)        (abortTab.TopOffset             10)        (abortTab.BottomOffset          10)        (.Label                         "Error - Assembly Failed !")        (.StartLocation                 5)        (.DefaultButton                 "continue1")        (.Layout            (Grid (Rows 1 1 1) (Cols 1)                Label1                warningLayout                abortTab            )        )    ))(Layout warningLayout    (Components        (CheckButton                    warningCheckBox)    )    (Resources        (warningCheckBox.Label          "Issue warning upon failure")        (.AttachLeft                    True)        (.AttachRight                   True)        (.Layout            (Grid (Rows 1) (Cols 1)                warningCheckBox            )        )    ))(Layout Layout3    (Components        (PushButton                     continue1)    )    (Resources        (continue1.Label                "Continue")        (.Layout            (Grid (Rows 1) (Cols 1)                continue1            )        )    ))(Layout abortLayout    (Components        (PushButton                     abort)        (PushButton                     continue2)    )    (Resources        (abort.Label                    "Abort")        (continue2.Label                "Continue")        (.Layout            (Grid (Rows 1) (Cols 1 1)                abort                continue2            )        )    ))

⌨️ 快捷键说明

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