📄 unit11.dfm
字号:
object Form11: TForm11
Left = 283
Top = 299
Width = 620
Height = 439
Caption = 'Form11'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 612
Height = 361
Align = alClient
Caption = 'Panel1'
TabOrder = 0
object DBGrid1: TDBGrid
Left = 1
Top = 1
Width = 610
Height = 359
Align = alClient
DataSource = DataSource1
Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgAlwaysShowSelection, dgConfirmDelete, dgMultiSelect]
ParentShowHint = False
ReadOnly = True
ShowHint = False
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'Tahoma'
TitleFont.Style = []
end
end
object Panel2: TPanel
Left = 0
Top = 361
Width = 612
Height = 44
Align = alBottom
Caption = 'Panel2'
TabOrder = 1
object DBNavigator1: TDBNavigator
Left = 200
Top = 8
Width = 210
Height = 25
DataSource = DataSource1
VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast, nbRefresh]
Flat = True
TabOrder = 0
end
object Button2: TButton
Left = 504
Top = 8
Width = 75
Height = 25
Caption = #36820#22238
TabOrder = 1
OnClick = Button2Click
end
object Button1: TButton
Left = 88
Top = 8
Width = 75
Height = 25
Caption = #25968#25454#21047#26032
TabOrder = 2
OnClick = Button1Click
end
end
object ADOConnection1: TADOConnection
LoginPrompt = False
Mode = cmRead
Provider = 'Microsoft.Jet.OLEDB.4.0'
Left = 256
Top = 40
end
object ADOTable1: TADOTable
CacheSize = 8
Connection = DataModule1.ADOConnection1
CursorType = ctStatic
ExecuteOptions = [eoAsyncFetch]
LockType = ltReadOnly
EnableBCD = False
TableDirect = True
TableName = 'db'
Left = 200
Top = 40
end
object DataSource1: TDataSource
DataSet = ADOTable1
OnDataChange = DataSource1DataChange
Left = 144
Top = 40
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -