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

📄 settingunit.dfm

📁 一个支持多用在线聊天的工具
💻 DFM
字号:
object SettingForm: TSettingForm
  Left = 192
  Top = 107
  BorderStyle = bsDialog
  Caption = '参数设置-Client 1.0'
  ClientHeight = 160
  ClientWidth = 334
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 31
    Top = 16
    Width = 271
    Height = 93
    Caption = '参数设置'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    object Label1: TLabel
      Left = 25
      Top = 28
      Width = 60
      Height = 12
      Caption = '服务器名:'
    end
    object Label2: TLabel
      Left = 25
      Top = 56
      Width = 48
      Height = 12
      Caption = '用户名:'
    end
    object HostEdit: TEdit
      Left = 87
      Top = 24
      Width = 160
      Height = 20
      TabOrder = 0
    end
    object NickNameEdit: TEdit
      Left = 87
      Top = 51
      Width = 160
      Height = 20
      TabOrder = 1
    end
  end
  object OkBtn: TButton
    Left = 73
    Top = 121
    Width = 75
    Height = 25
    Caption = '确定(&O)'
    Default = True
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ModalResult = 1
    ParentFont = False
    TabOrder = 1
  end
  object CancelBtn: TButton
    Left = 176
    Top = 121
    Width = 75
    Height = 25
    Caption = '取消(&C)'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ModalResult = 2
    ParentFont = False
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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