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

📄 unit15.dfm

📁 学生信息管理系统 学生信息管理系统 学生信息管理系统
💻 DFM
字号:
object jsxxcx: Tjsxxcx
  Left = 192
  Top = 107
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #25945#24072#20449#24687#26597#35810
  ClientHeight = 470
  ClientWidth = 691
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnActivate = FormActivate
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 0
    Top = 0
    Width = 691
    Height = 448
    Align = alClient
    TabOrder = 0
    object GroupBox2: TGroupBox
      Left = 0
      Top = 8
      Width = 249
      Height = 105
      Caption = #25945#24072#20449#24687#31934#30830#26597#35810
      TabOrder = 0
      object Label1: TLabel
        Left = 8
        Top = 32
        Width = 48
        Height = 13
        Caption = #25945#24072#21495#65306
      end
      object Edit1: TEdit
        Left = 72
        Top = 24
        Width = 169
        Height = 21
        ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
        MaxLength = 15
        TabOrder = 0
        OnKeyPress = Edit1KeyPress
      end
      object Button1: TButton
        Left = 8
        Top = 64
        Width = 75
        Height = 25
        Caption = #26597#35810
        TabOrder = 1
        OnClick = Button1Click
      end
      object Button2: TButton
        Left = 88
        Top = 64
        Width = 75
        Height = 25
        Caption = #19979#19968#35760#24405
        TabOrder = 2
        OnClick = Button2Click
      end
      object Button3: TButton
        Left = 168
        Top = 64
        Width = 75
        Height = 25
        Caption = #19978#19968#35760#24405
        TabOrder = 3
        OnClick = Button3Click
      end
    end
    object DBGrid1: TDBGrid
      Left = 0
      Top = 120
      Width = 689
      Height = 329
      DataSource = DataSource1
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
      TabOrder = 1
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
    end
    object GroupBox3: TGroupBox
      Left = 264
      Top = 8
      Width = 417
      Height = 105
      Caption = #27169#31946#26597#35810
      TabOrder = 2
      object Label2: TLabel
        Left = 8
        Top = 24
        Width = 48
        Height = 13
        Caption = #25945#24072#21495#65306
      end
      object Label3: TLabel
        Left = 160
        Top = 24
        Width = 36
        Height = 13
        Caption = #22995#21517#65306
      end
      object Label4: TLabel
        Left = 8
        Top = 72
        Width = 36
        Height = 13
        Caption = #32844#21153#65306
      end
      object Label5: TLabel
        Left = 160
        Top = 72
        Width = 60
        Height = 13
        Caption = #25480#35838#25945#31243#65306
      end
      object SpeedButton1: TSpeedButton
        Left = 320
        Top = 16
        Width = 73
        Height = 22
        Caption = #26597#35810
        Glyph.Data = {
          EE000000424DEE000000000000007600000028000000100000000F0000000100
          0400000000007800000000000000000000001000000000000000000000000000
          8000008000000080800080000000800080008080000080808000C0C0C0000000
          FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF
          FFFF00000FFFFF00000F0F000FFFFF0F000F0F000FFFFF0F000F0000000F0000
          000F00F000000F00000F00F000F00F00000F00F000F00F00000FF00000000000
          00FFFF0F000F0F000FFFFF00000F00000FFFFFF000FFF000FFFFFFF0F0FFF0F0
          FFFFFFF000FFF000FFFFFFFFFFFFFFFFFFFF}
        OnClick = SpeedButton1Click
      end
      object Button4: TButton
        Left = 318
        Top = 64
        Width = 75
        Height = 25
        Caption = #36820#22238
        TabOrder = 0
        OnClick = Button4Click
      end
      object Edit2: TEdit
        Left = 56
        Top = 16
        Width = 97
        Height = 21
        ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
        MaxLength = 20
        TabOrder = 1
      end
      object Edit3: TEdit
        Left = 216
        Top = 16
        Width = 89
        Height = 21
        ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
        MaxLength = 20
        TabOrder = 2
      end
      object Edit4: TEdit
        Left = 56
        Top = 64
        Width = 97
        Height = 21
        ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
        MaxLength = 20
        TabOrder = 3
      end
      object Edit5: TEdit
        Left = 216
        Top = 64
        Width = 89
        Height = 21
        ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
        MaxLength = 20
        TabOrder = 4
      end
    end
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 448
    Width = 691
    Height = 22
    Panels = <
      item
        Width = 50
      end
      item
        Width = 50
      end
      item
        Text = #25945#24072#20449#24687#26597#35810#26174#31034
        Width = 50
      end>
    SimplePanel = False
  end
  object ADOQuery1: TADOQuery
    Connection = Form1.ADOConnection1
    Parameters = <>
    Left = 208
    Top = 296
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 120
    Top = 256
  end
end

⌨️ 快捷键说明

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