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

📄 frmac_balanceselect.frm

📁 一个用VB写的财务软件源码
💻 FRM
📖 第 1 页 / 共 3 页
字号:
VERSION 5.00
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Begin VB.Form frmAC_BalanceSelect 
   BorderStyle     =   5  'Sizable ToolWindow
   Caption         =   "余额表:选择范围"
   ClientHeight    =   3435
   ClientLeft      =   60
   ClientTop       =   300
   ClientWidth     =   4935
   Icon            =   "frmAC_BalanceSelect.frx":0000
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   3435
   ScaleWidth      =   4935
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  '屏幕中心
   WhatsThisButton =   -1  'True
   WhatsThisHelp   =   -1  'True
   Begin VB.CheckBox Chk_Fl 
      Caption         =   "借贷方分栏"
      Height          =   285
      Left            =   3570
      TabIndex        =   30
      Top             =   2460
      Visible         =   0   'False
      Width           =   1215
   End
   Begin VB.CheckBox ChkBlankKm 
      Caption         =   "包含空白科目"
      Height          =   315
      Left            =   1965
      TabIndex        =   12
      Top             =   2460
      Width           =   1425
   End
   Begin VB.TextBox txtLevelFrom 
      Height          =   285
      Left            =   720
      MaxLength       =   1
      TabIndex        =   4
      Top             =   1080
      Width           =   315
   End
   Begin VB.ComboBox cboSort 
      Height          =   300
      ItemData        =   "frmAC_BalanceSelect.frx":000C
      Left            =   2790
      List            =   "frmAC_BalanceSelect.frx":000E
      Style           =   2  'Dropdown List
      TabIndex        =   10
      Top             =   1980
      Width           =   1995
   End
   Begin VB.ComboBox cboSubjectType 
      Height          =   300
      Left            =   1080
      Style           =   2  'Dropdown List
      TabIndex        =   9
      Top             =   1980
      Width           =   1035
   End
   Begin VB.CheckBox chkEndLevelSubject 
      Caption         =   "末级科目"
      Height          =   285
      Left            =   3000
      TabIndex        =   6
      Top             =   1080
      Visible         =   0   'False
      Width           =   1035
   End
   Begin VB.CommandButton cmdOk 
      Caption         =   "确认(&O)"
      Height          =   345
      Left            =   1380
      TabIndex        =   13
      Top             =   3030
      Width           =   1065
   End
   Begin VB.CommandButton cmdCancel 
      Cancel          =   -1  'True
      Caption         =   "取消(&C)"
      CausesValidation=   0   'False
      Height          =   345
      Left            =   2520
      TabIndex        =   14
      Top             =   3030
      Width           =   1065
   End
   Begin VB.CommandButton cmdHelp 
      Caption         =   "帮助(&H)"
      CausesValidation=   0   'False
      Height          =   345
      Left            =   3660
      TabIndex        =   15
      Top             =   3030
      Width           =   1065
   End
   Begin VB.TextBox txtSubjectCodeTo 
      Height          =   285
      Left            =   3030
      MaxLength       =   18
      TabIndex        =   3
      Top             =   630
      Width           =   1485
   End
   Begin VB.CheckBox chkHave 
      Caption         =   "包括未记账凭证"
      Height          =   285
      Left            =   180
      TabIndex        =   11
      Top             =   2460
      Width           =   1605
   End
   Begin VB.TextBox txtBalanceTo 
      Height          =   285
      Left            =   3000
      MaxLength       =   20
      TabIndex        =   8
      Top             =   1530
      Width           =   1785
   End
   Begin VB.TextBox txtBalanceFrom 
      Height          =   285
      Left            =   720
      MaxLength       =   20
      TabIndex        =   7
      Top             =   1530
      Width           =   1785
   End
   Begin MSComCtl2.UpDown upLevelTo 
      Height          =   285
      Left            =   2220
      TabIndex        =   21
      Top             =   1080
      Width           =   270
      _ExtentX        =   423
      _ExtentY        =   503
      _Version        =   393216
      Value           =   1
      BuddyControl    =   "txtLevelTo"
      BuddyDispid     =   196627
      OrigLeft        =   2235
      OrigTop         =   1065
      OrigRight       =   2505
      OrigBottom      =   1380
      Max             =   6
      Min             =   1
      SyncBuddy       =   -1  'True
      BuddyProperty   =   65547
      Enabled         =   -1  'True
   End
   Begin MSComCtl2.UpDown upLevelFrom 
      Height          =   285
      Left            =   1020
      TabIndex        =   20
      Top             =   1080
      Width           =   270
      _ExtentX        =   423
      _ExtentY        =   503
      _Version        =   393216
      Value           =   1
      BuddyControl    =   "txtLevelFrom"
      BuddyDispid     =   196611
      OrigLeft        =   1080
      OrigTop         =   1065
      OrigRight       =   1350
      OrigBottom      =   1380
      Max             =   6
      Min             =   1
      SyncBuddy       =   -1  'True
      BuddyProperty   =   65547
      Enabled         =   -1  'True
   End
   Begin VB.CommandButton cmdSubjectHelpTwo 
      Height          =   285
      Left            =   4485
      Picture         =   "frmAC_BalanceSelect.frx":0010
      Style           =   1  'Graphical
      TabIndex        =   19
      Top             =   630
      Width           =   300
   End
   Begin VB.CommandButton cmdSubjectHelpOne 
      Height          =   285
      Left            =   2205
      Picture         =   "frmAC_BalanceSelect.frx":0112
      Style           =   1  'Graphical
      TabIndex        =   18
      Top             =   630
      Width           =   300
   End
   Begin VB.TextBox txtSubjectCodeFrom 
      Height          =   285
      Left            =   720
      MaxLength       =   18
      TabIndex        =   2
      Top             =   630
      Width           =   1485
   End
   Begin VB.ComboBox cboMonthTo 
      Height          =   300
      Left            =   3000
      Style           =   2  'Dropdown List
      TabIndex        =   1
      Top             =   180
      Width           =   1785
   End
   Begin VB.ComboBox cboMonthFrom 
      Height          =   300
      Left            =   720
      Style           =   2  'Dropdown List
      TabIndex        =   0
      Top             =   180
      Width           =   1785
   End
   Begin VB.TextBox txtLevelTo 
      Height          =   285
      Left            =   1890
      MaxLength       =   1
      TabIndex        =   5
      Top             =   1080
      Width           =   330
   End
   Begin VB.Label Label10 
      AutoSize        =   -1  'True
      Caption         =   "排序:"
      Height          =   180
      Left            =   2250
      TabIndex        =   29
      Top             =   2040
      Width           =   540
   End
   Begin VB.Label Label8 
      AutoSize        =   -1  'True
      Caption         =   "科目类型:"
      Height          =   180
      Left            =   180
      TabIndex        =   28
      Top             =   2040
      Width           =   900
   End
   Begin VB.Label Label4 
      AutoSize        =   -1  'True
      Caption         =   "级次:"
      Height          =   180
      Left            =   180
      TabIndex        =   27
      Top             =   1125
      Width           =   540
   End
   Begin VB.Label Label5 
      AutoSize        =   -1  'True
      Caption         =   "至"
      Height          =   180
      Left            =   1530
      TabIndex        =   26
      Top             =   1125
      Width           =   180
   End
   Begin VB.Label Label9 
      AutoSize        =   -1  'True
      Caption         =   "至"
      Height          =   180
      Left            =   2670
      TabIndex        =   25
      Top             =   675
      Width           =   180
   End
   Begin VB.Label Label2 
      AutoSize        =   -1  'True
      Caption         =   "至"
      Height          =   180
      Left            =   2670
      TabIndex        =   24
      Top             =   240
      Width           =   180
   End
   Begin VB.Line Line2 
      BorderColor     =   &H80000005&
      X1              =   150
      X2              =   4800
      Y1              =   2865
      Y2              =   2865
   End
   Begin VB.Line Line1 
      X1              =   120
      X2              =   4800
      Y1              =   2850
      Y2              =   2850
   End
   Begin VB.Label Label7 
      AutoSize        =   -1  'True
      Caption         =   "至"
      Height          =   180
      Left            =   2670
      TabIndex        =   23
      Top             =   1575
      Width           =   180
   End
   Begin VB.Label Label6 
      AutoSize        =   -1  'True
      Caption         =   "余额:"
      Height          =   180
      Left            =   180
      TabIndex        =   22
      Top             =   1575
      Width           =   540
   End
   Begin VB.Label Label3 
      AutoSize        =   -1  'True
      Caption         =   "科目:"
      Height          =   180
      Left            =   180
      TabIndex        =   17
      Top             =   675
      Width           =   540
   End
   Begin VB.Label Label1 
      AutoSize        =   -1  'True
      Caption         =   "月份:"
      Height          =   180
      Left            =   180
      TabIndex        =   16
      Top             =   240
      Width           =   540
   End
End
Attribute VB_Name = "frmAC_BalanceSelect"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit

⌨️ 快捷键说明

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