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

📄 frmdist.frm

📁 注释:用VB开发的进销存系统源码
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{8D650141-6025-11D1-BC40-0000C042AEC0}#3.0#0"; "ssdw3b32.ocx"
Begin VB.Form frmDist 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "数据分配"
   ClientHeight    =   6315
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   7980
   Icon            =   "frmDist.frx":0000
   KeyPreview      =   -1  'True
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   6315
   ScaleWidth      =   7980
   ShowInTaskbar   =   0   'False
   StartUpPosition =   1  '所有者中心
   Begin VB.Frame Frame1 
      Caption         =   "商品信息"
      Height          =   885
      Left            =   195
      TabIndex        =   7
      Top             =   210
      Width           =   7395
      Begin VB.TextBox txtGQty 
         Height          =   345
         Left            =   6165
         TabIndex        =   3
         Top             =   330
         Width           =   1080
      End
      Begin VB.TextBox txtName 
         Height          =   330
         Left            =   2640
         Locked          =   -1  'True
         TabIndex        =   1
         Top             =   330
         Width           =   1755
      End
      Begin VB.TextBox txtCode 
         Height          =   330
         Left            =   960
         MaxLength       =   7
         TabIndex        =   0
         Top             =   315
         Width           =   1185
      End
      Begin SSDataWidgets_B.SSDBCombo cmbUnit 
         Height          =   300
         Left            =   4875
         TabIndex        =   2
         Top             =   345
         Width           =   855
         DataFieldList   =   "Column 0"
         AllowInput      =   0   'False
         _Version        =   196614
         DataMode        =   2
         RowHeight       =   423
         Columns(0).Width=   3200
         Columns(0).Caption=   "单位"
         Columns(0).Name =   "单位"
         Columns(0).CaptionAlignment=   2
         Columns(0).DataField=   "Column 0"
         Columns(0).DataType=   8
         Columns(0).FieldLen=   256
         _ExtentX        =   1508
         _ExtentY        =   529
         _StockProps     =   93
         BackColor       =   -2147483643
      End
      Begin VB.Label Label6 
         AutoSize        =   -1  'True
         Caption         =   "单位"
         Height          =   180
         Left            =   4500
         TabIndex        =   11
         Top             =   405
         Width           =   360
      End
      Begin VB.Label Label3 
         AutoSize        =   -1  'True
         Caption         =   "数量"
         Height          =   180
         Left            =   5760
         TabIndex        =   10
         Top             =   390
         Width           =   360
      End
      Begin VB.Label Label2 
         AutoSize        =   -1  'True
         Caption         =   "品名"
         Height          =   180
         Left            =   2205
         TabIndex        =   9
         Top             =   390
         Width           =   360
      End
      Begin VB.Label Label1 
         AutoSize        =   -1  'True
         Caption         =   "商品编码"
         Height          =   180
         Left            =   150
         TabIndex        =   8
         Top             =   390
         Width           =   720
      End
   End
   Begin VB.PictureBox Picture4 
      Height          =   4515
      Left            =   6255
      ScaleHeight     =   4455
      ScaleWidth      =   1425
      TabIndex        =   22
      Top             =   1560
      Width           =   1485
      Begin VB.CommandButton Command3 
         Caption         =   "新增"
         CausesValidation=   0   'False
         Height          =   450
         Left            =   105
         TabIndex        =   26
         Top             =   240
         Width           =   1290
      End
      Begin VB.CommandButton Command1 
         Caption         =   "确定[&O]"
         CausesValidation=   0   'False
         Height          =   450
         Left            =   120
         TabIndex        =   25
         Top             =   1095
         Width           =   1290
      End
      Begin VB.CommandButton Command2 
         Caption         =   "取消[&C]"
         CausesValidation=   0   'False
         Height          =   450
         Left            =   105
         TabIndex        =   24
         Top             =   1950
         Width           =   1290
      End
      Begin VB.CommandButton Command4 
         Caption         =   "退出[&X]"
         CausesValidation=   0   'False
         Height          =   450
         Left            =   105
         TabIndex        =   23
         Top             =   3660
         Width           =   1290
      End
   End
   Begin VB.PictureBox Picture1 
      Height          =   4530
      Left            =   240
      ScaleHeight     =   4470
      ScaleWidth      =   5835
      TabIndex        =   13
      Top             =   1560
      Width           =   5895
      Begin VB.ListBox List1 
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   14.25
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   3480
         ItemData        =   "frmDist.frx":000C
         Left            =   45
         List            =   "frmDist.frx":000E
         TabIndex        =   18
         Top             =   450
         Width           =   1485
      End
      Begin VB.PictureBox Picture3 
         Height          =   3540
         Left            =   1620
         ScaleHeight     =   3480
         ScaleWidth      =   1755
         TabIndex        =   16
         Top             =   420
         Width           =   1815
         Begin VB.TextBox txtQty 
            Height          =   285
            Index           =   0
            Left            =   15
            TabIndex        =   17
            Top             =   -15
            Width           =   1695
         End
      End
      Begin VB.PictureBox Picture2 
         Height          =   3540
         Left            =   3585
         ScaleHeight     =   3480
         ScaleWidth      =   1965
         TabIndex        =   14
         Top             =   420
         Width           =   2025
         Begin VB.TextBox txtColor 
            Height          =   285
            Index           =   0
            Left            =   30
            TabIndex        =   15
            Top             =   0
            Width           =   1860
         End
      End
      Begin SSDataWidgets_B.SSDBCombo cmbPB 
         Height          =   315
         Left            =   1635
         TabIndex        =   5
         Top             =   4005
         Width           =   1770
         DataFieldList   =   "Column 0"
         AllowInput      =   0   'False
         _Version        =   196614
         DataMode        =   2
         RowHeight       =   423
         Columns(0).Width=   3200
         Columns(0).Caption=   "配比"
         Columns(0).Name =   "配比"
         Columns(0).CaptionAlignment=   2
         Columns(0).DataField=   "Column 0"
         Columns(0).DataType=   8
         Columns(0).FieldLen=   256
         _ExtentX        =   3122
         _ExtentY        =   556
         _StockProps     =   93
         BackColor       =   -2147483643
      End
      Begin SSDataWidgets_B.SSDBCombo cmbColor 
         Height          =   315
         Left            =   3600
         TabIndex        =   6
         Top             =   3990
         Width           =   1995
         DataFieldList   =   "Column 0"
         AllowInput      =   0   'False
         _Version        =   196614
         DataMode        =   2
         RowHeight       =   423
         Columns(0).Width=   3200
         Columns(0).Caption=   "颜色"
         Columns(0).Name =   "颜色"
         Columns(0).CaptionAlignment=   2
         Columns(0).DataField=   "Column 0"
         Columns(0).DataType=   8
         Columns(0).FieldLen=   256
         _ExtentX        =   3519
         _ExtentY        =   556
         _StockProps     =   93
         BackColor       =   -2147483643
      End
      Begin VB.Label Label9 
         AutoSize        =   -1  'True
         Caption         =   "选择配比和颜色=>>"
         Height          =   180
         Left            =   15
         TabIndex        =   27
         Top             =   4095
         Width           =   1530
      End
      Begin VB.Label Label4 
         AutoSize        =   -1  'True
         Caption         =   "尺寸列表"
         Height          =   180

⌨️ 快捷键说明

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