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

📄 ubookmodify.dfm

📁 图书馆管理系统代码deiphi
💻 DFM
字号:
object frmBookModify: TfrmBookModify
  Left = 294
  Top = 231
  BorderStyle = bsSingle
  Caption = #22270#20070#20449#24687#20462#25913
  ClientHeight = 377
  ClientWidth = 543
  Color = 4337444
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 22
    Top = 11
    Width = 189
    Height = 24
    Caption = #22270#20070#20449#24687#20462#25913'...'
    Color = 4337444
    Font.Charset = GB2312_CHARSET
    Font.Color = clWhite
    Font.Height = -24
    Font.Name = #26999#20307'_GB2312'
    Font.Style = [fsBold]
    ParentColor = False
    ParentFont = False
  end
  object btnCancel: TSpeedButton
    Left = 398
    Top = 336
    Width = 104
    Height = 35
    Caption = #36864' '#20986
    Flat = True
    Font.Charset = GB2312_CHARSET
    Font.Color = clWhite
    Font.Height = -21
    Font.Name = #26999#20307'_GB2312'
    Font.Style = [fsBold]
    ParentFont = False
    OnClick = btnCancelClick
  end
  object btnSave: TSpeedButton
    Left = 278
    Top = 336
    Width = 104
    Height = 35
    Caption = #20445' '#23384
    Flat = True
    Font.Charset = GB2312_CHARSET
    Font.Color = clWhite
    Font.Height = -21
    Font.Name = #26999#20307'_GB2312'
    Font.Style = [fsBold]
    ParentFont = False
    OnClick = btnSaveClick
  end
  object btnDelete: TSpeedButton
    Left = 158
    Top = 336
    Width = 104
    Height = 35
    Caption = #21024' '#38500
    Flat = True
    Font.Charset = GB2312_CHARSET
    Font.Color = clWhite
    Font.Height = -21
    Font.Name = #26999#20307'_GB2312'
    Font.Style = [fsBold]
    ParentFont = False
    OnClick = btnDeleteClick
  end
  object Panel3: TPanel
    Left = -10
    Top = 40
    Width = 571
    Height = 289
    BevelInner = bvLowered
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -20
    Font.Name = #26999#20307'_GB2312'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 0
    object Bevel1: TBevel
      Left = 18
      Top = 48
      Width = 527
      Height = 10
      Shape = bsBottomLine
    end
    object edtCode: TEdit
      Left = 112
      Top = 18
      Width = 146
      Height = 28
      MaxLength = 10
      TabOrder = 0
      OnChange = edtCodeChange
      OnKeyDown = edtCodeKeyDown
    end
    object StaticText1: TStaticText
      Left = 63
      Top = 21
      Width = 46
      Height = 24
      Caption = #20070#21495
      TabOrder = 1
    end
    object edtName: TEdit
      Left = 112
      Top = 66
      Width = 400
      Height = 28
      TabOrder = 2
    end
    object StaticText2: TStaticText
      Left = 61
      Top = 70
      Width = 46
      Height = 24
      Caption = #20070#21517
      TabOrder = 3
    end
    object StaticText3: TStaticText
      Left = 18
      Top = 96
      Width = 88
      Height = 24
      Caption = #31867#21035#21517#31216
      TabOrder = 4
    end
    object edtClass: TEdit
      Left = 112
      Top = 93
      Width = 321
      Height = 28
      TabStop = False
      Color = clBtnFace
      ReadOnly = True
      TabOrder = 5
    end
    object StaticText4: TStaticText
      Left = 62
      Top = 121
      Width = 46
      Height = 24
      Caption = #20316#32773
      TabOrder = 6
    end
    object edtAuthor: TEdit
      Left = 112
      Top = 120
      Width = 137
      Height = 28
      TabOrder = 7
    end
    object StaticText5: TStaticText
      Left = 288
      Top = 123
      Width = 67
      Height = 24
      Caption = #20986#29256#31038
      TabOrder = 8
    end
    object edtPublisher: TEdit
      Left = 360
      Top = 121
      Width = 151
      Height = 28
      TabOrder = 9
    end
    object StaticText6: TStaticText
      Left = 19
      Top = 148
      Width = 88
      Height = 24
      Caption = #20986#29256#26102#38388
      TabOrder = 10
    end
    object edtDate: TEdit
      Left = 112
      Top = 146
      Width = 137
      Height = 28
      TabOrder = 11
    end
    object StaticText7: TStaticText
      Left = 309
      Top = 150
      Width = 46
      Height = 24
      Caption = #20215#26684
      TabOrder = 12
    end
    object edtPrice: TEdit
      Left = 360
      Top = 147
      Width = 151
      Height = 28
      TabOrder = 13
    end
    object StaticText8: TStaticText
      Left = 53
      Top = 212
      Width = 46
      Height = 24
      Caption = #22791#27880
      TabOrder = 14
    end
    object edtMemo: TMemo
      Left = 112
      Top = 175
      Width = 398
      Height = 106
      TabOrder = 15
    end
    object cmbClass: TComboBox
      Left = 435
      Top = 93
      Width = 76
      Height = 28
      Style = csDropDownList
      ItemHeight = 20
      TabOrder = 16
      OnChange = cmbClassChange
    end
    object Panel2: TPanel
      Left = 261
      Top = 18
      Width = 18
      Height = 26
      AutoSize = True
      BevelOuter = bvLowered
      TabOrder = 17
      object btnBookCode: TButton
        Left = 1
        Top = 1
        Width = 16
        Height = 24
        Caption = '>>>'
        TabOrder = 0
        TabStop = False
        OnClick = btnBookCodeClick
      end
    end
  end
end

⌨️ 快捷键说明

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