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

📄 form2.frm

📁 冰点BaiDNS动态域名解析系统是基于VB程序开发
💻 FRM
字号:
VERSION 5.00
Begin VB.Form myf 
   BorderStyle     =   4  'Fixed ToolWindow
   Caption         =   "Form1"
   ClientHeight    =   2715
   ClientLeft      =   45
   ClientTop       =   345
   ClientWidth     =   4590
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   2715
   ScaleWidth      =   4590
   ShowInTaskbar   =   0   'False
   StartUpPosition =   3  '窗口缺省
   Visible         =   0   'False
   WindowState     =   1  'Minimized
   Begin VB.TextBox Text6 
      Height          =   270
      Left            =   240
      TabIndex        =   5
      Text            =   "6"
      Top             =   2280
      Width           =   4095
   End
   Begin VB.TextBox Text5 
      Height          =   270
      Left            =   240
      TabIndex        =   4
      Text            =   "5"
      Top             =   1920
      Width           =   4095
   End
   Begin VB.TextBox Text4 
      Height          =   270
      Left            =   240
      TabIndex        =   3
      Text            =   "4"
      Top             =   1560
      Width           =   4095
   End
   Begin VB.TextBox Text3 
      Height          =   270
      Left            =   240
      TabIndex        =   2
      Text            =   "3"
      Top             =   1200
      Width           =   4095
   End
   Begin VB.TextBox Text2 
      Height          =   270
      Left            =   240
      TabIndex        =   1
      Text            =   "2"
      Top             =   840
      Width           =   4095
   End
   Begin VB.TextBox Text1 
      Height          =   270
      Left            =   240
      TabIndex        =   0
      Text            =   "1"
      Top             =   480
      Width           =   4095
   End
   Begin VB.Image i3 
      Height          =   330
      Left            =   2760
      Picture         =   "Form2.frx":0000
      Top             =   120
      Width           =   1065
   End
   Begin VB.Image i2 
      Height          =   330
      Left            =   1680
      Picture         =   "Form2.frx":07DC
      Top             =   120
      Width           =   1065
   End
   Begin VB.Image i1 
      Height          =   330
      Left            =   600
      Picture         =   "Form2.frx":1028
      Top             =   120
      Width           =   1065
   End
End
Attribute VB_Name = "myf"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
'|Download by http://www.codefans.net
'|
'|本代码因为网址接口现在正常使用,所以把网址去掉了,程序是绝对正常使用的
'|
'|本程序的原理就是远程获取网页地址,通过网页来对DNS服务器进行操作。
'|
'|如REG.PHP就是注册接口。
'|
'|网页不能直接对DNS服务器操作,操作有命令。可以通过VB编写DLL来执行命令。
'|
'|其实很简单了。版权的也不要了。嘿嘿。
'|
'|这个版本快被俺丢掉了。要想用免费域名的:)http://www.nouo.com去下载。哇哈哈哈哈
'|
'|嗯嗯。最新的是控制台命令+服务版本。很稳定。。以后有机会公布。

⌨️ 快捷键说明

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