message.res

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

RES
45
字号
! 17-Apr-00  J-01-06  SJB  $$1 Created.! 17-May-00  J-01-08  SJB  $$2 Modified.(Dialog message    (Components        (PushButton                     ok_btn)        (Label                          msg)        (Separator                      Separator1)    )    (Resources        (ok_btn.Label                   "OK")        (ok_btn.AttachTop               True)        (ok_btn.AttachBottom            True)        (ok_btn.TopOffset               10)        (ok_btn.BottomOffset            10)        (msg.Bitmap                     "msg_info.bif")        (msg.Label                      "This is a UI info box. ")        (msg.Columns                    10)        (msg.AttachTop                  True)        (msg.AttachBottom               True)        (msg.TopOffset                  10)        (msg.BottomOffset               10)        (Separator1.AttachBottom        True)        (Separator1.TopOffset           0)        (Separator1.BottomOffset        0)        (Separator1.LeftOffset          0)        (Separator1.RightOffset         0)        (.Label                         "INFORMATION")        (.StartLocation                 5)        (.DefaultButton                 "ok_btn")        (.SizeToFit                     True)        (.RememberSize                  False)        (.Layout            (Grid (Rows 1 1 0) (Cols 1)                msg                Separator1                (Grid (Rows 0) (Cols 1 0 1)                    (Pos 1 2)                    ok_btn                )            )        )    ))

⌨️ 快捷键说明

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