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

📄 unit13.~dfm

📁 图书馆管理系统dephi版
💻 ~DFM
字号:
object lookfrm: Tlookfrm
  Left = 307
  Top = 228
  BorderStyle = bsDialog
  Caption = #20070#30446#26816#32034
  ClientHeight = 277
  ClientWidth = 540
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 56
    Top = 24
    Width = 51
    Height = 13
    Caption = #20851#38190#23383'     '
  end
  object Label2: TLabel
    Left = 328
    Top = 24
    Width = 66
    Height = 13
    Caption = #26816#32034#26041#24335'      '
  end
  object Edit1: TEdit
    Left = 120
    Top = 16
    Width = 161
    Height = 21
    TabOrder = 0
  end
  object DBGrid1: TDBGrid
    Left = 16
    Top = 48
    Width = 513
    Height = 217
    DataSource = DataSource1
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object ComboBox1: TComboBox
    Left = 408
    Top = 16
    Width = 121
    Height = 21
    ItemHeight = 13
    TabOrder = 2
    Text = 'ISBN'
    OnChange = ComboBox1Change
    Items.Strings = (
      'ISBN'
      #20070#21517
      #20986#29256#31038
      #20316#32773)
  end
  object Table1: TTable
    Active = True
    DatabaseName = 'DBDEMOS'
    TableName = 'libbook1.DB'
    Left = 16
    Top = 8
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 288
    Top = 8
  end
end

⌨️ 快捷键说明

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