kfs_instance.res

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

RES
121
字号
! 17-Apr-00  J-01-06  SJB  $$1 Created.! 17-May-00  J-01-08  SJB  $$2 Modified.(Dialog kfs_instance    (Components        (SubLayout                      kfs_id)        (SubLayout                      event_start_layo)        (SubLayout                      bottom_btns_layo)    )    (Resources        (.Label                         "KFS Instance")        (.DefaultButton                 "ok_btn")        (.Layout            (Grid (Rows 0 0 0) (Cols 1)                kfs_id                event_start_layo                bottom_btns_layo            )        )    ))(Layout kfs_id    (Components        (Label                          name)    )    (Resources        (name.Label                     "Kfs1")        (name.AttachLeft                True)        (name.AttachRight               True)        (name.Alignment                 0)        (name.TopOffset                 3)        (.Label                         "Name")        (.Decorated                     True)        (.AttachLeft                    True)        (.AttachRight                   True)        (.Layout            (Grid (Rows 1) (Cols 1)                name            )        )    ))(Layout event_start_layo    (Components        (Label                          start_lbl)        (Label                          start_after_lbl)        (InputPanel                     start_time_inpt)        (OptionMenu                     start_event_optn)    )    (Resources        (start_lbl.Label                "Time")        (start_lbl.AttachLeft           True)        (start_lbl.AttachRight          True)        (start_lbl.AttachTop            True)        (start_lbl.AttachBottom         True)        (start_lbl.TopOffset            3)        (start_after_lbl.Label          "After")        (start_after_lbl.AttachLeft     True)        (start_after_lbl.AttachRight    True)        (start_after_lbl.AttachTop      True)        (start_after_lbl.AttachBottom   True)        (start_time_inpt.Columns        10)        (start_time_inpt.Value          "0.0")        (start_time_inpt.HelpText       "Enter the time value ")        (start_time_inpt.TopOffset      3)        (start_time_inpt.InputType      3)        (start_time_inpt.AutoHighlight  True)        (start_event_optn.Columns       10)        (start_event_optn.HelpText      "select the event reference")        (start_event_optn.VisibleRows   8)        (start_event_optn.MinColumns    8)        (.Label                         "Start Time")        (.Decorated                     True)        (.AttachLeft                    True)        (.AttachRight                   True)        (.AttachTop                     True)        (.AttachBottom                  True)        (.ForegroundColor               12)        (.Layout            (Grid (Rows 0 1) (Cols 0 1)                start_lbl                start_time_inpt                start_after_lbl                start_event_optn            )        )    ))(Layout bottom_btns_layo    (Components        (PushButton                     ok_btn)        (PushButton                     cancel_btn)    )    (Resources        (ok_btn.Label                   "OK")        (ok_btn.HelpText                "accept the current definition ")        (cancel_btn.Label               "Cancel")        (.Decorated                     False)        (.AttachLeft                    True)        (.AttachRight                   True)        (.AttachTop                     True)        (.AttachBottom                  True)        (.ForegroundColor               22)        (.BackgroundColor               17)        (.TopOffset                     6)        (.BottomOffset                  6)        (.Layout            (Grid (Rows 1) (Cols 1 1)                ok_btn                cancel_btn            )        )    ))

⌨️ 快捷键说明

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