connectcentersrc.dfm

来自「该程序可作为386的接警程序使用」· DFM 代码 · 共 50 行

DFM
50
字号
object FormConnectCenter: TFormConnectCenter
  Left = 324
  Top = 292
  BorderStyle = bsDialog
  Caption = #36830#25509#25253#35686#22120
  ClientHeight = 99
  ClientWidth = 218
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 48
    Top = 16
    Width = 145
    Height = 25
    AutoSize = False
    Caption = #26159#21542#36830#25509#25253#35686#22120#65311
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Button1: TButton
    Left = 48
    Top = 56
    Width = 57
    Height = 25
    Caption = #26159
    TabOrder = 0
    OnClick = ButtonOKClick
  end
  object Button2: TButton
    Left = 128
    Top = 56
    Width = 57
    Height = 25
    Caption = #21542
    TabOrder = 1
    OnClick = ButtonCancelClick
  end
end

⌨️ 快捷键说明

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