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

📄 browsecustomerdialog.frm

📁 VB编写的简单销售管理系统
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form BrowseCustomerDialog 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "客户浏览"
   ClientHeight    =   5010
   ClientLeft      =   2760
   ClientTop       =   3750
   ClientWidth     =   6375
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   5010
   ScaleWidth      =   6375
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  'CenterScreen
   Begin VB.CommandButton Command2 
      Caption         =   "删除"
      Enabled         =   0   'False
      Height          =   375
      Left            =   2760
      TabIndex        =   35
      Top             =   4560
      Width           =   975
   End
   Begin VB.CommandButton Command1 
      Caption         =   "修改"
      Height          =   375
      Left            =   1680
      TabIndex        =   34
      Top             =   4560
      Width           =   975
   End
   Begin VB.Frame Frame2 
      Caption         =   "订单信息"
      Height          =   1695
      Left            =   1680
      TabIndex        =   17
      Top             =   2760
      Width           =   4695
      Begin VB.TextBox Text7 
         DataSource      =   "Data1"
         Enabled         =   0   'False
         Height          =   285
         Left            =   840
         TabIndex        =   23
         Top             =   240
         Width           =   1095
      End
      Begin VB.TextBox Text8 
         DataSource      =   "Data2"
         Enabled         =   0   'False
         Height          =   285
         Left            =   3120
         TabIndex        =   22
         Top             =   240
         Width           =   1455
      End
      Begin VB.TextBox Text9 
         DataSource      =   "Data3"
         Enabled         =   0   'False
         Height          =   285
         Left            =   840
         TabIndex        =   21
         Top             =   600
         Width           =   1095
      End
      Begin VB.TextBox Text10 
         DataSource      =   "Data1"
         Enabled         =   0   'False
         Height          =   285
         Left            =   3120
         TabIndex        =   20
         Top             =   600
         Width           =   1455
      End
      Begin VB.TextBox Text11 
         DataSource      =   "Data1"
         Enabled         =   0   'False
         Height          =   285
         Left            =   840
         TabIndex        =   19
         Top             =   960
         Width           =   1095
      End
      Begin VB.TextBox Text12 
         DataSource      =   "Data1"
         Enabled         =   0   'False
         Height          =   285
         Left            =   3120
         TabIndex        =   18
         Top             =   960
         Width           =   1455
      End
      Begin VB.Data Data1 
         Caption         =   "订单浏览"
         Connect         =   "Access 2000;"
         DatabaseName    =   ""
         DefaultCursorType=   0  'DefaultCursor
         DefaultType     =   2  'UseODBC
         Exclusive       =   0   'False
         Height          =   345
         Left            =   120
         Options         =   0
         ReadOnly        =   -1  'True
         RecordsetType   =   1  'Dynaset
         RecordSource    =   ""
         Top             =   1320
         Width           =   4455
      End
      Begin VB.Data Data3 
         Caption         =   "Data3"
         Connect         =   "Access 2000;"
         DatabaseName    =   ""
         DefaultCursorType=   0  'DefaultCursor
         DefaultType     =   2  'UseODBC
         Exclusive       =   0   'False
         Height          =   345
         Left            =   120
         Options         =   0
         ReadOnly        =   -1  'True
         RecordsetType   =   1  'Dynaset
         RecordSource    =   ""
         Top             =   1320
         Width           =   4455
      End
      Begin VB.Data Data2 
         Caption         =   "Data2"
         Connect         =   "Access 2000;"
         DatabaseName    =   ""
         DefaultCursorType=   0  'DefaultCursor
         DefaultType     =   2  'UseODBC
         Exclusive       =   0   'False
         Height          =   345
         Left            =   120
         Options         =   0
         ReadOnly        =   -1  'True
         RecordsetType   =   1  'Dynaset
         RecordSource    =   ""
         Top             =   1320
         Width           =   4455
      End
      Begin VB.Label Label7 
         AutoSize        =   -1  'True
         Caption         =   "订单号"
         Height          =   195
         Left            =   120
         TabIndex        =   29
         Top             =   240
         Width           =   540
      End
      Begin VB.Label Label8 
         AutoSize        =   -1  'True
         Caption         =   "雇员姓名"
         Height          =   195
         Left            =   2160
         TabIndex        =   28
         Top             =   240
         Width           =   720
      End
      Begin VB.Label Label9 
         AutoSize        =   -1  'True
         Caption         =   "产品名"
         Height          =   195
         Left            =   120
         TabIndex        =   27
         Top             =   600
         Width           =   540
      End
      Begin VB.Label Label10 
         Caption         =   "订购日期"
         Height          =   255
         Left            =   2160
         TabIndex        =   26
         Top             =   600
         Width           =   735
      End
      Begin VB.Label Label11 
         AutoSize        =   -1  'True
         Caption         =   "订购量"
         Height          =   195
         Left            =   120
         TabIndex        =   25
         Top             =   960
         Width           =   540
      End
      Begin VB.Label Label12 
         Caption         =   "交货日期"
         Height          =   255
         Left            =   2160
         TabIndex        =   24
         Top             =   960
         Width           =   735
      End
   End
   Begin VB.Frame Frame1 
      Caption         =   "客户信息"
      Height          =   2655
      Left            =   1680
      TabIndex        =   4
      Top             =   0
      Width           =   4695
      Begin VB.TextBox Text14 
         Enabled         =   0   'False
         Height          =   855
         Left            =   600
         MultiLine       =   -1  'True
         ScrollBars      =   2  'Vertical
         TabIndex        =   33
         Top             =   1680
         Width           =   3975
      End
      Begin VB.TextBox Text13 
         Enabled         =   0   'False
         Height          =   285
         Left            =   1080
         TabIndex        =   31
         Top             =   1320
         Width           =   3495
      End
      Begin VB.TextBox Text6 
         Enabled         =   0   'False
         Height          =   285
         Left            =   3000
         TabIndex        =   16
         Top             =   960
         Width           =   1575
      End
      Begin VB.TextBox Text5 
         Enabled         =   0   'False
         Height          =   285
         Left            =   720
         TabIndex        =   14
         Top             =   960
         Width           =   1215
      End
      Begin VB.TextBox Text4 
         Enabled         =   0   'False
         Height          =   285
         Left            =   3000
         TabIndex        =   12
         Top             =   600
         Width           =   1575
      End
      Begin VB.TextBox Text3 
         Enabled         =   0   'False
         Height          =   285
         Left            =   840
         TabIndex        =   10
         Top             =   600
         Width           =   1095
      End
      Begin VB.TextBox Text2 
         Enabled         =   0   'False
         Height          =   285
         Left            =   3000
         TabIndex        =   8
         Top             =   240
         Width           =   1575
      End
      Begin VB.TextBox Text1 
         Enabled         =   0   'False
         Height          =   285
         Left            =   720
         TabIndex        =   6
         Top             =   240
         Width           =   1215
      End
      Begin VB.Label Label14 
         AutoSize        =   -1  'True
         Caption         =   "备注"
         Height          =   195

⌨️ 快捷键说明

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