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

📄 ubookmodify.~dfm

📁 图书管系统
💻 ~DFM
字号:
object frmBookModify: TfrmBookModify
  Left = 72
  Top = 184
  BorderStyle = bsSingle
  Caption = #22270#20070#20449#24687#32500#25252
  ClientHeight = 354
  ClientWidth = 507
  Color = clBtnFace
  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 btnCancel: TSpeedButton
    Left = 350
    Top = 312
    Width = 75
    Height = 25
    Caption = #36864' '#20986
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    OnClick = btnCancelClick
  end
  object btnSave: TSpeedButton
    Left = 214
    Top = 312
    Width = 75
    Height = 25
    Caption = #20445' '#23384
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    OnClick = btnSaveClick
  end
  object btnDelete: TSpeedButton
    Left = 70
    Top = 312
    Width = 75
    Height = 25
    Caption = #21024' '#38500
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    OnClick = btnDeleteClick
  end
  object StaticText1: TStaticText
    Left = 40
    Top = 24
    Width = 28
    Height = 17
    Caption = #20070#21495
    TabOrder = 0
  end
  object edtCode: TEdit
    Left = 88
    Top = 18
    Width = 146
    Height = 21
    ImeName = #32043#20809#25340#38899#36755#20837#27861
    MaxLength = 10
    TabOrder = 1
    OnChange = edtCodeChange
    OnKeyDown = edtCodeKeyDown
  end
  object StaticText2: TStaticText
    Left = 40
    Top = 56
    Width = 28
    Height = 17
    Caption = #20070#21517
    TabOrder = 2
  end
  object edtName: TEdit
    Left = 88
    Top = 50
    Width = 400
    Height = 21
    ImeName = #32043#20809#25340#38899#36755#20837#27861
    TabOrder = 3
  end
  object StaticText3: TStaticText
    Left = 16
    Top = 88
    Width = 52
    Height = 17
    Caption = #31867#21035#21517#31216
    TabOrder = 4
  end
  object edtClass: TEdit
    Left = 88
    Top = 85
    Width = 321
    Height = 21
    TabStop = False
    Color = clBtnFace
    ImeName = #32043#20809#25340#38899#36755#20837#27861
    ReadOnly = True
    TabOrder = 5
  end
  object cmbClass: TComboBox
    Left = 411
    Top = 85
    Width = 76
    Height = 21
    Style = csDropDownList
    ImeName = #32043#20809#25340#38899#36755#20837#27861
    ItemHeight = 13
    TabOrder = 6
    OnChange = cmbClassChange
  end
  object StaticText4: TStaticText
    Left = 40
    Top = 121
    Width = 28
    Height = 17
    Caption = #20316#32773
    TabOrder = 7
  end
  object edtAuthor: TEdit
    Left = 88
    Top = 120
    Width = 137
    Height = 21
    ImeName = #32043#20809#25340#38899#36755#20837#27861
    TabOrder = 8
  end
  object StaticText5: TStaticText
    Left = 273
    Top = 123
    Width = 40
    Height = 17
    Caption = #20986#29256#31038
    TabOrder = 9
  end
  object edtPublisher: TEdit
    Left = 336
    Top = 121
    Width = 151
    Height = 21
    ImeName = #32043#20809#25340#38899#36755#20837#27861
    TabOrder = 10
  end
  object edtPrice: TEdit
    Left = 336
    Top = 155
    Width = 151
    Height = 21
    ImeName = #32043#20809#25340#38899#36755#20837#27861
    TabOrder = 11
  end
  object StaticText7: TStaticText
    Left = 285
    Top = 158
    Width = 28
    Height = 17
    Caption = #20215#26684
    TabOrder = 12
  end
  object edtDate: TEdit
    Left = 88
    Top = 154
    Width = 137
    Height = 21
    ImeName = #32043#20809#25340#38899#36755#20837#27861
    TabOrder = 13
  end
  object StaticText6: TStaticText
    Left = 16
    Top = 156
    Width = 52
    Height = 17
    Caption = #20986#29256#26102#38388
    TabOrder = 14
  end
  object StaticText8: TStaticText
    Left = 40
    Top = 196
    Width = 28
    Height = 17
    Caption = #22791#27880
    TabOrder = 15
  end
  object edtMemo: TMemo
    Left = 88
    Top = 191
    Width = 398
    Height = 106
    ImeName = #32043#20809#25340#38899#36755#20837#27861
    TabOrder = 16
  end
end

⌨️ 快捷键说明

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