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

📄 u_setcurexam.dfm

📁 一个简单的学籍管理软件
💻 DFM
字号:
object Fm_SetCurExam: TFm_SetCurExam
  Left = 233
  Top = 154
  BorderStyle = bsDialog
  Caption = '设置当前考试'
  ClientHeight = 243
  ClientWidth = 384
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = '宋体'
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 14
  object Label1: TLabel
    Left = 24
    Top = 14
    Width = 105
    Height = 14
    Caption = '一年级当前考试:'
  end
  object Bevel1: TBevel
    Left = 0
    Top = 193
    Width = 384
    Height = 50
    Align = alBottom
    Shape = bsTopLine
  end
  object Label2: TLabel
    Left = 24
    Top = 43
    Width = 105
    Height = 14
    Caption = '二年级当前考试:'
  end
  object Label3: TLabel
    Left = 24
    Top = 71
    Width = 105
    Height = 14
    Caption = '三年级当前考试:'
  end
  object Label4: TLabel
    Left = 24
    Top = 100
    Width = 105
    Height = 14
    Caption = '四年级当前考试:'
  end
  object Label5: TLabel
    Left = 24
    Top = 128
    Width = 105
    Height = 14
    Caption = '五年级当前考试:'
  end
  object Label6: TLabel
    Left = 24
    Top = 157
    Width = 105
    Height = 14
    Caption = '六年级当前考试:'
  end
  object CmbBox_Grade01: TComboBox
    Left = 137
    Top = 10
    Width = 222
    Height = 22
    Style = csDropDownList
    ItemHeight = 14
    TabOrder = 0
    OnKeyDown = CmbBox_Grade01KeyDown
    OnKeyPress = CmbBox_Grade01KeyPress
  end
  object Btn_Cancel: TButton
    Left = 156
    Top = 207
    Width = 75
    Height = 25
    Anchors = [akRight, akBottom]
    Caption = '取消'
    ModalResult = 2
    TabOrder = 7
  end
  object Btn_Help: TButton
    Left = 258
    Top = 207
    Width = 75
    Height = 25
    Anchors = [akRight, akBottom]
    Caption = '帮助'
    TabOrder = 8
  end
  object Btn_Ok: TButton
    Left = 53
    Top = 207
    Width = 75
    Height = 25
    Anchors = [akRight, akBottom]
    Caption = '确定'
    TabOrder = 6
    OnClick = Btn_OkClick
  end
  object CmbBox_Grade02: TComboBox
    Left = 137
    Top = 39
    Width = 222
    Height = 22
    Style = csDropDownList
    ItemHeight = 14
    TabOrder = 1
    OnKeyDown = CmbBox_Grade01KeyDown
    OnKeyPress = CmbBox_Grade01KeyPress
  end
  object CmbBox_Grade03: TComboBox
    Left = 137
    Top = 67
    Width = 222
    Height = 22
    Style = csDropDownList
    ItemHeight = 14
    TabOrder = 2
    OnKeyDown = CmbBox_Grade01KeyDown
    OnKeyPress = CmbBox_Grade01KeyPress
  end
  object CmbBox_Grade04: TComboBox
    Left = 137
    Top = 96
    Width = 222
    Height = 22
    Style = csDropDownList
    ItemHeight = 14
    TabOrder = 3
    OnKeyDown = CmbBox_Grade01KeyDown
    OnKeyPress = CmbBox_Grade01KeyPress
  end
  object CmbBox_Grade05: TComboBox
    Left = 137
    Top = 124
    Width = 222
    Height = 22
    Style = csDropDownList
    ItemHeight = 14
    TabOrder = 4
    OnKeyDown = CmbBox_Grade01KeyDown
    OnKeyPress = CmbBox_Grade01KeyPress
  end
  object CmbBox_Grade06: TComboBox
    Left = 137
    Top = 153
    Width = 222
    Height = 22
    Style = csDropDownList
    ItemHeight = 14
    TabOrder = 5
    OnKeyDown = CmbBox_Grade01KeyDown
    OnKeyPress = CmbBox_Grade01KeyPress
  end
end

⌨️ 快捷键说明

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