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

📄 hinform.dfm

📁 学籍管理
💻 DFM
字号:
object fmHint: TfmHint
  Left = 200
  Top = 115
  BorderStyle = bsDialog
  Caption = '更新提示'
  ClientHeight = 248
  ClientWidth = 406
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '新宋体'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 32
    Top = 21
    Width = 132
    Height = 12
    Caption = '数据字段类型信息:    '
  end
  object Label2: TLabel
    Left = 118
    Top = 198
    Width = 264
    Height = 12
    Caption = '(更新数据时需以数据表字段的特定格式修改)  '
  end
  object Memo1: TMemo
    Left = 32
    Top = 41
    Width = 329
    Height = 137
    ScrollBars = ssVertical
    TabOrder = 0
  end
  object Button1: TButton
    Left = 32
    Top = 190
    Width = 81
    Height = 33
    Caption = '确定'
    TabOrder = 1
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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