anim_time_domain.res

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

RES
310
字号
! 17-Apr-00  J-01-06  SJB  $$1 Created.! 17-May-00  J-01-08  SJB  $$2 Modified.(Dialog anim_time_domain    (Components        (SubLayout                      name)        (SubLayout                      Time)        (SubLayout                      action)        (SubLayout                      display_interval)    )    (Resources        (.Label                         "Animation Time Domain")        (.StartLocation                 301)        (.Resizeable                    False)        (.DefaultButton                 "OKButton")        (.Layout            (Grid (Rows 1 1 1 0) (Cols 1)                name                Time                display_interval                (Grid (Rows 0) (Cols 1 1)                    (Pos 1 2)                    action                )            )        )    ))(Layout name    (Components        (InputPanel                     anim_time_domain_name)        (Label                          Label4)    )    (Resources        (anim_time_domain_name.Editable False)        (anim_time_domain_name.Value    "Animation Name")        (anim_time_domain_name.AttachTop True)        (anim_time_domain_name.AttachBottom True)        (anim_time_domain_name.SelectionVisible True)        (Label4.Label                   "Name")        (Label4.AttachLeft              True)        (Label4.AttachRight             True)        (Label4.AttachTop               True)        (Label4.AttachBottom            True)        (Label4.Alignment               0)        (Label4.LeftOffset              3)        (Label4.RightOffset             3)        (.Label                         "Name")        (.AttachLeft                    True)        (.AttachRight                   True)        (.AttachTop                     True)        (.AttachBottom                  True)        (.TopOffset                     1)        (.BottomOffset                  0)        (.LeftOffset                    0)        (.RightOffset                   0)        (.Layout            (Grid (Rows 1 1) (Cols 1)                Label4                anim_time_domain_name            )        )    ))(Layout Time    (Components        (InputPanel                     startTime)        (Label                          Label3)        (OptionMenu                     TimeDomainOptionMenu)        (Label                          Label1)        (InputPanel                     DurationTextEntry)        (Label                          interval_label)        (InputPanel                     IntervalTextEntry)        (Label                          rate_label)        (InputPanel                     FrameRateTextEntry)        (Label                          Label6)        (InputPanel                     FrameCountTextEntry)    )    (Resources        (startTime.Columns              20)        (startTime.Value                "0.0")        (startTime.HelpText             "Start time of the animation")        (startTime.AttachLeft           False)        (startTime.AttachTop            True)        (startTime.AttachBottom         True)        (startTime.TopOffset            5)        (startTime.BottomOffset         0)        (startTime.LeftOffset           0)        (startTime.RightOffset          0)        (startTime.MinDouble            0.000000)        (startTime.InputType            3)        (startTime.AutoHighlight        True)        (Label3.Label                   "Start Time")        (Label3.AttachLeft              True)        (Label3.AttachRight             True)        (Label3.AttachTop               True)        (Label3.AttachBottom            True)        (Label3.Alignment               0)        (Label3.TopOffset               5)        (Label3.BottomOffset            0)        (Label3.LeftOffset              0)        (Label3.RightOffset             0)        (TimeDomainOptionMenu.ItemHelpText "Enter end time and frame rate to define animation time domain"                                        "Enter end time and frame count to define animation time domain"                                        "Enter frame rate and frame count to define animation time domain")        (TimeDomainOptionMenu.AttachTop True)        (TimeDomainOptionMenu.AttachBottom True)        (TimeDomainOptionMenu.Names     "LengthAndRate"                                        "LengthAndFrameCount"                                        "RateAndFrameCount")        (TimeDomainOptionMenu.Labels    "Length and Rate"                                        "Length and Frame Count"                                        "Rate and Frame Count")        (TimeDomainOptionMenu.TopOffset 10)        (TimeDomainOptionMenu.BottomOffset 0)        (TimeDomainOptionMenu.LeftOffset 0)        (TimeDomainOptionMenu.RightOffset 0)        (Label1.Label                   "End Time")        (Label1.HelpText                "End time in units of time")        (Label1.AttachLeft              True)        (Label1.AttachRight             True)        (Label1.AttachTop               True)        (Label1.AttachBottom            True)        (Label1.Alignment               0)        (Label1.TopOffset               2)        (Label1.BottomOffset            0)        (Label1.LeftOffset              0)        (Label1.RightOffset             0)        (DurationTextEntry.Columns      20)        (DurationTextEntry.Value        "10.0")        (DurationTextEntry.HelpText     "End time of the animation")        (DurationTextEntry.AttachLeft   False)        (DurationTextEntry.AttachTop    True)        (DurationTextEntry.AttachBottom True)        (DurationTextEntry.TopOffset    0)        (DurationTextEntry.BottomOffset 0)        (DurationTextEntry.LeftOffset   0)        (DurationTextEntry.RightOffset  0)        (DurationTextEntry.Double       10.000000)        (DurationTextEntry.MinDouble    0.000001)        (DurationTextEntry.InputType    3)        (DurationTextEntry.AutoHighlight True)        (interval_label.Label           "Interval")        (interval_label.HelpText        "Time between frames")        (interval_label.Alignment       0)        (interval_label.TopOffset       2)        (interval_label.BottomOffset    0)        (interval_label.LeftOffset      1)        (interval_label.RightOffset     0)        (IntervalTextEntry.Columns      7)        (IntervalTextEntry.Value        "0.1")        (IntervalTextEntry.HelpText     "Time interval between frames")        (IntervalTextEntry.AttachTop    True)        (IntervalTextEntry.AttachBottom True)        (IntervalTextEntry.Double       0.100000)        (IntervalTextEntry.MinDouble    0.000001)        (IntervalTextEntry.InputType    3)        (IntervalTextEntry.AutoHighlight True)        (rate_label.Label               "Rate")        (rate_label.HelpText            "Number of frames per unit time")        (rate_label.AttachLeft          True)        (rate_label.AttachRight         True)        (rate_label.AttachTop           True)        (rate_label.AttachBottom        True)        (rate_label.Alignment           0)        (rate_label.TopOffset           2)        (rate_label.BottomOffset        0)        (rate_label.LeftOffset          0)        (rate_label.RightOffset         0)        (FrameRateTextEntry.Columns     7)        (FrameRateTextEntry.Value       "10")        (FrameRateTextEntry.HelpText    "Number of frames per second")        (FrameRateTextEntry.MinDouble   0.001000)        (FrameRateTextEntry.InputType   3)        (FrameRateTextEntry.AutoHighlight True)        (Label6.Label                   "Frame Count")        (Label6.HelpText                "Frame Count = End Time / Interval + 1")        (Label6.AttachLeft              True)        (Label6.AttachRight             True)        (Label6.AttachTop               True)        (Label6.AttachBottom            True)        (Label6.Alignment               0)        (Label6.TopOffset               2)        (Label6.BottomOffset            0)        (Label6.LeftOffset              0)        (Label6.RightOffset             3)        (FrameCountTextEntry.Columns    20)        (FrameCountTextEntry.Value      "100")        (FrameCountTextEntry.HelpText   "Frames Count for the animation")        (FrameCountTextEntry.AttachLeft False)        (FrameCountTextEntry.Integer    100)        (FrameCountTextEntry.MinInteger 2)        (FrameCountTextEntry.InputType  2)        (FrameCountTextEntry.AutoHighlight True)        (.Label                         "Time Domain")        (.Decorated                     True)        (.AttachLeft                    True)        (.AttachRight                   True)        (.AttachTop                     True)        (.AttachBottom                  True)        (.TopOffset                     3)        (.Layout            (Grid (Rows 1 1 1) (Cols 1)                (Grid (Rows 1) (Cols 1 1)                    Label3                    startTime                )                TimeDomainOptionMenu                (Grid (Rows 1 1 1) (Cols 1 1)                    Label1                    DurationTextEntry                    Label6                    FrameCountTextEntry                    rate_label                    (Grid (Rows 1) (Cols 1 1 1)                        FrameRateTextEntry                        interval_label                        IntervalTextEntry                    )                )            )        )    ))(Layout action    (Components        (PushButton                     CancelButton)        (PushButton                     OKButton)        (PushButton                     apply_btn)    )    (Resources        (CancelButton.Label             "Cancel")        (CancelButton.HelpText          "Reject this time domain Definition")        (CancelButton.AttachLeft        True)        (CancelButton.AttachRight       True)        (CancelButton.Alignment         1)        (CancelButton.LeftOffset        4)        (CancelButton.RightOffset       4)        (OKButton.Label                 "   OK   ")        (OKButton.HelpText              "Accept this time domain Defintion")        (OKButton.AttachLeft            True)        (OKButton.AttachRight           True)        (OKButton.Alignment             1)        (OKButton.RightOffset           4)        (apply_btn.Label                " Apply ")        (apply_btn.HelpText             "Apply the current configuration to the animation")        (apply_btn.AttachLeft           True)        (apply_btn.AttachRight          True)        (apply_btn.Alignment            1)        (apply_btn.LeftOffset           4)        (apply_btn.RightOffset          4)        (.AttachRight                   True)        (.Alignment                     1)        (.ForegroundColor               22)        (.BackgroundColor               17)        (.TopOffset                     4)        (.BottomOffset                  4)        (.Layout            (Grid (Rows 1) (Cols 0 0 1)                OKButton                apply_btn                CancelButton            )        )    ))(Layout display_interval    (Components        (CheckButton                    default)        (InputPanel                     dispTimeStep)    )    (Resources        (default.Label                  "Default")        (default.AttachLeft             True)        (default.AttachRight            True)        (default.AttachTop              True)        (default.AttachBottom           True)        (dispTimeStep.Columns           10)        (dispTimeStep.Value             ".1")        (dispTimeStep.HelpText          "The time interval displayed in the animation timeline")        (dispTimeStep.AttachTop         True)        (dispTimeStep.AttachBottom      True)        (dispTimeStep.MinDouble         0.000000)        (dispTimeStep.InputType         3)        (dispTimeStep.AutoHighlight     True)        (.Label                         "Display Interval")        (.Decorated                     True)        (.AttachLeft                    True)        (.AttachRight                   True)        (.AttachTop                     True)        (.AttachBottom                  True)        (.Layout            (Grid (Rows 0) (Cols 1 1)                default                dispTimeStep            )        )    ))

⌨️ 快捷键说明

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