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

📄 frmsellbillquery.frm

📁 传销工资管理 请验证一下哈
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Object = "{6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.3#0"; "COMCTL32.OCX"
Begin VB.Form frmSellBillQuery 
   BackColor       =   &H00C0C0C0&
   BorderStyle     =   1  'Fixed Single
   Caption         =   "Form1"
   ClientHeight    =   6555
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   8355
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   6555
   ScaleWidth      =   8355
   StartUpPosition =   2  '屏幕中心
   Begin ComctlLib.Toolbar Toolbar1 
      Align           =   1  'Align Top
      Height          =   855
      Left            =   0
      TabIndex        =   11
      Top             =   0
      Width           =   8355
      _ExtentX        =   14737
      _ExtentY        =   1508
      ButtonWidth     =   1455
      ButtonHeight    =   1349
      Appearance      =   1
      ImageList       =   "ImageList1"
      _Version        =   327682
      BeginProperty Buttons {0713E452-850A-101B-AFC0-4210102A8DA7} 
         NumButtons      =   10
         BeginProperty Button1 {0713F354-850A-101B-AFC0-4210102A8DA7} 
            Caption         =   "首条记录"
            Key             =   "First"
            Object.ToolTipText     =   "首条记录"
            Object.Tag             =   ""
            ImageIndex      =   1
         EndProperty
         BeginProperty Button2 {0713F354-850A-101B-AFC0-4210102A8DA7} 
            Caption         =   "次条记录"
            Key             =   "Next"
            Object.ToolTipText     =   "次条记录"
            Object.Tag             =   ""
            ImageIndex      =   2
         EndProperty
         BeginProperty Button3 {0713F354-850A-101B-AFC0-4210102A8DA7} 
            Caption         =   "上条记录"
            Key             =   "Previous"
            Object.ToolTipText     =   "上条记录"
            Object.Tag             =   ""
            ImageIndex      =   3
         EndProperty
         BeginProperty Button4 {0713F354-850A-101B-AFC0-4210102A8DA7} 
            Caption         =   "末条记录"
            Key             =   "Last"
            Object.ToolTipText     =   "末条记录"
            Object.Tag             =   ""
            ImageIndex      =   4
         EndProperty
         BeginProperty Button5 {0713F354-850A-101B-AFC0-4210102A8DA7} 
            Object.Tag             =   ""
            Style           =   3
            MixedState      =   -1  'True
         EndProperty
         BeginProperty Button6 {0713F354-850A-101B-AFC0-4210102A8DA7} 
            Object.Tag             =   ""
            Style           =   3
            MixedState      =   -1  'True
         EndProperty
         BeginProperty Button7 {0713F354-850A-101B-AFC0-4210102A8DA7} 
            Object.Tag             =   ""
            Style           =   3
            MixedState      =   -1  'True
         EndProperty
         BeginProperty Button8 {0713F354-850A-101B-AFC0-4210102A8DA7} 
            Object.Tag             =   ""
            Style           =   3
            MixedState      =   -1  'True
         EndProperty
         BeginProperty Button9 {0713F354-850A-101B-AFC0-4210102A8DA7} 
            Object.Tag             =   ""
            Style           =   3
            MixedState      =   -1  'True
         EndProperty
         BeginProperty Button10 {0713F354-850A-101B-AFC0-4210102A8DA7} 
            Caption         =   "退出(&C)"
            Key             =   "Close"
            Object.ToolTipText     =   "退出"
            Object.Tag             =   ""
            ImageIndex      =   6
         EndProperty
      EndProperty
   End
   Begin VB.Frame Frame4 
      Caption         =   "条件查询"
      ForeColor       =   &H00FF0000&
      Height          =   1440
      Left            =   8925
      TabIndex        =   12
      Top             =   975
      Visible         =   0   'False
      Width           =   7590
      Begin VB.Frame Frame7 
         Height          =   690
         Left            =   5100
         TabIndex        =   23
         Top             =   600
         Width           =   2265
         Begin MSComCtl2.DTPicker DTPicker1 
            Height          =   255
            Left            =   315
            TabIndex        =   24
            Top             =   150
            Width           =   1815
            _ExtentX        =   3201
            _ExtentY        =   450
            _Version        =   393216
            Format          =   24444929
            CurrentDate     =   36760
         End
         Begin MSComCtl2.DTPicker DTPicker2 
            Height          =   255
            Left            =   315
            TabIndex        =   25
            Top             =   405
            Width           =   1815
            _ExtentX        =   3201
            _ExtentY        =   450
            _Version        =   393216
            Format          =   24444929
            CurrentDate     =   36760
         End
         Begin VB.Label Label4 
            Caption         =   "到"
            ForeColor       =   &H00FF0000&
            Height          =   255
            Left            =   75
            TabIndex        =   27
            Top             =   405
            Width           =   255
         End
         Begin VB.Label Label6 
            Caption         =   "从"
            ForeColor       =   &H00FF0000&
            Height          =   255
            Left            =   75
            TabIndex        =   26
            Top             =   150
            Width           =   255
         End
      End
      Begin VB.Frame Frame6 
         Height          =   690
         Left            =   2475
         TabIndex        =   19
         Top             =   600
         Width           =   2565
         Begin VB.CommandButton cmdSelect2 
            Caption         =   "选择"
            Height          =   270
            Left            =   1725
            TabIndex        =   22
            Top             =   225
            Width           =   735
         End
         Begin VB.TextBox txt业务员工号 
            BackColor       =   &H00C0FFFF&
            Height          =   270
            Left            =   630
            TabIndex        =   20
            Top             =   225
            Width           =   1140
         End
         Begin VB.Label Label2 
            Caption         =   "工号"
            ForeColor       =   &H00FF0000&
            Height          =   180
            Left            =   150
            TabIndex        =   21
            Top             =   300
            Width           =   450
         End
      End
      Begin VB.Frame Frame5 
         Height          =   690
         Left            =   225
         TabIndex        =   16
         Top             =   600
         Width           =   2190
         Begin VB.TextBox txt订单号码 
            BackColor       =   &H00C0FFFF&
            Height          =   270
            Left            =   150
            TabIndex        =   18
            Top             =   225
            Width           =   1215
         End
         Begin VB.CommandButton cmdSelect1 
            Caption         =   "选择"
            Height          =   270
            Left            =   1350
            TabIndex        =   17
            Top             =   225
            Width           =   735
         End
      End
      Begin VB.OptionButton Option3 
         Caption         =   "购货时间"
         ForeColor       =   &H00FF0000&
         Height          =   240
         Left            =   5175
         TabIndex        =   15
         Top             =   375
         Width           =   1065
      End
      Begin VB.OptionButton Option2 
         Caption         =   "业务员"
         ForeColor       =   &H00FF0000&
         Height          =   240
         Left            =   2550
         TabIndex        =   14
         Top             =   375
         Width           =   915
      End
      Begin VB.OptionButton Option1 
         Caption         =   "订单号码"
         ForeColor       =   &H00FF0000&
         Height          =   240
         Left            =   225
         TabIndex        =   13
         Top             =   375
         Width           =   1065
      End
   End
   Begin VB.Frame Frame3 
      Caption         =   "购货清单"
      ForeColor       =   &H00FF0000&
      Height          =   2535
      Left            =   315
      TabIndex        =   9
      Top             =   915
      Width           =   7620
      Begin MSDataGridLib.DataGrid DataGrid2 
         Bindings        =   "frmSellBillQuery.frx":0000
         Height          =   2235
         Left            =   75
         TabIndex        =   10
         Top             =   225
         Width           =   7515
         _ExtentX        =   13256
         _ExtentY        =   3942
         _Version        =   393216
         AllowUpdate     =   0   'False
         BackColor       =   12648447
         ForeColor       =   16711680
         HeadLines       =   1
         RowHeight       =   15
         FormatLocked    =   -1  'True
         BeginProperty HeadFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         DataMember      =   "购货清单"
         ColumnCount     =   5
         BeginProperty Column00 
            DataField       =   "订单号码"
            Caption         =   "订单号码"
            BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
               Type            =   0
               Format          =   ""
               HaveTrueFalseNull=   0
               FirstDayOfWeek  =   0
               FirstWeekOfYear =   0
               LCID            =   2052
               SubFormatType   =   0
            EndProperty
         EndProperty
         BeginProperty Column01 
            DataField       =   "业务员工号"
            Caption         =   "业务员工号"
            BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
               Type            =   0
               Format          =   ""
               HaveTrueFalseNull=   0
               FirstDayOfWeek  =   0
               FirstWeekOfYear =   0
               LCID            =   2052
               SubFormatType   =   0
            EndProperty
         EndProperty
         BeginProperty Column02 
            DataField       =   "业务员姓名"
            Caption         =   "业务员姓名"
            BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
               Type            =   0
               Format          =   ""
               HaveTrueFalseNull=   0
               FirstDayOfWeek  =   0
               FirstWeekOfYear =   0
               LCID            =   2052
               SubFormatType   =   0
            EndProperty
         EndProperty
         BeginProperty Column03 
            DataField       =   "总计积分"
            Caption         =   "总计积分"
            BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
               Type            =   0
               Format          =   ""
               HaveTrueFalseNull=   0
               FirstDayOfWeek  =   0
               FirstWeekOfYear =   0
               LCID            =   2052
               SubFormatType   =   0
            EndProperty
         EndProperty
         BeginProperty Column04 
            DataField       =   "购货时间"
            Caption         =   "购货时间"
            BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
               Type            =   0
               Format          =   ""
               HaveTrueFalseNull=   0
               FirstDayOfWeek  =   0
               FirstWeekOfYear =   0
               LCID            =   2052
               SubFormatType   =   0
            EndProperty
         EndProperty
         SplitCount      =   1
         BeginProperty Split0 
            BeginProperty Column00 
               ColumnWidth     =   1635.024
            EndProperty
            BeginProperty Column01 
               ColumnWidth     =   1184.882
            EndProperty
            BeginProperty Column02 
               ColumnWidth     =   1184.882
            EndProperty
            BeginProperty Column03 
               ColumnWidth     =   1094.74
            EndProperty
            BeginProperty Column04 
               ColumnWidth     =   2085.166
            EndProperty
         EndProperty
      End
   End
   Begin VB.CommandButton cmdNext 
      BackColor       =   &H00C0C0C0&
      Caption         =   ">次条"
      Height          =   375
      Left            =   1200
      Style           =   1  'Graphical
      TabIndex        =   7
      Top             =   6030
      Visible         =   0   'False
      Width           =   855
   End
   Begin VB.CommandButton cmdPrevious 
      BackColor       =   &H00C0C0C0&
      Caption         =   "<上条"
      Height          =   375
      Left            =   2160
      Style           =   1  'Graphical
      TabIndex        =   6
      Top             =   6030
      Visible         =   0   'False
      Width           =   855
   End
   Begin VB.CommandButton cmdLast 

⌨️ 快捷键说明

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