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

📄 unit12.dfm

📁 图书管理系统设计程序
💻 DFM
字号:
object back: Tback
  Left = 258
  Top = 166
  Width = 584
  Height = 480
  Caption = #36824#20070
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Button1: TButton
    Left = 120
    Top = 160
    Width = 137
    Height = 41
    Caption = #30830#23450#24402#36824
    TabOrder = 0
    OnClick = Button1Click
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 208
    Width = 569
    Height = 177
    DataSource = DataSource1
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Button3: TButton
    Left = 272
    Top = 160
    Width = 137
    Height = 41
    Caption = #36820#22238
    TabOrder = 2
    OnClick = Button3Click
  end
  object GroupBox1: TGroupBox
    Left = 104
    Top = 32
    Width = 361
    Height = 121
    TabOrder = 3
    object Label1: TLabel
      Left = 56
      Top = 16
      Width = 100
      Height = 20
      AutoSize = False
      Caption = #35835#32773#35777#21495#65306
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Label2: TLabel
      Left = 40
      Top = 56
      Width = 137
      Height = 20
      AutoSize = False
      Caption = #22270#20070#24207#21015#21495#65306
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Label3: TLabel
      Left = 56
      Top = 93
      Width = 102
      Height = 20
      AutoSize = False
      Caption = #24402#36824#26085#26399#65306
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Edit2: TEdit
      Left = 168
      Top = 56
      Width = 121
      Height = 21
      TabOrder = 0
    end
    object Edit3: TEdit
      Left = 168
      Top = 92
      Width = 121
      Height = 21
      TabOrder = 1
    end
    object Edit1: TEdit
      Left = 168
      Top = 16
      Width = 121
      Height = 21
      TabOrder = 2
    end
  end
  object ADODataSet1: TADODataSet
    Connection = DataModule3.ADOConnection1
    CommandText = 'select * from back'
    Parameters = <>
    Left = 440
    Top = 400
  end
  object ADODataSet2: TADODataSet
    Connection = DataModule3.ADOConnection1
    CommandText = 'select * from per_book'
    Parameters = <>
    Left = 488
    Top = 400
  end
  object ADODataSet3: TADODataSet
    Connection = DataModule3.ADOConnection1
    CommandText = 'select * from reader'
    Parameters = <>
    Left = 536
    Top = 400
  end
  object ADODataSet4: TADODataSet
    Connection = DataModule3.ADOConnection1
    CommandText = 'select * from borrow'
    Parameters = <>
    Left = 584
    Top = 400
  end
  object DataSource1: TDataSource
    DataSet = ADODataSet1
    Left = 384
    Top = 400
  end
end

⌨️ 快捷键说明

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