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

📄 frmoutput.frm

📁 在线图书管理 在线图书管理在线图书管理在线图书管理在线图书管理在线图书管理
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form frmOutput 
   BorderStyle     =   4  'Fixed ToolWindow
   Caption         =   "销售登记"
   ClientHeight    =   4125
   ClientLeft      =   45
   ClientTop       =   285
   ClientWidth     =   6735
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   4125
   ScaleWidth      =   6735
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  'CenterScreen
   Begin VB.Frame fraOutput 
      Height          =   2205
      Left            =   30
      TabIndex        =   17
      Top             =   -60
      Width           =   6675
      Begin VB.TextBox txtOID 
         BackColor       =   &H00C0FFFF&
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   285
         Left            =   1110
         Locked          =   -1  'True
         TabIndex        =   0
         TabStop         =   0   'False
         Top             =   270
         Width           =   2055
      End
      Begin VB.CommandButton cmdCancelAddOutput 
         Cancel          =   -1  'True
         Caption         =   "取消(&C)"
         Height          =   315
         Left            =   5160
         TabIndex        =   10
         Top             =   1680
         Width           =   1240
      End
      Begin VB.CommandButton cmdAddOutput 
         Caption         =   "登记到数据库(&O)"
         Default         =   -1  'True
         Enabled         =   0   'False
         Height          =   315
         Left            =   3420
         TabIndex        =   9
         Top             =   1680
         Width           =   1720
      End
      Begin VB.TextBox txtStoreCount 
         Appearance      =   0  'Flat
         BackColor       =   &H80000004&
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H000000FF&
         Height          =   240
         Left            =   4320
         Locked          =   -1  'True
         TabIndex        =   27
         Top             =   960
         Width           =   2055
      End
      Begin VB.TextBox txtday 
         BackColor       =   &H00C0FFFF&
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   5790
         TabIndex        =   8
         Top             =   1230
         Width           =   345
      End
      Begin VB.TextBox txtMonth 
         BackColor       =   &H00C0FFFF&
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   5160
         TabIndex        =   7
         Top             =   1230
         Width           =   345
      End
      Begin VB.TextBox txtYear 
         BackColor       =   &H00C0FFFF&
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   240
         Left            =   4320
         TabIndex        =   6
         Top             =   1230
         Width           =   555
      End
      Begin VB.TextBox txtPrice 
         BackColor       =   &H00C0FFFF&
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   285
         Left            =   1110
         TabIndex        =   5
         Top             =   1200
         Width           =   2055
      End
      Begin VB.TextBox txtCount 
         BackColor       =   &H00C0FFFF&
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   285
         Left            =   1110
         TabIndex        =   4
         Top             =   900
         Width           =   2055
      End
      Begin VB.ComboBox cobBusinessman 
         BackColor       =   &H00C0FFFF&
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   315
         Left            =   4320
         Sorted          =   -1  'True
         TabIndex        =   3
         Top             =   600
         Width           =   2055
      End
      Begin VB.ComboBox cobProduct 
         BackColor       =   &H00C0FFFF&
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   315
         Left            =   1110
         Sorted          =   -1  'True
         TabIndex        =   2
         Top             =   570
         Width           =   2055
      End
      Begin VB.ComboBox cobCustomer 
         BackColor       =   &H00C0FFFF&
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   315
         Left            =   4320
         Sorted          =   -1  'True
         TabIndex        =   1
         Top             =   270
         Width           =   2055
      End
      Begin VB.Label lblInfo 
         AutoSize        =   -1  'True
         Caption         =   "黄色为必填字段"
         Height          =   180
         Left            =   450
         TabIndex        =   35
         Top             =   1740
         Width           =   1260
      End
      Begin VB.Label lblOID 
         AutoSize        =   -1  'True
         Caption         =   "编号:"
         Height          =   180
         Left            =   480
         TabIndex        =   34
         Top             =   330
         Width           =   450
      End
      Begin VB.Label lblStoreCount 
         AutoSize        =   -1  'True
         Caption         =   "库存量:"
         Height          =   180
         Left            =   3510
         TabIndex        =   28
         Top             =   960
         Width           =   630
      End
      Begin VB.Label lblDay 
         AutoSize        =   -1  'True
         Caption         =   "日"
         Height          =   180
         Left            =   6180
         TabIndex        =   26
         Top             =   1260
         Width           =   180
      End
      Begin VB.Label lblMonth 
         AutoSize        =   -1  'True
         Caption         =   "月"
         Height          =   180
         Left            =   5550
         TabIndex        =   25
         Top             =   1260
         Width           =   180
      End
      Begin VB.Label lblYear 
         AutoSize        =   -1  'True
         Caption         =   "年"
         Height          =   180
         Left            =   4920
         TabIndex        =   24
         Top             =   1260
         Width           =   180
      End
      Begin VB.Label lblDate 
         AutoSize        =   -1  'True
         Caption         =   "日期:"
         Height          =   180
         Left            =   3690
         TabIndex        =   23
         Top             =   1260
         Width           =   450
      End
      Begin VB.Label lblCount 
         AutoSize        =   -1  'True
         Caption         =   "数量:"
         Height          =   180
         Left            =   480
         TabIndex        =   22
         Top             =   945
         Width           =   450
      End
      Begin VB.Label lblProduct 
         AutoSize        =   -1  'True
         Caption         =   "商品:"
         Height          =   180
         Left            =   480
         TabIndex        =   21
         Top             =   630
         Width           =   450
      End
      Begin VB.Label lblPrice 
         AutoSize        =   -1  'True
         Caption         =   "单价:"
         Height          =   180
         Left            =   450
         TabIndex        =   20
         Top             =   1230
         Width           =   450
      End
      Begin VB.Label lblBusinessman 
         AutoSize        =   -1  'True
         Caption         =   "业务员:"
         Height          =   180
         Left            =   3510
         TabIndex        =   19
         Top             =   660
         Width           =   630
      End
      Begin VB.Label lblCustomer 
         AutoSize        =   -1  'True
         Caption         =   "客户:"
         Height          =   180
         Left            =   3690
         TabIndex        =   18
         Top             =   360
         Width           =   450
      End
   End
   Begin VB.Frame fraAddCustomer 
      Height          =   1965
      Left            =   30
      TabIndex        =   29
      Top             =   2130
      Width           =   6675
      Begin VB.CommandButton cmdAddCustomerCancel 
         Caption         =   "取消(&D)"
         Height          =   315
         Left            =   5160
         TabIndex        =   16
         Top             =   1470
         Width           =   1240
      End
      Begin VB.CommandButton cmdAddCustomer 
         Caption         =   "添加到数据库(&A)"
         Enabled         =   0   'False
         Height          =   315
         Left            =   3420
         TabIndex        =   15
         Top             =   1470
         Width           =   1720
      End
      Begin VB.TextBox txtCPhone 
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   285
         Left            =   1140
         TabIndex        =   14
         Top             =   1200
         Width           =   2025
      End
      Begin VB.TextBox txtCAddr 
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   285
         Left            =   1140
         TabIndex        =   13
         Top             =   870
         Width           =   5235
      End
      Begin VB.TextBox txtCName 
         BackColor       =   &H00C0FFFF&
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   285
         Left            =   4350
         TabIndex        =   12
         Top             =   540
         Width           =   2025
      End
      Begin VB.TextBox txtCID 
         BackColor       =   &H00C0FFFF&
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   285
         Left            =   1140
         Locked          =   -1  'True
         TabIndex        =   11

⌨️ 快捷键说明

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