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

📄 u_subjectcondition.dfm

📁 一个简单的学籍管理软件
💻 DFM
字号:
object Fm_SubjectCondition: TFm_SubjectCondition
  Left = 226
  Top = 127
  BorderStyle = bsDialog
  Caption = '显示条件'
  ClientHeight = 180
  ClientWidth = 354
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 14
  object Bevel1: TBevel
    Left = 0
    Top = 130
    Width = 354
    Height = 50
    Align = alBottom
    Shape = bsTopLine
  end
  object Label1: TLabel
    Left = 146
    Top = 54
    Width = 14
    Height = 14
    Caption = '前'
  end
  object Label2: TLabel
    Left = 226
    Top = 54
    Width = 14
    Height = 14
    Caption = '名'
  end
  object Label3: TLabel
    Left = 226
    Top = 89
    Width = 42
    Height = 14
    Caption = '分以上'
  end
  object Btn_Ok: TButton
    Left = 83
    Top = 145
    Width = 75
    Height = 25
    Anchors = [akRight, akBottom]
    Caption = '确定'
    ModalResult = 1
    TabOrder = 5
  end
  object Btn_Cancel: TButton
    Left = 196
    Top = 145
    Width = 75
    Height = 25
    Anchors = [akRight, akBottom]
    Caption = '取消'
    ModalResult = 2
    TabOrder = 6
  end
  object RdBtn_All: TRadioButton
    Left = 22
    Top = 17
    Width = 90
    Height = 17
    Caption = '全部显示'
    Checked = True
    TabOrder = 0
    TabStop = True
    OnClick = RdBtn_OrderClick
    OnKeyDown = RdBtn_AllKeyDown
  end
  object RdBtn_Order: TRadioButton
    Left = 22
    Top = 53
    Width = 113
    Height = 17
    Caption = '根据名次显示'
    TabOrder = 1
    OnClick = RdBtn_OrderClick
    OnKeyDown = RdBtn_AllKeyDown
  end
  object RdBtn_Score: TRadioButton
    Left = 22
    Top = 88
    Width = 107
    Height = 17
    Caption = '根据分数显示'
    TabOrder = 3
    OnClick = RdBtn_OrderClick
    OnKeyDown = RdBtn_AllKeyDown
  end
  object SpEdit_Order: TSpinEdit
    Left = 165
    Top = 50
    Width = 54
    Height = 23
    MaxValue = 10000
    MinValue = 1
    TabOrder = 2
    Value = 1
    OnKeyDown = RdBtn_AllKeyDown
  end
  object SpEdit_Score: TSpinEdit
    Left = 165
    Top = 85
    Width = 54
    Height = 23
    MaxValue = 100
    MinValue = 0
    TabOrder = 4
    Value = 0
    OnKeyDown = RdBtn_AllKeyDown
  end
end

⌨️ 快捷键说明

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