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

📄 frm_infou.dfm

📁 包括学生的教育经历
💻 DFM
字号:
object frm_info: Tfrm_info
  Left = 234
  Top = 113
  BorderStyle = bsDialog
  Caption = 'frm_info'
  ClientHeight = 384
  ClientWidth = 577
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poOwnerFormCenter
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object DBGrid_info: TDBGrid
    Left = 8
    Top = 16
    Width = 553
    Height = 217
    DataSource = DataSource_info
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    OnCellClick = DBGrid_infoCellClick
  end
  object btn_add: TButton
    Left = 200
    Top = 344
    Width = 75
    Height = 25
    Caption = #28155#21152
    TabOrder = 1
  end
  object btn_del: TButton
    Left = 296
    Top = 344
    Width = 75
    Height = 25
    Caption = #21024#38500
    TabOrder = 2
  end
  object btn_edit: TButton
    Left = 392
    Top = 344
    Width = 75
    Height = 25
    Caption = #20462#25913
    TabOrder = 3
  end
  object btn_exit: TButton
    Left = 488
    Top = 344
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 4
    OnClick = btn_exitClick
  end
  object DataSource_info: TDataSource
    Left = 424
    Top = 24
  end
end

⌨️ 快捷键说明

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