unit1.dfm

来自「Pruebas para gestion de dispositivos via」· DFM 代码 · 共 49 行

DFM
49
字号
object Form1: TForm1
  Left = 0
  Top = 0
  Caption = 'Form1'
  ClientHeight = 280
  ClientWidth = 426
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 120
  TextHeight = 16
  object Button1: TButton
    Left = 16
    Top = 16
    Width = 65
    Height = 25
    Caption = 'Button1'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Memo1: TMemo
    Left = 16
    Top = 64
    Width = 401
    Height = 209
    Lines.Strings = (
      'Memo1')
    TabOrder = 1
  end
  object Edit1: TEdit
    Left = 168
    Top = 8
    Width = 185
    Height = 24
    TabOrder = 2
    Text = 'Edit1'
  end
  object SNMP: TIdSNMP
    ReceiveTimeout = 5000
    Community = 'public'
    Left = 352
    Top = 128
  end
end

⌨️ 快捷键说明

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