📄 main.dfm
字号:
object Form1: TForm1
Left = 333
Top = 248
BorderStyle = bsDialog
Caption = 'Demo'
ClientHeight = 339
ClientWidth = 465
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 12
object Btn_Conn: TButton
Left = 8
Top = 8
Width = 75
Height = 25
Caption = #36830#25509
TabOrder = 0
OnClick = Btn_ConnClick
end
object Memo1: TMemo
Left = 8
Top = 40
Width = 449
Height = 289
ScrollBars = ssBoth
TabOrder = 1
end
object Btn_insert: TButton
Left = 168
Top = 8
Width = 75
Height = 25
Caption = #25554#20837
TabOrder = 2
OnClick = Btn_insertClick
end
object Btn_Query: TButton
Left = 248
Top = 8
Width = 75
Height = 25
Caption = #26597#35810
TabOrder = 3
OnClick = Btn_QueryClick
end
object Btn_Delete: TButton
Left = 328
Top = 8
Width = 75
Height = 25
Caption = #28165#31354
TabOrder = 4
OnClick = Btn_DeleteClick
end
object Btn_ChangePass: TButton
Left = 88
Top = 8
Width = 75
Height = 25
Caption = #25913#23494#30721
TabOrder = 5
OnClick = Btn_ChangePassClick
end
object CBWork: TComboBox
Left = 408
Top = 10
Width = 49
Height = 20
Style = csDropDownList
ItemHeight = 12
ItemIndex = 0
TabOrder = 6
Text = 'ADO'
Items.Strings = (
'ADO'
'API')
end
object Conn: TADOConnection
KeepConnection = False
LoginPrompt = False
Left = 232
Top = 32
end
object ADOQuery1: TADOQuery
Connection = Conn
Parameters = <>
Left = 264
Top = 32
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -