📄 class_add.~dfm
字号:
object Form5: TForm5
Left = 405
Top = 281
BorderStyle = bsDialog
Caption = '新增类别'
ClientHeight = 218
ClientWidth = 389
Color = clActiveCaption
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -21
Font.Name = '华文新魏'
Font.Style = []
OldCreateOrder = False
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 21
object Label1: TLabel
Left = 8
Top = 40
Width = 95
Height = 19
Caption = '类别编号:'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = '华文新魏'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 8
Top = 72
Width = 95
Height = 19
Caption = '类别名称:'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = '华文新魏'
Font.Style = []
ParentFont = False
end
object Label3: TLabel
Left = 8
Top = 104
Width = 95
Height = 19
Caption = '借阅等级:'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = '华文新魏'
Font.Style = []
ParentFont = False
end
object DBNavigator1: TDBNavigator
Left = 0
Top = 184
Width = 389
Height = 34
DataSource = local_base.BOOKCLASS_SOURCE
Align = alBottom
TabOrder = 0
end
object DBEdit1: TDBEdit
Left = 104
Top = 40
Width = 225
Height = 27
DataField = 'CLASS_ID'
DataSource = local_base.BOOKCLASS_SOURCE
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = '华文新魏'
Font.Style = []
ParentFont = False
TabOrder = 1
end
object DBEdit2: TDBEdit
Left = 104
Top = 72
Width = 225
Height = 27
DataField = 'CLASSNAME'
DataSource = local_base.BOOKCLASS_SOURCE
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = '华文新魏'
Font.Style = []
ParentFont = False
TabOrder = 2
end
object DBEdit3: TDBEdit
Left = 104
Top = 104
Width = 225
Height = 27
DataField = 'LOAN_LEVEL'
DataSource = local_base.BOOKCLASS_SOURCE
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = '华文新魏'
Font.Style = []
ParentFont = False
TabOrder = 3
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -