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

📄 frmmain.frm

📁 利用Visual Basic编写的小程序
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form frmMain 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "通讯录"
   ClientHeight    =   4485
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   7665
   Icon            =   "frmMain.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   4485
   ScaleWidth      =   7665
   StartUpPosition =   2  '屏幕中心
   Begin VB.ComboBox comTitle 
      Height          =   300
      ItemData        =   "frmMain.frx":0442
      Left            =   3345
      List            =   "frmMain.frx":0449
      Style           =   2  'Dropdown List
      TabIndex        =   40
      Top             =   105
      Width           =   855
   End
   Begin VB.CommandButton cmdNavi 
      Height          =   360
      Index           =   3
      Left            =   5760
      MaskColor       =   &H00FFFFFF&
      Picture         =   "frmMain.frx":0453
      Style           =   1  'Graphical
      TabIndex        =   39
      ToolTipText     =   "最后一人"
      Top             =   120
      UseMaskColor    =   -1  'True
      Width           =   435
   End
   Begin VB.CommandButton cmdNavi 
      Height          =   360
      Index           =   2
      Left            =   5320
      MaskColor       =   &H00FFFFFF&
      Picture         =   "frmMain.frx":05C5
      Style           =   1  'Graphical
      TabIndex        =   38
      ToolTipText     =   "后一人"
      Top             =   120
      UseMaskColor    =   -1  'True
      Width           =   435
   End
   Begin VB.CommandButton cmdNavi 
      Height          =   360
      Index           =   1
      Left            =   4880
      MaskColor       =   &H00FFFFFF&
      Picture         =   "frmMain.frx":0737
      Style           =   1  'Graphical
      TabIndex        =   37
      ToolTipText     =   "前一人"
      Top             =   120
      UseMaskColor    =   -1  'True
      Width           =   435
   End
   Begin VB.CommandButton cmdNavi 
      Height          =   360
      Index           =   0
      Left            =   4440
      MaskColor       =   &H00FFFFFF&
      Picture         =   "frmMain.frx":08A9
      Style           =   1  'Graphical
      TabIndex        =   36
      ToolTipText     =   "第一人"
      Top             =   120
      UseMaskColor    =   -1  'True
      Width           =   435
   End
   Begin VB.CommandButton cmdEdit 
      Height          =   360
      Left            =   6640
      MaskColor       =   &H00FFFFFF&
      Picture         =   "frmMain.frx":0A1B
      Style           =   1  'Graphical
      TabIndex        =   35
      ToolTipText     =   "修改当前记录"
      Top             =   120
      UseMaskColor    =   -1  'True
      Width           =   435
   End
   Begin VB.CommandButton cmdDelete 
      Height          =   360
      Left            =   7080
      MaskColor       =   &H00FFFFFF&
      Picture         =   "frmMain.frx":0B8D
      Style           =   1  'Graphical
      TabIndex        =   26
      ToolTipText     =   "删除当前记录"
      Top             =   120
      UseMaskColor    =   -1  'True
      Width           =   435
   End
   Begin VB.CommandButton cmdAdd 
      Height          =   360
      Left            =   6200
      MaskColor       =   &H00FFFFFF&
      Picture         =   "frmMain.frx":0CFF
      Style           =   1  'Graphical
      TabIndex        =   17
      ToolTipText     =   "添加新记录"
      Top             =   120
      UseMaskColor    =   -1  'True
      Width           =   435
   End
   Begin VB.Frame Frame2 
      Caption         =   "详细信息"
      Height          =   3870
      Left            =   1845
      TabIndex        =   5
      Top             =   480
      Width           =   5655
      Begin VB.TextBox txtAddress 
         Appearance      =   0  'Flat
         Height          =   270
         Left            =   1020
         Locked          =   -1  'True
         TabIndex        =   33
         Top             =   2781
         Width           =   4110
      End
      Begin VB.TextBox txtTitle 
         Appearance      =   0  'Flat
         Height          =   270
         Left            =   1020
         Locked          =   -1  'True
         TabIndex        =   31
         Top             =   2433
         Width           =   1095
      End
      Begin VB.Frame Frame3 
         Caption         =   "照片"
         Height          =   2490
         Left            =   3495
         TabIndex        =   29
         Top             =   225
         Width           =   1995
         Begin VB.Image imgPhoto 
            Height          =   2100
            Left            =   150
            Stretch         =   -1  'True
            Top             =   255
            Width           =   1740
         End
         Begin VB.Label Label13 
            Caption         =   "无照片"
            Height          =   240
            Left            =   735
            TabIndex        =   30
            Top             =   1110
            Width           =   555
         End
      End
      Begin VB.TextBox txtMobile 
         Appearance      =   0  'Flat
         Height          =   270
         Left            =   1020
         Locked          =   -1  'True
         TabIndex        =   28
         Top             =   1737
         Width           =   1095
      End
      Begin VB.TextBox txtEmail 
         Appearance      =   0  'Flat
         Height          =   270
         Left            =   1020
         Locked          =   -1  'True
         TabIndex        =   16
         Top             =   3480
         Width           =   4110
      End
      Begin VB.TextBox txtPostalCode 
         Appearance      =   0  'Flat
         Height          =   270
         Left            =   1020
         Locked          =   -1  'True
         TabIndex        =   15
         Top             =   2085
         Width           =   1095
      End
      Begin VB.TextBox txtTelHome 
         Appearance      =   0  'Flat
         Height          =   270
         Left            =   1020
         Locked          =   -1  'True
         TabIndex        =   14
         Top             =   1389
         Width           =   1095
      End
      Begin VB.TextBox txtTelOffice 
         Appearance      =   0  'Flat
         Height          =   270
         Left            =   1020
         Locked          =   -1  'True
         TabIndex        =   12
         Top             =   1041
         Width           =   1095
      End
      Begin VB.TextBox txtCompany 
         Appearance      =   0  'Flat
         Height          =   270
         Left            =   1020
         Locked          =   -1  'True
         TabIndex        =   11
         Top             =   3129
         Width           =   4110
      End
      Begin VB.TextBox txtCity 
         Appearance      =   0  'Flat
         Height          =   270
         Left            =   2940
         Locked          =   -1  'True
         TabIndex        =   10
         Top             =   660
         Width           =   495
      End
      Begin VB.TextBox txtBirthday 
         Appearance      =   0  'Flat
         Height          =   270
         Left            =   1020
         Locked          =   -1  'True
         TabIndex        =   9
         Top             =   693
         Width           =   1095
      End
      Begin VB.TextBox txtSex 
         Appearance      =   0  'Flat
         Height          =   270
         Left            =   2940
         Locked          =   -1  'True
         TabIndex        =   8
         Top             =   330
         Width           =   495
      End
      Begin VB.TextBox txtName 
         Appearance      =   0  'Flat
         Height          =   270
         Left            =   1020
         Locked          =   -1  'True
         TabIndex        =   6
         Top             =   345
         Width           =   1095
      End
      Begin VB.Label Label15 
         Caption         =   "地    址"
         Height          =   255
         Left            =   210
         TabIndex        =   34
         Top             =   2785
         Width           =   855
      End
      Begin VB.Label Label14 
         Caption         =   "职务职称"
         Height          =   255
         Left            =   210
         TabIndex        =   32
         Top             =   2445
         Width           =   870
      End
      Begin VB.Label Label12 
         Caption         =   "手机号码"
         Height          =   255
         Left            =   210
         TabIndex        =   27
         Top             =   1765
         Width           =   870
      End
      Begin VB.Label Label3 
         Caption         =   "姓    名"
         Height          =   255
         Left            =   210
         TabIndex        =   25
         Top             =   405
         Width           =   840
      End
      Begin VB.Label Label4 
         Caption         =   "性    别"
         Height          =   255
         Left            =   2160
         TabIndex        =   24
         Top             =   375
         Width           =   750
      End
      Begin VB.Label Label5 
         Caption         =   "出生日期"
         Height          =   255
         Left            =   210
         TabIndex        =   23
         Top             =   745
         Width           =   885
      End
      Begin VB.Label Label6 
         Caption         =   "所在城市"
         Height          =   255
         Left            =   2175
         TabIndex        =   22
         Top             =   690
         Width           =   870
      End
      Begin VB.Label Label7 
         Caption         =   "工作单位"
         Height          =   255
         Left            =   210
         TabIndex        =   21
         Top             =   3125
         Width           =   870
      End
      Begin VB.Label Label9 
         Caption         =   "住宅电话"
         Height          =   255
         Left            =   210
         TabIndex        =   20
         Top             =   1425
         Width           =   870
      End
      Begin VB.Label Label10 
         Caption         =   "邮政编码"
         Height          =   255
         Left            =   210
         TabIndex        =   19
         Top             =   2105
         Width           =   870
      End
      Begin VB.Label Label11 
         Caption         =   "E-Mail"
         Height          =   240
         Left            =   210
         TabIndex        =   18
         Top             =   3465
         Width           =   870
      End

⌨️ 快捷键说明

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