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

📄 unit1.dfm

📁 CS型聊天室3.0版.rar
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 119
  Width = 495
  Height = 306
  Caption = #25105#30340#32842#22825#36719#20214'3.0'#29256#65288#23458#25143#31471#65289
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object RichEdit1: TRichEdit
    Left = 24
    Top = 16
    Width = 305
    Height = 137
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    Lines.Strings = (
      'RichEdit1')
    ParentFont = False
    TabOrder = 0
  end
  object GroupBox1: TGroupBox
    Left = 336
    Top = 8
    Width = 145
    Height = 209
    Caption = #22312#32447#21517#21333
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clNavy
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    object ListBox1: TListBox
      Left = 16
      Top = 16
      Width = 113
      Height = 185
      ItemHeight = 16
      TabOrder = 0
    end
  end
  object Button1: TButton
    Left = 192
    Top = 224
    Width = 81
    Height = 25
    Caption = #36830#25509#20027#26426
    TabOrder = 2
    OnClick = Button1Click
  end
  object GroupBox2: TGroupBox
    Left = 32
    Top = 168
    Width = 297
    Height = 49
    Caption = #32842#22825#25991#23383
    TabOrder = 3
    object Edit1: TEdit
      Left = 8
      Top = 16
      Width = 273
      Height = 21
      TabOrder = 0
      OnKeyDown = Edit1KeyDown
    end
  end
  object Button2: TButton
    Left = 312
    Top = 224
    Width = 89
    Height = 25
    Caption = #36864#20986#31995#32479
    TabOrder = 4
    OnClick = Button2Click
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 256
    Width = 487
    Height = 20
    Panels = <>
    SimplePanel = False
  end
  object ClientSocket1: TClientSocket
    Active = False
    ClientType = ctNonBlocking
    Port = 0
    OnConnect = ClientSocket1Connect
    OnRead = ClientSocket1Read
    Left = 400
    Top = 224
  end
end

⌨️ 快捷键说明

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