batch_opwarn.res

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

RES
63
字号
!!  Module Details:!!  Name:    batch_opwarn.res!!  Purpose: check if the selected options are same!!  History:!!  Date      Release Name  Ver.  Comments!  --------- ------- ----- ----- --------------------------------------------!  08-Aug-96         ZRL   $$1   Created!  27-Aug-96 H-01-06 ZRL   $$2   Submit to H-01-06!!  INSERT COMMENT ABOVE THIS LINE!(Dialog batch_opwarn    (Components        (Label                          Label1)        (Label                          Label2)        (Label                          Label3)        (Separator                      Separator1)        (PushButton                     OK)        (PushButton                     Cancel)        (Label                          Label4)    )    (Resources        (Label1.HorzOffset              5)        (Label1.Bitmap                  "UI warning image")        (Label2.AttachLeft              True)        (Label2.Label                   "The options of the selected items are not same,")        (Label3.AttachLeft              True)        (Label3.Label                   "Pro/BATCH will use the preference option as default.")        (OK.VertOffset                  5)        (OK.Label                       "OK")        (Cancel.VertOffset              5)        (Cancel.Label                   "Cancel")        (Label4.AttachLeft              True)        (Label4.VertOffset              10)        (Label4.Label                   "Do you want to continue ?")        (.Label                         "Warning")        (.Layout            (Grid (Rows 1 1 1) (Cols 1)                (Grid (Rows 1 1 1) (Cols 1 1)                    Label1                    Label2                    (Pos 2 2)                    Label3                    (Pos 3 2)                    Label4                )                Separator1                (Grid (Rows 1) (Cols 1 1)                    OK                    Cancel                )            )        )    ))

⌨️ 快捷键说明

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