📄 unit20.dfm
字号:
object Form20: TForm20
Left = 178
Top = 211
Width = 550
Height = 525
Caption = #22870#24809#24773#20917#32500#25252
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 = 32
Top = 48
Width = 72
Height = 13
Caption = #35831#36755#20837#21592#24037#21495
end
object Label2: TLabel
Left = 16
Top = 136
Width = 72
Height = 13
Caption = #22870#24809#24773#20917#20869#23481
end
object Label3: TLabel
Left = 48
Top = 104
Width = 24
Height = 13
Caption = #22995#21517
end
object Edit1: TEdit
Left = 144
Top = 48
Width = 121
Height = 21
TabOrder = 0
end
object Memo1: TMemo
Left = 128
Top = 176
Width = 281
Height = 313
Lines.Strings = (
'Memo1')
TabOrder = 1
end
object Button1: TButton
Left = 304
Top = 48
Width = 75
Height = 25
Caption = #26597#35810
TabOrder = 2
OnClick = Button1Click
end
object Button2: TButton
Left = 464
Top = 128
Width = 75
Height = 25
Caption = #20462#25913
TabOrder = 3
OnClick = Button2Click
end
object Button3: TButton
Left = 464
Top = 192
Width = 75
Height = 25
Caption = #21024#38500
TabOrder = 4
OnClick = Button3Click
end
object Button4: TButton
Left = 464
Top = 256
Width = 75
Height = 25
Caption = #20851#38381
TabOrder = 5
OnClick = Button4Click
end
object Edit2: TEdit
Left = 144
Top = 96
Width = 121
Height = 21
TabOrder = 6
end
object ADOConnection1: TADOConnection
ConnectionString =
'Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initi' +
'al Catalog=zhao;Data Source=127.0.0.1'
LoginPrompt = False
Provider = 'SQLOLEDB.1'
Left = 656
Top = 216
end
object ADOQuery1: TADOQuery
Connection = ADOConnection1
Parameters = <>
Left = 656
Top = 280
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -