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

📄 book_cli.frm

📁 VB示例源码 VB source code,very important.good,download VB source code,very important.good,download
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11d2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Object = "{86CF1D34-0C5F-11d2-A9FC-0000F8754DA1}#2.0#0"; "MSComCt2.Ocx"
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "ComDlg32.OCX"
Begin VB.Form frmRevenue 
   Caption         =   "图书帐目"
   ClientHeight    =   5880
   ClientLeft      =   2505
   ClientTop       =   2415
   ClientWidth     =   6990
   ClipControls    =   0   'False
   BeginProperty Font 
      Name            =   "宋体"
      Size            =   9
      Charset         =   0
      Weight          =   400
      Underline       =   0   'False
      Italic          =   0   'False
      Strikethrough   =   0   'False
   EndProperty
   Icon            =   "BOOK_CLI.frx":0000
   LinkTopic       =   "Form1"
   PaletteMode     =   1  'UseZOrder
   ScaleHeight     =   5880
   ScaleWidth      =   6990
   WhatsThisHelp   =   -1  'True
   Begin VB.Frame Frame1 
      Caption         =   "帐目参数"
      Height          =   2685
      Left            =   80
      TabIndex        =   4
      Top             =   2250
      Width           =   6660
      Begin VB.CheckBox chkDiscount 
         Caption         =   "增加折扣"
         Height          =   270
         Left            =   4080
         TabIndex        =   8
         Top             =   960
         Width           =   1932
      End
      Begin VB.Frame Frame3 
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   1545
         Left            =   3915
         TabIndex        =   15
         Top             =   990
         Width           =   2595
         Begin VB.TextBox txtRevParm 
            Enabled         =   0   'False
            Height          =   300
            Index           =   5
            Left            =   1755
            TabIndex        =   10
            Text            =   "3"
            Top             =   690
            Width           =   375
         End
         Begin VB.TextBox txtRevParm 
            Enabled         =   0   'False
            Height          =   300
            Index           =   4
            Left            =   1755
            TabIndex        =   9
            Text            =   "2"
            Top             =   315
            Width           =   375
         End
         Begin VB.TextBox txtRevParm 
            Enabled         =   0   'False
            Height          =   300
            Index           =   6
            Left            =   1755
            TabIndex        =   11
            Text            =   "15"
            Top             =   1080
            Width           =   375
         End
         Begin MSComCtl2.UpDown udDiscount 
            Height          =   255
            Index           =   4
            Left            =   2280
            TabIndex        =   32
            Top             =   360
            Width           =   150
            _ExtentX        =   423
            _ExtentY        =   450
            _Version        =   393216
            Enabled         =   -1  'True
         End
         Begin MSComCtl2.UpDown udDiscount 
            Height          =   255
            Index           =   5
            Left            =   2280
            TabIndex        =   33
            Top             =   720
            Width           =   150
            _ExtentX        =   423
            _ExtentY        =   450
            _Version        =   393216
            Enabled         =   -1  'True
         End
         Begin MSComCtl2.UpDown udDiscount 
            Height          =   255
            Index           =   6
            Left            =   2280
            TabIndex        =   34
            Top             =   1080
            Width           =   150
            _ExtentX        =   423
            _ExtentY        =   450
            _Version        =   393216
            Enabled         =   -1  'True
         End
         Begin VB.Label Label2 
            Alignment       =   1  'Right Justify
            AutoSize        =   -1  'True
            BackStyle       =   0  'Transparent
            Caption         =   "持续时间 (月):"
            Enabled         =   0   'False
            Height          =   195
            Index           =   5
            Left            =   150
            TabIndex        =   25
            Top             =   720
            Width           =   1485
         End
         Begin VB.Label Label2 
            Alignment       =   1  'Right Justify
            AutoSize        =   -1  'True
            BackStyle       =   0  'Transparent
            Caption         =   "开始月份:"
            Enabled         =   0   'False
            Height          =   195
            Index           =   4
            Left            =   480
            TabIndex        =   24
            Top             =   360
            Width           =   1155
         End
         Begin VB.Label Label2 
            Alignment       =   1  'Right Justify
            BackStyle       =   0  'Transparent
            Caption         =   "折扣 %:"
            Enabled         =   0   'False
            Height          =   195
            Index           =   6
            Left            =   555
            TabIndex        =   23
            Top             =   1080
            Width           =   1080
         End
      End
      Begin VB.CommandButton cmdCogs 
         Caption         =   "..."
         Height          =   330
         Left            =   3720
         TabIndex        =   3
         Top             =   390
         Width           =   315
      End
      Begin VB.TextBox txtRevParm 
         Height          =   300
         Index           =   3
         Left            =   2445
         TabIndex        =   7
         Text            =   "5000"
         Top             =   2145
         Width           =   1215
      End
      Begin VB.TextBox txtRevParm 
         Height          =   300
         Index           =   2
         Left            =   2445
         TabIndex        =   6
         Text            =   "12"
         Top             =   1590
         Width           =   1215
      End
      Begin VB.TextBox txtRevParm 
         Height          =   300
         Index           =   1
         Left            =   2445
         TabIndex        =   5
         Text            =   "10000"
         Top             =   1020
         Width           =   1215
      End
      Begin VB.TextBox txtRevParm 
         Height          =   300
         Index           =   0
         Left            =   1440
         TabIndex        =   16
         TabStop         =   0   'False
         Top             =   405
         Width           =   2160
      End
      Begin VB.TextBox txtRevParm 
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   300
         Index           =   7
         Left            =   4215
         TabIndex        =   28
         TabStop         =   0   'False
         Top             =   1245
         Width           =   405
      End
      Begin VB.Label Label2 
         Alignment       =   1  'Right Justify
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "单位/月 :"
         Height          =   195
         Index           =   3
         Left            =   270
         TabIndex        =   22
         Top             =   2190
         Width           =   1815
      End
      Begin VB.Label Label2 
         Alignment       =   1  'Right Justify
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "时期 (月):"
         Height          =   195
         Index           =   2
         Left            =   285
         TabIndex        =   21
         Top             =   1620
         Width           =   1800
      End
      Begin VB.Label Label2 
         Alignment       =   1  'Right Justify
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "广告费用:"
         Height          =   195
         Index           =   1
         Left            =   240
         TabIndex        =   20
         Top             =   1050
         Width           =   1845
      End
      Begin VB.Label Label2 
         Alignment       =   1  'Right Justify
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "COGS 代码:"
         Height          =   195
         Index           =   0
         Left            =   330
         TabIndex        =   19
         Top             =   450
         Width           =   1005
      End
      Begin VB.Label Label2 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "著作权:"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   240
         Index           =   7
         Left            =   4320
         TabIndex        =   27
         Top             =   1350
         Width           =   1080
      End
   End
   Begin VB.Frame frmSalesModel 
      Caption         =   "销售模式"
      Height          =   1350
      Left            =   80
      TabIndex        =   2
      Top             =   765
      Width           =   6660
      Begin VB.OptionButton optAnalysis 
         Height          =   975
         Index           =   2
         Left            =   4920
         Picture         =   "BOOK_CLI.frx":030A
         Style           =   1  'Graphical
         TabIndex        =   29
         Top             =   240
         Width           =   1575
      End
      Begin VB.OptionButton optAnalysis 
         Height          =   975
         Index           =   1
         Left            =   2580
         Picture         =   "BOOK_CLI.frx":166C

⌨️ 快捷键说明

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