?? unit1.~dfm
字號:
object Form1: TForm1
Left = 314
Top = 144
Width = 318
Height = 151
Caption = '身份驗證'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 20
object Label1: TLabel
Left = 48
Top = 16
Width = 48
Height = 20
Caption = '學號:'
end
object Label2: TLabel
Left = 48
Top = 50
Width = 48
Height = 20
Caption = '密碼:'
end
object Edit1: TEdit
Left = 120
Top = 11
Width = 137
Height = 24
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
MaxLength = 6
ParentFont = False
TabOrder = 0
Text = 'Edit1'
OnChange = Edit1Change
OnKeyPress = Edit1KeyPress
end
object Edit2: TEdit
Left = 120
Top = 45
Width = 137
Height = 24
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
MaxLength = 6
ParentFont = False
PasswordChar = '*'
TabOrder = 1
Text = 'Edit2'
OnChange = Edit2Change
end
object BitBtn1: TBitBtn
Left = 48
Top = 88
Width = 75
Height = 25
Enabled = False
TabOrder = 2
OnClick = BitBtn1Click
Kind = bkOK
end
object BitBtn2: TBitBtn
Left = 168
Top = 88
Width = 75
Height = 25
TabOrder = 3
OnClick = BitBtn2Click
Kind = bkCancel
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -