frminfo.frm

来自「baidu_IM源程序,解压后就可以看到。自己还没有试过,不过貌似很不错的」· FRM 代码 · 共 241 行

FRM
241
字号
VERSION 5.00
Begin VB.Form frmInfo 
   Caption         =   "个人资料-Hello,BaiDu. By:a.zhong"
   ClientHeight    =   5550
   ClientLeft      =   3975
   ClientTop       =   2490
   ClientWidth     =   6390
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   5550
   ScaleWidth      =   6390
   Begin VB.CommandButton Command2 
      Caption         =   "刷新"
      Height          =   375
      Left            =   4200
      TabIndex        =   26
      Top             =   5160
      Width           =   855
   End
   Begin VB.CommandButton Command1 
      Caption         =   "提交"
      Height          =   375
      Left            =   5040
      TabIndex        =   25
      Top             =   5160
      Width           =   855
   End
   Begin VB.ComboBox Combo9 
      Height          =   300
      Left            =   5040
      TabIndex        =   24
      Text            =   "Combo9"
      Top             =   2760
      Width           =   1095
   End
   Begin VB.ComboBox Combo8 
      Height          =   300
      Left            =   3360
      TabIndex        =   23
      Text            =   "Combo8"
      Top             =   2760
      Width           =   1215
   End
   Begin VB.ComboBox Combo7 
      Height          =   300
      Left            =   5040
      TabIndex        =   22
      Text            =   "Combo7"
      Top             =   2400
      Width           =   1095
   End
   Begin VB.ComboBox Combo6 
      Height          =   300
      Left            =   3360
      TabIndex        =   21
      Text            =   "Combo6"
      Top             =   2400
      Width           =   1215
   End
   Begin VB.ComboBox Combo5 
      Height          =   300
      Left            =   3360
      TabIndex        =   20
      Text            =   "Combo5"
      Top             =   2040
      Width           =   1215
   End
   Begin VB.ComboBox Combo4 
      Height          =   300
      Left            =   3360
      TabIndex        =   19
      Text            =   "Combo4"
      Top             =   1680
      Width           =   1215
   End
   Begin VB.ComboBox Combo3 
      Height          =   300
      Left            =   5400
      TabIndex        =   18
      Text            =   "Combo3"
      Top             =   1320
      Width           =   735
   End
   Begin VB.ComboBox Combo2 
      Height          =   300
      Left            =   4440
      TabIndex        =   17
      Text            =   "Combo2"
      Top             =   1320
      Width           =   735
   End
   Begin VB.ComboBox Combo1 
      Height          =   300
      Left            =   3360
      TabIndex        =   16
      Text            =   "Combo1"
      Top             =   1320
      Width           =   855
   End
   Begin VB.CheckBox Check1 
      Caption         =   $"frmInfo.frx":0000
      Height          =   255
      Left            =   5400
      TabIndex        =   14
      Top             =   960
      Width           =   735
   End
   Begin VB.OptionButton Option2 
      Caption         =   "女"
      Height          =   255
      Left            =   4440
      TabIndex        =   12
      Top             =   600
      Width           =   615
   End
   Begin VB.OptionButton Option1 
      Caption         =   "男"
      Height          =   255
      Left            =   3360
      TabIndex        =   11
      Top             =   600
      Width           =   975
   End
   Begin VB.TextBox Text1 
      Height          =   2055
      Left            =   240
      MaxLength       =   500
      MultiLine       =   -1  'True
      ScrollBars      =   2  'Vertical
      TabIndex        =   2
      Text            =   "frmInfo.frx":000A
      Top             =   3120
      Width           =   5895
   End
   Begin VB.PictureBox Picture1 
      Height          =   2175
      Left            =   240
      ScaleHeight     =   2115
      ScaleWidth      =   1755
      TabIndex        =   0
      Top             =   240
      Width           =   1815
   End
   Begin VB.Label Label11 
      Caption         =   "@"
      Height          =   255
      Left            =   3360
      TabIndex        =   15
      Top             =   960
      Width           =   1815
   End
   Begin VB.Label Label10 
      Caption         =   "UserName"
      Height          =   255
      Left            =   3360
      TabIndex        =   13
      Top             =   240
      Width           =   2775
   End
   Begin VB.Label Label9 
      Caption         =   "简介:"
      Height          =   255
      Left            =   240
      TabIndex        =   10
      Top             =   2880
      Width           =   615
   End
   Begin VB.Label Label8 
      Caption         =   "目前居住地:"
      Height          =   255
      Left            =   2280
      TabIndex        =   9
      Top             =   2760
      Width           =   2055
   End
   Begin VB.Label Label7 
      Caption         =   "出生地:"
      Height          =   255
      Left            =   2280
      TabIndex        =   8
      Top             =   2400
      Width           =   1095
   End
   Begin VB.Label Label6 
      Caption         =   "婚姻状态:"
      Height          =   255
      Left            =   2280
      TabIndex        =   7
      Top             =   2040
      Width           =   1215
   End
   Begin VB.Label Label5 
      Caption         =   "血型:"
      Height          =   255
      Left            =   2280
      TabIndex        =   6
      Top             =   1680
      Width           =   1335
   End
   Begin VB.Label Label4 
      Caption         =   "生日:"
      Height          =   255
      Left            =   2280
      TabIndex        =   5
      Top             =   1320
      Width           =   1335
   End
   Begin VB.Label Label3 
      Caption         =   "邮箱:"
      Height          =   255
      Left            =   2280
      TabIndex        =   4
      Top             =   960
      Width           =   1455
   End
   Begin VB.Label Label2 
      Caption         =   "性别:"
      Height          =   255
      Left            =   2280
      TabIndex        =   3
      Top             =   600
      Width           =   2295
   End
   Begin VB.Label Label1 
      Caption         =   "用户名:"
      Height          =   255
      Left            =   2280
      TabIndex        =   1
      Top             =   240
      Width           =   2175
   End
End
Attribute VB_Name = "frmInfo"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit

⌨️ 快捷键说明

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