unit1.~dfm
来自「图书管理系统 SQL版 代码中的数据库不用任何设置」· ~DFM 代码 · 共 43 行
~DFM
43 行
object Form1: TForm1
Left = 374
Top = 294
Width = 201
Height = 126
Caption = 'Form1'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 12
object Button1: TButton
Left = 72
Top = 72
Width = 41
Height = 20
Caption = #22791#20221
TabOrder = 0
OnClick = Button1Click
end
object Edit1: TEdit
Left = 40
Top = 40
Width = 113
Height = 20
ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
ReadOnly = True
TabOrder = 1
end
object Duba: TADOQuery
ConnectionString =
'Provider=SQLOLEDB.1;Password=sql2000;Persist Security Info=True;' +
'User ID=sa;Initial Catalog=TESTDB;Data Source=CCGG'
Parameters = <>
Left = 208
Top = 40
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?