com_error.dfm

来自「bds2006下面的串口操作」· DFM 代码 · 共 38 行

DFM
38
字号
object FormComError: TFormComError
  Left = 0
  Top = 0
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = #38169#35823
  ClientHeight = 75
  ClientWidth = 181
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 40
    Top = 16
    Width = 108
    Height = 13
    Caption = #20018#21475#25171#24320#21457#29983#38169#35823#65281
  end
  object Button1: TButton
    Left = 64
    Top = 43
    Width = 57
    Height = 17
    Cancel = True
    Caption = #30830#23450
    Default = True
    ModalResult = 1
    TabOrder = 0
  end
end

⌨️ 快捷键说明

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