authorize.res
来自「proe5.0野火版下载(中文版免费下载)」· RES 代码 · 共 142 行
RES
142 行
! 09-May-00 J-03-01 rmi $$1 Created! 05-Oct-01 J-03-09 KSV $$2 Modal mode fixed! 29-JAN-02 J-03-18 Hanoch $$3 Fix resize problem #925211! 30-Jun-02 J-03-29 Boris $$4 Fixed username and password lengths to! be 259 ( K_PATH_SIZE-1 )(Dialog authorize (Components (SubLayout Authorize_Layout_Msg) (SubLayout Authorize_Layout_Input) (SubLayout Authorize_Layout_Buttons) (Separator Separator1) (Label Label1) ) (Resources (Separator1.BottomOffset 3) (Label1.Label "Please type your user name and password.") (Label1.AttachLeft True) (Label1.TopOffset 10) (Label1.LeftOffset 10) (.Label "Authorization") (.DialogStyle 3) (.StartLocation 301) (.Resizeable False) (.DefaultButton "ViewPerf_PB_OK") (.Layout (Grid (Rows 0 0 1 0 1) (Cols 1) Label1 Authorize_Layout_Msg Authorize_Layout_Input Separator1 Authorize_Layout_Buttons ) ) ))(Layout Authorize_Layout_Msg (Components (Label Authorize_Label_Msg) ) (Resources (Authorize_Label_Msg.Columns 25) (Authorize_Label_Msg.AttachLeft True) (Authorize_Label_Msg.Alignment 0) (.AttachLeft True) (.AttachRight True) (.AttachTop True) (.AttachBottom True) (.TopOffset 5) (.BottomOffset 0) (.LeftOffset 5) (.RightOffset 5) (.Layout (Grid (Rows 1) (Cols 1) Authorize_Label_Msg ) ) ))(Layout Authorize_Layout_Input (Components (Label Authorize_Label_Username) (InputPanel Authorize_IP_Username) (Label Authorize_Label_Password) (InputPanel Authorize_IP_Password) ) (Resources (Authorize_Label_Username.Label "Username:") (Authorize_Label_Username.AttachLeft True) (Authorize_Label_Username.AttachRight True) (Authorize_Label_Username.Alignment 1) (Authorize_Label_Username.TopOffset 5) (Authorize_Label_Username.BottomOffset 5) (Authorize_IP_Username.Columns 12) (Authorize_IP_Username.MaxLen 259) (Authorize_IP_Username.AttachBottom True) (Authorize_IP_Username.TopOffset 5) (Authorize_IP_Username.BottomOffset 5) (Authorize_IP_Username.Digits 10) (Authorize_Label_Password.Label "Password:") (Authorize_Label_Password.AttachLeft True) (Authorize_Label_Password.AttachRight True) (Authorize_Label_Password.Alignment 1) (Authorize_Label_Password.TopOffset 5) (Authorize_Label_Password.BottomOffset 5) (Authorize_IP_Password.Columns 12) (Authorize_IP_Password.MaxLen 259) (Authorize_IP_Password.TopOffset 5) (Authorize_IP_Password.BottomOffset 5) (Authorize_IP_Password.Password True) (Authorize_IP_Password.Digits 10) (.AttachLeft True) (.AttachRight True) (.AttachTop True) (.AttachBottom True) (.TopOffset 10) (.BottomOffset 10) (.LeftOffset 5) (.RightOffset 5) (.Layout (Grid (Rows 0 1) (Cols 0 1) Authorize_Label_Username Authorize_IP_Username Authorize_Label_Password Authorize_IP_Password ) ) ))(Layout Authorize_Layout_Buttons (Components (PushButton Authorize_PB_OK) (PushButton Authorize_PB_Cancel) ) (Resources (Authorize_PB_OK.Label "&OK") (Authorize_PB_OK.TopOffset 4) (Authorize_PB_OK.BottomOffset 4) (Authorize_PB_OK.LeftOffset 4) (Authorize_PB_Cancel.Label "&Cancel") (Authorize_PB_Cancel.TopOffset 4) (Authorize_PB_Cancel.BottomOffset 4) (Authorize_PB_Cancel.LeftOffset 4) (.AttachLeft True) (.AttachRight True) (.Layout (Grid (Rows 1) (Cols 1 1) Authorize_PB_OK Authorize_PB_Cancel ) ) ))
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?