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

📄 unit8.dfm

📁 大家可以看看还不错的管理系统
💻 DFM
字号:
object frmBR: TfrmBR
  Left = 220
  Top = 95
  Width = 698
  Height = 481
  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
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object DBGrid1: TDBGrid
    Left = 0
    Top = 0
    Width = 689
    Height = 201
    DataSource = DataSource1
    ReadOnly = True
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object GroupBox1: TGroupBox
    Left = 8
    Top = 216
    Width = 345
    Height = 225
    Caption = #20511#20070
    TabOrder = 1
    object Label1: TLabel
      Left = 24
      Top = 32
      Width = 60
      Height = 13
      Caption = #20511#20070#35777#21495#65306
    end
    object Label2: TLabel
      Left = 24
      Top = 72
      Width = 60
      Height = 13
      Caption = #22270#20070#32534#21495#65306
    end
    object Label3: TLabel
      Left = 16
      Top = 112
      Width = 60
      Height = 13
      Caption = #20511#20070#26085#26399#65306
    end
    object btnAdd: TButton
      Left = 120
      Top = 168
      Width = 89
      Height = 25
      Caption = #28155#21152#35760#24405'(&A)'
      TabOrder = 0
      OnClick = btnAddClick
    end
    object txtNo: TEdit
      Left = 104
      Top = 24
      Width = 121
      Height = 21
      Enabled = False
      TabOrder = 1
    end
    object txtBooknum: TEdit
      Left = 104
      Top = 64
      Width = 121
      Height = 21
      Enabled = False
      TabOrder = 2
    end
    object txtBorrowdate: TDateTimePicker
      Left = 96
      Top = 104
      Width = 186
      Height = 21
      Date = 38603.000000000000000000
      Time = 38603.000000000000000000
      DateFormat = dfLong
      Enabled = False
      TabOrder = 3
    end
  end
  object GroupBox2: TGroupBox
    Left = 376
    Top = 216
    Width = 305
    Height = 137
    Caption = #36824#20070
    TabOrder = 2
    object Label4: TLabel
      Left = 16
      Top = 32
      Width = 60
      Height = 13
      Caption = #22270#20070#32534#21495#65306
    end
    object btnReturn: TButton
      Left = 176
      Top = 80
      Width = 89
      Height = 25
      Caption = #36824#20070'(&R)'
      Enabled = False
      TabOrder = 0
      OnClick = btnReturnClick
    end
    object txtBooknum1: TEdit
      Left = 104
      Top = 24
      Width = 121
      Height = 21
      TabOrder = 1
      OnChange = txtBooknum1Change
    end
  end
  object btnSupply: TButton
    Left = 240
    Top = 384
    Width = 75
    Height = 25
    Caption = #25552#20132'(&P)'
    Enabled = False
    TabOrder = 3
    OnClick = btnSupplyClick
  end
  object Button2: TButton
    Left = 576
    Top = 400
    Width = 75
    Height = 25
    Caption = #36864#20986'(&E)'
    TabOrder = 4
    OnClick = Button2Click
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 40
    Top = 56
  end
  object ADOQuery1: TADOQuery
    ConnectionString = 
      'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
      'fo=False;Initial Catalog=xxr;Data Source=.'
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      '')
    Left = 72
    Top = 56
  end
end

⌨️ 快捷键说明

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