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

📄 selectunt.dfm

📁 絮语2007视频聊天软件源程序.仅供参考
💻 DFM
字号:
object selectfrm: Tselectfrm
  Left = 253
  Top = 137
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = '用户列表'
  ClientHeight = 271
  ClientWidth = 281
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  Scaled = False
  OnCreate = FormCreate
  OnPaint = FormPaint
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Bevel1: TBevel
    Left = 8
    Top = 8
    Width = 265
    Height = 225
    Shape = bsFrame
  end
  object Label1: TLabel
    Left = 32
    Top = 243
    Width = 52
    Height = 13
    Caption = '发送目录'
    Transparent = True
    OnClick = Label1Click
  end
  object xpButton1: TxpButton
    Left = 192
    Top = 240
    Width = 75
    Height = 25
    Caption = '下一步'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = '宋体'
    Font.Style = []
    TabOrder = 0
    TabStop = True
    OnClick = xpButton1Click
  end
  object xpButton2: TxpButton
    Left = 112
    Top = 240
    Width = 75
    Height = 25
    Caption = '取消'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = '宋体'
    Font.Style = []
    TabOrder = 1
    TabStop = True
    OnClick = xpButton2Click
  end
  object CheckBox1: TCheckBox
    Left = 16
    Top = 240
    Width = 14
    Height = 17
    TabOrder = 2
  end
  object ListView1: TListView
    Left = 15
    Top = 16
    Width = 250
    Height = 209
    Checkboxes = True
    Columns = <
      item
        Caption = '昵称(帐号)'
        Width = 220
      end>
    ReadOnly = True
    SmallImages = udpcore.main_small_list
    TabOrder = 3
    ViewStyle = vsReport
  end
end

⌨️ 快捷键说明

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