📄 usermodify.dfm
字号:
object UserModifyFrm: TUserModifyFrm
Left = 327
Top = 170
Width = 299
Height = 345
Caption = #29992#25143#20462#25913#20449#24687
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 = 24
Top = 16
Width = 78
Height = 13
Caption = #36755#20837#29992#25143#21517#65306' '
end
object Edit1: TEdit
Left = 40
Top = 40
Width = 121
Height = 21
TabOrder = 0
end
object GroupBox1: TGroupBox
Left = 32
Top = 88
Width = 233
Height = 137
Caption = #29992#25143#22522#26412#20449#24687
TabOrder = 1
object Label2: TLabel
Left = 8
Top = 24
Width = 66
Height = 13
Caption = #23494' '#30721#65306' '
end
object Label3: TLabel
Left = 8
Top = 56
Width = 66
Height = 13
Caption = #30830#35748#23494#30721#65306' '
end
object Label4: TLabel
Left = 8
Top = 88
Width = 63
Height = 13
Caption = #26435' '#38480#65306' '
end
object Edit2: TEdit
Left = 88
Top = 16
Width = 121
Height = 21
PasswordChar = '*'
TabOrder = 0
end
object Edit3: TEdit
Left = 88
Top = 56
Width = 121
Height = 21
PasswordChar = '*'
TabOrder = 1
end
object ComboBox1: TComboBox
Left = 88
Top = 88
Width = 129
Height = 21
ItemHeight = 13
TabOrder = 2
Items.Strings = (
#31649#29702#21592
#39184#39278#21592#24037
#23458#25151#21592#24037
#38144#21806#20998#26512#21592#24037)
end
end
object Button1: TButton
Left = 40
Top = 264
Width = 75
Height = 25
Caption = #20462#25913
Default = True
TabOrder = 2
OnClick = Button1Click
end
object Button2: TButton
Left = 176
Top = 264
Width = 75
Height = 25
Caption = #21462#28040
TabOrder = 3
OnClick = Button2Click
end
object Button3: TButton
Left = 184
Top = 40
Width = 75
Height = 25
Caption = #23450#20301#35760#24405
Default = True
TabOrder = 4
OnClick = Button3Click
end
object ADOQuery1: TADOQuery
Active = True
ConnectionString =
'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=Manage.mdb;Persist ' +
'Security Info=False'
CursorType = ctStatic
Parameters = <>
SQL.Strings = (
'Select * From Users')
Left = 264
Top = 8
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -