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

📄 unit10.dfm

📁 这个是我自主研发的图书管理系统的应用
💻 DFM
📖 第 1 页 / 共 3 页
字号:
object Form10: TForm10
  Left = 214
  Top = 208
  Width = 696
  Height = 480
  Caption = #36824#20070#20449#24687
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 232
    Top = 32
    Width = 185
    Height = 41
    Caption = #36824#20070#20449#24687
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clRed
    Font.Height = -24
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
  end
  object DBGrid1: TDBGrid
    Left = 8
    Top = 80
    Width = 673
    Height = 249
    DataSource = DataSource1
    ReadOnly = True
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    OnCellClick = DBGrid1CellClick
    Columns = <
      item
        Expanded = False
        FieldName = #26631#35782#21015
        Title.Alignment = taCenter
        Title.Caption = #36824#20070#20449#24687#32534#21495
        Width = 75
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'borrowbook_id'
        Title.Alignment = taCenter
        Title.Caption = #35835#32773#32534#21495
        Width = 80
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'TN'
        Title.Alignment = taCenter
        Title.Caption = #35835#32773#22995#21517
        Width = 80
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'bookno'
        Title.Alignment = taCenter
        Title.Caption = #22270#20070#26465#24418#30721
        Width = 80
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'bookname'
        Title.Alignment = taCenter
        Title.Caption = #22270#20070#21517#31216
        Width = 80
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'borrowtime'
        Title.Alignment = taCenter
        Title.Caption = #20511#20070#26085#26399
        Width = 80
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'factreturntime'
        Title.Alignment = taCenter
        Title.Caption = #23454#38469#36824#20070#26085#26399
        Width = 90
        Visible = True
      end>
  end
  object Button1: TButton
    Left = 136
    Top = 376
    Width = 89
    Height = 33
    Caption = #25945#24072#36824#20070#20449#24687
    Font.Charset = ANSI_CHARSET
    Font.Color = clRed
    Font.Height = -11
    Font.Name = 'MS Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 296
    Top = 376
    Width = 97
    Height = 33
    Caption = #23398#29983#36824#20070#20449#24687
    TabOrder = 3
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 504
    Top = 376
    Width = 81
    Height = 33
    Caption = #21024#38500
    TabOrder = 4
    OnClick = Button3Click
  end
  object DBGrid2: TDBGrid
    Left = 8
    Top = 80
    Width = 673
    Height = 241
    DataSource = DataSource2
    ReadOnly = True
    TabOrder = 5
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    OnCellClick = DBGrid2CellClick
    Columns = <
      item
        Expanded = False
        FieldName = #26631#35782#21015
        Title.Alignment = taCenter
        Title.Caption = #36824#20070#20449#24687#32534#21495
        Width = 75
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'borrowbook_id'
        Title.Alignment = taCenter
        Title.Caption = #35835#32773#32534#21495
        Width = 80
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'SN'
        Title.Alignment = taCenter
        Title.Caption = #35835#32773#22995#21517
        Width = 80
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'bookno'
        Title.Alignment = taCenter
        Title.Caption = #22270#20070#26465#24418#30721
        Width = 80
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'bookname'
        Title.Alignment = taCenter
        Title.Caption = #22270#20070#21517#31216
        Width = 80
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'borrowtime'
        Title.Alignment = taCenter
        Title.Caption = #20511#20070#26085#26399
        Width = 80
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'factreturntime'
        Title.Alignment = taCenter
        Title.Caption = #23454#38469#36824#20070#26085#26399
        Width = 90
        Visible = True
      end>
  end
  object ADOConnection1: TADOConnection
    Connected = True
    ConnectionString = 
      'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
      'fo=False;Initial Catalog=Library;Data Source=.'
    LoginPrompt = False
    Provider = 'SQLOLEDB.1'
    Left = 24
    Top = 40
  end
  object ADOQuery1: TADOQuery
    Connection = ADOConnection1
    Parameters = <>
    Left = 88
    Top = 40
  end
  object ADOQuery2: TADOQuery
    Connection = ADOConnection1
    Parameters = <>
    Left = 144
    Top = 40
  end
  object ADOQuery3: TADOQuery
    Connection = ADOConnection1
    Parameters = <>
    Left = 464
    Top = 32
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 512
    Top = 40
  end
  object DataSource2: TDataSource
    DataSet = ADOQuery2
    Left = 560
    Top = 40
  end

⌨️ 快捷键说明

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