pgl_samples_layout.res

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

RES
46
字号
!* layout for sample palette!* 10-Jul-00 j-03-01  mgs    $$1 created!* 21-Jul-00          mgs        Changed resizability!* 22-Jun-01 j-03-02  mgs    $$2 Remove all but list !* 28-Mar-02 j-03-22  mgs    $$3 Set height and width for new display!* 10-May-05 K-03-24  PPB    $$4 Added pglui_adv_appearance_8x8.!* 29-May-08 L-03-10  npandya $$5 Added comments for cross-referencing.!*!* --------------------------------------------------------------!* Note: There is another copy as appearance_samples_layout.res for!*       appearance gallery purpose so please keep both of the copies!*       in sync.!* --------------------------------------------------------------(Layout pgl_samples_layout    (Components        (Label                          NoTexture)        (List                           NamesList)    )    (Resources        (NoTexture.Bitmap               "32x32blank")        (NoTexture.Label                "No Texture")        (NoTexture.Visible              False)        (NoTexture.HelpText             "No texture will be used")        (NamesList.SelectionPolicy      2)        (NamesList.Columns              1)        (NamesList.VisibleRows          3)        (NamesList.ImageHeight          32)        (NamesList.ImageWidth           32)        (NamesList.DefaultColumnWidth   0)        (NamesList.SymbolNames          "pglui_adv_appearance_8x8")        (NamesList.SymbolImages         "pglui_adv_appearance_8x8")        (.AttachLeft                    True)        (.AttachRight                   True)        (.AttachTop                     True)        (.AttachBottom                  True)        (.Layout            (Grid (Rows 1) (Cols 1)                NamesList            )        )    ))

⌨️ 快捷键说明

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