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

📄 frm_saleimage.frm

📁 这是个进销存管理系统
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Object = "{65E121D4-0C60-11D2-A9FC-0000F8754DA1}#2.0#0"; "mschrt20.ocx"
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form frm_saleImage 
   Caption         =   "每月销售比较"
   ClientHeight    =   5265
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   9300
   Icon            =   "frm_saleImage.frx":0000
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   ScaleHeight     =   5265
   ScaleWidth      =   9300
   StartUpPosition =   2  '屏幕中心
   Begin VB.Frame Frame2 
      Caption         =   "选择分析的月份"
      Height          =   1965
      Left            =   2040
      TabIndex        =   7
      Top             =   960
      Visible         =   0   'False
      Width           =   5745
      Begin VB.Frame Frame3 
         Height          =   1035
         Left            =   2985
         TabIndex        =   22
         Top             =   0
         Width           =   2760
         Begin VB.OptionButton Opt2 
            Caption         =   "销售金额分析图"
            Height          =   180
            Left            =   450
            TabIndex        =   24
            Top             =   660
            Width           =   1605
         End
         Begin VB.OptionButton Opt1 
            Caption         =   "销售数量分析图"
            Height          =   285
            Left            =   450
            TabIndex        =   23
            Top             =   255
            Value           =   -1  'True
            Width           =   1785
         End
      End
      Begin VB.CommandButton cmdExit 
         Caption         =   "退 出(&E)"
         Height          =   375
         Left            =   4365
         TabIndex        =   21
         Top             =   1320
         Width           =   1080
      End
      Begin VB.CommandButton cmdOk 
         Caption         =   "确 定(&O)"
         Height          =   375
         Left            =   3090
         TabIndex        =   20
         Top             =   1320
         Width           =   1080
      End
      Begin VB.CheckBox Check1 
         Caption         =   "12月"
         Height          =   345
         Index           =   11
         Left            =   2115
         TabIndex        =   19
         Top             =   1515
         Width           =   675
      End
      Begin VB.CheckBox Check1 
         Caption         =   "11月"
         Height          =   345
         Index           =   10
         Left            =   1215
         TabIndex        =   18
         Top             =   1515
         Width           =   675
      End
      Begin VB.CheckBox Check1 
         Caption         =   "10月"
         Height          =   345
         Index           =   9
         Left            =   315
         TabIndex        =   17
         Top             =   1515
         Width           =   675
      End
      Begin VB.CheckBox Check1 
         Caption         =   "9月"
         Height          =   345
         Index           =   8
         Left            =   2115
         TabIndex        =   16
         Top             =   1090
         Width           =   675
      End
      Begin VB.CheckBox Check1 
         Caption         =   "8月"
         Height          =   345
         Index           =   7
         Left            =   1215
         TabIndex        =   15
         Top             =   1090
         Width           =   675
      End
      Begin VB.CheckBox Check1 
         Caption         =   "7月"
         Height          =   345
         Index           =   6
         Left            =   315
         TabIndex        =   14
         Top             =   1090
         Width           =   675
      End
      Begin VB.CheckBox Check1 
         Caption         =   "6月"
         Height          =   345
         Index           =   5
         Left            =   2115
         TabIndex        =   13
         Top             =   665
         Width           =   675
      End
      Begin VB.CheckBox Check1 
         Caption         =   "5月"
         Height          =   345
         Index           =   4
         Left            =   1215
         TabIndex        =   12
         Top             =   665
         Width           =   675
      End
      Begin VB.CheckBox Check1 
         Caption         =   "4月"
         Height          =   345
         Index           =   3
         Left            =   315
         TabIndex        =   11
         Top             =   665
         Width           =   675
      End
      Begin VB.CheckBox Check1 
         Caption         =   "3月"
         Height          =   345
         Index           =   2
         Left            =   2115
         TabIndex        =   10
         Top             =   240
         Width           =   675
      End
      Begin VB.CheckBox Check1 
         Caption         =   "2月"
         Height          =   345
         Index           =   1
         Left            =   1215
         TabIndex        =   9
         Top             =   240
         Width           =   675
      End
      Begin VB.CheckBox Check1 
         Caption         =   "1月"
         Height          =   345
         Index           =   0
         Left            =   315
         TabIndex        =   8
         Top             =   240
         Width           =   675
      End
      Begin VB.Line Line1 
         BorderColor     =   &H80000018&
         Index           =   0
         X1              =   240
         X2              =   2520
         Y1              =   615
         Y2              =   615
      End
      Begin VB.Line Line1 
         BorderColor     =   &H80000018&
         Index           =   2
         X1              =   240
         X2              =   2520
         Y1              =   1470
         Y2              =   1470
      End
      Begin VB.Line Line1 
         BorderColor     =   &H80000018&
         Index           =   1
         X1              =   240
         X2              =   2520
         Y1              =   1035
         Y2              =   1035
      End
   End
   Begin MSAdodcLib.Adodc Adodc2 
      Height          =   330
      Left            =   15
      Top             =   4650
      Visible         =   0   'False
      Width           =   1785
      _ExtentX        =   3149
      _ExtentY        =   582
      ConnectMode     =   0
      CursorLocation  =   3
      IsolationLevel  =   -1
      ConnectionTimeout=   15
      CommandTimeout  =   30
      CursorType      =   3
      LockType        =   3
      CommandType     =   1
      CursorOptions   =   0
      CacheSize       =   50
      MaxRecords      =   0
      BOFAction       =   0
      EOFAction       =   0
      ConnectStringType=   1
      Appearance      =   1
      BackColor       =   -2147483643
      ForeColor       =   -2147483640
      Orientation     =   0
      Enabled         =   -1
      Connect         =   ""
      OLEDBString     =   ""
      OLEDBFile       =   ""
      DataSourceName  =   ""
      OtherAttributes =   ""
      UserName        =   ""
      Password        =   ""
      RecordSource    =   ""
      Caption         =   "Adodc2"
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      _Version        =   393216
   End
   Begin MSAdodcLib.Adodc Adodc1 
      Height          =   330
      Left            =   15
      Top             =   4335
      Visible         =   0   'False
      Width           =   1785
      _ExtentX        =   3149
      _ExtentY        =   582
      ConnectMode     =   0
      CursorLocation  =   3
      IsolationLevel  =   -1
      ConnectionTimeout=   15
      CommandTimeout  =   30
      CursorType      =   3
      LockType        =   3
      CommandType     =   1
      CursorOptions   =   0
      CacheSize       =   50
      MaxRecords      =   0
      BOFAction       =   0
      EOFAction       =   0
      ConnectStringType=   1
      Appearance      =   1
      BackColor       =   -2147483643
      ForeColor       =   -2147483640
      Orientation     =   0
      Enabled         =   -1
      Connect         =   ""
      OLEDBString     =   ""
      OLEDBFile       =   ""
      DataSourceName  =   ""
      OtherAttributes =   ""
      UserName        =   ""
      Password        =   ""
      RecordSource    =   ""
      Caption         =   "Adodc1"
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      _Version        =   393216
   End
   Begin MSAdodcLib.Adodc Adodc3 
      Height          =   330
      Left            =   15
      Top             =   4950
      Visible         =   0   'False
      Width           =   1785
      _ExtentX        =   3149
      _ExtentY        =   582
      ConnectMode     =   0
      CursorLocation  =   3
      IsolationLevel  =   -1
      ConnectionTimeout=   15
      CommandTimeout  =   30
      CursorType      =   3
      LockType        =   3
      CommandType     =   1
      CursorOptions   =   0
      CacheSize       =   50
      MaxRecords      =   0
      BOFAction       =   0
      EOFAction       =   0
      ConnectStringType=   1
      Appearance      =   1
      BackColor       =   -2147483643
      ForeColor       =   -2147483640
      Orientation     =   0
      Enabled         =   -1
      Connect         =   ""
      OLEDBString     =   ""
      OLEDBFile       =   ""
      DataSourceName  =   ""
      OtherAttributes =   ""
      UserName        =   ""
      Password        =   ""
      RecordSource    =   ""
      Caption         =   "Adodc3"
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      _Version        =   393216
   End
   Begin MSChart20Lib.MSChart MSC1 
      Height          =   4215
      Left            =   90
      OleObjectBlob   =   "frm_saleImage.frx":164A
      TabIndex        =   2
      Top             =   990

⌨️ 快捷键说明

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