📄 unit1.dfm
字号:
object Form1: TForm1
Left = 251
Top = 236
Width = 870
Height = 640
Caption = 'Form1'
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 Image1: TImage
Left = 384
Top = 128
Width = 377
Height = 289
end
object Edit1: TEdit
Left = 200
Top = 48
Width = 321
Height = 21
TabOrder = 0
Text = 'Edit1'
end
object Button1: TButton
Left = 144
Top = 128
Width = 75
Height = 25
Caption = #20445#23384#21040#25968#25454#24211
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 264
Top = 128
Width = 75
Height = 25
Caption = #26174#31034#22270#29255
TabOrder = 2
OnClick = Button2Click
end
object BitBtn1: TBitBtn
Left = 160
Top = 400
Width = 75
Height = 25
Caption = 'ftp'#19978#20256
TabOrder = 3
OnClick = BitBtn1Click
end
object ADOConnection1: TADOConnection
ConnectionString =
'Provider=SQLOLEDB.1;Password=nbeasy;Persist Security Info=True;U' +
'ser ID=sa;Initial Catalog=LK_VistData;Data Source=ALAN'
LoginPrompt = False
Provider = 'SQLOLEDB.1'
Left = 88
Top = 144
end
object ADOQuery1: TADOQuery
Connection = ADOConnection1
Parameters = <>
Left = 240
Top = 240
end
object ADOQuery2: TADOQuery
Connection = ADOConnection1
Parameters = <>
Left = 664
Top = 120
end
object IdFTP1: TIdFTP
MaxLineAction = maException
ReadTimeout = 0
Host = '192.168.1.104'
ProxySettings.ProxyType = fpcmNone
ProxySettings.Port = 0
OnAfterClientLogin = IdFTP1AfterClientLogin
Left = 88
Top = 272
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -