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

📄 param_frm.dfm

📁 一个简单的RICH聊天程序
💻 DFM
字号:
object frmParam: TfrmParam
  Left = 406
  Top = 295
  Width = 264
  Height = 184
  Caption = #21442#25968
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -19
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  PixelsPerInch = 96
  TextHeight = 19
  object Label1: TLabel
    Left = 8
    Top = 24
    Width = 68
    Height = 19
    Caption = 'IP'#22320#22336':'
  end
  object Label2: TLabel
    Left = 26
    Top = 64
    Width = 48
    Height = 19
    Caption = #31471#21475':'
  end
  object edtIP: TEdit
    Left = 76
    Top = 20
    Width = 165
    Height = 27
    TabOrder = 0
    Text = '127.0.0.1'
  end
  object edtPort: TEdit
    Left = 76
    Top = 60
    Width = 165
    Height = 27
    TabOrder = 1
    Text = '1111'
  end
  object btnOK: TButton
    Left = 80
    Top = 108
    Width = 75
    Height = 25
    Caption = #30830#23450
    ModalResult = 13
    TabOrder = 2
  end
  object btnCancel: TButton
    Left = 168
    Top = 108
    Width = 75
    Height = 25
    Caption = #21462#28040
    ModalResult = 10
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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