chat1.dfm

来自「this file sample in delphi show how to u」· DFM 代码 · 共 63 行

DFM
63
字号
object Form1: TForm1
  Left = 349
  Top = 377
  Width = 342
  Height = 257
  Caption = 'UDPChat'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnActivate = FormActivate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 232
    Top = 8
    Width = 93
    Height = 21
  end
  object Button1: TButton
    Left = 8
    Top = 8
    Width = 89
    Height = 25
    Caption = 'Search Partner'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Memo1: TMemo
    Left = 8
    Top = 40
    Width = 317
    Height = 153
    TabOrder = 1
  end
  object Edit1: TEdit
    Left = 104
    Top = 8
    Width = 121
    Height = 21
    TabOrder = 2
  end
  object Button2: TButton
    Left = 8
    Top = 200
    Width = 75
    Height = 25
    Caption = 'Send'
    TabOrder = 3
    OnClick = Button2Click
  end
  object Edit2: TEdit
    Left = 88
    Top = 200
    Width = 237
    Height = 21
    TabOrder = 4
  end
end

⌨️ 快捷键说明

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