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

📄 unit1.~dfm

📁 漳大图书馆管理系统利用Delphi6.0和MS Server2000为主要开发工具
💻 ~DFM
字号:
object Fm_borrow: TFm_borrow
  Left = 243
  Top = 150
  Width = 725
  Height = 519
  Caption = #20511#20070#36824#20070
  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 = 72
    Top = 32
    Width = 60
    Height = 13
    Caption = #22270#20070#35777#21495#65306
  end
  object Label2: TLabel
    Left = 64
    Top = 248
    Width = 36
    Height = 13
    Caption = #20070#21517#65306
  end
  object Label3: TLabel
    Left = 352
    Top = 256
    Width = 36
    Height = 13
    Caption = #32534#21495#65306
  end
  object Label5: TLabel
    Left = 64
    Top = 312
    Width = 60
    Height = 13
    Caption = #24402#36824#26085#26399#65306
  end
  object Label4: TLabel
    Left = 352
    Top = 312
    Width = 60
    Height = 13
    Caption = #36229#20986#22825#25968#65306
  end
  object Edit1: TEdit
    Left = 152
    Top = 24
    Width = 273
    Height = 21
    TabOrder = 0
  end
  object DBGrid1: TDBGrid
    Left = 72
    Top = 88
    Width = 585
    Height = 121
    DataSource = fm_data.data_borrow
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    OnCellClick = DBGrid1CellClick
  end
  object DBEdit1: TDBEdit
    Left = 136
    Top = 248
    Width = 121
    Height = 21
    DataField = 'bookname'
    DataSource = fm_data.data_borrow
    TabOrder = 2
  end
  object DBEdit2: TDBEdit
    Left = 424
    Top = 248
    Width = 121
    Height = 21
    DataField = 'bookNo'
    DataSource = fm_data.data_borrow
    TabOrder = 3
  end
  object Edit2: TEdit
    Left = 144
    Top = 304
    Width = 121
    Height = 21
    TabOrder = 4
  end
  object Edit3: TEdit
    Left = 432
    Top = 304
    Width = 121
    Height = 21
    TabOrder = 5
  end
  object Button1: TButton
    Left = 512
    Top = 24
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 6
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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