unit_msgtips.~dfm

来自「ICCard读写程序,用来在windows环境下读写IC卡内数据!」· ~DFM 代码 · 共 31 行

~DFM
31
字号
object Form_MsgTips: TForm_MsgTips
  Left = 197
  Top = 259
  BorderStyle = bsNone
  ClientHeight = 53
  ClientWidth = 444
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object LBL_MSGTIPS: TLabel
    Left = 40
    Top = 16
    Width = 99
    Height = 16
    Caption = 'LBL_MSGTIPS'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
  end
end

⌨️ 快捷键说明

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