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

📄 unit1.dfm

📁 delphi算法与数据结构
💻 DFM
字号:
object FormSocks: TFormSocks
  Left = 248
  Top = 116
  Width = 409
  Height = 402
  Caption = 'Socks5 Test'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Label3: TLabel
    Left = 24
    Top = 224
    Width = 48
    Height = 12
    Caption = '远程主机'
  end
  object Label4: TLabel
    Left = 24
    Top = 272
    Width = 48
    Height = 12
    Caption = '远程端口'
  end
  object Label5: TLabel
    Left = 232
    Top = 8
    Width = 30
    Height = 12
    Caption = '记录:'
  end
  object GroupBox1: TGroupBox
    Left = 8
    Top = 8
    Width = 209
    Height = 201
    Caption = '信息设置'
    TabOrder = 0
    object Label1: TLabel
      Left = 8
      Top = 24
      Width = 96
      Height = 12
      Caption = 'Socks5 主机地址:'
    end
    object Label2: TLabel
      Left = 8
      Top = 72
      Width = 72
      Height = 12
      Caption = 'Socks5 端口:'
    end
    object Label6: TLabel
      Left = 16
      Top = 144
      Width = 24
      Height = 12
      Caption = '帐号'
    end
    object Label7: TLabel
      Left = 16
      Top = 176
      Width = 24
      Height = 12
      Caption = '密码'
    end
    object Edit1: TEdit
      Left = 48
      Top = 40
      Width = 145
      Height = 20
      TabOrder = 0
      Text = 'Edit1'
    end
    object Edit2: TEdit
      Left = 48
      Top = 88
      Width = 73
      Height = 20
      TabOrder = 1
      Text = 'Edit2'
    end
    object CheckBox1: TCheckBox
      Left = 48
      Top = 120
      Width = 97
      Height = 17
      Caption = '需要认证?'
      Checked = True
      State = cbChecked
      TabOrder = 2
    end
    object Edit5: TEdit
      Left = 48
      Top = 144
      Width = 121
      Height = 20
      TabOrder = 3
    end
    object Edit6: TEdit
      Left = 48
      Top = 176
      Width = 121
      Height = 20
      TabOrder = 4
    end
  end
  object Edit3: TEdit
    Left = 56
    Top = 240
    Width = 145
    Height = 20
    TabOrder = 1
    Text = 'Edit3'
  end
  object Edit4: TEdit
    Left = 56
    Top = 288
    Width = 73
    Height = 20
    TabOrder = 2
    Text = 'Edit4'
  end
  object btnConnect: TButton
    Left = 72
    Top = 336
    Width = 75
    Height = 25
    Caption = '测试'
    TabOrder = 3
    OnClick = btnConnectClick
  end
  object Memo1: TMemo
    Left = 228
    Top = 24
    Width = 169
    Height = 345
    Lines.Strings = (
      'Memo1')
    TabOrder = 4
  end
end

⌨️ 快捷键说明

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