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

📄 frmedit.frm

📁 这是一个家庭信息管理的小软件!
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form frmEdit 
   BorderStyle     =   1  'Fixed Single
   ClientHeight    =   4290
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   5565
   BeginProperty Font 
      Name            =   "Times New Roman"
      Size            =   9
      Charset         =   0
      Weight          =   400
      Underline       =   0   'False
      Italic          =   0   'False
      Strikethrough   =   0   'False
   EndProperty
   Icon            =   "frmEdit.frx":0000
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   ScaleHeight     =   4290
   ScaleWidth      =   5565
   StartUpPosition =   2  'CenterScreen
   Begin VB.Frame Frame1 
      Height          =   3615
      Left            =   20
      TabIndex        =   13
      Top             =   0
      Width           =   5520
      Begin VB.ComboBox Sex 
         BeginProperty Font 
            Name            =   "Times New Roman"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   330
         Left            =   1200
         Style           =   2  'Dropdown List
         TabIndex        =   2
         Top             =   960
         Width           =   1815
      End
      Begin VB.TextBox First_Name 
         Height          =   330
         Left            =   1200
         Locked          =   -1  'True
         MaxLength       =   50
         TabIndex        =   0
         Top             =   240
         Width           =   4095
      End
      Begin VB.TextBox Last_Name 
         Height          =   285
         Left            =   1200
         MaxLength       =   50
         TabIndex        =   1
         Top             =   600
         Width           =   4095
      End
      Begin VB.TextBox Telephone 
         Height          =   285
         Left            =   1200
         MaxLength       =   20
         TabIndex        =   3
         Top             =   1320
         Width           =   4095
      End
      Begin VB.TextBox Address 
         Height          =   285
         Left            =   1200
         MaxLength       =   50
         TabIndex        =   4
         Top             =   1680
         Width           =   4095
      End
      Begin VB.TextBox City_State 
         Height          =   285
         Left            =   1200
         MaxLength       =   50
         TabIndex        =   5
         Top             =   2040
         Width           =   4095
      End
      Begin VB.TextBox ZipCode 
         Height          =   315
         Left            =   1200
         MaxLength       =   11
         TabIndex        =   6
         Text            =   "111111111111111"
         Top             =   2400
         Width           =   1815
      End
      Begin VB.TextBox Email 
         Height          =   285
         Left            =   1200
         MaxLength       =   50
         TabIndex        =   7
         Top             =   2760
         Width           =   4095
      End
      Begin VB.ComboBox Relation 
         Height          =   345
         Left            =   1200
         Style           =   2  'Dropdown List
         TabIndex        =   8
         Top             =   3120
         Width           =   1815
      End
      Begin VB.Label Label1 
         AutoSize        =   -1  'True
         Caption         =   "First Name"
         BeginProperty Font 
            Name            =   "Times New Roman"
            Size            =   8.25
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00FF0000&
         Height          =   195
         Left            =   100
         TabIndex        =   22
         Top             =   240
         Width           =   855
      End
      Begin VB.Label Label2 
         AutoSize        =   -1  'True
         Caption         =   "Last Name"
         BeginProperty Font 
            Name            =   "Times New Roman"
            Size            =   8.25
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00FF0000&
         Height          =   195
         Left            =   100
         TabIndex        =   21
         Top             =   600
         Width           =   825
      End
      Begin VB.Label Label3 
         AutoSize        =   -1  'True
         Caption         =   "Sex"
         BeginProperty Font 
            Name            =   "Times New Roman"
            Size            =   8.25
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00FF0000&
         Height          =   195
         Left            =   100
         TabIndex        =   20
         Top             =   960
         Width           =   285
      End
      Begin VB.Label Label4 
         AutoSize        =   -1  'True
         Caption         =   "Telephone"
         BeginProperty Font 
            Name            =   "Times New Roman"
            Size            =   8.25
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00FF0000&
         Height          =   195
         Left            =   100
         TabIndex        =   19
         Top             =   1440
         Width           =   810
      End
      Begin VB.Label Label5 
         AutoSize        =   -1  'True
         Caption         =   "Address"
         BeginProperty Font 
            Name            =   "Times New Roman"
            Size            =   8.25
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00FF0000&
         Height          =   195
         Left            =   100
         TabIndex        =   18
         Top             =   1800
         Width           =   615
      End
      Begin VB.Label Label6 
         AutoSize        =   -1  'True
         Caption         =   "City-State"
         BeginProperty Font 
            Name            =   "Times New Roman"
            Size            =   8.25
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00FF0000&
         Height          =   195
         Left            =   105
         TabIndex        =   17
         Top             =   2160
         Width           =   810
      End
      Begin VB.Label Label7 
         AutoSize        =   -1  'True
         Caption         =   "Zip-Code"
         BeginProperty Font 
            Name            =   "Times New Roman"
            Size            =   8.25
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00FF0000&
         Height          =   195
         Left            =   100
         TabIndex        =   16
         Top             =   2520
         Width           =   720
      End
      Begin VB.Label Label8 
         AutoSize        =   -1  'True
         Caption         =   "Em@il"
         BeginProperty Font 
            Name            =   "Times New Roman"
            Size            =   9
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00FF0000&
         Height          =   225
         Left            =   100
         TabIndex        =   15
         Top             =   2850
         Width           =   540
      End
      Begin VB.Label Label9 
         AutoSize        =   -1  'True
         Caption         =   "Relation"
         BeginProperty Font 
            Name            =   "Times New Roman"
            Size            =   8.25
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00FF0000&
         Height          =   195
         Left            =   100
         TabIndex        =   14
         Top             =   3240
         Width           =   675
      End
   End
   Begin VB.Frame Frame3 
      Height          =   615
      Left            =   3480
      TabIndex        =   24
      Top             =   3600
      Width           =   2055
      Begin VB.CommandButton btnCancel 
         Caption         =   "&Cancel"
         Height          =   300
         Left            =   1080
         TabIndex        =   12
         Top             =   240
         Width           =   900
      End
      Begin VB.CommandButton btnSave 
         Caption         =   "&Save"
         Height          =   300
         Left            =   120
         TabIndex        =   11
         Top             =   240
         Width           =   900
      End
   End
   Begin VB.Frame Frame2 
      Height          =   615
      Left            =   20
      TabIndex        =   23
      Top             =   3600
      Width           =   2055
      Begin VB.CommandButton btnDelete 
         Caption         =   "&Delete"
         Height          =   300
         Left            =   1080
         TabIndex        =   10
         Top             =   240
         Width           =   900
      End
      Begin VB.CommandButton btnEdit 

⌨️ 快捷键说明

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