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

📄 un_config.dfm

📁 局域网的一个聊天程序
💻 DFM
字号:
object form_config: Tform_config
  Left = 210
  Top = 163
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = 'Quick Message '#35774#32622
  ClientHeight = 347
  ClientWidth = 325
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object PageControl1: TPageControl
    Left = 0
    Top = 0
    Width = 325
    Height = 313
    ActivePage = TabSheet1
    Align = alTop
    HotTrack = True
    TabOrder = 0
    object TabSheet1: TTabSheet
      Caption = #21551#21160#35774#32622
      object GroupBox2: TGroupBox
        Left = 0
        Top = 0
        Width = 317
        Height = 286
        Align = alClient
        TabOrder = 0
        object cb_runonboot: TCheckBox
          Left = 16
          Top = 24
          Width = 97
          Height = 17
          Caption = #24320#26426#33258#21160#36816#34892
          TabOrder = 0
        end
      end
    end
    object TabSheet2: TTabSheet
      Caption = #20010#24615#35774#32622
      ImageIndex = 1
      object GroupBox3: TGroupBox
        Left = 0
        Top = 0
        Width = 317
        Height = 286
        Align = alClient
        TabOrder = 0
        object Label2: TLabel
          Left = 16
          Top = 24
          Width = 60
          Height = 12
          Caption = #28040#24687#25552#31034#38899
        end
        object ed_msgsound: TEdit
          Left = 80
          Top = 20
          Width = 145
          Height = 20
          ReadOnly = True
          TabOrder = 0
          Text = 'ed_msgsound'
        end
        object Button4: TButton
          Left = 232
          Top = 19
          Width = 75
          Height = 22
          Caption = #26356#25913
          TabOrder = 1
          OnClick = Button4Click
        end
        object cb_alwplaysound: TCheckBox
          Left = 16
          Top = 48
          Width = 97
          Height = 17
          Caption = #25773#25918#22768#38899
          TabOrder = 2
        end
      end
    end
    object TabSheet3: TTabSheet
      Caption = #36830#25509#35774#32622
      ImageIndex = 2
      object GroupBox1: TGroupBox
        Left = 0
        Top = 0
        Width = 317
        Height = 286
        Align = alClient
        TabOrder = 0
        object Label1: TLabel
          Left = 16
          Top = 24
          Width = 108
          Height = 12
          Caption = #36830#25509#36229#26102#26102#38388'('#27627#31186')'
        end
        object Label3: TLabel
          Left = 43
          Top = 76
          Width = 12
          Height = 12
          Caption = #183
        end
        object Label4: TLabel
          Left = 83
          Top = 76
          Width = 12
          Height = 12
          Caption = #183
        end
        object Label5: TLabel
          Left = 16
          Top = 56
          Width = 48
          Height = 12
          Caption = #36830#25509#32593#27573
        end
        object ed_conntimeout: TEdit
          Left = 128
          Top = 20
          Width = 33
          Height = 20
          MaxLength = 4
          TabOrder = 0
          Text = '100'
          OnExit = ed_conntimeoutExit
          OnKeyPress = ed_conntimeoutKeyPress
        end
        object lb_ipsect: TListBox
          Left = 128
          Top = 72
          Width = 89
          Height = 105
          ItemHeight = 12
          TabOrder = 1
        end
        object Edit1: TEdit
          Left = 16
          Top = 72
          Width = 25
          Height = 20
          MaxLength = 3
          TabOrder = 2
          Text = '0'
          OnKeyPress = Edit1KeyPress
        end
        object Edit2: TEdit
          Left = 56
          Top = 72
          Width = 25
          Height = 20
          MaxLength = 3
          TabOrder = 3
          Text = '0'
          OnKeyPress = Edit2KeyPress
        end
        object Edit3: TEdit
          Left = 96
          Top = 72
          Width = 25
          Height = 20
          MaxLength = 3
          TabOrder = 4
          Text = '0'
          OnKeyPress = ed_conntimeoutKeyPress
        end
        object Button5: TButton
          Left = 96
          Top = 104
          Width = 25
          Height = 22
          Caption = '>>'
          TabOrder = 5
          OnClick = Button5Click
        end
        object Button6: TButton
          Left = 96
          Top = 128
          Width = 25
          Height = 22
          Caption = '<<'
          TabOrder = 6
          OnClick = Button6Click
        end
      end
    end
  end
  object Button1: TButton
    Left = 240
    Top = 320
    Width = 75
    Height = 22
    Caption = #24212#29992
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 80
    Top = 320
    Width = 75
    Height = 22
    Caption = #30830#23450
    TabOrder = 2
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 160
    Top = 320
    Width = 75
    Height = 22
    Caption = #21462#28040
    TabOrder = 3
    OnClick = Button3Click
  end
end

⌨️ 快捷键说明

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