usend.dfm

来自「开发的一个仿QQ的UDP聊天的程序源代码」· DFM 代码 · 共 49 行

DFM
49
字号
object frmSend: TfrmSend
  Left = 279
  Top = 241
  Width = 360
  Height = 228
  Caption = #21457#36865#25968#25454
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 12
    Top = 8
    Width = 65
    Height = 13
    Caption = #21457#36865#20449#24687#65306
  end
  object memSend: TMemo
    Left = 8
    Top = 29
    Width = 333
    Height = 132
    TabOrder = 0
  end
  object Button1: TButton
    Left = 165
    Top = 170
    Width = 75
    Height = 25
    Caption = #21457#36865
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 269
    Top = 170
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 2
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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