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

📄 bjcjunit.dfm

📁 高校学生学籍管理系统源码
💻 DFM
字号:
object bjcjtemp: Tbjcjtemp
  Left = 225
  Top = 168
  Width = 334
  Height = 287
  Caption = #29677#32423#25104#32489#25171#21360
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 326
    Height = 260
    Align = alClient
    TabOrder = 0
    object GroupBox1: TGroupBox
      Left = 40
      Top = 32
      Width = 249
      Height = 169
      Caption = #35831#36873#25321
      TabOrder = 0
      object Label1: TLabel
        Left = 32
        Top = 36
        Width = 103
        Height = 13
        AutoSize = False
        Caption = #35831#36873#25321#19987#19994#21517
      end
      object Label2: TLabel
        Left = 32
        Top = 76
        Width = 71
        Height = 13
        AutoSize = False
        Caption = #35831#36873#25321#29677#32423
      end
      object Label4: TLabel
        Left = 48
        Top = 116
        Width = 63
        Height = 13
        AutoSize = False
        Caption = #23398#26399
      end
      object ComboBox1: TComboBox
        Left = 120
        Top = 34
        Width = 103
        Height = 21
        ItemHeight = 13
        TabOrder = 0
        OnExit = ComboBox1Exit
      end
      object ComboBox2: TComboBox
        Left = 120
        Top = 76
        Width = 103
        Height = 21
        ItemHeight = 13
        TabOrder = 1
      end
      object MaskEdit1: TMaskEdit
        Left = 121
        Top = 115
        Width = 104
        Height = 21
        EditMask = '0000\-9;1;_'
        MaxLength = 6
        TabOrder = 2
        Text = '1999-2'
      end
    end
    object Button1: TButton
      Left = 128
      Top = 216
      Width = 75
      Height = 25
      Caption = #30830#23450
      TabOrder = 1
      OnClick = Button1Click
    end
  end
  object qry: TQuery
    DatabaseName = 'sinfo'
    Left = 72
    Top = 216
  end
  object DataSource1: TDataSource
    DataSet = qry
    Left = 40
    Top = 216
  end
  object qry1: TQuery
    DatabaseName = 'sinfo'
    Left = 288
    Top = 216
  end
  object DataSource2: TDataSource
    DataSet = qry1
    Left = 256
    Top = 216
  end
end

⌨️ 快捷键说明

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