?? dialog.dfm
字號:
object Form1: TForm1
Left = 454
Top = 277
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = '請輸入密碼'
ClientHeight = 105
ClientWidth = 193
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋體'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel
Left = 16
Top = 8
Width = 161
Height = 25
AutoSize = False
Transparent = True
WordWrap = True
end
object Edit1: TEdit
Left = 16
Top = 40
Width = 161
Height = 20
PasswordChar = '#'
TabOrder = 0
end
object Button1: TButton
Left = 16
Top = 72
Width = 75
Height = 25
Caption = '確定[&O]'
Default = True
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 104
Top = 72
Width = 75
Height = 25
Caption = '取消[&C]'
TabOrder = 2
OnClick = Button2Click
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -