?? passedit.dfm
字號:
object passeditb: Tpasseditb
Left = 242
Top = 23
Width = 293
Height = 279
Caption = '密碼修改表'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 16
Top = 24
Width = 57
Height = 13
AutoSize = False
Caption = '原密碼:'
end
object Label2: TLabel
Left = 16
Top = 56
Width = 57
Height = 13
AutoSize = False
Caption = '更改為:'
end
object Label3: TLabel
Left = 16
Top = 88
Width = 73
Height = 13
AutoSize = False
Caption = '原特權碼:'
end
object Label4: TLabel
Left = 16
Top = 120
Width = 65
Height = 13
AutoSize = False
Caption = '更改為:'
end
object Label5: TLabel
Left = 8
Top = 152
Width = 145
Height = 13
AutoSize = False
Caption = '確認要更改的密碼:'
end
object Label6: TLabel
Left = 0
Top = 184
Width = 153
Height = 13
AutoSize = False
Caption = '確認要更的的特權碼:'
end
object Edit1: TEdit
Left = 88
Top = 24
Width = 121
Height = 21
PasswordChar = '*'
TabOrder = 0
OnEnter = Edit1Enter
OnExit = Edit1Exit
OnKeyUp = Edit1KeyUp
end
object Edit2: TEdit
Left = 88
Top = 56
Width = 121
Height = 21
PasswordChar = '*'
TabOrder = 1
OnEnter = Edit1Enter
OnExit = Edit1Exit
OnKeyUp = Edit2KeyUp
end
object Edit3: TEdit
Left = 88
Top = 88
Width = 121
Height = 21
PasswordChar = '*'
TabOrder = 2
OnEnter = Edit1Enter
OnExit = Edit1Exit
OnKeyUp = Edit3KeyUp
end
object Edit4: TEdit
Left = 88
Top = 120
Width = 121
Height = 21
PasswordChar = '*'
TabOrder = 3
OnEnter = Edit1Enter
OnExit = Edit1Exit
OnKeyUp = Edit4KeyUp
end
object Button1: TButton
Left = 80
Top = 224
Width = 113
Height = 25
Caption = '確定'
TabOrder = 4
OnClick = Button1Click
end
object Edit5: TEdit
Left = 136
Top = 152
Width = 121
Height = 21
PasswordChar = '*'
TabOrder = 5
OnEnter = Edit1Enter
OnExit = Edit1Exit
OnKeyUp = Edit5KeyUp
end
object Edit6: TEdit
Left = 136
Top = 184
Width = 121
Height = 21
PasswordChar = '*'
TabOrder = 6
OnEnter = Edit1Enter
OnExit = Edit1Exit
OnKeyUp = Edit6KeyUp
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -