📄 unit17.dfm
字号:
object Form17: TForm17
Left = 200
Top = 204
Width = 501
Height = 480
Caption = #24037#20316#31616#21382#24405#20837
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 = 72
Top = 24
Width = 36
Height = 13
Caption = #21592#24037#21495
end
object Label2: TLabel
Left = 80
Top = 72
Width = 24
Height = 13
Caption = #22995#21517
end
object Label3: TLabel
Left = 8
Top = 104
Width = 72
Height = 13
Caption = #36755#20837#24037#20316#31616#21382
end
object Edit1: TEdit
Left = 168
Top = 24
Width = 121
Height = 21
TabOrder = 0
end
object Edit2: TEdit
Left = 168
Top = 72
Width = 121
Height = 21
TabOrder = 1
end
object Button1: TButton
Left = 336
Top = 24
Width = 75
Height = 25
Caption = #26597#25214
TabOrder = 2
OnClick = Button1Click
end
object Memo1: TMemo
Left = 88
Top = 128
Width = 265
Height = 305
Lines.Strings = (
'Memo1')
TabOrder = 3
end
object Button2: TButton
Left = 408
Top = 152
Width = 75
Height = 25
Caption = #20445#23384
TabOrder = 4
OnClick = Button2Click
end
object Button3: TButton
Left = 408
Top = 224
Width = 75
Height = 25
Caption = #20851#38381
TabOrder = 5
OnClick = Button3Click
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 = 640
Top = 120
end
object ADOQuery1: TADOQuery
Connection = ADOConnection1
Parameters = <>
Left = 648
Top = 232
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -