form_product.frm

来自「仓库扫描管理系统」· FRM 代码 · 共 552 行 · 第 1/2 页

FRM
552
字号
VERSION 5.00
Object = "{00028C01-0000-0000-0000-000000000046}#1.0#0"; "DBGRID32.OCX"
Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "TABCTL32.OCX"
Begin VB.Form form_product 
   BackColor       =   &H00C0FFFF&
   Caption         =   "物料登记"
   ClientHeight    =   7005
   ClientLeft      =   1110
   ClientTop       =   345
   ClientWidth     =   10905
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   ScaleHeight     =   7005
   ScaleWidth      =   10905
   Begin VB.ComboBox cmbField 
      Height          =   315
      ItemData        =   "form_product.frx":0000
      Left            =   1005
      List            =   "form_product.frx":0002
      Style           =   2  'Dropdown List
      TabIndex        =   28
      Top             =   120
      Width           =   1980
   End
   Begin VB.CommandButton cmdQuery 
      Caption         =   "&Q查询"
      Height          =   300
      Left            =   6360
      TabIndex        =   27
      Top             =   120
      Width           =   975
   End
   Begin VB.TextBox txtConditon 
      Height          =   300
      Left            =   3045
      TabIndex        =   26
      Text            =   "*"
      Top             =   120
      Width           =   2775
   End
   Begin VB.CommandButton cmdEdit 
      Caption         =   "&E修改"
      Height          =   300
      Left            =   4800
      TabIndex        =   25
      Top             =   6120
      Width           =   975
   End
   Begin VB.CommandButton cmdAdd 
      Caption         =   "&A新增"
      Height          =   300
      Left            =   2040
      TabIndex        =   1
      Top             =   6120
      Width           =   975
   End
   Begin VB.CommandButton cmdDelete 
      Caption         =   "&D删除"
      Height          =   300
      Left            =   3480
      TabIndex        =   13
      Top             =   6120
      Width           =   975
   End
   Begin VB.CommandButton cmdRefresh 
      Caption         =   "&R刷新"
      Height          =   300
      Left            =   7560
      TabIndex        =   12
      Top             =   6120
      Width           =   975
   End
   Begin VB.CommandButton cmdSave 
      Caption         =   "&S保存"
      Height          =   300
      Left            =   6240
      TabIndex        =   11
      Top             =   6120
      Width           =   975
   End
   Begin VB.CommandButton cmdClose 
      Caption         =   "&B返回"
      Height          =   300
      Left            =   7920
      TabIndex        =   14
      Top             =   120
      Width           =   975
   End
   Begin TabDlg.SSTab SSTab1 
      Height          =   5175
      Left            =   120
      TabIndex        =   15
      Top             =   600
      Width           =   10455
      _ExtentX        =   18441
      _ExtentY        =   9128
      _Version        =   393216
      Tabs            =   2
      Tab             =   1
      TabsPerRow      =   2
      TabHeight       =   520
      TabCaption(0)   =   "物    料    列    表"
      TabPicture(0)   =   "form_product.frx":0004
      Tab(0).ControlEnabled=   0   'False
      Tab(0).Control(0)=   "DBGrid1"
      Tab(0).ControlCount=   1
      TabCaption(1)   =   "详   细   信   息"
      TabPicture(1)   =   "form_product.frx":0020
      Tab(1).ControlEnabled=   -1  'True
      Tab(1).Control(0)=   "lblLabels(9)"
      Tab(1).Control(0).Enabled=   0   'False
      Tab(1).Control(1)=   "lblLabels(8)"
      Tab(1).Control(1).Enabled=   0   'False
      Tab(1).Control(2)=   "lblLabels(7)"
      Tab(1).Control(2).Enabled=   0   'False
      Tab(1).Control(3)=   "lblLabels(6)"
      Tab(1).Control(3).Enabled=   0   'False
      Tab(1).Control(4)=   "lblLabels(5)"
      Tab(1).Control(4).Enabled=   0   'False
      Tab(1).Control(5)=   "lblLabels(4)"
      Tab(1).Control(5).Enabled=   0   'False
      Tab(1).Control(6)=   "lblLabels(3)"
      Tab(1).Control(6).Enabled=   0   'False
      Tab(1).Control(7)=   "lblLabels(2)"
      Tab(1).Control(7).Enabled=   0   'False
      Tab(1).Control(8)=   "lblLabels(1)"
      Tab(1).Control(8).Enabled=   0   'False
      Tab(1).Control(9)=   "txtFields(9)"
      Tab(1).Control(9).Enabled=   0   'False
      Tab(1).Control(10)=   "txtFields(8)"
      Tab(1).Control(10).Enabled=   0   'False
      Tab(1).Control(11)=   "txtFields(7)"
      Tab(1).Control(11).Enabled=   0   'False
      Tab(1).Control(12)=   "txtFields(6)"
      Tab(1).Control(12).Enabled=   0   'False
      Tab(1).Control(13)=   "txtFields(5)"
      Tab(1).Control(13).Enabled=   0   'False
      Tab(1).Control(14)=   "txtFields(4)"
      Tab(1).Control(14).Enabled=   0   'False
      Tab(1).Control(15)=   "txtFields(3)"
      Tab(1).Control(15).Enabled=   0   'False
      Tab(1).Control(16)=   "txtFields(2)"
      Tab(1).Control(16).Enabled=   0   'False
      Tab(1).Control(17)=   "txtFields(1)"
      Tab(1).Control(17).Enabled=   0   'False
      Tab(1).ControlCount=   18
      Begin VB.TextBox txtFields 
         DataField       =   "productCode"
         DataSource      =   "Data1"
         Height          =   285
         Index           =   1
         Left            =   1440
         MaxLength       =   10
         TabIndex        =   2
         Top             =   435
         Width           =   1935
      End
      Begin VB.TextBox txtFields 
         DataField       =   "productName"
         DataSource      =   "Data1"
         Height          =   285
         Index           =   2
         Left            =   5280
         MaxLength       =   100
         TabIndex        =   3
         Top             =   405
         Width           =   3375
      End
      Begin VB.TextBox txtFields 
         DataField       =   "productModel"
         DataSource      =   "Data1"
         Height          =   285
         Index           =   3
         Left            =   1440
         MaxLength       =   20
         TabIndex        =   4
         Top             =   1080
         Width           =   1935
      End
      Begin VB.TextBox txtFields 
         DataField       =   "productSpecs"
         DataSource      =   "Data1"
         Height          =   285
         Index           =   4
         Left            =   5280
         MaxLength       =   100
         TabIndex        =   5
         Top             =   1035
         Width           =   3375
      End
      Begin VB.TextBox txtFields 
         DataField       =   "productUnit"
         DataSource      =   "Data1"
         Height          =   285
         Index           =   5
         Left            =   1440
         MaxLength       =   50
         TabIndex        =   6
         Top             =   1725
         Width           =   1935
      End
      Begin VB.TextBox txtFields 
         DataField       =   "price"
         DataSource      =   "Data1"
         Height          =   285
         Index           =   6
         Left            =   5280
         MaxLength       =   20
         TabIndex        =   7
         Top             =   1800
         Width           =   3375
      End
      Begin VB.TextBox txtFields 
         DataField       =   "productStd"
         DataSource      =   "Data1"
         Height          =   285
         Index           =   7
         Left            =   1440
         MaxLength       =   30
         TabIndex        =   8
         Top             =   2355
         Width           =   1935
      End
      Begin VB.TextBox txtFields 
         DataField       =   "producingarea"
         DataSource      =   "Data1"
         Height          =   285
         Index           =   8
         Left            =   5280
         MaxLength       =   30
         TabIndex        =   9
         Top             =   2445
         Width           =   3375
      End
      Begin VB.TextBox txtFields 
         DataField       =   "comment"
         DataSource      =   "Data1"
         Height          =   285
         Index           =   9
         Left            =   1440
         MaxLength       =   50
         TabIndex        =   10
         Top             =   3000
         Visible         =   0   'False
         Width           =   7215
      End
      Begin MSDBGrid.DBGrid DBGrid1 
         Bindings        =   "form_product.frx":003C
         Height          =   4290
         Left            =   -74880
         OleObjectBlob   =   "form_product.frx":0050
         TabIndex        =   0
         Top             =   720
         Width           =   10290
      End
      Begin VB.Label lblLabels 
         Caption         =   "物料编号:"
         Height          =   255
         Index           =   1
         Left            =   360
         TabIndex        =   24
         Top             =   465
         Width           =   1095
      End
      Begin VB.Label lblLabels 
         Caption         =   "物料名称:"
         Height          =   255
         Index           =   2
         Left            =   4200
         TabIndex        =   23
         Top             =   420
         Width           =   1095
      End
      Begin VB.Label lblLabels 
         Caption         =   "型  号:"
         Height          =   255

⌨️ 快捷键说明

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