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

📄 bkcjunit.dfm

📁 高校学生学籍管理系统源码
💻 DFM
字号:
object bkcjfrm: Tbkcjfrm
  Left = 298
  Top = 209
  Width = 551
  Height = 280
  Caption = #34917#32771#25104#32489#36755#20837
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 543
    Height = 246
    Align = alClient
    TabOrder = 0
    object Label1: TLabel
      Left = 24
      Top = 35
      Width = 49
      Height = 13
      AutoSize = False
      Caption = #23398#21495
    end
    object Label2: TLabel
      Left = 184
      Top = 35
      Width = 65
      Height = 17
      AutoSize = False
      Caption = #23398#29983#22995#21517
    end
    object Label3: TLabel
      Left = 376
      Top = 35
      Width = 49
      Height = 13
      AutoSize = False
      Caption = #29677#32423#21495
    end
    object Label4: TLabel
      Left = 8
      Top = 75
      Width = 65
      Height = 13
      AutoSize = False
      Caption = #35838#31243#32534#21495
    end
    object Label5: TLabel
      Left = 184
      Top = 75
      Width = 65
      Height = 13
      AutoSize = False
      Caption = #35838#31243#21517#31216
    end
    object Label6: TLabel
      Left = 368
      Top = 75
      Width = 65
      Height = 17
      AutoSize = False
      Caption = #35838#31243#31867#21035
    end
    object Label7: TLabel
      Left = 8
      Top = 117
      Width = 57
      Height = 13
      AutoSize = False
      Caption = #35838#31243#38376#31185
    end
    object Label8: TLabel
      Left = 184
      Top = 117
      Width = 65
      Height = 17
      AutoSize = False
      Caption = #24320#35838#23398#26399
    end
    object Label9: TLabel
      Left = 384
      Top = 117
      Width = 65
      Height = 17
      AutoSize = False
      Caption = #23398#20998
    end
    object Label10: TLabel
      Left = 24
      Top = 155
      Width = 49
      Height = 13
      AutoSize = False
      Caption = #25945#24072
    end
    object Label11: TLabel
      Left = 200
      Top = 155
      Width = 65
      Height = 17
      AutoSize = False
      Caption = #25104#32489
    end
    object Edit1: TEdit
      Left = 72
      Top = 32
      Width = 81
      Height = 21
      TabOrder = 0
      OnExit = Edit1Exit
      OnKeyPress = Edit1KeyPress
    end
    object Edit2: TEdit
      Left = 256
      Top = 32
      Width = 81
      Height = 21
      Color = cl3DLight
      Enabled = False
      TabOrder = 2
    end
    object Edit3: TEdit
      Left = 432
      Top = 32
      Width = 81
      Height = 21
      Color = cl3DLight
      Enabled = False
      TabOrder = 7
    end
    object Edit5: TEdit
      Left = 256
      Top = 72
      Width = 81
      Height = 21
      Color = cl3DLight
      Enabled = False
      TabOrder = 8
    end
    object Edit6: TEdit
      Left = 432
      Top = 72
      Width = 81
      Height = 21
      Color = cl3DLight
      Enabled = False
      TabOrder = 9
    end
    object Edit7: TEdit
      Left = 72
      Top = 112
      Width = 81
      Height = 21
      Color = cl3DLight
      Enabled = False
      TabOrder = 10
    end
    object Edit9: TEdit
      Left = 432
      Top = 112
      Width = 81
      Height = 21
      TabOrder = 3
      OnKeyPress = Edit1KeyPress
    end
    object Edit10: TEdit
      Left = 72
      Top = 152
      Width = 81
      Height = 21
      TabOrder = 4
      OnKeyPress = Edit1KeyPress
    end
    object Edit11: TEdit
      Left = 256
      Top = 152
      Width = 81
      Height = 21
      TabOrder = 5
      OnKeyPress = Edit1KeyPress
    end
    object Button1: TButton
      Left = 232
      Top = 200
      Width = 75
      Height = 25
      Caption = #30830#23450
      TabOrder = 6
      OnClick = Button1Click
    end
    object Edit4: TEdit
      Left = 72
      Top = 72
      Width = 81
      Height = 21
      TabOrder = 1
      OnExit = Edit4Exit
      OnKeyPress = Edit1KeyPress
    end
  end
  object MaskEdit1: TMaskEdit
    Left = 256
    Top = 112
    Width = 78
    Height = 21
    EditMask = '0000-9;1;_'
    MaxLength = 6
    TabOrder = 1
    Text = '1999-2'
    OnKeyPress = Edit1KeyPress
  end
  object DataSource1: TDataSource
    DataSet = qry
    Left = 56
    Top = 192
  end
  object qry: TQuery
    DatabaseName = 'sinfo'
    RequestLive = True
    Left = 96
    Top = 192
  end
end

⌨️ 快捷键说明

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