📄 main.~dfm
字号:
object Form1: TForm1
Left = 192
Top = 107
Width = 634
Height = 365
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCloseQuery = FormCloseQuery
PixelsPerInch = 96
TextHeight = 13
object DBGrid1: TDBGrid
Left = 8
Top = 8
Width = 609
Height = 281
DataSource = DataSource1
ReadOnly = True
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object btnEdit: TButton
Left = 224
Top = 304
Width = 75
Height = 25
Caption = #32534#36753
TabOrder = 1
OnClick = btnEditClick
end
object btnCancel: TButton
Left = 416
Top = 304
Width = 75
Height = 25
Caption = #21462#28040
Enabled = False
TabOrder = 2
OnClick = btnCancelClick
end
object btnSave: TButton
Left = 320
Top = 304
Width = 75
Height = 25
Caption = #20445#23384
Enabled = False
TabOrder = 3
OnClick = btnSaveClick
end
object btnClose: TButton
Left = 512
Top = 304
Width = 75
Height = 25
Caption = #20851#38381
TabOrder = 4
OnClick = btnCloseClick
end
object ADOConnection1: TADOConnection
Connected = True
ConnectionString =
'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=..\'#24211#23384#25511#21046'.mdb;Persist' +
' Security Info=False'
LoginPrompt = False
Mode = cmShareDenyNone
Provider = 'Microsoft.Jet.OLEDB.4.0'
Left = 64
Top = 304
end
object ADOTable1: TADOTable
Active = True
Connection = ADOConnection1
CursorType = ctStatic
TableName = #38599#21592
Left = 96
Top = 304
end
object DataSource1: TDataSource
DataSet = ADOTable1
Left = 128
Top = 304
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -