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

📄 frmsum.frm

📁 雨点进销存软件,绝对可以用,大家可以拿来使用
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Object = "{C932BA88-4374-101B-A56C-00AA003668DC}#1.1#0"; "MSMASK32.OCX"
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFLXGRD.OCX"
Begin VB.Form FrmSum 
   Caption         =   "统计"
   ClientHeight    =   7590
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   9885
   LinkTopic       =   "Form1"
   ScaleHeight     =   7590
   ScaleWidth      =   9885
   StartUpPosition =   3  '窗口缺省
   Begin VB.PictureBox PicMain 
      Height          =   6015
      Left            =   360
      ScaleHeight     =   5955
      ScaleWidth      =   6675
      TabIndex        =   2
      Top             =   720
      Width           =   6735
      Begin VB.PictureBox PicSel 
         Height          =   2055
         Left            =   0
         ScaleHeight     =   1995
         ScaleWidth      =   6915
         TabIndex        =   6
         Top             =   0
         Width           =   6975
         Begin VB.Frame FrameSet 
            Caption         =   "统计条件选定:"
            Height          =   1815
            Left            =   2280
            TabIndex        =   10
            Top             =   120
            Width           =   4455
            Begin VB.OptionButton OptionFactory 
               Caption         =   "按厂家名称"
               Height          =   375
               Left            =   240
               TabIndex        =   18
               Top             =   240
               Width           =   1455
            End
            Begin VB.OptionButton OptionPD_Type 
               Caption         =   "按产品类型"
               Height          =   375
               Left            =   240
               TabIndex        =   17
               Top             =   600
               Width           =   1455
            End
            Begin VB.OptionButton OptionDate 
               Caption         =   "按日期"
               Height          =   375
               Left            =   240
               TabIndex        =   16
               Top             =   960
               Width           =   1455
            End
            Begin VB.OptionButton OptionDefine 
               Caption         =   "按自定义"
               Height          =   375
               Left            =   240
               TabIndex        =   15
               Top             =   1320
               Width           =   1455
            End
            Begin VB.ComboBox CbxFactory 
               Height          =   300
               Left            =   2160
               TabIndex        =   14
               Text            =   "Combo1"
               Top             =   240
               Visible         =   0   'False
               Width           =   1695
            End
            Begin VB.ComboBox CbxPD_Type 
               Height          =   300
               Left            =   2160
               TabIndex        =   13
               Text            =   "Combo1"
               Top             =   600
               Visible         =   0   'False
               Width           =   1695
            End
            Begin VB.ComboBox CbxDefine 
               Height          =   300
               Left            =   2160
               TabIndex        =   12
               Text            =   "Combo1"
               Top             =   1320
               Visible         =   0   'False
               Width           =   1695
            End
            Begin VB.TextBox TxtDefine 
               Height          =   270
               Left            =   3960
               TabIndex        =   11
               Text            =   "Text1"
               Top             =   1320
               Visible         =   0   'False
               Width           =   1095
            End
            Begin MSMask.MaskEdBox MaskRQ 
               Height          =   360
               Left            =   2160
               TabIndex        =   22
               Top             =   960
               Visible         =   0   'False
               Width           =   2415
               _ExtentX        =   4260
               _ExtentY        =   635
               _Version        =   393216
               MaxLength       =   11
               BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
                  Name            =   "MS Sans Serif"
                  Size            =   8.25
                  Charset         =   0
                  Weight          =   400
                  Underline       =   0   'False
                  Italic          =   0   'False
                  Strikethrough   =   0   'False
               EndProperty
               Format          =   "yyyy/mm/dd"
               Mask            =   "####年##月##日"
               PromptChar      =   "?"
            End
         End
         Begin VB.ComboBox CbxTypeCode 
            Height          =   300
            ItemData        =   "FrmSum.frx":0000
            Left            =   720
            List            =   "FrmSum.frx":000D
            TabIndex        =   9
            Top             =   720
            Width           =   1455
         End
         Begin VB.CommandButton CmdOk 
            Caption         =   "执行"
            Height          =   255
            Left            =   240
            TabIndex        =   8
            Top             =   1680
            Width           =   735
         End
         Begin VB.CommandButton CmdPrint 
            Caption         =   "打印"
            Height          =   255
            Left            =   960
            TabIndex        =   7
            Top             =   1320
            Width           =   735
         End
         Begin VB.Label Label1 
            Caption         =   "选择统计库:"
            Height          =   375
            Left            =   120
            TabIndex        =   19
            Top             =   120
            Width           =   1455
         End
      End
      Begin VB.PictureBox PicList 
         Height          =   1815
         Left            =   0
         ScaleHeight     =   1755
         ScaleWidth      =   6915
         TabIndex        =   4
         Top             =   2640
         Width           =   6975
         Begin MSFlexGridLib.MSFlexGrid MSFGrid 
            Height          =   1455
            Left            =   120
            TabIndex        =   5
            Top             =   120
            Width           =   5775
            _ExtentX        =   10186
            _ExtentY        =   2566
            _Version        =   393216
         End
      End
      Begin VB.PictureBox PicResult 
         Height          =   735
         Left            =   120
         ScaleHeight     =   675
         ScaleWidth      =   6795
         TabIndex        =   3
         Top             =   4800
         Width           =   6855
      End
      Begin VB.Label Label3 
         Caption         =   "统计结果"
         Height          =   255
         Left            =   120
         TabIndex        =   21
         Top             =   4560
         Width           =   1455
      End
      Begin VB.Label Label2 
         Caption         =   "统计列表:"
         Height          =   255
         Left            =   120
         TabIndex        =   20
         Top             =   2280
         Width           =   1335
      End
   End
   Begin MSComctlLib.StatusBar StatusBar1 
      Align           =   2  'Align Bottom
      Height          =   495
      Left            =   0
      TabIndex        =   1
      Top             =   7095
      Width           =   9885
      _ExtentX        =   17436
      _ExtentY        =   873
      _Version        =   393216
      BeginProperty Panels {8E3867A5-8586-11D1-B16A-00C0F0283628} 
         NumPanels       =   1
         BeginProperty Panel1 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
         EndProperty
      EndProperty
   End
   Begin MSComctlLib.Toolbar TBar 
      Align           =   1  'Align Top
      Height          =   390
      Left            =   0
      TabIndex        =   0
      Top             =   0
      Width           =   9885
      _ExtentX        =   17436
      _ExtentY        =   688
      ButtonWidth     =   1455
      ButtonHeight    =   688
      Style           =   1
      TextAlignment   =   1
      ImageList       =   "ImgListToolBar"
      _Version        =   393216
      BeginProperty Buttons {66833FE8-8583-11D1-B16A-00C0F0283628} 
         NumButtons      =   4
         BeginProperty Button1 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Caption         =   "执行"
            Key             =   "tbDo"
            ImageIndex      =   1
            Style           =   1
         EndProperty
         BeginProperty Button2 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Style           =   3
         EndProperty
         BeginProperty Button3 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Caption         =   "返回"
            Key             =   "tbBack"
            ImageIndex      =   8
         EndProperty
         BeginProperty Button4 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Caption         =   "退出"
            ImageIndex      =   9
         EndProperty
      EndProperty
      OLEDropMode     =   1
   End
   Begin MSComctlLib.ImageList ImgListToolBar 
      Left            =   6960
      Top             =   840
      _ExtentX        =   1005
      _ExtentY        =   1005
      BackColor       =   -2147483643
      ImageWidth      =   20
      ImageHeight     =   20
      MaskColor       =   12632256
      _Version        =   393216
      BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628} 
         NumListImages   =   9

⌨️ 快捷键说明

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