unit1.dfm

来自「<<C++Builder 6实用编程100例>>随书光盘」· DFM 代码 · 共 99 行

DFM
99
字号
object Form1: TForm1
  Left = 316
  Top = 251
  Width = 384
  Height = 315
  Caption = 'Message Exchange'
  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 = 16
    Top = 168
    Width = 185
    Height = 13
    AutoSize = False
    Caption = #24744#21457#36865#28040#24687#25152#21040#26426#22120#30340'IP'#22320#22336#65306
  end
  object Label2: TLabel
    Left = 16
    Top = 208
    Width = 121
    Height = 13
    AutoSize = False
    Caption = #24744#23558#35201#21457#36865#30340#28040#24687#65306
  end
  object Edit1: TEdit
    Left = 208
    Top = 160
    Width = 153
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 144
    Top = 200
    Width = 217
    Height = 21
    TabOrder = 1
  end
  object Button1: TButton
    Left = 192
    Top = 248
    Width = 75
    Height = 25
    Caption = #21457#36865
    TabOrder = 2
    OnClick = Button1Click
  end
  object Memo1: TMemo
    Left = 16
    Top = 24
    Width = 169
    Height = 121
    Lines.Strings = (
      #24744#25152#21457#20986#30340#20449#24687#65306)
    ScrollBars = ssVertical
    TabOrder = 3
  end
  object Memo2: TMemo
    Left = 192
    Top = 24
    Width = 169
    Height = 121
    Lines.Strings = (
      #24744#25152#25910#21040#30340#20449#24687#65306)
    ScrollBars = ssVertical
    TabOrder = 4
  end
  object Button2: TButton
    Left = 280
    Top = 248
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 5
    OnClick = Button2Click
  end
  object NMMsg1: TNMMsg
    Port = 6711
    ReportLevel = 0
    OnMessageSent = NMMsgMessageSent
    Left = 48
    Top = 56
  end
  object NMMSGServ1: TNMMSGServ
    Port = 6711
    ReportLevel = 0
    OnMSG = NMMSGServ1MSG
    Left = 104
    Top = 56
  end
end

⌨️ 快捷键说明

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