pgl_system_library.res

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

RES
116
字号
!*!* 10-Jul-00 j-03-01  snr    $$1 Created!* 17-Jul-00          snr        Added sample layout.!* 28-Jul-00          snr        Removed VisibleRows.!* 20-Sep-01 j-03-08  bay    $$2 Add separator to have the dialog width fixed !* 12-Feb-02 J-03-19  dac    $$3 Add close button!* 21-Aug-07 L-01-38  GHJ    $$4 Made dialog resizable(Dialog pgl_system_library    (Components        (SubLayout                      MasterLayout)        (MenuBar                        MenuBar1                                        Options)        (PushButton                     StdClose)    )    (Resources        (StdClose.Label                 "Close")        (StdClose.TopOffset             3)        (StdClose.BottomOffset          3)        (StdClose.TruncateLabel         False)        (.Label                         "System Library")        (.Layout            (Grid (Rows 1 0) (Cols 1)                MasterLayout                StdClose            )        )    ))(Layout MasterLayout    (Components        (SubLayout                      LibraryLayout)        (PushButton                     Add)        (SubLayout                      Samples)        (PHolder                        Samples)        (Separator                      Separator1)    )    (Resources        (Add.Bitmap                     "plus24x24.bif")        (Add.ButtonStyle                2)        (Add.TopOffset                  2)        (Add.BottomOffset               2)        (Add.LeftOffset                 2)        (Add.RightOffset                2)        (Samples.FileName               "pgl_samples_layout")        (Samples.ResName                "pgl_samples_layout")        (Separator1.AttachTop           True)        (Separator1.AttachBottom        True)        (Separator1.Length              15)        (Separator1.TopOffset           3)        (Separator1.BottomOffset        3)        (Separator1.LeftOffset          0)        (Separator1.RightOffset         0)        (.AttachLeft                    True)        (.AttachRight                   True)        (.AttachTop                     True)        (.AttachBottom                  True)        (.Layout            (Grid (Rows 0 0 1) (Cols 1)                LibraryLayout                Separator1                (Grid (Rows 1) (Cols 1 0)                    Samples                    Add                )            )        )    ))(Layout LibraryLayout    (Components        (OptionMenu                     Library)        (Label                          LibraryLabel)        (Label                          Label1)    )    (Resources        (Library.Columns                8)        (LibraryLabel.Label             "Library")        (LibraryLabel.AttachLeft        True)        (.AttachLeft                    True)        (.AttachRight                   True)        (.AttachTop                     True)        (.AttachBottom                  True)        (.TopOffset                     3)        (.BottomOffset                  3)        (.LeftOffset                    3)        (.RightOffset                   3)        (.Layout            (Grid (Rows 1) (Cols 0 0 1)                LibraryLabel                Library                Label1            )        )    ))(MenuPane Options    (Components        (RadioGroup                     Display)    )    (Resources        (Display.Names                  "List"                                        "Samples")        (Display.Labels                 "Show Names"                                        "Show Thumbnails")        (.Label                         "Display")    ))

⌨️ 快捷键说明

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