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

📄 frmsendinfo.frm

📁 <Visual Basic 数据库开发实例精粹(第二版)>一书首先介绍了Visual Basic(简称VB)开发的技巧和重点技术
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form frmSendInfo 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "新信息"
   ClientHeight    =   5775
   ClientLeft      =   45
   ClientTop       =   495
   ClientWidth     =   8970
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   ScaleHeight     =   5775
   ScaleWidth      =   8970
   StartUpPosition =   2  '屏幕中心
   Begin VB.PictureBox pic 
      Appearance      =   0  'Flat
      BackColor       =   &H00808080&
      BorderStyle     =   0  'None
      ForeColor       =   &H80000008&
      Height          =   330
      Left            =   0
      ScaleHeight     =   330
      ScaleWidth      =   8955
      TabIndex        =   22
      Top             =   0
      Width           =   8955
      Begin VB.Label lbl 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "新信息"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00FFFFFF&
         Height          =   210
         Index           =   8
         Left            =   120
         TabIndex        =   24
         Top             =   60
         Width           =   675
      End
      Begin VB.Label lbl 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "新信息"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   210
         Index           =   9
         Left            =   150
         TabIndex        =   23
         Top             =   90
         Width           =   675
      End
   End
   Begin VB.Frame fr 
      Height          =   5505
      Index           =   0
      Left            =   0
      TabIndex        =   14
      Top             =   270
      Width           =   6525
      Begin VB.Timer Tmr 
         Interval        =   1000
         Left            =   1260
         Top             =   1770
      End
      Begin VB.TextBox txt 
         Enabled         =   0   'False
         Height          =   270
         Index           =   6
         Left            =   1230
         TabIndex        =   1
         Top             =   546
         Visible         =   0   'False
         Width           =   5055
      End
      Begin VB.ComboBox cboDept 
         Enabled         =   0   'False
         Height          =   300
         Left            =   1230
         Style           =   2  'Dropdown List
         TabIndex        =   2
         Top             =   540
         Width           =   5055
      End
      Begin VB.TextBox txt 
         Enabled         =   0   'False
         Height          =   270
         Index           =   0
         Left            =   1230
         MaxLength       =   10
         TabIndex        =   0
         Top             =   240
         Width           =   5055
      End
      Begin VB.TextBox txt 
         Enabled         =   0   'False
         Height          =   270
         Index           =   1
         Left            =   1230
         MaxLength       =   5
         TabIndex        =   3
         Top             =   852
         Width           =   5055
      End
      Begin VB.TextBox txt 
         Height          =   270
         Index           =   2
         Left            =   1230
         MaxLength       =   12
         TabIndex        =   4
         Top             =   1158
         Width           =   5055
      End
      Begin VB.TextBox txt 
         Height          =   270
         Index           =   3
         Left            =   1230
         MaxLength       =   20
         TabIndex        =   5
         Top             =   1464
         Width           =   5055
      End
      Begin VB.TextBox txt 
         Enabled         =   0   'False
         Height          =   270
         Index           =   4
         Left            =   1230
         TabIndex        =   6
         Top             =   1770
         Width           =   5055
      End
      Begin VB.TextBox txt 
         Height          =   2250
         Index           =   5
         Left            =   150
         MaxLength       =   500
         MultiLine       =   -1  'True
         ScrollBars      =   2  'Vertical
         TabIndex        =   7
         Top             =   2340
         Width           =   6195
      End
      Begin VB.CommandButton cmdSend 
         Caption         =   "立即发送(&S)"
         Height          =   375
         Left            =   3120
         TabIndex        =   8
         Top             =   4890
         Width           =   1305
      End
      Begin VB.CommandButton cmdCancel 
         Cancel          =   -1  'True
         Caption         =   "取消(&C)"
         Height          =   375
         Left            =   4620
         TabIndex        =   9
         Top             =   4890
         Width           =   1305
      End
      Begin VB.Label lbl 
         AutoSize        =   -1  'True
         Caption         =   "发件部门:"
         Height          =   180
         Index           =   0
         Left            =   180
         TabIndex        =   21
         Top             =   300
         Width           =   900
      End
      Begin VB.Label lbl 
         AutoSize        =   -1  'True
         Caption         =   "发件人:"
         Height          =   180
         Index           =   2
         Left            =   180
         TabIndex        =   20
         Top             =   900
         Width           =   720
      End
      Begin VB.Label lbl 
         AutoSize        =   -1  'True
         Caption         =   "发件人电话:"
         Height          =   180
         Index           =   3
         Left            =   180
         TabIndex        =   19
         Top             =   1200
         Width           =   1080
      End
      Begin VB.Label lbl 
         AutoSize        =   -1  'True
         Caption         =   "处理时限:"
         Height          =   180
         Index           =   4
         Left            =   180
         TabIndex        =   18
         Top             =   1500
         Width           =   900
      End
      Begin VB.Label lbl 
         AutoSize        =   -1  'True
         Caption         =   "联系内容:"
         Height          =   180
         Index           =   6
         Left            =   180
         TabIndex        =   17
         Top             =   2100
         Width           =   900
      End
      Begin VB.Label lbl 
         AutoSize        =   -1  'True
         Caption         =   "发件时间:"
         Height          =   180
         Index           =   5
         Left            =   180
         TabIndex        =   16
         Top             =   1800
         Width           =   900
      End
      Begin VB.Label lbl 
         AutoSize        =   -1  'True
         Caption         =   "收件部门:"
         Height          =   180
         Index           =   1
         Left            =   180
         TabIndex        =   15
         Top             =   600
         Width           =   900
      End
   End
   Begin VB.Frame fr 
      Height          =   5505
      Index           =   1
      Left            =   6540
      TabIndex        =   12
      Top             =   270
      Width           =   2430
      Begin VB.CommandButton cmdNoneSelected 
         Caption         =   "全否(&N)"
         Height          =   375
         Left            =   1260
         TabIndex        =   13
         Top             =   4890
         Width           =   870
      End
      Begin VB.CommandButton cmdAllSelected 
         Caption         =   "全选(&A)"
         Height          =   375
         Left            =   330
         TabIndex        =   11
         Top             =   4890
         Width           =   870
      End
      Begin VB.ListBox lstDept 
         Height          =   4050
         Left            =   150

⌨️ 快捷键说明

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