anim_def.res

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

RES
149
字号
!! 18-Apr-08  L-03-07  SAY   $$1   Created.! 02-May-08  L-03-08  SAY   $$2   Fixed start location.! 06-Nov-08  L-03-20  HSN   $$3   SPR 1579733, Animation name max length is set.!-------------------------------------------------------------------------------(Dialog anim_def    (Components        (SubLayout                      animNameLay)        (SubLayout                      animTypeLay)        (SubLayout                      okcancelLay)        (Tab                            initSnapTab                                        initialSnapLay                                        noInitialSnapLay)    )    (Resources        (initSnapTab.Collapsable        True)        (.Label                         "Define Animation")        (.StartLocation                 301)        (.Layout            (Grid (Rows 1 1 1 1) (Cols 1)                animNameLay                animTypeLay                initSnapTab                okcancelLay            )        )    ))(Layout animNameLay    (Components        (InputPanel                     animNameInpPanel)    )    (Resources        (.Label                         "Name")        (.Decorated                     True)        (animNameInpPanel.HelpText      "Name the current animation.")        (animNameInpPanel.MaxLen        31)        (.AttachLeft                    True)        (.AttachRight                   True)        (.AttachTop                     True)        (.AttachBottom                  True)        (.TopOffset                     2)        (.BottomOffset                  2)        (.LeftOffset                    4)        (.RightOffset                   4)        (.Layout            (Grid (Rows 1) (Cols 1)                animNameInpPanel            )        )    ))(Layout animTypeLay    (Components        (RadioGroup                     animTypeRadioGroup)    )    (Resources        (animTypeRadioGroup.Names       "Snapshot"                                        "Explode")        (animTypeRadioGroup.Labels      "Snapshot"                                        "Explode")        (animTypeRadioGroup.HelpText    "Set the type for the current animation.")        (.Label                         "Type")        (.Decorated                     True)        (.AttachLeft                    True)        (.AttachRight                   True)        (.AttachTop                     True)        (.AttachBottom                  True)        (.TopOffset                     2)        (.BottomOffset                  2)        (.LeftOffset                    4)        (.RightOffset                   4)        (.Layout            (Grid (Rows 1) (Cols 1)                animTypeRadioGroup            )        )    ))(Layout okcancelLay    (Components        (PushButton                     okBtn)        (PushButton                     cancelBtn)    )    (Resources        (okBtn.Label                    "OK")        (okBtn.AttachRight              True)        (cancelBtn.Label                "Cancel")        (cancelBtn.AttachRight          True)        (.AttachRight                   True)        (.Layout            (Grid (Rows 1) (Cols 1 1)                okBtn                cancelBtn            )        )    ))(Layout initialSnapLay    (Components        (OptionMenu                     initSnapOptMenu)        (PushButton                     snapDlgBtn)    )    (Resources        (initSnapOptMenu.HelpText       "Sets the initial configuration from which the explode animation will take place.")        (snapDlgBtn.Bitmap              "mech_snapshot16x16")        (snapDlgBtn.HelpText            "Capture the current configuration in a snapshot.")        (.Label                         "Initial Snapshot")        (.Decorated                     True)        (.AttachLeft                    True)        (.AttachRight                   True)        (.AttachTop                     True)        (.AttachBottom                  True)        (.TopOffset                     2)        (.BottomOffset                  2)        (.LeftOffset                    4)        (.RightOffset                   4)        (.Layout            (Grid (Rows 1) (Cols 1 1)                initSnapOptMenu                snapDlgBtn            )        )    ))(Layout noInitialSnapLay    (Components        (Label                          emptyLabel)    )    (Resources        (.Layout            (Grid (Rows 1) (Cols 1)                emptyLabel            )        )    ))

⌨️ 快捷键说明

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