⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 registernewserverdlg.res

📁 proe5.0野火版下载(中文版免费下载)
💻 RES
字号:
!  Date      Release Name  Ver.  Comments!  --------- ------- ----- ----- ----------------------------------------!  18-Feb-02 J-03-19 Moti   $$1   Created.!  04-Mar-02 J-03-20 Moti   $$2   Added nemonics .!  14-Mar-02 J-03-21 Moti   $$3   Some changes according to spec .!  28-Apr-02 J-03-24 Moti   $$4   Added helptext to components .!  03-Jun-02 J-03-27 Moti   $$5   Changed Check button tooltip .!  17-Jun-02 J-03-28 Moti   $$6   Changed dialog style to Application Modal .!  06-Aug-02 J-03-31 Moti   $$7   Changed dialog style to Parent Modal , !					and added AlwaysOnTop attribute .!  06-Aug-03 K-01-12 Moti   $$8  "co-installed servers" project - copy from newuiregisternewserverdlg.res .!  17-Mov-03 K-01-18 Moti   $$9  Removed AlwaysOnTop .!  01-Dec-03 K-01-19 Moti   $$10 Added Default Button .!  09-May-04 K-03-01 Moti   $$11 Added SetAsPrimaryChkBtn!  04-Oct-02 K-03-11 Moti   $$12 Portable workspaces project.!  06-Dec-05 K-03-17 Moti   $$13 Changed icons.!  14-Jun-05 K-03-26 Moti   $$14 Changed Icons.!  14-Aug-06 L-01-15 Moti   $$15  Fixed columns resizings of table.!  08-Feb-09 L-03-26 mtch   $$16  Don't remember dialog size(Dialog registernewserverdlg    (Components        (SubLayout                      NewServerControlsLayout)        (Separator                      NewServerSep)        (SubLayout                      NewServerButtonsLayout)    )    (Resources        (NewServerSep.AttachTop         True)        (NewServerSep.TopOffset         10)        (NewServerSep.BottomOffset      0)        (NewServerSep.LeftOffset        0)        (NewServerSep.RightOffset       0)        (.Label                         "Server Property")        (.DefaultButton                 "NewServerOKPshBtn")        (.RememberSize                  False)        (.Layout            (Grid (Rows 1 0 0) (Cols 1)                NewServerControlsLayout                NewServerSep                NewServerButtonsLayout            )        )    ))(Layout NewServerControlsLayout    (Components        (InputPanel                     NewServerNameIPanel)        (InputPanel                     NewServerLocationIPanel)        (PushButton                     NewServerCheckPshBtn)        (Label                          NewServerNameLabel)        (Label                          NewServerLocationLabel)        (Table                          WorkspacesTable)        (CheckButton                    SetAsPrimaryChkBtn)    )    (Resources        (NewServerNameIPanel.MaxLen     256)        (NewServerNameIPanel.HelpText   "Give a name to the server - used to display the server")        (NewServerNameIPanel.AttachTop  True)        (NewServerNameIPanel.TopOffset  10)        (NewServerNameIPanel.RightOffset 10)        (NewServerLocationIPanel.MaxLen 1024)        (NewServerLocationIPanel.HelpText "Enter URL of the server")        (NewServerLocationIPanel.AttachTop True)        (NewServerLocationIPanel.TopOffset 10)        (NewServerLocationIPanel.RightOffset 10)        (NewServerCheckPshBtn.Label     "Chec&k...")        (NewServerCheckPshBtn.HelpText  "Verifies that the server location is complete and valid")        (NewServerCheckPshBtn.AttachRight True)        (NewServerCheckPshBtn.AttachTop True)        (NewServerCheckPshBtn.TopOffset 10)        (NewServerCheckPshBtn.RightOffset 10)        (NewServerNameLabel.Label       "Name:")        (NewServerNameLabel.AttachLeft  True)        (NewServerNameLabel.AttachTop   True)        (NewServerNameLabel.TopOffset   10)        (NewServerNameLabel.LeftOffset  5)        (NewServerNameLabel.RightOffset 5)        (NewServerLocationLabel.Label   "Location:")        (NewServerLocationLabel.AttachLeft True)        (NewServerLocationLabel.AttachTop True)        (NewServerLocationLabel.TopOffset 10)        (NewServerLocationLabel.LeftOffset 5)        (NewServerLocationLabel.RightOffset 5)        (WorkspacesTable.SelectionPolicy 2)        (WorkspacesTable.Columns        20)        (WorkspacesTable.HelpText       "Lists your Workspaces that belong to the selected server.")        (WorkspacesTable.MinRows        4)        (WorkspacesTable.TopOffset      5)        (WorkspacesTable.BottomOffset   5)        (WorkspacesTable.LeftOffset     7)        (WorkspacesTable.RightOffset    7)        (WorkspacesTable.SymbolNames    "awas"                                        "awnas"                                        "naw"                                        "awaso"                                        "awnaso"                                        "nawo"                                        "awasl"                                        "awnasl"                                        "nawl"                                        "awasol"                                        "awnasol"                                        "nawol")        (WorkspacesTable.SymbolImages   "primary_workspace.bif"                                        "wrkspace.bif"                                        "inactive_workspace.bif"                                        "offline_primary_workspace.bif"                                        "offline_workspace.bif"                                        "offline_inactive_workspace.bif"                                        "locked_primary_workspace.bif"                                        "locked_workspace.bif"                                        "inactive_locked_workspace.bif"                                        "offline_locked_primary_ws.bif"                                        "offline_locked_workspace.bif"                                        "offline_locked_inactive_workspace.bif")        (WorkspacesTable.AutoHighlight  True)        (WorkspacesTable.ColumnNames    "icon"                                        "ws"                                        "context")        (WorkspacesTable.ColumnLabels   ""                                        "Workspace"                                        "Context")        (WorkspacesTable.ColumnWidths   2                                        8                                        8)        (WorkspacesTable.ColumnResizings 0                                        0                                        1)        (SetAsPrimaryChkBtn.Label       "Set As Primary Server")        (SetAsPrimaryChkBtn.Visible     False)        (SetAsPrimaryChkBtn.Set         True)        (SetAsPrimaryChkBtn.AttachLeft  True)        (SetAsPrimaryChkBtn.AttachTop   True)        (SetAsPrimaryChkBtn.TopOffset   2)        (SetAsPrimaryChkBtn.LeftOffset  7)        (SetAsPrimaryChkBtn.RightOffset 7)        (.AttachLeft                    True)        (.AttachRight                   True)        (.AttachTop                     True)        (.AttachBottom                  True)        (.Layout            (Grid (Rows 0 1 0) (Cols 1)                (Grid (Rows 0 0 0) (Cols 0 1)                    NewServerNameLabel                    NewServerNameIPanel                    NewServerLocationLabel                    NewServerLocationIPanel                    (Pos 3 2)                    NewServerCheckPshBtn                )                WorkspacesTable                SetAsPrimaryChkBtn            )        )    ))(Layout NewServerButtonsLayout    (Components        (PushButton                     NewServerOKPshBtn)        (PushButton                     NewServerCancelPshBtn)    )    (Resources        (NewServerOKPshBtn.Label        "&OK")        (NewServerOKPshBtn.HelpText     "Proceed registering a new server")        (NewServerCancelPshBtn.Label    "&Cancel")        (NewServerCancelPshBtn.HelpText "Cancel registering a new server")        (.AttachLeft                    True)        (.AttachRight                   True)        (.AttachTop                     True)        (.TopOffset                     5)        (.BottomOffset                  5)        (.Layout            (Grid (Rows 1) (Cols 1 1)                NewServerOKPshBtn                NewServerCancelPshBtn            )        )    ))

⌨️ 快捷键说明

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