⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit2.dfm

📁 本人自己做的一个c++builder聊天工具,由一个服务端ServerClient和客户端ClientSocket
💻 DFM
字号:
object ChatForm: TChatForm
  Left = 329
  Top = 245
  Width = 332
  Height = 209
  AutoSize = True
  Caption = 'ChatForm'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 321
    Height = 103
    TabOrder = 0
    object Edit1: TEdit
      Left = 0
      Top = 1
      Width = 321
      Height = 100
      AutoSize = False
      TabOrder = 0
      OnKeyDown = Edit1KeyDown
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 104
    Width = 324
    Height = 51
    Align = alBottom
    TabOrder = 1
    object Button1: TButton
      Left = 249
      Top = 14
      Width = 53
      Height = 25
      Caption = #21457#36865
      TabOrder = 0
    end
    object Button2: TButton
      Left = 168
      Top = 16
      Width = 60
      Height = 25
      Caption = #32842#22825#35760#24405
      TabOrder = 1
    end
    object SpeakToAll: TRadioButton
      Left = 32
      Top = 20
      Width = 113
      Height = 17
      Caption = #21457#36865#32473#25152#26377#20154
      TabOrder = 2
    end
  end
  object MainMenu1: TMainMenu
    Left = 32
    Top = 16
    object N1: TMenuItem
      Caption = #35774#32622
    end
    object N4: TMenuItem
      Caption = #20851#38381
      OnClick = N4Click
    end
    object N3: TMenuItem
      Caption = #24110#21161
    end
    object N2: TMenuItem
      Caption = #20851#20110
    end
  end
end

⌨️ 快捷键说明

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