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

📄 frmaccountcard.frm

📁 金算盘软件代码
💻 FRM
📖 第 1 页 / 共 5 页
字号:
VERSION 5.00
Object = "{F42BDC2B-FC9B-11D1-9ABD-444553540000}#3.4#0"; "ATLEDIT1.OCX"
Begin VB.Form frmAccountCard 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "新增科目"
   ClientHeight    =   4560
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   6075
   HelpContextID   =   30001
   Icon            =   "frmAccountCard.frx":0000
   KeyPreview      =   -1  'True
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   4560
   ScaleWidth      =   6075
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  '屏幕中心
   Begin VB.CheckBox chkAid 
      Caption         =   "计算利息"
      Height          =   210
      Index           =   6
      Left            =   2940
      TabIndex        =   9
      Top             =   1230
      Width           =   1035
   End
   Begin AtlEdit.TEdit txtAccount 
      Height          =   300
      Index           =   0
      Left            =   1170
      TabIndex        =   1
      Top             =   90
      Width           =   3465
      _ExtentX        =   6112
      _ExtentY        =   529
      maxchar         =   16
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Text            =   ""
   End
   Begin VB.Frame Frame1 
      Caption         =   "多币种核算(&M)"
      Height          =   1605
      Left            =   90
      TabIndex        =   13
      Top             =   1620
      Width           =   2595
      Begin VB.CheckBox chkSuit 
         Caption         =   "期末调汇"
         Height          =   225
         Left            =   120
         TabIndex        =   17
         Top             =   1260
         Width           =   1455
      End
      Begin VB.OptionButton optCheck 
         Caption         =   "核算所有币种"
         Height          =   255
         Index           =   1
         Left            =   120
         TabIndex        =   15
         Top             =   570
         Width           =   1755
      End
      Begin VB.OptionButton optCheck 
         Caption         =   "核算指定币种..."
         Height          =   225
         Index           =   2
         Left            =   120
         TabIndex        =   16
         Top             =   930
         Width           =   1665
      End
      Begin VB.OptionButton optCheck 
         Caption         =   "不进行多币种核算"
         Height          =   195
         Index           =   0
         Left            =   120
         TabIndex        =   14
         Top             =   270
         Value           =   -1  'True
         Width           =   1875
      End
   End
   Begin VB.CheckBox chkQuantity 
      Caption         =   "数量核算"
      Height          =   285
      Left            =   210
      TabIndex        =   19
      Top             =   3660
      Width           =   1695
   End
   Begin VB.OptionButton optDirection 
      Caption         =   "借方"
      Height          =   255
      Index           =   0
      Left            =   3000
      TabIndex        =   11
      Top             =   1860
      Value           =   -1  'True
      Width           =   1035
   End
   Begin VB.OptionButton optDirection 
      Caption         =   "贷方"
      Height          =   195
      Index           =   1
      Left            =   3000
      TabIndex        =   12
      Top             =   2160
      Width           =   1185
   End
   Begin VB.CheckBox chkAid 
      Caption         =   "项目"
      Height          =   210
      Index           =   5
      Left            =   3000
      TabIndex        =   27
      Top             =   4080
      Width           =   765
   End
   Begin VB.CheckBox chkAid 
      Caption         =   "单位"
      Height          =   255
      Index           =   0
      Left            =   3000
      TabIndex        =   23
      Top             =   2880
      Width           =   795
   End
   Begin VB.CheckBox chkAid 
      Caption         =   "部门"
      Height          =   225
      Index           =   1
      Left            =   3000
      TabIndex        =   24
      Top             =   3210
      Width           =   795
   End
   Begin VB.CheckBox chkAid 
      Caption         =   "统计"
      Height          =   210
      Index           =   4
      Left            =   3000
      TabIndex        =   26
      Top             =   3795
      Width           =   765
   End
   Begin VB.CheckBox chkAid 
      Caption         =   "现金或现金等价物"
      Height          =   210
      Index           =   3
      Left            =   2940
      TabIndex        =   8
      Top             =   900
      Width           =   1755
   End
   Begin VB.CheckBox chkAid 
      Caption         =   "职员"
      Height          =   195
      Index           =   2
      Left            =   3000
      TabIndex        =   25
      Top             =   3510
      Width           =   795
   End
   Begin VB.ComboBox cboAccount 
      Height          =   300
      Index           =   1
      Left            =   1170
      Style           =   2  'Dropdown List
      TabIndex        =   7
      Top             =   1200
      Width           =   1485
   End
   Begin VB.ComboBox cboAccount 
      Height          =   300
      Index           =   0
      Left            =   1170
      Style           =   2  'Dropdown List
      TabIndex        =   5
      Top             =   810
      Width           =   1485
   End
   Begin VB.CommandButton cmdOK 
      Height          =   350
      Index           =   1
      Left            =   4770
      Style           =   1  'Graphical
      TabIndex        =   29
      Tag             =   "1002"
      Top             =   540
      UseMaskColor    =   -1  'True
      Width           =   1215
   End
   Begin VB.CommandButton cmdOK 
      Height          =   350
      Index           =   0
      Left            =   4770
      Style           =   1  'Graphical
      TabIndex        =   28
      Tag             =   "1001"
      Top             =   150
      UseMaskColor    =   -1  'True
      Width           =   1215
   End
   Begin VB.CommandButton cmdOK 
      Height          =   350
      Index           =   2
      Left            =   4770
      Style           =   1  'Graphical
      TabIndex        =   30
      Tag             =   "1009"
      Top             =   930
      UseMaskColor    =   -1  'True
      Width           =   1215
   End
   Begin VB.CheckBox chkStop 
      Caption         =   "停用(&S)"
      Height          =   195
      Left            =   4800
      TabIndex        =   31
      Top             =   4170
      Width           =   1335
   End
   Begin AtlEdit.TEdit txtAccount 
      Height          =   300
      Index           =   1
      Left            =   1170
      TabIndex        =   3
      Top             =   435
      Width           =   3465
      _ExtentX        =   6112
      _ExtentY        =   529
      maxchar         =   40
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Text            =   ""
   End
   Begin AtlEdit.TEdit txtAccount 
      Height          =   270
      Index           =   2
      Left            =   1020
      TabIndex        =   21
      Top             =   3930
      Width           =   1455
      _ExtentX        =   2566
      _ExtentY        =   476
      maxchar         =   6
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Text            =   ""
   End
   Begin VB.Label Label5 
      Caption         =   "计量单位"
      Height          =   225
      Left            =   210
      TabIndex        =   20
      Top             =   3960
      Width           =   1035
   End
   Begin VB.Label Label1 
      AutoSize        =   -1  'True
      Caption         =   "数量核算(&Q)"
      Height          =   180
      Index           =   5
      Left            =   210
      TabIndex        =   18
      Top             =   3420
      Width           =   990
   End
   Begin VB.Label Label1 
      AutoSize        =   -1  'True
      Caption         =   "余额方向(&O)"
      Height          =   180
      Index           =   3
      Left            =   3000
      TabIndex        =   10
      Top             =   1620
      Width           =   990
   End

⌨️ 快捷键说明

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