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

📄 frmttzf.dfm

📁 大学田径运动会管理系统
💻 DFM
字号:
inherited ttzf: Tttzf
  Left = 191
  Top = 122
  Width = 610
  Height = 500
  Caption = '团体总分计算'
  ParentFont = False
  Font.Charset = ANSI_CHARSET
  Font.Height = -13
  Font.Name = '宋体'
  OldCreateOrder = True
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 602
    Height = 49
    Align = alTop
    TabOrder = 0
    object Label1: TLabel
      Left = 27
      Top = 18
      Width = 26
      Height = 13
      Caption = '单位'
    end
    object BitBtn1: TBitBtn
      Left = 217
      Top = 13
      Width = 75
      Height = 25
      Caption = '查找'
      TabOrder = 0
      OnClick = BitBtn1Click
    end
    object dwmc: TComboBox
      Left = 62
      Top = 15
      Width = 140
      Height = 21
      ItemHeight = 13
      TabOrder = 1
    end
    object BitBtn2: TBitBtn
      Left = 324
      Top = 13
      Width = 75
      Height = 25
      Caption = '刷新'
      TabOrder = 2
      OnClick = BitBtn2Click
    end
    object BitBtn3: TBitBtn
      Left = 427
      Top = 14
      Width = 75
      Height = 25
      Caption = '打印'
      TabOrder = 3
      OnClick = BitBtn3Click
    end
  end
  object grid: TDBGrid
    Left = 0
    Top = 49
    Width = 602
    Height = 424
    Align = alClient
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
    TabOrder = 1
    TitleFont.Charset = ANSI_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -13
    TitleFont.Name = '宋体'
    TitleFont.Style = []
    OnTitleClick = gridTitleClick
  end
  object m_con: TADOConnection
    LoginPrompt = False
    Left = 432
    Top = 80
  end
  object m_query: TADOQuery
    Connection = m_con
    Parameters = <>
    Left = 496
    Top = 96
  end
  object source: TDataSource
    DataSet = m_query
    Left = 480
    Top = 64
  end
end

⌨️ 快捷键说明

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