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

📄 货物信息.frm

📁 仓库管理系统1.0 仓库管理软件
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Begin VB.Form 货物信息 
   BackColor       =   &H00C0FFC0&
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "货物信息"
   ClientHeight    =   6285
   ClientLeft      =   1530
   ClientTop       =   210
   ClientWidth     =   8490
   HelpContextID   =   211
   Icon            =   "货物信息.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   6285
   ScaleWidth      =   8490
   ShowInTaskbar   =   0   'False
   StartUpPosition =   1  '所有者中心
   Begin VB.CommandButton 删除货物 
      BackColor       =   &H00C0FFC0&
      Caption         =   "删除货物"
      Height          =   375
      Left            =   5280
      Style           =   1  'Graphical
      TabIndex        =   21
      ToolTipText     =   "添加新的货物到数据库中."
      Top             =   5820
      WhatsThisHelpID =   211
      Width           =   1335
   End
   Begin VB.Frame Frame1 
      BackColor       =   &H00FFFFC0&
      Height          =   2595
      Left            =   120
      TabIndex        =   20
      Top             =   60
      WhatsThisHelpID =   211
      Width           =   5295
      Begin VB.TextBox 货物编号 
         BackColor       =   &H00C0FFC0&
         Height          =   315
         Left            =   1080
         TabIndex        =   18
         Top             =   180
         Width           =   1515
      End
      Begin VB.TextBox 备注 
         BackColor       =   &H00C0FFC0&
         Height          =   615
         Left            =   1080
         MultiLine       =   -1  'True
         ScrollBars      =   2  'Vertical
         TabIndex        =   15
         Top             =   1860
         Width           =   4095
      End
      Begin VB.TextBox 最高限量 
         BackColor       =   &H00C0FFC0&
         Height          =   315
         Left            =   3600
         TabIndex        =   13
         Top             =   1020
         Width           =   1575
      End
      Begin VB.TextBox 最低限量 
         BackColor       =   &H00C0FFC0&
         Height          =   315
         Left            =   1080
         TabIndex        =   12
         Top             =   1020
         Width           =   1515
      End
      Begin VB.TextBox 计量单位 
         BackColor       =   &H00C0FFC0&
         Height          =   315
         Left            =   1080
         TabIndex        =   9
         Top             =   1440
         Width           =   1515
      End
      Begin VB.TextBox 货物规格 
         BackColor       =   &H00C0FFC0&
         Height          =   315
         Left            =   1080
         TabIndex        =   7
         Top             =   600
         Width           =   1515
      End
      Begin VB.TextBox 货物类别 
         BackColor       =   &H00C0FFC0&
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   315
         Left            =   3600
         Locked          =   -1  'True
         MousePointer    =   1  'Arrow
         TabIndex        =   5
         Top             =   600
         Width           =   1575
      End
      Begin VB.TextBox 货物名称 
         BackColor       =   &H00C0FFC0&
         Height          =   315
         Left            =   3600
         TabIndex        =   2
         Top             =   180
         Width           =   1575
      End
      Begin VB.Label Label13 
         BackColor       =   &H00C0FFC0&
         BackStyle       =   0  'Transparent
         Caption         =   "货物编号:"
         Height          =   195
         Left            =   120
         TabIndex        =   17
         Top             =   240
         Width           =   855
      End
      Begin VB.Label Label12 
         BackColor       =   &H00C0FFC0&
         BackStyle       =   0  'Transparent
         Caption         =   "货物备注:"
         Height          =   255
         Left            =   120
         TabIndex        =   14
         Top             =   1860
         Width           =   855
      End
      Begin VB.Label Label10 
         BackColor       =   &H00C0FFC0&
         BackStyle       =   0  'Transparent
         Caption         =   "最高限量:"
         Height          =   195
         Left            =   2700
         TabIndex        =   11
         Top             =   1080
         Width           =   855
      End
      Begin VB.Label Label9 
         BackColor       =   &H00C0FFC0&
         BackStyle       =   0  'Transparent
         Caption         =   "最低限量:"
         Height          =   195
         Left            =   120
         TabIndex        =   10
         Top             =   1080
         Width           =   855
      End
      Begin VB.Label Label8 
         BackColor       =   &H00C0FFC0&
         BackStyle       =   0  'Transparent
         Caption         =   "计量单位:"
         Height          =   195
         Left            =   120
         TabIndex        =   8
         Top             =   1500
         Width           =   855
      End
      Begin VB.Label Label3 
         BackColor       =   &H00C0FFC0&
         BackStyle       =   0  'Transparent
         Caption         =   "货物规格:"
         Height          =   195
         Left            =   120
         TabIndex        =   6
         Top             =   660
         Width           =   855
      End
      Begin VB.Label Label2 
         BackColor       =   &H00C0FFC0&
         BackStyle       =   0  'Transparent
         Caption         =   "货物类别:"
         Height          =   195
         Left            =   2700
         TabIndex        =   4
         Top             =   660
         Width           =   855
      End
      Begin VB.Label Label1 
         BackColor       =   &H00C0FFC0&
         BackStyle       =   0  'Transparent
         Caption         =   "货物名称:"
         Height          =   195
         Left            =   2700
         TabIndex        =   3
         Top             =   240
         Width           =   855
      End
   End
   Begin VB.CommandButton 增加新货物 
      BackColor       =   &H00C0FFC0&
      Caption         =   "增加新货物"
      Height          =   375
      Left            =   3600
      Style           =   1  'Graphical
      TabIndex        =   16
      ToolTipText     =   "添加新的货物到数据库中."
      Top             =   5820
      WhatsThisHelpID =   211
      Width           =   1335
   End
   Begin VB.CommandButton 更换类别 
      BackColor       =   &H00C0FFC0&
      Caption         =   "更换货物类别"
      Height          =   375
      Left            =   7020
      Style           =   1  'Graphical
      TabIndex        =   19
      Top             =   5820
      WhatsThisHelpID =   211
      Width           =   1335
   End
   Begin MSAdodcLib.Adodc Adodc2 
      Height          =   330
      Left            =   120
      Top             =   5820
      WhatsThisHelpID =   211
      Width           =   3315
      _ExtentX        =   5847
      _ExtentY        =   582
      ConnectMode     =   0
      CursorLocation  =   3
      IsolationLevel  =   -1
      ConnectionTimeout=   15
      CommandTimeout  =   30
      CursorType      =   3
      LockType        =   3
      CommandType     =   8
      CursorOptions   =   0
      CacheSize       =   50
      MaxRecords      =   0
      BOFAction       =   0
      EOFAction       =   0
      ConnectStringType=   1
      Appearance      =   1
      BackColor       =   14613966
      ForeColor       =   -2147483640
      Orientation     =   0
      Enabled         =   -1
      Connect         =   ""
      OLEDBString     =   ""
      OLEDBFile       =   ""
      DataSourceName  =   ""
      OtherAttributes =   ""
      UserName        =   ""
      Password        =   ""
      RecordSource    =   "select 编号,货物名称,货物类别,货物规格,计量单位,最低限量,最高限量,备注 from 货物信息"
      Caption         =   ""
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   11.25
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      _Version        =   393216
   End
   Begin MSDataGridLib.DataGrid DataGrid2 
      Height          =   2895
      Left            =   120
      TabIndex        =   1
      Top             =   2760
      WhatsThisHelpID =   211
      Width           =   8235
      _ExtentX        =   14526
      _ExtentY        =   5106
      _Version        =   393216
      AllowUpdate     =   -1  'True
      HeadLines       =   2
      RowHeight       =   15
      AllowAddNew     =   -1  'True
      AllowDelete     =   -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
      ColumnCount     =   2
      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
      EndProperty
      BeginProperty Column01 
         DataField       =   ""
         Caption         =   ""
         BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
            Type            =   0
            Format          =   ""
            HaveTrueFalseNull=   0
            FirstDayOfWeek  =   0
            FirstWeekOfYear =   0
            LCID            =   2052
            SubFormatType   =   0
         EndProperty
      EndProperty
      SplitCount      =   1
      BeginProperty Split0 
         BeginProperty Column00 
         EndProperty
         BeginProperty Column01 
         EndProperty
      EndProperty
   End
   Begin MSDataGridLib.DataGrid DataGrid1 
      Height          =   1995
      Left            =   5520
      TabIndex        =   0
      Top             =   180
      WhatsThisHelpID =   211
      Width           =   2835
      _ExtentX        =   5001
      _ExtentY        =   3519
      _Version        =   393216
      AllowUpdate     =   -1  'True
      ColumnHeaders   =   -1  'True
      HeadLines       =   2
      RowHeight       =   15
      AllowAddNew     =   -1  'True
      AllowDelete     =   -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
      ColumnCount     =   2
      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
      EndProperty
      BeginProperty Column01 
         DataField       =   ""
         Caption         =   ""
         BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
            Type            =   0
            Format          =   ""
            HaveTrueFalseNull=   0
            FirstDayOfWeek  =   0
            FirstWeekOfYear =   0
            LCID            =   2052
            SubFormatType   =   0
         EndProperty
      EndProperty
      SplitCount      =   1
      BeginProperty Split0 
         BeginProperty Column00 
         EndProperty
         BeginProperty Column01 
         EndProperty
      EndProperty
   End
   Begin MSAdodcLib.Adodc Adodc1 
      Height          =   330
      Left            =   5520
      Top             =   2340
      WhatsThisHelpID =   211
      Width           =   2715
      _ExtentX        =   4789
      _ExtentY        =   582
      ConnectMode     =   0
      CursorLocation  =   3
      IsolationLevel  =   -1

⌨️ 快捷键说明

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