hint2.dfm

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

DFM
38
字号
object hint_zgb: Thint_zgb
  Left = 380
  Top = 230
  BorderStyle = bsNone
  Caption = 'hint_zgb'
  ClientHeight = 246
  ClientWidth = 161
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Memo1: TFlatMemo
    Left = 0
    Top = 0
    Width = 161
    Height = 246
    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 + -
显示快捷键?