unit1.dfm

来自「自动检测网络通断的程序.」· DFM 代码 · 共 49 行

DFM
49
字号
object Form1: TForm1
  Left = 205
  Top = 236
  Width = 696
  Height = 480
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -19
  Font.Name = #23435#20307
  Font.Style = [fsBold]
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 19
  object Label1: TLabel
    Left = 232
    Top = 72
    Width = 137
    Height = 25
    AutoSize = False
    Caption = #32593#32476#24050#32463#26029#24320
    Color = clWhite
    Font.Charset = ANSI_CHARSET
    Font.Color = clGreen
    Font.Height = -21
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentColor = False
    ParentFont = False
  end
  object Button1: TButton
    Left = 248
    Top = 232
    Width = 75
    Height = 25
    Caption = #26816#26597
    TabOrder = 0
    Visible = False
    OnClick = Button1Click
  end
  object Timer1: TTimer
    OnTimer = Timer1Timer
    Left = 352
    Top = 128
  end
end

⌨️ 快捷键说明

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