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

📄 frmcash.frm

📁 一个关于进销存的源代码
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form frmCash 
   Caption         =   "收帐单"
   ClientHeight    =   6675
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   3585
   LinkTopic       =   "Form1"
   ScaleHeight     =   6675
   ScaleWidth      =   3585
   StartUpPosition =   2  '屏幕中心
   Begin VB.Frame Frame6 
      Caption         =   "卡号,姓名,联系电话查找客户:"
      Height          =   2055
      Left            =   240
      TabIndex        =   15
      Top             =   2520
      Width           =   3135
      Begin VB.ListBox List1 
         Height          =   1320
         Left            =   120
         TabIndex        =   24
         Top             =   600
         Width           =   2895
      End
      Begin VB.CommandButton Command9 
         Caption         =   "查找"
         Height          =   375
         Left            =   1920
         TabIndex        =   23
         Top             =   240
         Width           =   1095
      End
      Begin VB.TextBox Text4 
         Height          =   375
         Left            =   120
         TabIndex        =   22
         Top             =   240
         Width           =   1815
      End
   End
   Begin VB.Frame Frame5 
      Height          =   1695
      Left            =   240
      TabIndex        =   14
      Top             =   2520
      Width           =   3135
      Begin VB.TextBox Text2 
         Enabled         =   0   'False
         Height          =   300
         Left            =   1320
         TabIndex        =   21
         Text            =   "Text2"
         Top             =   1200
         Width           =   1575
      End
      Begin VB.ComboBox Combo2 
         Height          =   300
         Left            =   1320
         TabIndex        =   17
         Text            =   "Combo2"
         Top             =   720
         Width           =   1575
      End
      Begin VB.ComboBox Combo1 
         Height          =   300
         Left            =   1320
         TabIndex        =   16
         Text            =   "Combo1"
         Top             =   240
         Width           =   1575
      End
      Begin VB.Label Label4 
         Caption         =   "客户积分:"
         Height          =   255
         Left            =   240
         TabIndex        =   20
         Top             =   1200
         Width           =   855
      End
      Begin VB.Label Label3 
         Caption         =   "客户姓名:"
         Height          =   255
         Left            =   240
         TabIndex        =   19
         Top             =   720
         Width           =   855
      End
      Begin VB.Label Label2 
         Caption         =   "客户卡号:"
         Height          =   255
         Left            =   240
         TabIndex        =   18
         Top             =   240
         Width           =   975
      End
   End
   Begin MSComctlLib.TabStrip TabStrip1 
      Height          =   2535
      Left            =   120
      TabIndex        =   7
      Top             =   2160
      Width           =   3375
      _ExtentX        =   5953
      _ExtentY        =   4471
      MultiRow        =   -1  'True
      TabStyle        =   1
      _Version        =   393216
      BeginProperty Tabs {1EFB6598-857C-11D1-B16A-00C0F0283628} 
         NumTabs         =   2
         BeginProperty Tab1 {1EFB659A-857C-11D1-B16A-00C0F0283628} 
            Caption         =   "--客户信息--"
            Key             =   "khxx"
            ImageVarType    =   2
         EndProperty
         BeginProperty Tab2 {1EFB659A-857C-11D1-B16A-00C0F0283628} 
            Caption         =   "--查找客户--"
            Key             =   "czkh"
            ImageVarType    =   2
         EndProperty
      EndProperty
   End
   Begin VB.CommandButton Command7 
      Caption         =   "取消"
      Height          =   375
      Left            =   2040
      TabIndex        =   10
      Top             =   6000
      Width           =   855
   End
   Begin VB.CommandButton Command6 
      Caption         =   "确定"
      Height          =   375
      Left            =   480
      TabIndex        =   9
      Top             =   6000
      Width           =   855
   End
   Begin VB.Frame Frame4 
      Caption         =   "--实收现金:--"
      Height          =   975
      Left            =   120
      TabIndex        =   12
      Top             =   4800
      Width           =   3375
      Begin VB.TextBox Text3 
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   21.75
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   615
         Left            =   240
         TabIndex        =   8
         Top             =   240
         Width           =   2895
      End
   End
   Begin VB.Frame Frame2 
      Caption         =   "--应收现金:--"
      Height          =   1575
      Left            =   120
      TabIndex        =   11
      Top             =   240
      Width           =   2175
      Begin VB.TextBox Text1 
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   26.25
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   735
         Left            =   240
         TabIndex        =   1
         Top             =   720
         Width           =   1695
      End
      Begin VB.Label Label1 
         Caption         =   "应收现金"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   18
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   495
         Left            =   240
         TabIndex        =   13
         Top             =   240
         Width           =   1695
      End
   End
   Begin VB.Frame Frame1 
      Caption         =   "打折系数"
      Height          =   2055
      Left            =   2400
      TabIndex        =   0
      Top             =   0
      Width           =   1095
      Begin VB.CommandButton Command5 
         Caption         =   "实收"
         Height          =   345
         Left            =   120
         TabIndex        =   6
         Top             =   1620
         Width           =   855
      End
      Begin VB.CommandButton Command4 
         Caption         =   "九五折"
         Height          =   345
         Left            =   120
         TabIndex        =   5
         Top             =   1275
         Width           =   855
      End
      Begin VB.CommandButton Command3 
         Caption         =   "九折"

⌨️ 快捷键说明

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