?? tprompt.dfm
字號:
object Prompt: TPrompt
Left = 228
Top = 215
BorderStyle = bsToolWindow
Caption = 'Prompt'
ClientHeight = 98
ClientWidth = 215
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object eText: TEdit
Left = 24
Top = 16
Width = 169
Height = 21
TabOrder = 0
end
object btnOK: TButton
Left = 24
Top = 56
Width = 75
Height = 25
Caption = 'OK'
Default = True
TabOrder = 1
OnClick = btnOKClick
end
object btnCancel: TButton
Left = 112
Top = 56
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
TabOrder = 2
OnClick = btnCancelClick
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -