?? unit2.dfm
字號:
object Form2: TForm2
Left = 199
Top = 294
Width = 355
Height = 216
Caption = 'Form2'
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 Label1: TLabel
Left = 48
Top = 32
Width = 32
Height = 13
Caption = 'Label1'
end
object Edit1: TEdit
Left = 136
Top = 32
Width = 121
Height = 21
ImeMode = imClose
ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
TabOrder = 0
end
object Edit2: TEdit
Left = 136
Top = 72
Width = 121
Height = 21
ImeMode = imClose
ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
PasswordChar = '*'
TabOrder = 1
end
object Button1: TButton
Left = 96
Top = 128
Width = 75
Height = 25
Caption = '&Login'
TabOrder = 2
OnClick = Button1Click
end
object Button2: TButton
Left = 184
Top = 128
Width = 75
Height = 25
Caption = '&Exit'
TabOrder = 3
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -