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

📄 unit2.dfm

📁 Delph 开发的学生管理信息系统
💻 DFM
字号:
object Form2: TForm2
  Left = 153
  Top = 263
  Width = 526
  Height = 392
  Caption = #26032#29983#20449#24687#36755#20837
  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 Label1: TLabel
    Left = 80
    Top = 16
    Width = 329
    Height = 37
    Alignment = taCenter
    AutoSize = False
    Caption = #26032#29983#20449#24687#36755#20837
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -24
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object DBGrid1: TDBGrid
    Left = 8
    Top = 56
    Width = 497
    Height = 241
    DataSource = DS_student
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'ID'
        ImeMode = imClose
        Title.Caption = #23398#21495
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'DEPARTMENT'
        ImeMode = imClose
        Title.Caption = #25152#23646#38498#31995
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'CLASS'
        ImeMode = imClose
        Title.Caption = #29677#32423
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'NAME'
        ImeMode = imOpen
        Title.Caption = #22995#21517
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'SEX'
        ImeMode = imClose
        Title.Caption = #24615#21035
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'NATIVE_PLACE'
        ImeMode = imOpen
        Title.Caption = #31821#36143
        Visible = True
      end>
  end
  object DBNavigator1: TDBNavigator
    Left = 16
    Top = 312
    Width = 480
    Height = 33
    DataSource = DS_student
    TabOrder = 1
  end
  object DS_student: TDataSource
    DataSet = T_student
    Left = 16
    Top = 16
  end
  object T_student: TTable
    DatabaseName = 'mydb1'
    TableName = 'STUDENT'
    Left = 64
    Top = 16
  end
end

⌨️ 快捷键说明

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