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

📄 unit8.dfm

📁 利用Acess数据库
💻 DFM
字号:
object overdue: Toverdue
  Left = 148
  Top = 94
  Width = 516
  Height = 371
  Caption = '过期数据'
  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 GroupBox1: TGroupBox
    Left = 0
    Top = 0
    Width = 508
    Height = 344
    Align = alClient
    Caption = '待更新数据'
    TabOrder = 0
    object DBGrid1: TDBGrid
      Left = 145
      Top = 15
      Width = 361
      Height = 327
      Align = alRight
      Color = clInfoBk
      DataSource = DataSource1
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
    end
    object BitBtn1: TBitBtn
      Left = 40
      Top = 184
      Width = 89
      Height = 33
      Cursor = crHandPoint
      Caption = '详细内容'
      TabOrder = 1
      Kind = bkIgnore
    end
    object BitBtn2: TBitBtn
      Left = 40
      Top = 88
      Width = 89
      Height = 33
      Cursor = crHandPoint
      Caption = '查看'
      TabOrder = 2
      OnClick = BitBtn2Click
      Kind = bkOK
    end
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 96
  end
  object Query1: TQuery
    DatabaseName = 'copfinal'
    Left = 40
    Top = 32
  end
end

⌨️ 快捷键说明

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