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

📄 frmtiaohu.frm

📁 针对农资系统的管理模式而开发的业务部门与财务部门的转账模式和过程
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{F0D2F211-CCB0-11D0-A316-00AA00688B10}#1.0#0"; "MSDATLST.OCX"
Begin VB.Form frmTiaohu 
   Caption         =   "调户"
   ClientHeight    =   4860
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   5730
   KeyPreview      =   -1  'True
   LinkTopic       =   "Form2"
   ScaleHeight     =   4860
   ScaleWidth      =   5730
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton cmdOK 
      Caption         =   "记帐"
      Height          =   375
      Left            =   3720
      TabIndex        =   25
      Top             =   4440
      Width           =   975
   End
   Begin VB.Frame Frame1 
      Caption         =   "目标商品户"
      Height          =   3375
      Index           =   1
      Left            =   2760
      TabIndex        =   19
      Top             =   1080
      Width           =   2775
      Begin VB.Frame Frame2 
         Caption         =   "借贷方向"
         Height          =   615
         Left            =   0
         TabIndex        =   30
         Top             =   2760
         Width           =   2775
         Begin VB.OptionButton OptionCr 
            Caption         =   "贷"
            Height          =   255
            Index           =   0
            Left            =   1320
            TabIndex        =   31
            Top             =   240
            Width           =   735
         End
         Begin VB.OptionButton OptionDr 
            Caption         =   "借"
            Height          =   255
            Index           =   1
            Left            =   360
            TabIndex        =   12
            Top             =   240
            Value           =   -1  'True
            Width           =   855
         End
      End
      Begin VB.TextBox txtMoney 
         Height          =   375
         Index           =   1
         Left            =   840
         TabIndex        =   11
         Text            =   "0"
         Top             =   2280
         Width           =   1695
      End
      Begin VB.TextBox txtPrice 
         Height          =   375
         Index           =   1
         Left            =   840
         TabIndex        =   10
         Text            =   "0"
         Top             =   1800
         Width           =   1695
      End
      Begin VB.TextBox txtcode 
         Height          =   375
         Index           =   1
         Left            =   840
         TabIndex        =   7
         Top             =   240
         Width           =   1695
      End
      Begin VB.TextBox txtQuantity 
         Height          =   375
         Index           =   1
         Left            =   840
         TabIndex        =   9
         Text            =   "0"
         Top             =   1200
         Width           =   1695
      End
      Begin VB.TextBox txtAbstract 
         Height          =   375
         Index           =   1
         Left            =   840
         TabIndex        =   8
         Top             =   720
         Width           =   1695
      End
      Begin VB.Label Label11 
         AutoSize        =   -1  'True
         Caption         =   "金额"
         Height          =   180
         Left            =   240
         TabIndex        =   29
         Top             =   2400
         Width           =   360
      End
      Begin VB.Label Label4 
         AutoSize        =   -1  'True
         Caption         =   "编号"
         Height          =   180
         Left            =   240
         TabIndex        =   27
         Top             =   360
         Width           =   360
      End
      Begin VB.Label Label9 
         AutoSize        =   -1  'True
         Caption         =   "数量"
         Height          =   180
         Left            =   240
         TabIndex        =   22
         Top             =   1320
         Width           =   360
      End
      Begin VB.Label Label8 
         AutoSize        =   -1  'True
         Caption         =   "单价"
         Height          =   180
         Left            =   240
         TabIndex        =   21
         Top             =   1920
         Width           =   480
      End
      Begin VB.Label Label7 
         AutoSize        =   -1  'True
         Caption         =   "摘要"
         Height          =   180
         Left            =   240
         TabIndex        =   20
         Top             =   840
         Width           =   360
      End
   End
   Begin VB.CommandButton cmdCancel 
      Caption         =   "取消"
      Height          =   375
      Left            =   1080
      TabIndex        =   14
      Top             =   4440
      Width           =   975
   End
   Begin VB.Frame Frame1 
      Caption         =   "源商品户"
      Height          =   3375
      Index           =   0
      Left            =   240
      TabIndex        =   15
      Top             =   1080
      Width           =   2535
      Begin VB.Frame Frame3 
         Caption         =   "借贷方向"
         Height          =   615
         Left            =   0
         TabIndex        =   32
         Top             =   2760
         Width           =   2775
         Begin VB.OptionButton OptionDr 
            Caption         =   "借"
            Height          =   255
            Index           =   0
            Left            =   360
            TabIndex        =   6
            Top             =   240
            Value           =   -1  'True
            Width           =   735
         End
         Begin VB.OptionButton OptionCr 
            Caption         =   "贷"
            Height          =   255
            Index           =   1
            Left            =   1440
            TabIndex        =   33
            Top             =   240
            Width           =   735
         End
      End
      Begin VB.TextBox txtMoney 
         Height          =   375
         Index           =   0
         Left            =   720
         TabIndex        =   5
         Text            =   "0"
         Top             =   2280
         Width           =   1575
      End
      Begin VB.TextBox txtPrice 
         Height          =   375
         Index           =   0
         Left            =   720
         TabIndex        =   4
         Text            =   "0"
         Top             =   1800
         Width           =   1575
      End
      Begin VB.TextBox txtAbstract 
         Height          =   375
         Index           =   0
         Left            =   720
         TabIndex        =   2
         Top             =   720
         Width           =   1575
      End
      Begin VB.TextBox txtQuantity 
         Height          =   375
         Index           =   0
         Left            =   720
         TabIndex        =   3
         Text            =   "0"
         Top             =   1200
         Width           =   1575
      End
      Begin VB.TextBox txtcode 
         Height          =   375
         Index           =   0
         Left            =   720
         TabIndex        =   1
         Top             =   240
         Width           =   1575
      End
      Begin VB.Label Label10 
         AutoSize        =   -1  'True

⌨️ 快捷键说明

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