📄 unit1.dfm
字号:
object Form1: TForm1
Left = 279
Top = 205
Width = 544
Height = 375
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object DBGrid1: TDBGrid
Left = 0
Top = 192
Width = 536
Height = 156
Align = alBottom
DataSource = DataSource1
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object Button1: TButton
Left = 176
Top = 32
Width = 121
Height = 41
Caption = 'Button1'
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 304
Top = 32
Width = 105
Height = 41
Caption = 'Button2'
TabOrder = 2
OnClick = Button2Click
end
object Button3: TButton
Left = 176
Top = 88
Width = 121
Height = 41
Caption = 'Button1'
TabOrder = 3
OnClick = Button3Click
end
object w: TWNADOCQuery
AutoLogin = True
TabName = 'tab'
ConnectionString =
'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Program Files\Bo' +
'rland\Delphi6\other\WNQuery\'#20363#23376'\qq.mdb;Persist Security Info=Fals' +
'e'
Field.Strings = (
#22995#21517'=f_name'
#24615#21035'=f_sex'
#26085#26399'=f_date'
#28014#28857#25968'=f_money'
#25972#25968'=f_integer')
DateSeperate = '#'
QryFormFontSize = 10
QryFormCaption = #26597#35810'121'
Left = 32
Top = 56
end
object DataSource1: TDataSource
DataSet = ADOQuery1
Left = 88
Top = 16
end
object ADOQuery1: TADOQuery
ConnectionString =
'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Program Files\Bo' +
'rland\Delphi6\other\WNQuery\'#20363#23376'\qq.mdb;Persist Security Info=Fals' +
'e'
Parameters = <>
Left = 96
Top = 120
end
object W1: TWNADOCQuery
AutoLogin = True
TabName = 'tab'
ConnectionString =
'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Program Files\Bo' +
'rland\Delphi6\other\WNQuery\'#20363#23376'\qq.mdb;Persist Security Info=Fals' +
'e'
Field.Strings = (
'f_name'
'f_sex'
'f_date'
'f_money'
'f_integer')
DateSeperate = '#'
QryFormFontSize = 0
QryFormCaption = 'delete'
Left = 32
Top = 104
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -