📄 unit1.~dfm
字号:
object Form1: TForm1
Left = 301
Top = 194
Width = 568
Height = 500
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 286
Top = 149
Width = 10
Height = 13
Caption = 'IP'
end
object Label2: TLabel
Left = 8
Top = 6
Width = 96
Height = 13
Caption = 'SQL'#22791#20221#25991#20214#20301#32622':'
end
object Memo1: TMemo
Left = 0
Top = 377
Width = 560
Height = 89
Align = alBottom
ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
TabOrder = 0
end
object Button1: TButton
Left = 296
Top = 190
Width = 75
Height = 25
Caption = 'PING'
TabOrder = 1
OnClick = Button1Click
end
object PingEdit: TEdit
Left = 304
Top = 146
Width = 177
Height = 21
ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
TabOrder = 2
Text = '192.168.1.1'
end
object BitBtn1: TBitBtn
Left = 376
Top = 192
Width = 75
Height = 25
Caption = #21551#21160
TabOrder = 3
OnClick = BitBtn1Click
end
object ShellTreeView1: TShellTreeView
Left = 8
Top = 24
Width = 241
Height = 97
ObjectTypes = [otFolders]
Root = 'rfDesktop'
UseShellImages = True
AutoRefresh = False
Indent = 19
ParentColor = False
RightClickSelect = True
ShowRoot = False
TabOrder = 4
OnDblClick = ShellTreeView1DblClick
end
object FileListBox1: TFileListBox
Left = 8
Top = 128
Width = 241
Height = 218
ItemHeight = 13
TabOrder = 5
end
object Timer1: TTimer
Enabled = False
OnTimer = Timer1Timer
Left = 168
Top = 61
end
object ADOTmp: TADOQuery
ConnectionString =
'Provider=SQLOLEDB.1;Password=zhgs6854249;Persist Security Info=T' +
'rue;User ID=sa;Initial Catalog=Test;Data Source=127.0.0.1'
Parameters = <>
Left = 160
Top = 85
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -