📄 bookmgunit.dfm
字号:
object Bookmgform: TBookmgform
Left = 255
Top = 169
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = '图书管理'
ClientHeight = 293
ClientWidth = 374
Color = clActiveBorder
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 Label1: TLabel
Left = 32
Top = 80
Width = 41
Height = 13
AutoSize = False
Caption = '书号'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 32
Top = 104
Width = 41
Height = 13
AutoSize = False
Caption = '名称'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Label3: TLabel
Left = 32
Top = 128
Width = 49
Height = 13
AutoSize = False
Caption = '编著者'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Label4: TLabel
Left = 32
Top = 152
Width = 57
Height = 13
AutoSize = False
Caption = '出版单位'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Label5: TLabel
Left = 32
Top = 176
Width = 65
Height = 13
AutoSize = False
Caption = '出版日期'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Label6: TLabel
Left = 32
Top = 200
Width = 33
Height = 13
AutoSize = False
Caption = '定价'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Label7: TLabel
Left = 32
Top = 56
Width = 36
Height = 12
Caption = '借书号'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object DBNavigator1: TDBNavigator
Left = 32
Top = 224
Width = 306
Height = 25
DataSource = DataSource1
VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast, nbInsert, nbDelete, nbEdit, nbPost, nbCancel]
Hints.Strings = (
'第一条记录'
'上条记录'
'下条记录'
'最后一条记录'
'添加记录'
'删除记录'
'编辑记录'
'确定'
'取消'
'Refresh data')
ParentShowHint = False
ShowHint = True
TabOrder = 0
OnClick = DBNavigator1Click
end
object DBEdit1: TDBEdit
Left = 88
Top = 72
Width = 73
Height = 20
DataField = '书号'
DataSource = DataSource1
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 1
end
object DBEdit2: TDBEdit
Left = 88
Top = 96
Width = 257
Height = 20
DataField = '名称'
DataSource = DataSource1
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 2
end
object DBEdit3: TDBEdit
Left = 88
Top = 120
Width = 257
Height = 20
DataField = '编著者'
DataSource = DataSource1
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 3
end
object DBEdit4: TDBEdit
Left = 88
Top = 144
Width = 121
Height = 20
DataField = '出版单位'
DataSource = DataSource1
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 4
end
object DBEdit5: TDBEdit
Left = 88
Top = 168
Width = 65
Height = 20
DataField = '出版日期'
DataSource = DataSource1
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 5
end
object DBEdit6: TDBEdit
Left = 88
Top = 192
Width = 49
Height = 20
DataField = '定价'
DataSource = DataSource1
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 6
end
object Edit1: TEdit
Left = 8
Top = 0
Width = 121
Height = 21
TabOrder = 7
OnKeyDown = Edit1KeyDown
end
object Button1: TButton
Left = 136
Top = 0
Width = 75
Height = 25
Caption = '按借书号查找'
TabOrder = 8
OnClick = Button1Click
end
object StatusBar1: TStatusBar
Left = 0
Top = 274
Width = 374
Height = 19
Panels = <
item
Width = 50
end>
SimplePanel = False
end
object DBEdit7: TDBEdit
Left = 88
Top = 48
Width = 121
Height = 20
DataField = '借书号'
DataSource = DataSource1
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 10
end
object MainMenu1: TMainMenu
object mnuBookmgExit: TMenuItem
Caption = '返回(&X)'
OnClick = mnuBookmgExitClick
end
end
object ADOTable1: TADOTable
Active = True
ConnectionString =
'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=.\sysdata.mdb;Persi' +
'st Security Info=False'
CursorType = ctStatic
TableName = 'books'
Left = 32
object ADOTable1DSDesigner: TWideStringField
FieldName = '书号'
Size = 15
end
object ADOTable1DSDesigner2: TWideStringField
FieldName = '名称'
Size = 50
end
object ADOTable1DSDesigner3: TWideStringField
FieldName = '出版单位'
Size = 30
end
object ADOTable1DSDesigner4: TWideStringField
FieldName = '编著者'
Size = 50
end
object ADOTable1DSDesigner5: TWideStringField
FieldName = '出版日期'
Size = 10
end
object ADOTable1DSDesigner6: TFloatField
FieldName = '定价'
end
object ADOTable1DSDesigner7: TWideStringField
FieldName = '借书号'
Size = 10
end
end
object DataSource1: TDataSource
DataSet = ADOTable1
Left = 72
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -