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

📄 xtquery.frm

📁 一套鞋厂的销售管理系统
💻 FRM
📖 第 1 页 / 共 4 页
字号:
VERSION 5.00
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Begin VB.Form XtQuery 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "销售条件"
   ClientHeight    =   5445
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   8250
   LinkTopic       =   "Form3"
   MaxButton       =   0   'False
   MDIChild        =   -1  'True
   MinButton       =   0   'False
   ScaleHeight     =   5445
   ScaleWidth      =   8250
   Begin VB.Frame LineType 
      Caption         =   "排行"
      Height          =   1875
      Left            =   7020
      TabIndex        =   30
      Top             =   1020
      Visible         =   0   'False
      Width           =   1095
      Begin VB.OptionButton OptionLineSF 
         Caption         =   "省份"
         Enabled         =   0   'False
         Height          =   255
         Left            =   120
         TabIndex        =   35
         Top             =   600
         Width           =   855
      End
      Begin VB.OptionButton OptionLineDQ 
         Caption         =   "地区"
         Height          =   255
         Left            =   120
         TabIndex        =   34
         Top             =   240
         Value           =   -1  'True
         Width           =   855
      End
      Begin VB.OptionButton OptionLineBSC 
         Caption         =   "办事处"
         Height          =   255
         Left            =   120
         TabIndex        =   32
         Top             =   960
         Width           =   855
      End
      Begin VB.OptionButton OptionLineMD 
         Caption         =   "卖点"
         Height          =   255
         Left            =   120
         TabIndex        =   31
         Top             =   1320
         Width           =   855
      End
   End
   Begin VB.Frame LineTypeCP 
      Caption         =   "排行"
      Height          =   1815
      Left            =   7020
      TabIndex        =   24
      Top             =   1080
      Visible         =   0   'False
      Width           =   1095
      Begin VB.OptionButton OptionLineCP 
         Caption         =   "产品"
         Height          =   255
         Left            =   120
         TabIndex        =   29
         Top             =   1440
         Width           =   855
      End
      Begin VB.OptionButton OptionLineXT 
         Caption         =   "型体"
         Height          =   255
         Left            =   120
         TabIndex        =   28
         Top             =   1140
         Width           =   855
      End
      Begin VB.OptionButton OptionLineXL 
         Caption         =   "系列"
         Height          =   255
         Left            =   120
         TabIndex        =   27
         Top             =   840
         Width           =   855
      End
      Begin VB.OptionButton OptionLineJG 
         Caption         =   "季节"
         Height          =   255
         Left            =   120
         TabIndex        =   26
         Top             =   540
         Width           =   855
      End
      Begin VB.OptionButton OptionLinePP 
         Caption         =   "品牌"
         Height          =   255
         Left            =   120
         TabIndex        =   25
         Top             =   240
         Value           =   -1  'True
         Width           =   855
      End
   End
   Begin VB.Frame AssayType 
      Caption         =   "分析"
      Height          =   1815
      Left            =   7020
      TabIndex        =   21
      Top             =   1080
      Visible         =   0   'False
      Width           =   1095
      Begin VB.OptionButton AssayTypeArea 
         Caption         =   "办事处"
         Height          =   255
         Left            =   120
         TabIndex        =   23
         Top             =   600
         Value           =   -1  'True
         Width           =   855
      End
      Begin VB.OptionButton AssayTypeAddress 
         Caption         =   "卖点"
         Height          =   255
         Left            =   120
         TabIndex        =   22
         Top             =   1080
         Width           =   855
      End
   End
   Begin VB.Frame TotalType 
      Caption         =   "汇总"
      Height          =   1815
      Left            =   7020
      TabIndex        =   17
      Top             =   1080
      Width           =   1095
      Begin VB.OptionButton TotalTypeAddress 
         Caption         =   "卖点"
         Height          =   255
         Left            =   120
         TabIndex        =   20
         Top             =   1320
         Width           =   855
      End
      Begin VB.OptionButton TotalTypeArea 
         Caption         =   "办事处"
         Height          =   255
         Left            =   120
         TabIndex        =   19
         Top             =   840
         Width           =   855
      End
      Begin VB.OptionButton TotalTypeAll 
         Caption         =   "全部"
         Height          =   255
         Left            =   120
         TabIndex        =   18
         Top             =   360
         Value           =   -1  'True
         Width           =   735
      End
   End
   Begin VB.CommandButton DoubleDel 
      Caption         =   "删除"
      Height          =   375
      Left            =   5160
      TabIndex        =   16
      Top             =   2520
      Visible         =   0   'False
      Width           =   855
   End
   Begin VB.CommandButton DoubleAdd 
      Caption         =   "增加"
      Height          =   375
      Left            =   3720
      TabIndex        =   15
      Top             =   2520
      Visible         =   0   'False
      Width           =   855
   End
   Begin VB.ListBox DoubleList 
      Height          =   1500
      Left            =   2880
      TabIndex        =   14
      Top             =   960
      Visible         =   0   'False
      Width           =   3975
   End
   Begin VB.ListBox SqlList 
      Height          =   1950
      Left            =   2880
      Style           =   1  'Checkbox
      TabIndex        =   13
      Top             =   960
      Visible         =   0   'False
      Width           =   3975
   End
   Begin VB.TextBox WriteValue 
      Height          =   270
      Left            =   4680
      TabIndex        =   11
      Top             =   1680
      Visible         =   0   'False
      Width           =   1575
   End
   Begin MSComCtl2.DTPicker DateEnd 
      Height          =   375
      Left            =   4320
      TabIndex        =   8
      Top             =   2040
      Visible         =   0   'False
      Width           =   1935
      _ExtentX        =   3413
      _ExtentY        =   661
      _Version        =   393216
      Format          =   65863681
      CurrentDate     =   36383
   End
   Begin MSComCtl2.DTPicker DateBegin 
      Height          =   375
      Left            =   4320
      TabIndex        =   7
      Top             =   1320
      Visible         =   0   'False
      Width           =   1935
      _ExtentX        =   3413
      _ExtentY        =   661
      _Version        =   393216
      Format          =   65863681
      CurrentDate     =   36383
   End
   Begin VB.CommandButton cmdQuery 
      Caption         =   "查询"
      Height          =   495
      Left            =   3720
      TabIndex        =   6
      Top             =   4920
      Width           =   1095
   End
   Begin VB.Frame PlayType 
      Caption         =   "类型"
      Height          =   735
      Left            =   120
      TabIndex        =   2
      Top             =   120
      Width           =   8055
      Begin VB.OptionButton OptionSellLineCP 
         Caption         =   "销售排行(产品)"
         Height          =   255
         Left            =   4740
         TabIndex        =   33
         Top             =   360
         Width           =   1815
      End
      Begin VB.OptionButton OptionSellLine 
         Caption         =   "销售排行(地点)"
         Height          =   255
         Left            =   2880
         TabIndex        =   5
         Top             =   360
         Width           =   1575
      End

⌨️ 快捷键说明

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