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

📄 countpas.dfm

📁 DELPHI 编写个人工作计划事务管理软件
💻 DFM
字号:
object ShowForm: TShowForm
  Left = 200
  Top = 134
  Width = 544
  Height = 375
  Caption = 'ShowForm'
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object DBGrid1: TDBGrid
    Left = 0
    Top = 0
    Width = 536
    Height = 348
    Align = alClient
    Ctl3D = False
    DataSource = DataSource
    FixedColor = clMoneyGreen
    ParentCtl3D = False
    TabOrder = 0
    TitleFont.Charset = ANSI_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -12
    TitleFont.Name = #23435#20307
    TitleFont.Style = []
  end
  object DataSource: TDataSource
    DataSet = SADOQuery
    Left = 136
    Top = 232
  end
  object SADOQuery: TADOQuery
    Parameters = <>
    Left = 168
    Top = 232
  end
end

⌨️ 快捷键说明

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