⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unewf.dfm

📁 图书管理系统 用于进行图书的管理
💻 DFM
字号:
object NewF: TNewF
  Left = 0
  Top = 0
  Width = 543
  Height = 390
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  ParentFont = False
  TabOrder = 0
  object Panel1: TPanel
    Left = 4
    Top = 32
    Width = 535
    Height = 328
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 0
    object Bevel1: TBevel
      Left = 11
      Top = 48
      Width = 510
      Height = 10
      Shape = bsBottomLine
    end
    object StaticText1: TStaticText
      Left = 14
      Top = 21
      Width = 72
      Height = 16
      Caption = '书号   [*]'
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 0
    end
    object CodeEdit: TEdit
      Left = 84
      Top = 18
      Width = 142
      Height = 20
      MaxLength = 10
      TabOrder = 1
    end
    object NameEdit: TEdit
      Left = 84
      Top = 66
      Width = 428
      Height = 20
      TabOrder = 2
    end
    object ComboBox1: TComboBox
      Left = 435
      Top = 93
      Width = 76
      Height = 20
      Style = csDropDownList
      ItemHeight = 12
      TabOrder = 3
      OnChange = ComboBox1Change
    end
    object ClassEdit: TEdit
      Left = 84
      Top = 93
      Width = 349
      Height = 20
      TabStop = False
      Color = clBtnFace
      ReadOnly = True
      TabOrder = 4
    end
    object StaticText3: TStaticText
      Left = 14
      Top = 96
      Width = 52
      Height = 16
      Caption = '类别名称'
      TabOrder = 5
    end
    object StaticText4: TStaticText
      Left = 14
      Top = 121
      Width = 28
      Height = 16
      Caption = '作者'
      TabOrder = 6
    end
    object AuthorEdit: TEdit
      Left = 84
      Top = 120
      Width = 427
      Height = 20
      TabOrder = 7
    end
    object ConcernEdit: TEdit
      Left = 84
      Top = 145
      Width = 427
      Height = 20
      TabOrder = 8
    end
    object StaticText5: TStaticText
      Left = 14
      Top = 147
      Width = 40
      Height = 16
      Caption = '出版社'
      TabOrder = 10
    end
    object StaticText6: TStaticText
      Left = 14
      Top = 172
      Width = 70
      Height = 16
      Caption = '出版时间[*]'
      TabOrder = 11
    end
    object CostEdit: TEdit
      Left = 84
      Top = 195
      Width = 427
      Height = 20
      TabOrder = 12
    end
    object Memo1: TMemo
      Left = 84
      Top = 231
      Width = 426
      Height = 89
      TabOrder = 13
    end
    object StaticText8: TStaticText
      Left = 14
      Top = 228
      Width = 40
      Height = 16
      Caption = '备注:'
      TabOrder = 14
    end
    object StaticText7: TStaticText
      Left = 14
      Top = 198
      Width = 70
      Height = 16
      Caption = '价格    [*]'
      TabOrder = 15
    end
    object OutTimeEdit: TEdit
      Left = 84
      Top = 170
      Width = 427
      Height = 20
      TabOrder = 9
    end
    object StaticText2: TStaticText
      Left = 14
      Top = 69
      Width = 28
      Height = 16
      Caption = '书名'
      TabOrder = 16
    end
  end
  object Button1: TButton
    Left = 397
    Top = 364
    Width = 67
    Height = 22
    Caption = '入库'
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 465
    Top = 364
    Width = 67
    Height = 22
    Caption = '关闭'
    TabOrder = 2
    OnClick = Button2Click
  end
  object Panel2: TPanel
    Left = 4
    Top = 4
    Width = 535
    Height = 25
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 3
    object StaticText9: TStaticText
      Left = 15
      Top = 5
      Width = 52
      Height = 16
      Caption = '新书入库'
      TabOrder = 0
    end
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -