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

📄 i-+

📁 VB财务软件系统下载源代码提供自由下载使用学习
💻
📖 第 1 页 / 共 4 页
字号:
VERSION 5.00
Object = "{A0C292A3-118E-11D2-AFDF-000021730160}#1.0#0"; "UFEDIT.OCX"
Object = "{18F95930-A715-11D1-92AC-A8AE05C10000}#7.0#0"; "UFSize.ocx"
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Object = "{5AD81966-3173-4597-A32E-4F4620DA3B57}#3.4#0"; "U8TBCtl.ocx"
Begin VB.Form frmAccGrp 
   Caption         =   "账户类型定义"
   ClientHeight    =   4395
   ClientLeft      =   2025
   ClientTop       =   1935
   ClientWidth     =   8250
   KeyPreview      =   -1  'True
   LinkTopic       =   "Form3"
   MDIChild        =   -1  'True
   ScaleHeight     =   4395
   ScaleWidth      =   8250
   Begin VB.PictureBox picView 
      BackColor       =   &H80000013&
      Height          =   3450
      Left            =   2880
      ScaleHeight     =   3390
      ScaleWidth      =   4935
      TabIndex        =   0
      Top             =   720
      Width           =   4995
      Begin VB.ComboBox cboParent 
         Height          =   300
         ItemData        =   "账户组定义.frx":0000
         Left            =   1440
         List            =   "账户组定义.frx":0002
         Style           =   2  'Dropdown List
         TabIndex        =   10
         Top             =   1080
         Width           =   1815
      End
      Begin EDITLib.Edit txtAccGrp 
         Height          =   330
         Index           =   0
         Left            =   1440
         TabIndex        =   1
         Top             =   195
         Width           =   1815
         _Version        =   65536
         _ExtentX        =   3201
         _ExtentY        =   582
         _StockProps     =   253
         ForeColor       =   0
         BackColor       =   16777215
         Appearance      =   1
         Property        =   2
         MaxLength       =   5
      End
      Begin EDITLib.Edit txtAccGrp 
         Height          =   330
         Index           =   1
         Left            =   1440
         TabIndex        =   2
         Top             =   645
         Width           =   1815
         _Version        =   65536
         _ExtentX        =   3201
         _ExtentY        =   582
         _StockProps     =   253
         ForeColor       =   0
         BackColor       =   16777215
         Appearance      =   1
      End
      Begin EDITLib.Edit txtAccGrp 
         Height          =   330
         Index           =   3
         Left            =   1440
         TabIndex        =   3
         Top             =   1485
         Width           =   2745
         _Version        =   65536
         _ExtentX        =   4842
         _ExtentY        =   582
         _StockProps     =   253
         ForeColor       =   0
         BackColor       =   16777215
         Appearance      =   1
      End
      Begin VB.CheckBox chkUnique 
         Caption         =   "该节点下的账户唯一"
         Height          =   315
         Left            =   1440
         TabIndex        =   12
         Top             =   1920
         Visible         =   0   'False
         Width           =   2475
      End
      Begin VB.Label lblRule 
         AutoSize        =   -1  'True
         Caption         =   "编码规则:** ** ** ** **"
         Height          =   180
         Left            =   1440
         TabIndex        =   14
         Top             =   1920
         Visible         =   0   'False
         Width           =   2070
      End
      Begin VB.Label lblAccGrp 
         Alignment       =   1  'Right Justify
         AutoSize        =   -1  'True
         Caption         =   "类型代码"
         Height          =   180
         Index           =   0
         Left            =   585
         TabIndex        =   7
         Top             =   270
         Width           =   720
      End
      Begin VB.Label lblAccGrp 
         Alignment       =   1  'Right Justify
         AutoSize        =   -1  'True
         Caption         =   "类型名称"
         Height          =   180
         Index           =   1
         Left            =   585
         TabIndex        =   6
         Top             =   720
         Width           =   720
      End
      Begin VB.Label lblAccGrp 
         Alignment       =   1  'Right Justify
         AutoSize        =   -1  'True
         Caption         =   "上级类型代码"
         Height          =   180
         Index           =   2
         Left            =   225
         TabIndex        =   5
         Top             =   1170
         Width           =   1080
      End
      Begin VB.Label lblAccGrp 
         Alignment       =   1  'Right Justify
         AutoSize        =   -1  'True
         Caption         =   "备注"
         Height          =   180
         Index           =   3
         Left            =   945
         TabIndex        =   4
         Top             =   1560
         Width           =   360
      End
   End
   Begin MSComctlLib.Toolbar tlbAction 
      Align           =   1  'Align Top
      Height          =   540
      Left            =   0
      TabIndex        =   8
      Top             =   0
      Width           =   8250
      _ExtentX        =   14552
      _ExtentY        =   953
      ButtonWidth     =   820
      ButtonHeight    =   953
      AllowCustomize  =   0   'False
      Wrappable       =   0   'False
      Style           =   1
      ImageList       =   "ilsTlb"
      _Version        =   393216
      BeginProperty Buttons {66833FE8-8583-11D1-B16A-00C0F0283628} 
         NumButtons      =   16
         BeginProperty Button1 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Caption         =   "打印"
            Key             =   "Print"
         EndProperty
         BeginProperty Button2 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Caption         =   "预览"
            Key             =   "Preview"
         EndProperty
         BeginProperty Button3 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Caption         =   "输出"
            Key             =   "Export"
         EndProperty
         BeginProperty Button4 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Style           =   3
         EndProperty
         BeginProperty Button5 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Caption         =   "增加"
            Key             =   "AddNew"
         EndProperty
         BeginProperty Button6 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Caption         =   "修改"
            Key             =   "Edit"
         EndProperty
         BeginProperty Button7 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Caption         =   "删除"
            Key             =   "Delete"
         EndProperty
         BeginProperty Button8 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Caption         =   "保存"
            Key             =   "Save"
         EndProperty
         BeginProperty Button9 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Caption         =   "放弃"
            Key             =   "Cancel"
         EndProperty
         BeginProperty Button10 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Style           =   3
         EndProperty
         BeginProperty Button11 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Object.Visible         =   0   'False
            Caption         =   "分组"
            Key             =   "Group"
         EndProperty
         BeginProperty Button12 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Object.Visible         =   0   'False
            Style           =   3
         EndProperty
         BeginProperty Button13 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Caption         =   "刷新"
            Key             =   "Refresh"
         EndProperty
         BeginProperty Button14 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Style           =   3
         EndProperty
         BeginProperty Button15 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Caption         =   "帮助"
            Key             =   "Help"
         EndProperty
         BeginProperty Button16 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Caption         =   "退出"
            Key             =   "Exit"
         EndProperty
      EndProperty
   End
   Begin JackSize.JackResize jkrTree 
      Height          =   4035
      Left            =   2640
      TabIndex        =   11
      Top             =   360
      Width           =   105
      _ExtentX        =   185
      _ExtentY        =   7117
      MinLeft         =   1000
   End
   Begin MSComctlLib.TreeView treStyle 
      Height          =   3450
      Left            =   0
      TabIndex        =   9
      Top             =   720
      Width           =   2475
      _ExtentX        =   4366
      _ExtentY        =   6085
      _Version        =   393217
      HideSelection   =   0   'False
      Indentation     =   529
      LabelEdit       =   1
      LineStyle       =   1
      Style           =   7
      HotTracking     =   -1  'True
      ImageList       =   "ilsTlbTre"
      Appearance      =   1
      OLEDropMode     =   1
   End
   Begin MSComctlLib.TreeView TreeView 
      Height          =   3450
      Left            =   0
      TabIndex        =   13
      Top             =   720
      Visible         =   0   'False
      Width           =   2475
      _ExtentX        =   4366
      _ExtentY        =   6085
      _Version        =   393217
      HideSelection   =   0   'False
      Indentation     =   529
      Style           =   5
      HotTracking     =   -1  'True
      ImageList       =   "ilsTlbTre"
      Appearance      =   1
      OLEDropMode     =   1
   End
   Begin MSComctlLib.ImageList ilsTlb 
      Left            =   200
      Top             =   2000
      _ExtentX        =   1005
      _ExtentY        =   1005
      BackColor       =   -2147483643
      ImageWidth      =   16
      ImageHeight     =   16
      MaskColor       =   12632256
      _Version        =   393216
      BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628} 
         NumListImages   =   3
         BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "账户组定义.frx":0004
            Key             =   ""
         EndProperty
         BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "账户组定义.frx":0456
            Key             =   ""
         EndProperty
         BeginProperty ListImage3 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "账户组定义.frx":08A8
            Key             =   ""
         EndProperty
      EndProperty
   End
   Begin MSComctlLib.ImageList ilsTlbTre 
      Left            =   480
      Top             =   3120
      _ExtentX        =   1005
      _ExtentY        =   1005
      BackColor       =   -2147483643
      ImageWidth      =   16
      ImageHeight     =   16
      MaskColor       =   12632256
      _Version        =   393216
      BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628} 
         NumListImages   =   3
         BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "账户组定义.frx":0CFA
            Key             =   ""
         EndProperty
         BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "账户组定义.frx":114C
            Key             =   ""
         EndProperty
         BeginProperty ListImage3 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "账户组定义.frx":159E
            Key             =   ""
         EndProperty
      EndProperty
   End
   Begin prjTBCtrl.CTBCtrl ocxCtbTool 
      Height          =   660
      Left            =   0
      Top             =   0
      Width           =   3975
      _ExtentX        =   7011
      _ExtentY        =   1164
   End
End
Attribute VB_Name = "frmAccGrp"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
'--------------------------------
'时间:2002.01.30
'版权:北京用友软件股份有限公司
'设计:章景峰
'编码:章景峰
'说明:U8资金管理---账户类型定义
'--------------------------------
Option Explicit
Private Const conMoveLimit = 1000
Private Const m_conBIStyle = 2

Private m_EO         As U8FDEso.EntityObject
Private m_OldEO      As U8FDEso.EntityObject
Private m_Nodes      As MSComctlLib.Nodes
Private m_EditStatus As Boolean
Private m_NodeFlag   As Boolean
Private m_View       As Boolean
Private PrintTypeList        As String
Private PrintSizeList        As String
Private SetPrintDataStyleXML_flag As Boolean

Public NodeKey       As String

⌨️ 快捷键说明

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