📄 readclassunit.dfm
字号:
object ReadClass: TReadClass
Left = 192
Top = 107
BorderStyle = bsSingle
Caption = '读者类别'
ClientHeight = 184
ClientWidth = 372
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsMDIChild
Menu = MainMenu1
OldCreateOrder = False
Position = poDefault
Visible = True
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object DBGrid1: TDBGrid
Left = 0
Top = 32
Width = 369
Height = 145
DataSource = DataSource1
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object DBNavigator1: TDBNavigator
Left = 64
Top = 0
Width = 234
Height = 25
DataSource = DataSource1
VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast, nbInsert, nbDelete, nbEdit, nbPost, nbCancel]
Hints.Strings = (
'第一条记录'
'上条记录'
'下条记录'
'最后一条记录'
'添加记录'
'删除记录'
'编辑记录'
'确定'
'取消'
'Refresh data')
TabOrder = 1
OnClick = DBNavigator1Click
end
object StatusBar1: TStatusBar
Left = 0
Top = 165
Width = 372
Height = 19
Panels = <
item
Width = 50
end>
SimplePanel = False
end
object ADOQuery1: TADOQuery
Active = True
ConnectionString =
'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=.\sysdata.mdb;Persi' +
'st Security Info=False'
CursorType = ctStatic
Parameters = <>
SQL.Strings = (
'SELECT * FROM class ORDER BY 级别')
end
object DataSource1: TDataSource
DataSet = ADOQuery1
Left = 32
end
object MainMenu1: TMainMenu
Left = 304
object mnuReadClassExit: TMenuItem
Caption = '返回(&X)'
OnClick = mnuReadClassExitClick
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -