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

📄 frmstoreinedit.frm

📁 用vb编的一个商品库存管理系统
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form FrmStoreinEdit 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "编辑入库单"
   ClientHeight    =   5520
   ClientLeft      =   45
   ClientTop       =   345
   ClientWidth     =   11910
   Icon            =   "FrmStoreinEdit.frx":0000
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   5520
   ScaleWidth      =   11910
   StartUpPosition =   2  '屏幕中心
   Begin VB.CommandButton Cmd_OK 
      Caption         =   "确 定"
      Height          =   400
      Left            =   4225
      MouseIcon       =   "FrmStoreinEdit.frx":0CCA
      MousePointer    =   99  'Custom
      Style           =   1  'Graphical
      TabIndex        =   50
      Top             =   4920
      Width           =   1300
   End
   Begin VB.CommandButton Cmd_Cancel 
      Cancel          =   -1  'True
      Caption         =   "取 消"
      Height          =   400
      Left            =   6385
      MouseIcon       =   "FrmStoreinEdit.frx":0FD4
      MousePointer    =   99  'Custom
      Style           =   1  'Graphical
      TabIndex        =   49
      Top             =   4920
      Width           =   1300
   End
   Begin VB.Frame Frame3 
      Caption         =   "入库信息"
      Height          =   1335
      Left            =   0
      TabIndex        =   36
      Top             =   3360
      Width           =   11895
      Begin VB.ComboBox ComboStore 
         Height          =   300
         ItemData        =   "FrmStoreinEdit.frx":12DE
         Left            =   4320
         List            =   "FrmStoreinEdit.frx":12E8
         Style           =   2  'Dropdown List
         TabIndex        =   48
         Top             =   840
         Width           =   1455
      End
      Begin VB.ComboBox ComboCreateDate 
         Height          =   300
         ItemData        =   "FrmStoreinEdit.frx":12FC
         Left            =   1320
         List            =   "FrmStoreinEdit.frx":12FE
         TabIndex        =   46
         Text            =   "ComboCreateDate"
         Top             =   840
         Width           =   1455
      End
      Begin VB.TextBox txtPrice1 
         Alignment       =   1  'Right Justify
         Height          =   270
         Left            =   4320
         MaxLength       =   20
         TabIndex        =   40
         Top             =   375
         Width           =   1455
      End
      Begin VB.ComboBox ComboStoreinType 
         Height          =   300
         ItemData        =   "FrmStoreinEdit.frx":1300
         Left            =   1320
         List            =   "FrmStoreinEdit.frx":1310
         Style           =   2  'Dropdown List
         TabIndex        =   39
         Top             =   360
         Width           =   1455
      End
      Begin VB.TextBox txtNum 
         Alignment       =   1  'Right Justify
         Height          =   270
         Left            =   7320
         MaxLength       =   200
         TabIndex        =   38
         Top             =   375
         Width           =   1455
      End
      Begin VB.TextBox txtAmount 
         Alignment       =   1  'Right Justify
         Enabled         =   0   'False
         Height          =   270
         Left            =   10320
         MaxLength       =   20
         TabIndex        =   37
         Top             =   375
         Width           =   1455
      End
      Begin VB.Label lblEmpName 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "EmpName"
         Height          =   180
         Left            =   7320
         TabIndex        =   55
         Top             =   900
         Width           =   630
      End
      Begin VB.Label lblOptDate 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "OptDate"
         Height          =   180
         Left            =   10320
         TabIndex        =   54
         Top             =   900
         Width           =   630
      End
      Begin VB.Label Label27 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "经办人"
         Height          =   180
         Left            =   6240
         TabIndex        =   53
         Top             =   900
         Width           =   540
      End
      Begin VB.Label Label9 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "入库日期"
         Height          =   180
         Left            =   9240
         TabIndex        =   52
         Top             =   900
         Width           =   720
      End
      Begin VB.Label Label21 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "生产日期"
         Height          =   180
         Left            =   240
         TabIndex        =   47
         Top             =   900
         Width           =   720
      End
      Begin VB.Label Label24 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "选择仓库"
         Height          =   180
         Left            =   3240
         TabIndex        =   45
         Top             =   900
         Width           =   720
      End
      Begin VB.Label Label23 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "产品单价"
         Height          =   180
         Left            =   3240
         TabIndex        =   44
         Top             =   420
         Width           =   720
      End
      Begin VB.Label Label22 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "入库类型"
         Height          =   180
         Left            =   240
         TabIndex        =   43
         Top             =   420
         Width           =   720
      End
      Begin VB.Label Label20 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "产品数量"
         Height          =   180
         Left            =   6240
         TabIndex        =   42
         Top             =   420
         Width           =   720
      End
      Begin VB.Label Label19 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "总金额"
         Height          =   180
         Left            =   9240
         TabIndex        =   41
         Top             =   420
         Width           =   540
      End
   End
   Begin VB.Frame Frame2 
      Caption         =   "产品信息"
      Height          =   3015
      Left            =   6000
      TabIndex        =   17
      Top             =   240
      Width           =   5895
      Begin VB.ComboBox ComboPro 
         Height          =   300
         Left            =   1320
         Style           =   2  'Dropdown List
         TabIndex        =   51
         Top             =   741
         Width           =   4455
      End
      Begin VB.TextBox txtMin 
         Enabled         =   0   'False
         Height          =   270
         Left            =   1320
         MaxLength       =   20
         TabIndex        =   26
         Top             =   2079
         Width           =   1455
      End
      Begin VB.TextBox txtPrice 
         Enabled         =   0   'False
         Height          =   270
         Left            =   1320
         MaxLength       =   200
         TabIndex        =   25
         Top             =   1638
         Width           =   1455
      End
      Begin VB.ComboBox ComboType1 
         Height          =   300
         ItemData        =   "FrmStoreinEdit.frx":133C
         Left            =   1320
         List            =   "FrmStoreinEdit.frx":133E
         Style           =   2  'Dropdown List
         TabIndex        =   24
         Top             =   300
         Width           =   1455
      End
      Begin VB.TextBox txtStyle 
         Enabled         =   0   'False
         Height          =   270
         Left            =   1320
         MaxLength       =   200
         TabIndex        =   23
         Top             =   1197
         Width           =   1455
      End
      Begin VB.TextBox txtUnit 
         Enabled         =   0   'False
         Height          =   270
         Left            =   4320
         MaxLength       =   20
         TabIndex        =   22
         Top             =   1197
         Width           =   1455
      End
      Begin VB.ComboBox ComboType2 
         Height          =   300
         ItemData        =   "FrmStoreinEdit.frx":1340
         Left            =   2880
         List            =   "FrmStoreinEdit.frx":1342
         Style           =   2  'Dropdown List
         TabIndex        =   21
         Top             =   300
         Width           =   1455
      End
      Begin VB.TextBox txtMax 
         Enabled         =   0   'False
         Height          =   270
         Left            =   4320
         MaxLength       =   20
         TabIndex        =   20
         Top             =   2079
         Width           =   1455
      End
      Begin VB.TextBox txtValid 
         Enabled         =   0   'False
         Height          =   270
         Left            =   1320
         MaxLength       =   20
         TabIndex        =   19
         Top             =   2520
         Width           =   1455
      End
      Begin VB.TextBox txtAlarm 
         Enabled         =   0   'False
         Height          =   270
         Left            =   4320
         MaxLength       =   20
         TabIndex        =   18
         Top             =   2520
         Width           =   1455
      End
      Begin VB.Label Label18 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "数量下限"
         Height          =   180
         Left            =   240
         TabIndex        =   35
         Top             =   2124
         Width           =   720
      End
      Begin VB.Label Label17 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "参与价格"
         Height          =   180
         Left            =   240
         TabIndex        =   34
         Top             =   1683
         Width           =   720
      End
      Begin VB.Label Label16 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "产品类目"
         Height          =   180
         Left            =   240
         TabIndex        =   33
         Top             =   360
         Width           =   720
      End
      Begin VB.Label Label15 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "产品名称"
         Height          =   180
         Left            =   240
         TabIndex        =   32
         Top             =   801
         Width           =   720
      End
      Begin VB.Label Label14 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "产品型号"
         Height          =   180
         Left            =   240
         TabIndex        =   31
         Top             =   1242
         Width           =   720
      End
      Begin VB.Label Label13 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "计量单位"
         Height          =   180
         Left            =   3240
         TabIndex        =   30
         Top             =   1242
         Width           =   720
      End
      Begin VB.Label Label12 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "数量上限"
         Height          =   180
         Left            =   3240
         TabIndex        =   29
         Top             =   2124
         Width           =   720
      End
      Begin VB.Label Label11 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "有效期(天)"
         Height          =   180
         Left            =   240
         TabIndex        =   28
         Top             =   2565
         Width           =   900
      End
      Begin VB.Label Label10 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "警告期(天)"
         Height          =   180
         Left            =   3240
         TabIndex        =   27
         Top             =   2565
         Width           =   900
      End
   End
   Begin VB.Frame Frame1 
      Caption         =   "客户信息"
      Height          =   3015
      Left            =   0
      TabIndex        =   0
      Top             =   240
      Width           =   6015
      Begin VB.ComboBox ComboClt 
         Height          =   300
         Left            =   1320
         Style           =   2  'Dropdown List
         TabIndex        =   16
         Top             =   300
         Width           =   4455
      End
      Begin VB.TextBox txtCode 
         Enabled         =   0   'False
         Height          =   270
         Left            =   4320
         MaxLength       =   20
         TabIndex        =   7
         Top             =   1170
         Width           =   1455
      End
      Begin VB.TextBox txtAddr 
         Enabled         =   0   'False
         Height          =   270
         Left            =   1320
         MaxLength       =   200
         TabIndex        =   6
         Top             =   1170
         Width           =   1455
      End
      Begin VB.ComboBox ComboType 
         Height          =   300
         ItemData        =   "FrmStoreinEdit.frx":1344
         Left            =   1320
         List            =   "FrmStoreinEdit.frx":134E
         Style           =   2  'Dropdown List
         TabIndex        =   5
         Top             =   720
         Width           =   1455
      End
      Begin VB.TextBox txtContact 
         Enabled         =   0   'False
         Height          =   270
         Left            =   4320
         MaxLength       =   20
         TabIndex        =   4
         Top             =   735
         Width           =   1455
      End
      Begin VB.TextBox txtPhone 
         Enabled         =   0   'False
         Height          =   270
         Left            =   1320
         MaxLength       =   200
         TabIndex        =   3
         Top             =   1590
         Width           =   1455
      End
      Begin VB.TextBox txtFax 
         Enabled         =   0   'False
         Height          =   270
         Left            =   4320
         MaxLength       =   20
         TabIndex        =   2
         Top             =   1590
         Width           =   1455
      End
      Begin VB.TextBox txtDescribe 
         Enabled         =   0   'False
         Height          =   735
         Left            =   1320
         MaxLength       =   100

⌨️ 快捷键说明

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