📄 unit1.dfm
字号:
object Form1: TForm1
Left = 98
Top = 95
Width = 845
Height = 568
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 Button1: TButton
Left = 144
Top = 144
Width = 75
Height = 25
Caption = 'Button1'
TabOrder = 0
OnClick = Button1Click
end
object Edit1: TEdit
Left = 8
Top = 24
Width = 473
Height = 21
TabOrder = 1
Text = #29615#22659#30417#27979#25968#25454#20013#24515
end
object Edit2: TEdit
Left = 8
Top = 56
Width = 809
Height = 21
TabOrder = 2
Text = 'Edit2'
end
object Edit3: TEdit
Left = 8
Top = 88
Width = 481
Height = 21
TabOrder = 3
Text = 'Edit3'
end
object Button2: TButton
Left = 232
Top = 144
Width = 75
Height = 25
Caption = 'Button2'
TabOrder = 4
OnClick = Button2Click
end
object ADOConnection1: TADOConnection
Connected = True
ConnectionString =
'Provider=SQLOLEDB.1;Password=happytianqin;Persist Security Info=' +
'True;User ID=sa;Initial Catalog=emdc;Data Source=dbserver'
LoginPrompt = False
Provider = 'SQLOLEDB.1'
Left = 56
Top = 200
end
object ADOTable1: TADOTable
Active = True
Connection = ADOConnection1
CursorType = ctStatic
TableName = 'T_BaseInfo_System'
Left = 104
Top = 208
end
object DataSource1: TDataSource
DataSet = ADOTable1
Left = 96
Top = 152
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -