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

📄 frmmain.frm

📁 <Visual Basic 数据库开发实例精粹(第二版)>一书首先介绍了Visual Basic(简称VB)开发的技巧和重点技术
💻 FRM
📖 第 1 页 / 共 5 页
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "Mscomct2.ocx"
Begin VB.Form frmMain 
   Caption         =   "商品进销存管理系统 1.0版"
   ClientHeight    =   7935
   ClientLeft      =   165
   ClientTop       =   1020
   ClientWidth     =   11280
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   ScaleHeight     =   7935
   ScaleMode       =   0  'User
   ScaleWidth      =   12244.24
   StartUpPosition =   3  '窗口缺省
   WindowState     =   2  'Maximized
   Begin VB.PictureBox picQuery 
      Appearance      =   0  'Flat
      BackColor       =   &H00FFFFFF&
      ForeColor       =   &H80000008&
      Height          =   6315
      Left            =   780
      ScaleHeight     =   6285
      ScaleWidth      =   2400
      TabIndex        =   32
      Top             =   2250
      Visible         =   0   'False
      Width           =   2430
      Begin MSComCtl2.DTPicker dtEnd 
         Height          =   300
         Left            =   525
         TabIndex        =   2
         Top             =   2370
         Width           =   1545
         _ExtentX        =   2725
         _ExtentY        =   529
         _Version        =   393216
         CalendarTitleBackColor=   12582912
         CalendarTitleForeColor=   16777215
         Format          =   20840449
         CurrentDate     =   38505
      End
      Begin MSComCtl2.DTPicker dtBegin 
         Height          =   300
         Left            =   525
         TabIndex        =   1
         Top             =   1995
         Width           =   1545
         _ExtentX        =   2725
         _ExtentY        =   529
         _Version        =   393216
         CalendarTitleBackColor=   12582912
         CalendarTitleForeColor=   16777215
         Format          =   20840449
         CurrentDate     =   38505
      End
      Begin VB.TextBox txtGoodsName 
         Height          =   270
         Left            =   120
         MaxLength       =   50
         TabIndex        =   0
         Top             =   1320
         Width           =   2175
      End
      Begin VB.CommandButton cmdReturn 
         BackColor       =   &H00FFFFFF&
         Caption         =   "返回(&R)"
         Height          =   360
         Left            =   1440
         Style           =   1  'Graphical
         TabIndex        =   4
         Top             =   5130
         Width           =   810
      End
      Begin VB.CommandButton cmdQuery 
         BackColor       =   &H00FFFFFF&
         Caption         =   "查询(&Q)"
         Default         =   -1  'True
         Height          =   360
         Left            =   585
         Style           =   1  'Graphical
         TabIndex        =   3
         Top             =   5130
         Width           =   810
      End
      Begin VB.Label lblQuery 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "查询完毕!"
         Height          =   180
         Index           =   5
         Left            =   225
         TabIndex        =   39
         Top             =   4230
         Width           =   1935
         WordWrap        =   -1  'True
      End
      Begin VB.Label lblQuery 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "到"
         Height          =   180
         Index           =   4
         Left            =   225
         TabIndex        =   37
         Top             =   2430
         Width           =   180
      End
      Begin VB.Label lblQuery 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "从"
         Height          =   180
         Index           =   3
         Left            =   225
         TabIndex        =   36
         Top             =   2055
         Width           =   180
      End
      Begin VB.Label lblQuery 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "登记日期"
         Height          =   180
         Index           =   2
         Left            =   120
         TabIndex        =   35
         Top             =   1725
         Width           =   720
      End
      Begin VB.Label lblQuery 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "商品名称(模糊查询)"
         Height          =   180
         Index           =   1
         Left            =   120
         TabIndex        =   34
         Top             =   1065
         Width           =   1620
      End
      Begin VB.Label lblQuery 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "请输入查询条件"
         Height          =   180
         Index           =   0
         Left            =   120
         TabIndex        =   33
         Top             =   240
         Width           =   1260
      End
   End
   Begin VB.PictureBox picAbout 
      Appearance      =   0  'Flat
      BackColor       =   &H00FFFFFF&
      BorderStyle     =   0  'None
      ForeColor       =   &H80000008&
      Height          =   5925
      Left            =   3375
      ScaleHeight     =   5925
      ScaleWidth      =   8715
      TabIndex        =   11
      Top             =   1740
      Width           =   8715
      Begin VB.Label lblAbout 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "特别说明:本系统数据所涉及的人名、商品和供货商信息仅为演示所用,并不保证所有信息都真实存在,如有雷同,纯属巧合。"
         Height          =   540
         Index           =   19
         Left            =   930
         TabIndex        =   42
         Top             =   5280
         Width           =   5025
         WordWrap        =   -1  'True
      End
      Begin VB.Label lblAbout 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "教学软件开发 教学软件销售 计算机图书出版"
         Height          =   180
         Index           =   16
         Left            =   930
         TabIndex        =   28
         Top             =   3930
         Width           =   3600
      End
      Begin VB.Label lblAbout 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "本程序受到版权法和国际条约的保护。未经授权,不得复制或传播本软件的部分或全部,否则将受到最大可能的起诉。"
         Height          =   540
         Index           =   18
         Left            =   930
         TabIndex        =   30
         Top             =   4650
         Width           =   5025
         WordWrap        =   -1  'True
      End
      Begin VB.Label lblAbout 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "警告:"
         Height          =   180
         Index           =   17
         Left            =   930
         TabIndex        =   29
         Top             =   4380
         Width           =   450
      End
      Begin VB.Label lblAbout 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "业务范围:"
         Height          =   180
         Index           =   15
         Left            =   930
         TabIndex        =   27
         Top             =   3660
         Width           =   810
      End
      Begin VB.Label lblAbout 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "http://www.trfsoft.com"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   -1  'True
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00C00000&
         Height          =   180
         Index           =   14
         Left            =   1755
         MouseIcon       =   "frmMain.frx":0000
         MousePointer    =   99  'Custom
         TabIndex        =   26
         Top             =   3225
         Width           =   1980
      End
      Begin VB.Label lblAbout 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "Web地址:"
         Height          =   180
         Index           =   13
         Left            =   930
         TabIndex        =   25
         Top             =   3225
         Width           =   720
      End
      Begin VB.Label lblAbout 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "webmaster@trfsoft.com"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   -1  'True
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00C00000&
         Height          =   180
         Index           =   12
         Left            =   1755
         MouseIcon       =   "frmMain.frx":030A
         MousePointer    =   99  'Custom
         TabIndex        =   24
         Top             =   2970
         Width           =   1890
      End
      Begin VB.Label lblAbout 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "trfsoft@hotmail.com"
         Height          =   180
         Index           =   11
         Left            =   1755
         TabIndex        =   23
         Top             =   2715
         Width           =   1710
      End
      Begin VB.Label lblAbout 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "1861301"
         Height          =   180
         Index           =   10
         Left            =   1755
         TabIndex        =   22
         Top             =   2475
         Width           =   630
      End
      Begin VB.Label lblAbout 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "100083"
         Height          =   180
         Index           =   9
         Left            =   1755
         TabIndex        =   21
         Top             =   2220
         Width           =   540
      End
      Begin VB.Label lblAbout 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "北京市海淀区学院路37号"
         Height          =   180
         Index           =   8
         Left            =   1755
         TabIndex        =   20
         Top             =   1965
         Width           =   1980
      End
      Begin VB.Label lblAbout 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "E-mail:"
         Height          =   180
         Index           =   7
         Left            =   930
         TabIndex        =   19
         Top             =   2970
         Width           =   630
      End
      Begin VB.Label lblAbout 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "MSN: "
         Height          =   180
         Index           =   6
         Left            =   930
         TabIndex        =   18
         Top             =   2715
         Width           =   450
      End
      Begin VB.Label lblAbout 
         AutoSize        =   -1  'True

⌨️ 快捷键说明

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