batch_about.res

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

RES
82
字号
!!  Module Details:!!  Name:    batch_about.res!!  Purpose: about resource!!  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!  07-Oct-96 H-01-12 ZRL   $$3   Added TM!!  INSERT COMMENT ABOVE THIS LINE!(Dialog batch_about    (Components        (Label                          icon)        (SubLayout                      text)        (Separator                      Separator1)        (PushButton                     AboutOK)    )    (Resources        (icon.AttachLeft                True)        (icon.AttachTop                 True)        (icon.HorzOffset                3)        (icon.VertOffset                3)        (icon.Bitmap                    "batch")        (AboutOK.HorzOffset             5)        (AboutOK.VertOffset             5)        (AboutOK.Label                  "OK")        (.Label                         "About Pro/BATCH")        (.StartLocation                 2)        (.Layout            (Grid (Rows 1 1 1) (Cols 1)                (Grid (Rows 1) (Cols 1 1)                    icon                    text                )                Separator1                (Grid (Rows 1) (Cols 1 1 1)                    (Pos 1 2)                    AboutOK                )            )        )    ))(Layout text    (Components        (Label                          title)        (Label                          version)        (Label                          copyright)    )    (Resources        (title.AttachLeft               True)        (title.VertOffset               0)        (title.Label                    "Pro/BATCH \"TM\"")        (version.AttachLeft             True)        (version.VertOffset             0)        (version.Label                  "Version 2.0")        (copyright.AttachLeft           True)        (copyright.VertOffset           0)        (copyright.Label                "Copyright (c) 1996 Parametric Technology Corp.")        (.HorzOffset                    5)        (.VertOffset                    5)        (.Layout            (Grid (Rows 1 1 1) (Cols 1)                title                version                copyright            )        )    ))

⌨️ 快捷键说明

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