📄 unit11.~dfm
字号:
object Form11: TForm11
Left = 147
Top = 110
Width = 438
Height = 352
Caption = #31649#29702#21592#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
OnActivate = FormActivate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 96
Top = 40
Width = 71
Height = 13
Caption = #31649#29702#21592#21517' '
end
object Label2: TLabel
Left = 96
Top = 88
Width = 40
Height = 13
Caption = #23494#30721' '
end
object Label3: TLabel
Left = 96
Top = 136
Width = 60
Height = 13
Caption = #26032#23494#30721' '
end
object Label4: TLabel
Left = 96
Top = 184
Width = 74
Height = 13
Caption = #30830#35748#23494#30721' '
end
object Edit1: TEdit
Left = 216
Top = 40
Width = 121
Height = 21
TabOrder = 0
OnKeyPress = Edit1KeyPress
end
object Edit2: TEdit
Left = 216
Top = 88
Width = 121
Height = 21
TabOrder = 1
OnKeyPress = Edit2KeyPress
end
object Edit3: TEdit
Left = 216
Top = 136
Width = 121
Height = 21
TabOrder = 2
OnKeyPress = Edit3KeyPress
end
object Edit4: TEdit
Left = 216
Top = 184
Width = 121
Height = 21
TabOrder = 3
OnKeyPress = Edit4KeyPress
end
object Button1: TButton
Left = 96
Top = 232
Width = 75
Height = 25
Caption = #30830#35748
TabOrder = 4
OnClick = Button1Click
end
object Button2: TButton
Left = 248
Top = 232
Width = 75
Height = 25
Caption = #21462#28040
TabOrder = 5
OnClick = Button2Click
end
object ADOConnection1: TADOConnection
Connected = True
ConnectionString =
'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
'fo=False;Initial Catalog=jiangm;Data Source=06B9545CC399440'
LoginPrompt = False
Provider = 'SQLOLEDB.1'
Left = 264
Top = 8
end
object ADOTable1: TADOTable
Active = True
Connection = ADOConnection1
CursorType = ctStatic
TableName = 't_admin'
Left = 320
Top = 8
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -