frmm1_1.frm

来自「图书馆管理系统--毕业设计 使用vb和SQL Server2000的图书馆管」· FRM 代码 · 共 415 行

FRM
415
字号
VERSION 5.00
Begin VB.Form frmM1_1 
   Caption         =   "新书入库"
   ClientHeight    =   3090
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   4680
   LinkTopic       =   "Form1"
   MDIChild        =   -1  'True
   ScaleHeight     =   3090
   ScaleWidth      =   4680
   WindowState     =   2  'Maximized
   Begin VB.CommandButton cmdSave 
      Caption         =   "保存"
      Default         =   -1  'True
      Enabled         =   0   'False
      Height          =   375
      Left            =   3600
      TabIndex        =   39
      Top             =   6960
      Width           =   1095
   End
   Begin VB.Frame Frame1 
      Caption         =   "新书入库"
      ForeColor       =   &H00800000&
      Height          =   6180
      Left            =   960
      TabIndex        =   2
      Top             =   600
      Width           =   7935
      Begin VB.TextBox txtEmail 
         Enabled         =   0   'False
         Height          =   325
         Left            =   1200
         TabIndex        =   19
         Top             =   5013
         Width           =   4095
      End
      Begin VB.ComboBox txtDepart 
         Enabled         =   0   'False
         Height          =   315
         Left            =   1200
         TabIndex        =   18
         Top             =   611
         Width           =   2055
      End
      Begin VB.TextBox txtCode 
         Enabled         =   0   'False
         Height          =   325
         Left            =   1200
         TabIndex        =   17
         Top             =   240
         Width           =   1575
      End
      Begin VB.TextBox txtSpecial 
         Enabled         =   0   'False
         Height          =   325
         Left            =   1200
         TabIndex        =   16
         Top             =   3158
         Width           =   4095
      End
      Begin VB.TextBox txtSchool 
         Enabled         =   0   'False
         Height          =   325
         Left            =   1200
         TabIndex        =   15
         Top             =   2787
         Width           =   5295
      End
      Begin VB.TextBox txtNation 
         Enabled         =   0   'False
         Height          =   325
         Left            =   1200
         TabIndex        =   14
         Text            =   "汉"
         Top             =   2045
         Width           =   1335
      End
      Begin VB.TextBox txtremark 
         Enabled         =   0   'False
         Height          =   325
         Left            =   1200
         TabIndex        =   13
         Top             =   5760
         Width           =   5295
      End
      Begin VB.TextBox txtPostion 
         Enabled         =   0   'False
         Height          =   325
         Left            =   1200
         TabIndex        =   12
         Top             =   3529
         Width           =   2055
      End
      Begin VB.TextBox txtAddress 
         Enabled         =   0   'False
         Height          =   325
         Left            =   1200
         TabIndex        =   11
         Top             =   5384
         Width           =   6615
      End
      Begin VB.TextBox txtName 
         Enabled         =   0   'False
         Height          =   325
         Left            =   4920
         TabIndex        =   10
         Top             =   240
         Width           =   1575
      End
      Begin VB.ComboBox txtsex 
         Enabled         =   0   'False
         Height          =   315
         ItemData        =   "frmM1_1.frx":0000
         Left            =   1200
         List            =   "frmM1_1.frx":000A
         TabIndex        =   9
         Text            =   "男"
         Top             =   1328
         Width           =   975
      End
      Begin VB.TextBox txtPhone 
         Enabled         =   0   'False
         Height          =   325
         Left            =   1200
         TabIndex        =   8
         Top             =   4642
         Width           =   2055
      End
      Begin VB.TextBox txtPostion1 
         Enabled         =   0   'False
         Height          =   325
         Left            =   1200
         TabIndex        =   7
         Top             =   957
         Width           =   1695
      End
      Begin VB.TextBox txtPostion2 
         Enabled         =   0   'False
         Height          =   325
         Left            =   3660
         TabIndex        =   6
         Top             =   960
         Width           =   1695
      End
      Begin VB.TextBox txtPostion3 
         Enabled         =   0   'False
         Height          =   325
         Left            =   6120
         TabIndex        =   5
         Top             =   960
         Width           =   1695
      End
      Begin VB.ComboBox txtPolitic 
         Enabled         =   0   'False
         Height          =   315
         ItemData        =   "frmM1_1.frx":0016
         Left            =   1200
         List            =   "frmM1_1.frx":0029
         TabIndex        =   4
         Text            =   "团员"
         Top             =   2428
         Width           =   1335
      End
      Begin VB.ComboBox txtDegree 
         Enabled         =   0   'False
         Height          =   315
         ItemData        =   "frmM1_1.frx":0053
         Left            =   1200
         List            =   "frmM1_1.frx":0072
         TabIndex        =   3
         Text            =   "本科"
         Top             =   3914
         Width           =   2055
      End
      Begin VB.Label Label18 
         Alignment       =   1  'Right Justify
         Caption         =   "性别:"
         ForeColor       =   &H00800000&
         Height          =   255
         Left            =   240
         TabIndex        =   38
         Top             =   1406
         Width           =   855
      End
      Begin VB.Label Label4 
         Alignment       =   1  'Right Justify
         Caption         =   "学历:"
         ForeColor       =   &H00800000&
         Height          =   255
         Left            =   240
         TabIndex        =   37
         Top             =   3940
         Width           =   855
      End
      Begin VB.Label Label8 
         Alignment       =   1  'Right Justify
         Caption         =   "备注:"
         BeginProperty Font 
            Name            =   "Times New Roman"
            Size            =   9
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00800000&
         Height          =   255
         Left            =   240
         TabIndex        =   36
         Top             =   5760
         Width           =   855
      End
      Begin VB.Label Label6 
         Alignment       =   1  'Right Justify
         Caption         =   "家庭住址:"
         BeginProperty Font 
            Name            =   "Times New Roman"
            Size            =   9
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00800000&
         Height          =   255
         Left            =   120
         TabIndex        =   35
         Top             =   5385
         Width           =   975
      End
      Begin VB.Label Label3 
         Alignment       =   1  'Right Justify
         Caption         =   "姓名:"
         BeginProperty Font 
            Name            =   "Times New Roman"
            Size            =   9
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00800000&
         Height          =   255
         Left            =   3960
         TabIndex        =   34
         Top             =   320
         Width           =   855
      End
      Begin VB.Label Label1 
         Alignment       =   1  'Right Justify
         Caption         =   "出生年月:"
         ForeColor       =   &H00800000&
         Height          =   255
         Left            =   120
         TabIndex        =   33
         Top             =   1768
         Width           =   975
      End
      Begin VB.Label Label2 
         Alignment       =   1  'Right Justify
         Caption         =   "民族:"
         ForeColor       =   &H00800000&
         Height          =   255
         Left            =   240
         TabIndex        =   32
         Top             =   2130
         Width           =   855
      End
      Begin VB.Label Label5 
         Alignment       =   1  'Right Justify
         Caption         =   "政治面貌:"
         ForeColor       =   &H00800000&
         Height          =   255
         Left            =   120
         TabIndex        =   31
         Top             =   2492
         Width           =   975
      End
      Begin VB.Label Label9 
         Alignment       =   1  'Right Justify
         Caption         =   "学校:"
         ForeColor       =   &H00800000&
         Height          =   255
         Left            =   240
         TabIndex        =   30
         Top             =   2854
         Width           =   855
      End
      Begin VB.Label Label10 
         Alignment       =   1  'Right Justify
         Caption         =   "专业:"
         ForeColor       =   &H00800000&
         Height          =   255
         Left            =   240
         TabIndex        =   29
         Top             =   3216
         Width           =   855
      End
      Begin VB.Label Label7 
         Alignment       =   1  'Right Justify
         Caption         =   "职称:"
         ForeColor       =   &H00800000&
         Height          =   255
         Left            =   240
         TabIndex        =   28
         Top             =   3578
         Width           =   855
      End
      Begin VB.Label Label11 
         Alignment       =   1  'Right Justify
         Caption         =   "工号:"
         ForeColor       =   &H00800000&
         Height          =   255
         Left            =   240
         TabIndex        =   27
         Top             =   320
         Width           =   855
      End
      Begin VB.Label Label12 
         Alignment       =   1  'Right Justify
         Caption         =   "部门:"
         ForeColor       =   &H00800000&
         Height          =   255
         Left            =   240
         TabIndex        =   26
         Top             =   720
         Width           =   855
      End
      Begin VB.Label Label13 
         Alignment       =   1  'Right Justify
         Caption         =   "电子信箱:"
         ForeColor       =   &H00800000&
         Height          =   255
         Left            =   120
         TabIndex        =   25
         Top             =   5025
         Width           =   975
      End
      Begin VB.Label Label14 
         Alignment       =   1  'Right Justify
         Caption         =   "电话:"
         ForeColor       =   &H00800000&
         Height          =   255
         Left            =   240
         TabIndex        =   24
         Top             =   4665
         Width           =   855
      End
      Begin VB.Label Label15 
         Alignment       =   1  'Right Justify
         Caption         =   "职务一:"
         ForeColor       =   &H00800000&
         Height          =   255
         Left            =   240
         TabIndex        =   23
         Top             =   1080
         Width           =   855
      End
      Begin VB.Label Label16 
         Caption         =   "职务二:"
         ForeColor       =   &H00800000&
         Height          =   255
         Left            =   2910
         TabIndex        =   22
         Top             =   1080
         Width           =   735
      End
      Begin VB.Label Label17 
         Caption         =   "职务三:"
         ForeColor       =   &H00800000&
         Height          =   255
         Left            =   5370
         TabIndex        =   21
         Top             =   1080
         Width           =   735
      End
      Begin VB.Label Label19 
         Alignment       =   1  'Right Justify
         Caption         =   "入厂日期:"
         ForeColor       =   &H00800000&
         Height          =   255
         Left            =   120
         TabIndex        =   20
         Top             =   4320
         Width           =   975
      End
   End
   Begin VB.CommandButton cmdCancel 
      Caption         =   "取消"
      Height          =   375
      Left            =   4920
      TabIndex        =   1
      Top             =   6960
      Width           =   1095
   End
   Begin VB.CommandButton cmdAdd 
      Caption         =   "添加"
      Height          =   375
      Left            =   2280
      TabIndex        =   0
      Top             =   6960
      Width           =   1095
   End
End
Attribute VB_Name = "frmM1_1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

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