unit1.dfm

来自「《Delphi实用程序100例》配套书源码盘」· DFM 代码 · 共 44 行

DFM
44
字号
object Form1: TForm1
  Left = 201
  Top = 103
  Width = 275
  Height = 202
  Caption = 'Form1'
  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 Button1: TButton
    Left = 176
    Top = 8
    Width = 75
    Height = 25
    Caption = '发送'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Edit1: TEdit
    Left = 8
    Top = 8
    Width = 121
    Height = 21
    ImeName = '中文 (简体) - 智能 ABC'
    TabOrder = 1
    Text = '127.0.0.1'
  end
  object Memo1: TMemo
    Left = 8
    Top = 40
    Width = 249
    Height = 113
    ImeName = '中文 (简体) - 智能 ABC'
    ScrollBars = ssVertical
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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