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

📄 ufrmedit.dfm

📁 这也是一个图书管理系统,不过比上一个更加具有价值,是难得的尤物
💻 DFM
字号:
object EditForm: TEditForm
  Left = 273
  Top = 133
  Width = 645
  Height = 456
  Caption = #23646#24615
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 14
  object Label1: TLabel
    Left = 8
    Top = 24
    Width = 28
    Height = 14
    Caption = #32534#21495
    FocusControl = DBEdit1
  end
  object Label2: TLabel
    Left = 8
    Top = 88
    Width = 56
    Height = 14
    Caption = #22270#20070#21517#31216
    FocusControl = DBEdit2
  end
  object Label3: TLabel
    Left = 153
    Top = 24
    Width = 28
    Height = 14
    Caption = #31867#21035
  end
  object Label4: TLabel
    Left = 8
    Top = 176
    Width = 42
    Height = 14
    Caption = #35793#33879#32773
    FocusControl = DBEdit4
  end
  object Label5: TLabel
    Left = 8
    Top = 248
    Width = 56
    Height = 14
    Caption = #20986#29256#26102#38388
    FocusControl = DBEdit5
  end
  object Label6: TLabel
    Left = 8
    Top = 208
    Width = 42
    Height = 14
    Caption = #20986#29256#31038
    FocusControl = DBEdit6
  end
  object Label7: TLabel
    Left = 177
    Top = 248
    Width = 28
    Height = 14
    Caption = #21360#27425
    FocusControl = DBEdit7
  end
  object Label8: TLabel
    Left = 312
    Top = 24
    Width = 56
    Height = 14
    Caption = #23553#38754#29031#29255
  end
  object Label9: TLabel
    Left = 8
    Top = 56
    Width = 28
    Height = 14
    Caption = 'ISBN'
    FocusControl = DBEdit8
  end
  object DBImage1: TDBImage
    Left = 304
    Top = 48
    Width = 217
    Height = 297
    DataField = #23553#38754#29031#29255
    DataSource = DataSource1
    TabOrder = 0
    OnDblClick = DBImage1DblClick
  end
  object DBEdit1: TDBEdit
    Left = 65
    Top = 20
    Width = 82
    Height = 22
    Color = clSilver
    DataField = #32534#21495
    DataSource = DataSource1
    ReadOnly = True
    TabOrder = 1
  end
  object DBEdit2: TDBEdit
    Left = 65
    Top = 88
    Width = 217
    Height = 71
    AutoSize = False
    DataField = #22270#20070#21517#31216
    DataSource = DataSource1
    TabOrder = 2
  end
  object DBEdit4: TDBEdit
    Left = 65
    Top = 172
    Width = 217
    Height = 21
    AutoSize = False
    DataField = #35793#33879#32773
    DataSource = DataSource1
    TabOrder = 3
  end
  object DBEdit5: TDBEdit
    Left = 65
    Top = 244
    Width = 73
    Height = 20
    AutoSize = False
    DataField = #20986#29256#26102#38388
    DataSource = DataSource1
    TabOrder = 4
  end
  object DBEdit6: TDBEdit
    Left = 65
    Top = 208
    Width = 217
    Height = 21
    AutoSize = False
    DataField = #20986#29256#31038
    DataSource = DataSource1
    TabOrder = 5
  end
  object DBEdit7: TDBEdit
    Left = 217
    Top = 244
    Width = 65
    Height = 20
    AutoSize = False
    DataField = #21360#27425
    DataSource = DataSource1
    TabOrder = 6
  end
  object DBEdit8: TDBEdit
    Left = 65
    Top = 56
    Width = 217
    Height = 21
    AutoSize = False
    DataField = 'ISBN'
    DataSource = DataSource1
    TabOrder = 7
  end
  object DBComboBox1: TDBComboBox
    Left = 194
    Top = 20
    Width = 88
    Height = 22
    DataField = #31867#21035
    DataSource = DataSource1
    ItemHeight = 14
    Items.Strings = (
      #33879
      #32534#33879
      #20027#32534
      #32763#35793)
    TabOrder = 8
  end
  object BitBtn1: TBitBtn
    Left = 132
    Top = 310
    Width = 72
    Height = 28
    Caption = #30830#23450
    TabOrder = 9
    Kind = bkOK
  end
  object BitBtn2: TBitBtn
    Left = 211
    Top = 310
    Width = 72
    Height = 28
    Caption = #21462#28040
    TabOrder = 10
    Kind = bkCancel
  end
  object DataSource1: TDataSource
    DataSet = dmMain.adqBook
    Left = 456
    Top = 16
  end
end

⌨️ 快捷键说明

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