hint1.dfm

来自「职工信息管理系统的源代码」· DFM 代码 · 共 39 行

DFM
39
字号
object hint_form: Thint_form
  Left = 458
  Top = 176
  BorderStyle = bsNone
  Caption = 'hint_form'
  ClientHeight = 225
  ClientWidth = 173
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDefault
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Memo1: TFlatMemo
    Left = 0
    Top = 0
    Width = 173
    Height = 225
    ColorFlat = clBtnFace
    ParentColor = True
    Align = alClient
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
    ReadOnly = True
    TabOrder = 0
    Lines.Strings = (
      'Memo1')
  end
end

⌨️ 快捷键说明

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