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

📄 frmconfig_06.frm

📁 vb源码之家界面源码,非常详细的说明和代码
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmConfig_06 
   Appearance      =   0  'Flat
   BackColor       =   &H80000005&
   BorderStyle     =   0  'None
   Caption         =   "Form1"
   ClientHeight    =   4575
   ClientLeft      =   0
   ClientTop       =   0
   ClientWidth     =   6375
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   4575
   ScaleWidth      =   6375
   ShowInTaskbar   =   0   'False
   StartUpPosition =   3  '窗口缺省
   Begin VBFriend2006.Xp_Frame Xp_Frame2 
      Height          =   1455
      Left            =   90
      TabIndex        =   1
      Top             =   2970
      Width           =   4065
      _ExtentX        =   7170
      _ExtentY        =   2566
      Caption         =   "注册信息"
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      BackColor       =   16777215
      Begin VBFriend2006.XPText XPText1 
         Height          =   315
         Left            =   870
         TabIndex        =   6
         Top             =   390
         Width           =   1695
         _ExtentX        =   2990
         _ExtentY        =   556
         Enabled         =   0   'False
         Text            =   "012345678901234"
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   -2147483640
         BackColor       =   -2147483643
      End
      Begin VBFriend2006.XPText txtVer 
         Height          =   315
         Left            =   870
         TabIndex        =   7
         Top             =   840
         Width           =   1695
         _ExtentX        =   2990
         _ExtentY        =   556
         Enabled         =   0   'False
         Text            =   "V1.0.0"
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   -2147483640
         BackColor       =   -2147483643
      End
      Begin VBFriend2006.CommandButton cmdWork 
         Height          =   345
         Index           =   2
         Left            =   2760
         TabIndex        =   10
         Top             =   360
         Width           =   1065
         _ExtentX        =   1879
         _ExtentY        =   609
         Caption         =   "发邮件"
         DotBackColor    =   -2147483633
      End
      Begin VBFriend2006.CommandButton cmdWork 
         Height          =   345
         Index           =   3
         Left            =   2760
         TabIndex        =   11
         Top             =   840
         Width           =   1065
         _ExtentX        =   1879
         _ExtentY        =   609
         Caption         =   "My Blog"
         DotBackColor    =   -2147483633
      End
      Begin VB.Label lblMsg 
         BackStyle       =   0  'Transparent
         Caption         =   "标识码:"
         Height          =   315
         Left            =   180
         TabIndex        =   9
         Top             =   450
         Width           =   1365
      End
      Begin VB.Label Label1 
         BackStyle       =   0  'Transparent
         Caption         =   "版  本:"
         Height          =   315
         Left            =   180
         TabIndex        =   8
         Top             =   900
         Width           =   1365
      End
   End
   Begin VBFriend2006.Xp_Frame Xp_Frame1 
      Height          =   2805
      Left            =   90
      TabIndex        =   0
      Top             =   30
      Width           =   6135
      _ExtentX        =   10821
      _ExtentY        =   4948
      Caption         =   "注册说明"
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      BackColor       =   16777215
      Begin VB.TextBox txtReg 
         Appearance      =   0  'Flat
         BorderStyle     =   0  'None
         ForeColor       =   &H00000000&
         Height          =   2385
         Left            =   210
         Locked          =   -1  'True
         MultiLine       =   -1  'True
         ScrollBars      =   2  'Vertical
         TabIndex        =   5
         Text            =   "frmConfig_06.frx":0000
         Top             =   270
         Width           =   5775
      End
   End
   Begin VBFriend2006.Xp_Frame Xp_Frame3 
      Height          =   1455
      Left            =   4350
      TabIndex        =   2
      Top             =   2970
      Width           =   1875
      _ExtentX        =   3307
      _ExtentY        =   2566
      Caption         =   "连线操作"
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      BackColor       =   16777215
      Begin VBFriend2006.CommandButton cmdWork 
         Height          =   345
         Index           =   0
         Left            =   240
         TabIndex        =   3
         Top             =   390
         Width           =   1425
         _ExtentX        =   2514
         _ExtentY        =   609
         Caption         =   "在线注册"
         ForeColor       =   16711680
         DotBackColor    =   -2147483633
      End
      Begin VBFriend2006.CommandButton cmdWork 
         Height          =   345
         Index           =   1
         Left            =   240
         TabIndex        =   4
         Top             =   870
         Width           =   1425
         _ExtentX        =   2514
         _ExtentY        =   609
         Caption         =   "在线升级"
         ForeColor       =   16711680
         DotBackColor    =   -2147483633
      End
   End
End
Attribute VB_Name = "frmConfig_06"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
'*************************************************************************
'**函 数 名:Form_Load
'**输    入:无
'**输    出:无
'**功能描述:
'**全局变量:
'**调用模块:
'**作    者:叶帆
'**日    期:2005-10-18 11:49:08
'**修 改 人:
'**日    期:
'**版    本:V1.0.0
'*************************************************************************
Private Sub Form_Load()
    Me.Move 0, 0

    With App  '程序版本
        txtVer.Text = "V" & .Major & "." & .Minor & "." & .Revision
    End With
    
    
    

End Sub

'*************************************************************************
'**函 数 名:SaveValue
'**输    入:无
'**输    出:无
'**功能描述:保存参数
'**全局变量:
'**调用模块:
'**作    者:叶帆
'**日    期:2005-11-10 10:50:20
'**修 改 人:
'**日    期:
'**版    本:V1.0.0
'*************************************************************************
Public Sub SaveValue()
    
End Sub

'*************************************************************************
'**函 数 名:ResumeValue
'**输    入:无
'**输    出:无
'**功能描述:恢复参数
'**全局变量:
'**调用模块:
'**作    者:叶帆
'**日    期:2005-11-10 10:52:05
'**修 改 人:
'**日    期:
'**版    本:V1.0.0
'*************************************************************************
Public Sub ResumeValue()
    
End Sub

⌨️ 快捷键说明

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