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

📄 frmproduct.frm

📁 一个简单但功能强大的进货系统,同样适合用于毕业论文的设计
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{F0D2F211-CCB0-11D0-A316-00AA00688B10}#1.0#0"; "MSDATLST.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Begin VB.Form frmProduct 
   Caption         =   "商品信息管理"
   ClientHeight    =   6630
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   6660
   Icon            =   "frmProduct.frx":0000
   KeyPreview      =   -1  'True
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   ScaleHeight     =   6630
   ScaleWidth      =   6660
   StartUpPosition =   1  '所有者中心
   Begin VB.Frame Frame2 
      Height          =   3615
      Left            =   0
      TabIndex        =   15
      Top             =   3000
      Width           =   6615
      Begin MSDataListLib.DataCombo TxtPrClass 
         Bindings        =   "frmProduct.frx":1272
         DataField       =   "类别"
         DataMember      =   "Com商品信息"
         DataSource      =   "DEaccp"
         Height          =   330
         Left            =   4440
         TabIndex        =   3
         Top             =   885
         Width           =   1575
         _ExtentX        =   2778
         _ExtentY        =   582
         _Version        =   393216
         Appearance      =   0
         ListField       =   "类别"
         Text            =   ""
         Object.DataMember      =   "select类别"
      End
      Begin VB.TextBox TxtUnit 
         Appearance      =   0  'Flat
         DataField       =   "单位"
         DataMember      =   "Com商品信息"
         DataSource      =   "DEaccp"
         Height          =   270
         Left            =   1440
         TabIndex        =   4
         Top             =   1320
         Width           =   1335
      End
      Begin VB.TextBox TxtPrType 
         Appearance      =   0  'Flat
         DataField       =   "规格型号"
         DataMember      =   "Com商品信息"
         DataSource      =   "DEaccp"
         Height          =   300
         Left            =   1440
         TabIndex        =   2
         Top             =   885
         Width           =   1335
      End
      Begin VB.CommandButton CmdAct 
         Caption         =   "保存(&S)"
         Enabled         =   0   'False
         Height          =   315
         Index           =   0
         Left            =   1440
         TabIndex        =   6
         Top             =   2880
         Width           =   1275
      End
      Begin VB.CommandButton CmdAct 
         Caption         =   "恢复(&U)"
         Enabled         =   0   'False
         Height          =   315
         Index           =   1
         Left            =   3600
         TabIndex        =   7
         Top             =   2880
         Width           =   1275
      End
      Begin VB.TextBox Txttest 
         Appearance      =   0  'Flat
         DataField       =   "注释"
         DataMember      =   "Com商品信息"
         DataSource      =   "DEaccp"
         Height          =   735
         Left            =   1080
         MaxLength       =   100
         MultiLine       =   -1  'True
         ScrollBars      =   2  'Vertical
         TabIndex        =   5
         Top             =   1800
         Width           =   4815
      End
      Begin VB.TextBox TxtPrName 
         Appearance      =   0  'Flat
         DataField       =   "商品名称"
         DataMember      =   "Com商品信息"
         DataSource      =   "DEaccp"
         Height          =   300
         Left            =   4440
         TabIndex        =   1
         Top             =   405
         Width           =   1335
      End
      Begin VB.TextBox TxtPrID 
         Appearance      =   0  'Flat
         DataField       =   "商品编号"
         DataMember      =   "Com商品信息"
         DataSource      =   "DEaccp"
         Height          =   300
         Left            =   1440
         TabIndex        =   0
         Top             =   405
         Width           =   1335
      End
      Begin VB.Label Label5 
         AutoSize        =   -1  'True
         Caption         =   "单位:"
         Height          =   180
         Left            =   840
         TabIndex        =   22
         Top             =   1320
         Width           =   450
      End
      Begin VB.Label Label4 
         Caption         =   "规格型号:"
         Height          =   255
         Left            =   480
         TabIndex        =   21
         Top             =   960
         Width           =   855
      End
      Begin VB.Label Label10 
         Caption         =   "备注:"
         Height          =   255
         Left            =   480
         TabIndex        =   20
         Top             =   1920
         Width           =   615
      End
      Begin VB.Label Label3 
         Caption         =   "类    别:"
         Height          =   255
         Left            =   3480
         TabIndex        =   18
         Top             =   960
         Width           =   855
      End
      Begin VB.Label Label2 
         Caption         =   "商品名称:"
         Height          =   255
         Left            =   3480
         TabIndex        =   17
         Top             =   480
         Width           =   855
      End
      Begin VB.Label Label1 
         Caption         =   "商品编号:"
         Height          =   255
         Left            =   480
         TabIndex        =   16
         Top             =   480
         Width           =   855
      End
   End
   Begin VB.Frame Frame1 
      Height          =   3015
      Left            =   0
      TabIndex        =   8
      Top             =   0
      Width           =   6615
      Begin VB.CommandButton CmdDep 
         Caption         =   "增加(&N)"
         Height          =   315
         Index           =   0
         Left            =   5160
         TabIndex        =   14
         Top             =   240
         Width           =   1275
      End
      Begin VB.CommandButton CmdDep 
         Caption         =   "编辑(&E)"
         Height          =   315
         Index           =   1
         Left            =   5160
         TabIndex        =   13
         Top             =   705
         Width           =   1275
      End
      Begin VB.CommandButton CmdDep 
         Caption         =   "查询(&F)"
         Height          =   315
         Index           =   2
         Left            =   5160
         TabIndex        =   12
         Top             =   1170
         Width           =   1275
      End
      Begin VB.CommandButton CmdDep 
         Caption         =   "删除(&D)"
         Height          =   315
         Index           =   3
         Left            =   5160
         TabIndex        =   11
         Top             =   1650
         Width           =   1275
      End
      Begin VB.CommandButton CmdDep 
         Caption         =   "列表(&P)"
         Height          =   315
         Index           =   4
         Left            =   5160
         TabIndex        =   10
         Top             =   2115
         Width           =   1275
      End
      Begin VB.CommandButton CmdDep 
         Caption         =   "退出(&X)"
         Height          =   315
         Index           =   5
         Left            =   5160
         TabIndex        =   9
         Top             =   2580
         Width           =   1275
      End
      Begin MSDataGridLib.DataGrid DataGrid1 
         Bindings        =   "frmProduct.frx":1293
         Height          =   2655
         Left            =   120
         TabIndex        =   19
         Top             =   240
         Width           =   4935
         _ExtentX        =   8705
         _ExtentY        =   4683
         _Version        =   393216
         AllowUpdate     =   0   'False
         AllowArrows     =   -1  'True
         HeadLines       =   1
         RowHeight       =   15
         TabAcrossSplits =   -1  'True
         TabAction       =   2
         WrapCellPointer =   -1  'True
         FormatLocked    =   -1  'True
         BeginProperty HeadFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         DataMember      =   "Com商品信息"
         ColumnCount     =   5
         BeginProperty Column00 
            DataField       =   "商品编号"
            Caption         =   "商品编号"
            BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
               Type            =   0
               Format          =   ""
               HaveTrueFalseNull=   0
               FirstDayOfWeek  =   0
               FirstWeekOfYear =   0
               LCID            =   2052
               SubFormatType   =   0
            EndProperty

⌨️ 快捷键说明

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