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

📄 frm+

📁 注释:用VB开发的进销存系统源码
💻
📖 第 1 页 / 共 3 页
字号:
            Columns(0).DataType=   8
            Columns(0).FieldLen=   256
            _ExtentX        =   1884
            _ExtentY        =   487
            _StockProps     =   93
            BackColor       =   -2147483643
         End
         Begin VB.Label Label6 
            AutoSize        =   -1  'True
            Caption         =   "含税进价金额"
            Height          =   180
            Left            =   5760
            TabIndex        =   39
            Top             =   660
            Width           =   1080
         End
         Begin VB.Label Label9 
            AutoSize        =   -1  'True
            Caption         =   "商品编码"
            Height          =   180
            Left            =   3165
            TabIndex        =   20
            Top             =   300
            Width           =   720
         End
         Begin VB.Label Label10 
            AutoSize        =   -1  'True
            Caption         =   "品  名"
            Height          =   180
            Left            =   6000
            TabIndex        =   19
            Top             =   285
            Width           =   540
         End
         Begin VB.Label Label11 
            AutoSize        =   -1  'True
            Caption         =   "销售方式"
            Height          =   180
            Left            =   285
            TabIndex        =   18
            Top             =   360
            Width           =   720
         End
         Begin VB.Label Label12 
            AutoSize        =   -1  'True
            Caption         =   "数量"
            Height          =   180
            Left            =   525
            TabIndex        =   17
            Top             =   675
            Width           =   360
         End
         Begin VB.Label Label13 
            AutoSize        =   -1  'True
            Caption         =   "不含税进价金额"
            Height          =   180
            Left            =   2730
            TabIndex        =   16
            Top             =   660
            Width           =   1260
         End
      End
      Begin VB.Frame Frame5 
         Height          =   615
         Left            =   195
         TabIndex        =   12
         Top             =   4620
         Width           =   8355
         Begin VB.TextBox txtSingleSumIamtT 
            Alignment       =   1  'Right Justify
            BackColor       =   &H00FFFF80&
            Height          =   285
            Left            =   7065
            Locked          =   -1  'True
            TabIndex        =   42
            Top             =   225
            Width           =   1110
         End
         Begin VB.TextBox txtQty 
            Alignment       =   1  'Right Justify
            BackColor       =   &H00FFFF80&
            Height          =   285
            Left            =   930
            Locked          =   -1  'True
            TabIndex        =   32
            Top             =   210
            Width           =   1110
         End
         Begin VB.TextBox txtSingleSumIamt 
            Alignment       =   1  'Right Justify
            BackColor       =   &H00FFFF80&
            Height          =   285
            Left            =   3900
            Locked          =   -1  'True
            TabIndex        =   13
            Top             =   180
            Width           =   1110
         End
         Begin VB.Label Label8 
            AutoSize        =   -1  'True
            Caption         =   "含税进价金额合计"
            Height          =   180
            Left            =   5415
            TabIndex        =   43
            Top             =   255
            Width           =   1440
         End
         Begin VB.Label Label5 
            AutoSize        =   -1  'True
            Caption         =   "数量:"
            Height          =   180
            Left            =   315
            TabIndex        =   33
            Top             =   225
            Width           =   540
         End
         Begin VB.Label Label23 
            AutoSize        =   -1  'True
            Caption         =   "不含税进价金额合计"
            Height          =   180
            Left            =   2130
            TabIndex        =   14
            Top             =   255
            Width           =   1620
         End
      End
      Begin SSDataWidgets_B.SSDBGrid grdDET 
         Height          =   3135
         Left            =   135
         TabIndex        =   21
         TabStop         =   0   'False
         Top             =   1500
         Width           =   8400
         ScrollBars      =   3
         _Version        =   196614
         DataMode        =   2
         Col.Count       =   6
         AllowAddNew     =   -1  'True
         AllowDelete     =   -1  'True
         SelectByCell    =   -1  'True
         BackColorOdd    =   16777215
         RowHeight       =   450
         Columns.Count   =   6
         Columns(0).Width=   1958
         Columns(0).Caption=   "商品编码"
         Columns(0).Name =   "商品编码"
         Columns(0).CaptionAlignment=   2
         Columns(0).DataField=   "Column 0"
         Columns(0).DataType=   8
         Columns(0).FieldLen=   256
         Columns(1).Width=   3201
         Columns(1).Caption=   "品名"
         Columns(1).Name =   "品名"
         Columns(1).CaptionAlignment=   2
         Columns(1).DataField=   "Column 1"
         Columns(1).DataType=   8
         Columns(1).FieldLen=   256
         Columns(2).Width=   1323
         Columns(2).Caption=   "单位"
         Columns(2).Name =   "商品单位"
         Columns(2).CaptionAlignment=   2
         Columns(2).DataField=   "Column 2"
         Columns(2).DataType=   8
         Columns(2).FieldLen=   256
         Columns(3).Width=   2223
         Columns(3).Caption=   "商品数量"
         Columns(3).Name =   "商品数量"
         Columns(3).Alignment=   1
         Columns(3).CaptionAlignment=   2
         Columns(3).DataField=   "Column 3"
         Columns(3).DataType=   8
         Columns(3).NumberFormat=   "#"
         Columns(3).FieldLen=   256
         Columns(4).Width=   2302
         Columns(4).Caption=   "不含税进价金额"
         Columns(4).Name =   "进价金额"
         Columns(4).Alignment=   1
         Columns(4).CaptionAlignment=   2
         Columns(4).DataField=   "Column 4"
         Columns(4).DataType=   8
         Columns(4).NumberFormat=   "#.00"
         Columns(4).FieldLen=   256
         Columns(5).Width=   2752
         Columns(5).Caption=   "含税进价金额"
         Columns(5).Name =   "含税进价金额"
         Columns(5).Alignment=   1
         Columns(5).CaptionAlignment=   2
         Columns(5).DataField=   "Column 5"
         Columns(5).DataType=   8
         Columns(5).FieldLen=   256
         _ExtentX        =   14817
         _ExtentY        =   5530
         _StockProps     =   79
         Caption         =   "查询结果"
         BackColor       =   -2147483624
      End
      Begin SSDataWidgets_B.SSDBGrid grdType 
         Height          =   3240
         Left            =   -74760
         TabIndex        =   26
         TabStop         =   0   'False
         Top             =   1350
         Width           =   8400
         ScrollBars      =   3
         _Version        =   196614
         DataMode        =   2
         Col.Count       =   4
         AllowUpdate     =   0   'False
         AllowDragDrop   =   0   'False
         SelectByCell    =   -1  'True
         BackColorOdd    =   16777215
         RowHeight       =   450
         Columns.Count   =   4
         Columns(0).Width=   2566
         Columns(0).Caption=   "分类编码"
         Columns(0).Name =   "分类编码"
         Columns(0).CaptionAlignment=   2
         Columns(0).DataField=   "Column 0"
         Columns(0).DataType=   8
         Columns(0).FieldLen=   256
         Columns(1).Width=   3493
         Columns(1).Caption=   "商品数量"
         Columns(1).Name =   "商品数量"
         Columns(1).Alignment=   1
         Columns(1).CaptionAlignment=   2
         Columns(1).DataField=   "Column 1"
         Columns(1).DataType=   8
         Columns(1).NumberFormat=   "#"
         Columns(1).FieldLen=   256
         Columns(2).Width=   3995
         Columns(2).Caption=   "不含税进价金额"
         Columns(2).Name =   "进价金额"
         Columns(2).Alignment=   1
         Columns(2).CaptionAlignment=   2
         Columns(2).DataField=   "Column 2"
         Columns(2).DataType=   8
         Columns(2).NumberFormat=   "#.00"
         Columns(2).FieldLen=   256
         Columns(3).Width=   3200
         Columns(3).Caption=   "含税进价金额"
         Columns(3).Name =   "含税进价金额"
         Columns(3).Alignment=   1
         Columns(3).CaptionAlignment=   2
         Columns(3).DataField=   "Column 3"
         Columns(3).DataType=   8
         Columns(3).FieldLen=   256
         _ExtentX        =   14817
         _ExtentY        =   5715
         _StockProps     =   79
         Caption         =   "查询结果"
         BackColor       =   -2147483624
      End
   End
   Begin VB.Frame Frame3 
      Height          =   660
      Left            =   150
      TabIndex        =   34
      Top             =   585
      Width           =   8715
      Begin VB.OptionButton optTotalStore 
         Caption         =   "总库(经营公司与连锁店库存之和)"
         Height          =   195
         Left            =   3750
         TabIndex        =   36
         Top             =   330
         Width           =   3300
      End
      Begin VB.OptionButton optStore 
         Caption         =   "经营公司大库(不含连锁店)"
         Height          =   195
         Left            =   840
         TabIndex        =   35
         Top             =   315
         Value           =   -1  'True
         Width           =   2580
      End
   End
   Begin VB.PictureBox Picture1 
      Align           =   1  'Align Top
      Appearance      =   0  'Flat
      BackColor       =   &H80000004&
      ForeColor       =   &H80000008&
      Height          =   576
      Left            =   0
      ScaleHeight     =   540
      ScaleWidth      =   8985
      TabIndex        =   8
      Top             =   0
      Width           =   9015
      Begin MSComDlg.CommonDialog dlgPrinter 
         Left            =   5325
         Top             =   90
         _ExtentX        =   688
         _ExtentY        =   688
         _Version        =   393216

⌨️ 快捷键说明

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