connectform.~dfm

来自「停车场收费系统停车场收费系统停车场收费系统停车场收费系统」· ~DFM 代码 · 共 32 行

~DFM
32
字号
object frmConnect: TfrmConnect
  Left = 218
  Top = 224
  Width = 373
  Height = 111
  BorderIcons = [biSystemMenu]
  Caption = '程序启动'
  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 lblConnectInfo: TLabel
    Left = 8
    Top = 56
    Width = 273
    Height = 16
    AutoSize = False
    Caption = '程序正在启动,请稍候...'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
end

⌨️ 快捷键说明

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