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

📄 glyh.dfm

📁 学生管理系统小鸟做了
💻 DFM
字号:
object fmglyh: Tfmglyh
  Left = 313
  Top = 139
  Width = 568
  Height = 434
  Caption = #31649#29702#29992#25143
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object DBGrid1: TDBGrid
    Left = 8
    Top = 8
    Width = 537
    Height = 225
    DataSource = fmdm.DSglyh
    TabOrder = 0
    TitleFont.Charset = ANSI_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -13
    TitleFont.Name = #23435#20307
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'stu_id'
        Title.Caption = #23398#21495
        Width = 60
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'stu_name'
        Title.Caption = #22995#21517
        Width = 60
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'stu_age'
        Title.Caption = #24180#40836
        Width = 40
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'stu_sex'
        Title.Caption = #24615#21035
        Width = 40
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'stu_graduate'
        Title.Caption = #27605#19994#26102#38388
        Width = 64
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'stu_employmentstate'
        Title.Caption = #26159#21542#24037#20316
        Width = 64
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'stu_company'
        Title.Caption = #25152#22312#20844#21496
        Width = 80
        Visible = True
      end>
  end
  object Panel1: TPanel
    Left = 8
    Top = 240
    Width = 281
    Height = 157
    TabOrder = 1
    object Label1: TLabel
      Left = 16
      Top = 40
      Width = 182
      Height = 13
      Caption = #35831#36755#20837#20320#35201#21024#38500#30340#29992#25143#30340#32534#21495#65306
    end
    object Edit1: TEdit
      Left = 16
      Top = 96
      Width = 89
      Height = 21
      TabOrder = 0
    end
    object Button1: TButton
      Left = 144
      Top = 96
      Width = 75
      Height = 25
      Caption = #21024#38500
      TabOrder = 1
      OnClick = Button1Click
    end
  end
end

⌨️ 快捷键说明

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