📄 dsq_prompt.res
字号:
!%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%!! dsq_prompt.res!! Date Release Name Ver. Comments! --------- ------- ---- ---- --------! 02-May-02 J-03-25 ALG $$1 Created! 15-Aug-02 J-03-32 ALG $$2 Set .DefaultButton for convenience! 08-Oct-02 J-03-35 ALG $$3 Add .TitleBarImage, .AlwaysAbove! 13-Jan-03 J-03-40 ALG $$4 Use new dsm.bif for TitleBarImage!!%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%(Dialog dsq_prompt (Components (Label IconLabel) (Label PromptLabel) (InputPanel PromptInput) (SubLayout ButtonsLayout) ) (Resources (IconLabel.Bitmap "UI question image") (IconLabel.AttachLeft True) (IconLabel.AttachRight True) (IconLabel.AttachTop True) (IconLabel.AttachBottom True) (PromptLabel.Label "Please enter password:") (PromptLabel.AttachLeft True) (PromptLabel.AttachTop True) (PromptLabel.AttachBottom True) (PromptLabel.Alignment 0) (PromptLabel.ValidDropSite False) (PromptInput.AttachLeft False) (PromptInput.AttachRight False) (PromptInput.AttachTop True) (PromptInput.AttachBottom True) (PromptInput.Password True) (PromptInput.FixedWidth False) (PromptInput.ValidDropTypes 1) (.Label "DSM - Enter Password") (.Focus "PromptInput") (.Resizeable False) (.TopOffset 5) (.BottomOffset 5) (.LeftOffset 10) (.RightOffset 10) (.DefaultButton "OkBtn") (.SizeToFit True) (.ValidDropSite False) (.TitleBarImage "dsm") (.AlwaysAbove "dsq") (.AlwaysOnTop True) (.Layout (Grid (Rows 0 0 1) (Cols 1) (Grid (Rows 0) (Cols 0 1) IconLabel PromptLabel ) PromptInput ButtonsLayout ) ) ))(Layout ButtonsLayout (Components (PushButton OkBtn) (PushButton ExitBtn) ) (Resources (OkBtn.Label "&Ok") (OkBtn.AttachTop True) (OkBtn.AttachBottom True) (OkBtn.Alignment 2) (OkBtn.TruncateLabel False) (OkBtn.ValidDropSite False) (ExitBtn.Label "&Exit") (ExitBtn.AttachTop True) (ExitBtn.AttachBottom True) (ExitBtn.Alignment 2) (ExitBtn.TruncateLabel False) (ExitBtn.ValidDropSite False) (.AttachTop True) (.AttachBottom True) (.Alignment 2) (.LeftOffset 20) (.RightOffset 20) (.Layout (Grid (Rows 1) (Cols 0 1) OkBtn ExitBtn ) ) ))
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -