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

📄 frmpz_search.frm

📁 一个用VB写的财务软件源码
💻 FRM
📖 第 1 页 / 共 5 页
字号:
         Top             =   240
         Width           =   825
      End
      Begin VB.Label Label2 
         AutoSize        =   -1  'True
         Caption         =   "----"
         Height          =   180
         Left            =   1320
         TabIndex        =   24
         Top             =   292
         Width           =   360
      End
   End
   Begin VB.Frame Frame4 
      Height          =   675
      Left            =   4920
      TabIndex        =   19
      Top             =   120
      Width           =   2595
      Begin VB.ComboBox cboPzType 
         BackColor       =   &H80000013&
         Enabled         =   0   'False
         Height          =   300
         Left            =   480
         Style           =   2  'Dropdown List
         TabIndex        =   20
         Top             =   270
         Width           =   2010
      End
   End
   Begin VB.Frame Frame3 
      Caption         =   "时间"
      ForeColor       =   &H8000000D&
      Height          =   2775
      Left            =   2400
      TabIndex        =   9
      Top             =   120
      Width           =   2205
      Begin MSComCtl2.DTPicker dtpOneDay 
         Height          =   300
         Left            =   720
         TabIndex        =   17
         Top             =   2400
         Width           =   1395
         _ExtentX        =   2461
         _ExtentY        =   529
         _Version        =   393216
         Enabled         =   0   'False
         CustomFormat    =   "yyyy-MM-dd"
         Format          =   52690947
         CurrentDate     =   36679
      End
      Begin MSComCtl2.DTPicker dtpDateTo 
         Height          =   300
         Left            =   720
         TabIndex        =   15
         Top             =   1680
         Width           =   1395
         _ExtentX        =   2461
         _ExtentY        =   529
         _Version        =   393216
         Enabled         =   0   'False
         CustomFormat    =   "yyyy-MM-dd"
         Format          =   52690947
         CurrentDate     =   36679
      End
      Begin MSComCtl2.DTPicker dtpDateFrom 
         Height          =   300
         Left            =   720
         TabIndex        =   13
         Top             =   1320
         Width           =   1395
         _ExtentX        =   2461
         _ExtentY        =   529
         _Version        =   393216
         Enabled         =   0   'False
         CustomFormat    =   "yyyy-MM-dd"
         Format          =   52690947
         CurrentDate     =   36679
      End
      Begin VB.ComboBox cboPeriod 
         Height          =   300
         Left            =   720
         Style           =   2  'Dropdown List
         TabIndex        =   11
         Top             =   600
         Width           =   1395
      End
      Begin VB.OptionButton optOneDay 
         Caption         =   "某一日(&D):"
         Height          =   250
         Left            =   330
         TabIndex        =   16
         Top             =   2160
         Width           =   1300
      End
      Begin VB.OptionButton optDateSect 
         Caption         =   "日期(&S):"
         Height          =   250
         Left            =   360
         TabIndex        =   12
         Top             =   1080
         Width           =   1065
      End
      Begin VB.OptionButton optPeriod 
         Caption         =   "会计期间(&P):"
         Height          =   250
         Left            =   330
         TabIndex        =   10
         Top             =   300
         Value           =   -1  'True
         Width           =   1400
      End
      Begin VB.Label Label1 
         AutoSize        =   -1  'True
         Caption         =   "至"
         Height          =   180
         Left            =   480
         TabIndex        =   14
         Top             =   1740
         Width           =   180
      End
   End
   Begin VB.Frame Frame1 
      Caption         =   "范围:"
      ForeColor       =   &H8000000D&
      Height          =   2775
      Left            =   240
      TabIndex        =   0
      Top             =   120
      Width           =   1905
      Begin VB.OptionButton optEntire 
         Caption         =   "全部(&E)"
         Height          =   250
         Left            =   300
         TabIndex        =   1
         Top             =   270
         Width           =   1365
      End
      Begin VB.OptionButton optUnChalked 
         Caption         =   "未记账凭证(&U)"
         Height          =   250
         Left            =   300
         TabIndex        =   3
         Top             =   930
         Value           =   -1  'True
         Width           =   1500
      End
      Begin VB.Frame Frame2 
         Height          =   1725
         Left            =   480
         TabIndex        =   4
         Top             =   960
         Width           =   1245
         Begin VB.OptionButton optUnChecked 
            Caption         =   "未复核"
            Height          =   225
            Left            =   300
            TabIndex        =   8
            Top             =   1380
            Width           =   900
         End
         Begin VB.OptionButton optWrong 
            Caption         =   "有错"
            Height          =   250
            Left            =   300
            TabIndex        =   7
            Top             =   1020
            Width           =   900
         End
         Begin VB.OptionButton optChecked 
            Caption         =   "已复核"
            Height          =   250
            Left            =   300
            TabIndex        =   6
            Top             =   660
            Width           =   900
         End
         Begin VB.OptionButton optAll 
            Caption         =   "所有"
            Height          =   250
            Left            =   300
            TabIndex        =   5
            Top             =   360
            Value           =   -1  'True
            Width           =   900
         End
      End
      Begin VB.OptionButton optChalked 
         Caption         =   "已记账凭证(&C)"
         Height          =   250
         Left            =   300
         TabIndex        =   2
         Top             =   600
         Width           =   1500
      End
   End
   Begin MSComCtl2.UpDown updLevel 
      Height          =   285
      Left            =   2520
      TabIndex        =   32
      Top             =   3188
      Visible         =   0   'False
      Width           =   270
      _ExtentX        =   423
      _ExtentY        =   503
      _Version        =   393216
      Value           =   1
      OrigLeft        =   1320
      OrigTop         =   270
      OrigRight       =   1560
      OrigBottom      =   555
      Max             =   6
      Min             =   1
      Enabled         =   -1  'True
   End
   Begin VB.Label lblLevel 
      AutoSize        =   -1  'True
      Caption         =   "科目汇总到的级次(&L):"
      Height          =   180
      Left            =   240
      TabIndex        =   30
      Top             =   3240
      Visible         =   0   'False
      Width           =   1800
   End
   Begin VB.Label Label3 
      AutoSize        =   -1  'True
      Caption         =   "摘要:"
      Height          =   180
      Left            =   480
      TabIndex        =   36
      Top             =   3960
      Width           =   450
   End
   Begin VB.Line Line2 
      BorderColor     =   &H80000005&
      X1              =   120
      X2              =   7680
      Y1              =   3720
      Y2              =   3720
   End
   Begin VB.Line Line1 
      BorderColor     =   &H80000007&
      X1              =   120
      X2              =   7680
      Y1              =   3705
      Y2              =   3705
   End
   Begin VB.Label Label21 
      AutoSize        =   -1  'True
      Caption         =   "----"
      Height          =   180
      Left            =   5610
      TabIndex        =   80
      Top             =   6480
      Width           =   360
   End
   Begin VB.Label Label20 
      AutoSize        =   -1  'True
      Caption         =   "----"
      Height          =   180
      Left            =   5610
      TabIndex        =   57
      Top             =   5040
      Width           =   360
   End
   Begin VB.Label Label19 
      AutoSize        =   -1  'True
      Caption         =   "----"
      Height          =   180
      Left            =   5610
      TabIndex        =   50
      Top             =   4680
      Width           =   360
   End
   Begin VB.Label Label18 
      AutoSize        =   -1  'True
      Caption         =   "----"
      Height          =   180
      Left            =   5610
      TabIndex        =   44
      Top             =   4320
      Width           =   360
   End
   Begin VB.Label Label17 
      AutoSize        =   -1  'True
      Caption         =   "票号:"
      Height          =   180
      Left            =   3600
      TabIndex        =   78
      Top             =   6480
      Width           =   450
   End
   Begin VB.Label Label16 
      AutoSize        =   -1  'True
      Caption         =   "业务员:"
      Height          =   180
      Left            =   3600
      TabIndex        =   72
      Top             =   6120
      Width           =   630
   End
   Begin VB.Label Label15 
      AutoSize        =   -1  'True
      Caption         =   "项目:"
      Height          =   180
      Left            =   480
      TabIndex        =   69
      Top             =   6060
      Width           =   450
   End
   Begin VB.Label Label14 
      AutoSize        =   -1  'True
      Caption         =   "供应商:"
      Height          =   180
      Left            =   3600
      TabIndex        =   66
      Top             =   5760
      Width           =   630
   End
   Begin VB.Label Label13 
      AutoSize        =   -1  'True
      Caption         =   "客户"
      Height          =   180
      Left            =   3600
      TabIndex        =   60
      Top             =   5400
      Width           =   360
   End
   Begin VB.Label Label12 
      AutoSize        =   -1  'True
      Caption         =   "数量:"
      Height          =   180
      Left            =   3600
      TabIndex        =   55
      Top             =   5040
      Width           =   450
   End
   Begin VB.Label Label11 
      AutoSize        =   -1  'True
      Caption         =   "方向:"
      Height          =   180
      Left            =   480
      TabIndex        =   46
      Top             =   4755
      Width           =   450
   End
   Begin VB.Label Label10 
      AutoSize        =   -1  'True
      Caption         =   "金额:"
      Height          =   180
      Left            =   3600
      TabIndex        =   42
      Top             =   4320
      Width           =   450
   End
   Begin VB.Label Label9 
      AutoSize        =   -1  'True
      Caption         =   "发生日期:"
      Height          =   180
      Left            =   -2490
      TabIndex        =   59
      Top             =   5400
      Visible         =   0   'False
      Width           =   810
   End
   Begin VB.Label Label8 
      AutoSize        =   -1  'True
      Caption         =   "结算方式:"
      Height          =   180
      Left            =   120
      TabIndex        =   52
      Top             =   5175
      Width           =   810
   End
   Begin VB.Label Label7 
      AutoSize        =   -1  'True
      Caption         =   "个人:"
      Height          =   180
      Left            =   480
      TabIndex        =   75
      Top             =   6480
      Width           =   450
   End
   Begin VB.Label Label6 
      AutoSize        =   -1  'True
      Caption         =   "部门:"
      Height          =   180
      Left            =   480
      TabIndex        =   63
      Top             =   5625

⌨️ 快捷键说明

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