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

📄 u_selectcollect.dfm

📁 一个简单的学籍管理软件
💻 DFM
字号:
object Fm_SelectCollect: TFm_SelectCollect
  Left = 252
  Top = 132
  BorderStyle = bsDialog
  Caption = '选择统计条件'
  ClientHeight = 206
  ClientWidth = 316
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = '宋体'
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 14
  object Bevel1: TBevel
    Left = 0
    Top = 156
    Width = 316
    Height = 50
    Align = alBottom
    Shape = bsTopLine
  end
  object Btn_Cancel: TButton
    Left = 182
    Top = 170
    Width = 75
    Height = 25
    Anchors = [akRight, akBottom]
    Caption = '取消'
    ModalResult = 2
    TabOrder = 6
  end
  object Btn_Ok: TButton
    Left = 62
    Top = 170
    Width = 75
    Height = 25
    Anchors = [akRight, akBottom]
    Caption = '确定'
    ModalResult = 1
    TabOrder = 5
  end
  object RdBtn_Class: TRadioButton
    Left = 20
    Top = 11
    Width = 113
    Height = 17
    Caption = '按班级统计'
    Checked = True
    TabOrder = 0
    TabStop = True
  end
  object RdBtn_Rank: TRadioButton
    Left = 20
    Top = 40
    Width = 275
    Height = 17
    Caption = '按等级统计(不及格、及格、良好、优秀)'
    TabOrder = 1
  end
  object RdBtn_ClassRank: TRadioButton
    Left = 20
    Top = 97
    Width = 149
    Height = 17
    Caption = '按班级与等级统计'
    TabOrder = 3
  end
  object RdBtn_Score: TRadioButton
    Left = 20
    Top = 69
    Width = 275
    Height = 17
    Caption = '按分数段统计(从60分向上以10分为单位)'
    TabOrder = 2
  end
  object RdBtn_ClassScore: TRadioButton
    Left = 20
    Top = 126
    Width = 149
    Height = 17
    Caption = '按班级与分数段统计'
    TabOrder = 4
  end
end

⌨️ 快捷键说明

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