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

📄 unit12.~dfm

📁 图书管理系统设计程序
💻 ~DFM
字号:
object Form12: TForm12
  Left = 192
  Top = 110
  Width = 696
  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 Label1: TLabel
    Left = 176
    Top = 40
    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 = 160
    Top = 80
    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 = 176
    Top = 120
    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 Edit1: TEdit
    Left = 304
    Top = 40
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 304
    Top = 80
    Width = 121
    Height = 21
    TabOrder = 1
  end
  object Edit3: TEdit
    Left = 304
    Top = 120
    Width = 121
    Height = 21
    TabOrder = 2
  end
  object Button1: TButton
    Left = 200
    Top = 168
    Width = 75
    Height = 25
    Caption = #30830#23450#24402#36824
    TabOrder = 3
    OnClick = Button1Click
  end
  object DBGrid1: TDBGrid
    Left = 56
    Top = 208
    Width = 569
    Height = 177
    DataSource = DataSource1
    TabOrder = 4
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Button3: TButton
    Left = 336
    Top = 168
    Width = 75
    Height = 25
    Caption = #36820#22238
    TabOrder = 5
    OnClick = Button3Click
  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 + -