?? unit3.dfm
字號:
object password: Tpassword
Left = 395
Top = 144
Width = 260
Height = 203
Caption = #29992#25143#23494#30721#20462#25913
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCanResize = FormCanResize
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 48
Top = 32
Width = 48
Height = 13
Caption = #26087#23494#30721#65306
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 48
Top = 64
Width = 48
Height = 13
Caption = #26032#23494#30721#65306
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label3: TLabel
Left = 48
Top = 96
Width = 48
Height = 13
Caption = #26032#23494#30721#65306
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object BitBtn1: TBitBtn
Left = 32
Top = 128
Width = 75
Height = 25
Caption = #28165#31354
TabOrder = 0
OnClick = BitBtn1Click
Kind = bkCancel
end
object BitBtn2: TBitBtn
Left = 152
Top = 128
Width = 75
Height = 25
Caption = #20462#25913
TabOrder = 1
OnClick = BitBtn2Click
Kind = bkOK
end
object oldpassword: TEdit
Left = 104
Top = 24
Width = 97
Height = 21
MaxLength = 8
PasswordChar = '*'
TabOrder = 2
OnKeyPress = newpasswordKeyPress
end
object newpassword: TEdit
Left = 104
Top = 56
Width = 97
Height = 21
MaxLength = 8
PasswordChar = '*'
TabOrder = 3
OnKeyPress = newpasswordKeyPress
end
object newpassword1: TEdit
Left = 104
Top = 88
Width = 97
Height = 21
MaxLength = 8
PasswordChar = '*'
TabOrder = 4
OnKeyPress = newpasswordKeyPress
end
object ADOQuery1: TADOQuery
ConnectionString =
'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
'fo=False;Initial Catalog=ccsj'
Parameters = <>
Left = 24
Top = 32
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -