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

📄 ps_setfinishnum.frm

📁 即时通讯
💻 FRM
字号:
VERSION 5.00
Begin VB.Form PS_SetFinishNum 
   Caption         =   "Form1"
   ClientHeight    =   4650
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   5850
   LinkTopic       =   "Form1"
   ScaleHeight     =   4650
   ScaleWidth      =   5850
   StartUpPosition =   3  '窗口缺省
   Begin VB.Frame Frame1 
      Height          =   1935
      Left            =   0
      TabIndex        =   9
      Top             =   1800
      Width           =   5775
      Begin VB.TextBox T_costPrice 
         Height          =   375
         Left            =   1080
         TabIndex        =   12
         Text            =   "Text1"
         Top             =   960
         Width           =   1455
      End
      Begin VB.TextBox T_singleNum 
         Height          =   375
         Left            =   1080
         TabIndex        =   11
         Text            =   "Text1"
         Top             =   240
         Width           =   4455
      End
      Begin VB.TextBox T_beginDate 
         Height          =   375
         Left            =   3840
         TabIndex        =   10
         Text            =   "Text1"
         Top             =   960
         Width           =   1695
      End
      Begin VB.Label TsLabel 
         AutoSize        =   -1  'True
         Caption         =   "物料名称:"
         Height          =   180
         Index           =   3
         Left            =   240
         TabIndex        =   15
         Top             =   360
         Width           =   810
      End
      Begin VB.Label TsLabel 
         AutoSize        =   -1  'True
         Caption         =   "需要数量:"
         Height          =   180
         Index           =   0
         Left            =   240
         TabIndex        =   14
         Top             =   1080
         Width           =   810
      End
      Begin VB.Label TsLabel 
         AutoSize        =   -1  'True
         Caption         =   "完成数量:"
         Height          =   180
         Index           =   9
         Left            =   3000
         TabIndex        =   13
         Top             =   1080
         Width           =   810
      End
   End
   Begin VB.Frame Frame2 
      BorderStyle     =   0  'None
      Height          =   495
      Left            =   480
      TabIndex        =   5
      Top             =   3960
      Width           =   5175
      Begin VB.CommandButton c_save 
         Caption         =   "保 存"
         Height          =   375
         Left            =   3240
         TabIndex        =   8
         Top             =   0
         Width           =   735
      End
      Begin VB.CommandButton c_cancel 
         Caption         =   "取 消"
         Height          =   375
         Left            =   4080
         TabIndex        =   7
         Top             =   0
         Width           =   735
      End
      Begin VB.CommandButton c_new 
         Caption         =   "新 增"
         Height          =   375
         Left            =   2400
         TabIndex        =   6
         Top             =   0
         Width           =   735
      End
   End
   Begin VB.Frame Frame3 
      Height          =   1815
      Left            =   0
      TabIndex        =   0
      Top             =   0
      Width           =   5775
      Begin VB.TextBox T_groupNo 
         Height          =   375
         Left            =   3840
         TabIndex        =   22
         Text            =   "Text1"
         Top             =   1200
         Width           =   1695
      End
      Begin VB.TextBox T_totalNum 
         Height          =   375
         Left            =   1080
         TabIndex        =   20
         Text            =   "Text1"
         Top             =   1200
         Width           =   1455
      End
      Begin VB.TextBox T_specification 
         Height          =   375
         Left            =   3840
         TabIndex        =   18
         Text            =   "Text1"
         Top             =   720
         Width           =   1695
      End
      Begin VB.TextBox T_name 
         Height          =   375
         Left            =   1080
         TabIndex        =   16
         Text            =   "Text1"
         Top             =   720
         Width           =   1455
      End
      Begin VB.TextBox T_production 
         Enabled         =   0   'False
         Height          =   375
         Left            =   1080
         TabIndex        =   2
         Top             =   240
         Width           =   1455
      End
      Begin VB.TextBox T_no 
         Enabled         =   0   'False
         Height          =   375
         Left            =   3120
         TabIndex        =   1
         Text            =   "Text1"
         Top             =   240
         Width           =   2415
      End
      Begin VB.Label TsLabel 
         AutoSize        =   -1  'True
         Caption         =   "生产批号:"
         Height          =   180
         Index           =   8
         Left            =   3000
         TabIndex        =   23
         Top             =   1320
         Width           =   810
      End
      Begin VB.Label TsLabel 
         AutoSize        =   -1  'True
         Caption         =   "总 数 量:"
         Height          =   180
         Index           =   4
         Left            =   240
         TabIndex        =   21
         Top             =   1320
         Width           =   810
      End
      Begin VB.Label TsLabel 
         AutoSize        =   -1  'True
         Caption         =   "产品规格:"
         Height          =   180
         Index           =   2
         Left            =   3000
         TabIndex        =   19
         Top             =   840
         Width           =   810
      End
      Begin VB.Label TsLabel 
         AutoSize        =   -1  'True
         Caption         =   "计划名称:"
         Height          =   180
         Index           =   1
         Left            =   240
         TabIndex        =   17
         Top             =   840
         Width           =   810
      End
      Begin VB.Label L_selectProduction 
         Caption         =   "选择产品:"
         ForeColor       =   &H00000000&
         Height          =   300
         Left            =   240
         TabIndex        =   4
         Top             =   360
         Width           =   855
      End
      Begin VB.Label TsLabel 
         AutoSize        =   -1  'True
         Caption         =   "单号:"
         Height          =   180
         Index           =   11
         Left            =   2640
         TabIndex        =   3
         Top             =   360
         Width           =   450
      End
   End
End
Attribute VB_Name = "PS_SetFinishNum"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
'**************************************
'*    模 块 名 称 : 设置生产计划单物料完成数量管理窗体
'*    功 能 描 述 : 设置生产计划单物料完成数量
'*    程序员姓名  : 陈齐国
'*    最后修改人  : 陈齐国
'*    最后修改时间:2005/09/9
'**************************************
Option Explicit

Private Sub Form_Load()
    Me.caption = "完成数量设置"
End Sub

⌨️ 快捷键说明

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