showmess.~dfm

来自「1. 发卡服务端:Server 项目文件:autojet.prj 2」· ~DFM 代码 · 共 49 行

~DFM
49
字号
object Frm_ShowMess: TFrm_ShowMess
  Left = 261
  Top = 223
  BorderStyle = bsDialog
  Caption = #24744#25910#21040#30340#28040#24687
  ClientHeight = 149
  ClientWidth = 376
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = #23435#20307
  Font.Style = []
  FormStyle = fsStayOnTop
  KeyPreview = True
  OldCreateOrder = False
  Position = poScreenCenter
  OnKeyDown = FormKeyDown
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 14
  object LB1: TLabel
    Left = 13
    Top = 49
    Width = 21
    Height = 14
    Caption = 'LB1'
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 126
    Width = 376
    Height = 23
    Panels = <>
    SimplePanel = True
    SimpleText = #25552#31034':  '#35831#25353' F12 '#25110' Alt+C '#36864#20986' '
  end
  object Btn_Cancel: TButton
    Left = 288
    Top = 87
    Width = 69
    Height = 29
    Cancel = True
    Caption = #20851#38381'(&C)'
    ModalResult = 2
    TabOrder = 1
  end
end

⌨️ 快捷键说明

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