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

📄 frmmaterialsout.frm

📁 该仓储管理系统主要完成物料管理 采购管理 人事管理等功能
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmmaterialsout 
   Caption         =   "物料出库->生产"
   ClientHeight    =   7965
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   11700
   LinkTopic       =   "Form1"
   MDIChild        =   -1  'True
   ScaleHeight     =   7965
   ScaleWidth      =   11700
   WindowState     =   2  'Maximized
   Begin VB.CommandButton Command2 
      Caption         =   "成品出货"
      Enabled         =   0   'False
      Height          =   375
      Left            =   1680
      TabIndex        =   6
      Top             =   360
      Width           =   975
   End
   Begin VB.CommandButton Command1 
      Caption         =   "库转"
      Enabled         =   0   'False
      Height          =   375
      Left            =   240
      TabIndex        =   5
      Top             =   360
      Width           =   975
   End
   Begin VB.CommandButton Cmdpost 
      Caption         =   "post"
      Enabled         =   0   'False
      Height          =   375
      Left            =   3120
      TabIndex        =   4
      Top             =   360
      Width           =   1335
   End
   Begin VB.Label Labquanxian 
      Height          =   375
      Left            =   9600
      TabIndex        =   3
      Top             =   240
      Width           =   1815
   End
   Begin VB.Label Label5 
      Caption         =   "权限状态:"
      Height          =   375
      Left            =   8640
      TabIndex        =   2
      Top             =   240
      Width           =   975
   End
   Begin VB.Label Labuser 
      Height          =   375
      Left            =   6840
      TabIndex        =   1
      Top             =   240
      Width           =   1815
   End
   Begin VB.Label Label3 
      Caption         =   "当前用户:"
      Height          =   375
      Left            =   5880
      TabIndex        =   0
      Top             =   240
      Width           =   975
   End
End
Attribute VB_Name = "frmmaterialsout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

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