📄 unit8.dfm
字号:
object Form8: TForm8
Left = 329
Top = 234
BorderStyle = bsDialog
Caption = #20303#23487#20449#24687#26597#35810
ClientHeight = 360
ClientWidth = 503
Color = clInfoBk
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Label2: TLabel
Left = 16
Top = 8
Width = 65
Height = 17
AutoSize = False
Caption = #23487' '#33293' '#21495
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = #38582#20070
Font.Style = []
ParentFont = False
end
object Button1: TButton
Left = 376
Top = 8
Width = 113
Height = 21
Caption = #26597#35810
TabOrder = 0
OnClick = Button1Click
end
object DBGrid1: TDBGrid
Left = 16
Top = 32
Width = 473
Height = 281
DataSource = DataSource1
ReadOnly = True
TabOrder = 1
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object Button2: TButton
Left = 16
Top = 320
Width = 473
Height = 25
Caption = #20851#38381
TabOrder = 2
OnClick = Button2Click
end
object Edit2: TEdit
Left = 88
Top = 8
Width = 281
Height = 21
TabOrder = 3
end
object ADOQuery1: TADOQuery
ConnectionString =
'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=cx.mdb;Persist Secu' +
'rity Info=False'
CursorType = ctStatic
Parameters = <>
SQL.Strings = (
'select * from zsxx')
Left = 136
Top = 48
end
object DataSource1: TDataSource
DataSet = ADOQuery1
Left = 104
Top = 48
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -