📄 unit2.dfm
字号:
object Form2: TForm2
Left = 295
Top = 83
Width = 403
Height = 292
Caption = 'Form2'
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 DBGrid1: TDBGrid
Left = 24
Top = 32
Width = 321
Height = 120
DataSource = DataSource1
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object Panel1: TPanel
Left = 8
Top = 200
Width = 377
Height = 41
Caption = 'Panel1'
TabOrder = 1
object Button1: TButton
Left = 40
Top = 8
Width = 75
Height = 25
Caption = #22686#21152#35760#24405
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 152
Top = 8
Width = 75
Height = 25
Caption = #21024#38500#35760#24405
TabOrder = 1
OnClick = Button2Click
end
object Button3: TButton
Left = 264
Top = 8
Width = 75
Height = 25
Caption = #36864#20986
TabOrder = 2
OnClick = Button3Click
end
end
object ADOTable1: TADOTable
Active = True
ConnectionString =
'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=H:\'#29983#20135#31995#32479'v2.1_be.mdb;' +
'Persist Security Info=False'
CursorType = ctStatic
TableName = #25910#27454#21333#20301
Left = 8
Top = 8
end
object DataSource1: TDataSource
DataSet = ADOTable1
Left = 48
Top = 8
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -