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

📄 inv_masterplan_frm.frm

📁 本代码适合初学数据库者学习借鉴
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form Inv_MasterPlan_Frm 
   Caption         =   "计划管理属性"
   ClientHeight    =   7245
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   9510
   BeginProperty Font 
      Name            =   "宋体"
      Size            =   10.5
      Charset         =   134
      Weight          =   400
      Underline       =   0   'False
      Italic          =   0   'False
      Strikethrough   =   0   'False
   EndProperty
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   ScaleHeight     =   7245
   ScaleWidth      =   9510
   StartUpPosition =   3  '窗口缺省
   Begin VB.TextBox OPAddNum_Text 
      Alignment       =   2  'Center
      Height          =   315
      Left            =   4440
      TabIndex        =   30
      Top             =   6720
      Width           =   855
   End
   Begin VB.TextBox OPNum_Text 
      Alignment       =   2  'Center
      Height          =   315
      Left            =   1800
      TabIndex        =   29
      Top             =   6720
      Width           =   855
   End
   Begin VB.ComboBox ForecastPeriod_Combo 
      Height          =   330
      ItemData        =   "Inv_MasterPlan_Frm.frx":0000
      Left            =   7680
      List            =   "Inv_MasterPlan_Frm.frx":000A
      TabIndex        =   21
      Top             =   4320
      Width           =   855
   End
   Begin VB.ComboBox ForecastCode_Combo 
      Height          =   330
      ItemData        =   "Inv_MasterPlan_Frm.frx":0022
      Left            =   5640
      List            =   "Inv_MasterPlan_Frm.frx":002C
      TabIndex        =   20
      Top             =   4320
      Width           =   975
   End
   Begin VB.TextBox OutputRate_Text 
      Alignment       =   2  'Center
      Height          =   315
      Left            =   3480
      TabIndex        =   19
      Top             =   4320
      Width           =   975
   End
   Begin VB.Frame Frame1 
      Caption         =   "批量管理"
      Height          =   1785
      Left            =   240
      TabIndex        =   58
      Top             =   4800
      Width           =   8415
      Begin VB.TextBox LotBuySize_Text 
         Alignment       =   2  'Center
         Height          =   315
         Left            =   1560
         TabIndex        =   28
         Top             =   1320
         Width           =   855
      End
      Begin VB.TextBox MinLotBuyQty_Text 
         Alignment       =   2  'Center
         Height          =   315
         Left            =   6840
         TabIndex        =   27
         Top             =   840
         Width           =   855
      End
      Begin VB.TextBox LotBuyQTY_Text 
         Alignment       =   2  'Center
         Height          =   315
         Left            =   4200
         TabIndex        =   26
         Top             =   840
         Width           =   855
      End
      Begin VB.TextBox LotBuyDays_Text 
         Alignment       =   2  'Center
         Height          =   315
         Left            =   1560
         TabIndex        =   25
         Top             =   840
         Width           =   855
      End
      Begin VB.TextBox LostLT_Text 
         Alignment       =   2  'Center
         Height          =   315
         Left            =   6840
         TabIndex        =   24
         Top             =   360
         Width           =   615
      End
      Begin VB.TextBox LotCircle_Text 
         Alignment       =   2  'Center
         Height          =   315
         Left            =   4200
         TabIndex        =   23
         Top             =   360
         Width           =   615
      End
      Begin VB.ComboBox LotRule_Combo 
         Height          =   330
         ItemData        =   "Inv_MasterPlan_Frm.frx":0044
         Left            =   1200
         List            =   "Inv_MasterPlan_Frm.frx":004E
         TabIndex        =   22
         Top             =   360
         Width           =   1575
      End
      Begin VB.Label Label17 
         Appearance      =   0  'Flat
         AutoSize        =   -1  'True
         BackColor       =   &H8000000A&
         Caption         =   "批量订货倍数:"
         ForeColor       =   &H80000008&
         Height          =   210
         Left            =   120
         TabIndex        =   68
         Top             =   1320
         Width           =   1470
      End
      Begin VB.Label Label16 
         Appearance      =   0  'Flat
         AutoSize        =   -1  'True
         BackColor       =   &H8000000A&
         Caption         =   "最小订货批量:"
         ForeColor       =   &H80000008&
         Height          =   210
         Left            =   5280
         TabIndex        =   67
         Top             =   840
         Width           =   1470
      End
      Begin VB.Label Label15 
         Appearance      =   0  'Flat
         AutoSize        =   -1  'True
         BackColor       =   &H8000000A&
         Caption         =   "批量订货数量:"
         ForeColor       =   &H80000008&
         Height          =   210
         Left            =   2700
         TabIndex        =   66
         Top             =   840
         Width           =   1470
      End
      Begin VB.Label Label14 
         Appearance      =   0  'Flat
         AutoSize        =   -1  'True
         BackColor       =   &H8000000A&
         Caption         =   "批量订货天数:"
         ForeColor       =   &H80000008&
         Height          =   210
         Left            =   120
         TabIndex        =   65
         Top             =   840
         Width           =   1470
      End
      Begin VB.Label Label13 
         Appearance      =   0  'Flat
         AutoSize        =   -1  'True
         BackColor       =   &H8000000A&
         Caption         =   "批量提前期:"
         ForeColor       =   &H80000008&
         Height          =   210
         Left            =   5520
         TabIndex        =   64
         Top             =   360
         Width           =   1260
      End
      Begin VB.Label Label12 
         Appearance      =   0  'Flat
         AutoSize        =   -1  'True
         BackColor       =   &H8000000A&
         Caption         =   "批量周期:"
         ForeColor       =   &H80000008&
         Height          =   210
         Left            =   3120
         TabIndex        =   63
         Top             =   360
         Width           =   1050
      End
      Begin VB.Label Label11 
         Appearance      =   0  'Flat
         AutoSize        =   -1  'True
         BackColor       =   &H8000000A&
         Caption         =   "批量规则:"
         ForeColor       =   &H80000008&
         Height          =   210
         Left            =   120
         TabIndex        =   62
         Top             =   360
         Width           =   1050
      End
   End
   Begin VB.TextBox ATP_Text 
      Alignment       =   2  'Center
      Height          =   315
      Left            =   1320
      TabIndex        =   18
      Top             =   4320
      Width           =   1215
   End
   Begin VB.TextBox RePlanCode_Text 
      Alignment       =   2  'Center
      Height          =   315
      Left            =   7080
      TabIndex        =   6
      Top             =   1920
      Width           =   1455
   End
   Begin VB.CheckBox Relating_Check 
      Appearance      =   0  'Flat
      BackColor       =   &H8000000A&
      Caption         =   "独立需求或相关需求标识"
      ForeColor       =   &H80000008&
      Height          =   375
      Left            =   3120
      TabIndex        =   5
      Top             =   1875
      Width           =   2775
   End
   Begin VB.ComboBox PlanPol_Combo 
      Height          =   330
      ItemData        =   "Inv_MasterPlan_Frm.frx":0066
      Left            =   1320
      List            =   "Inv_MasterPlan_Frm.frx":0070
      TabIndex        =   4
      Top             =   1920
      Width           =   1575
   End
   Begin VB.CheckBox JIT_Check 
      Appearance      =   0  'Flat
      BackColor       =   &H8000000A&
      Caption         =   "JIT码"
      ForeColor       =   &H80000008&
      Height          =   375
      Left            =   5880
      TabIndex        =   2
      Top             =   1380
      Width           =   975
   End
   Begin VB.CheckBox EndAssemble_Check 
      Appearance      =   0  'Flat
      BackColor       =   &H8000000A&
      Caption         =   "最终装配标识"
      ForeColor       =   &H80000008&
      Height          =   375
      Left            =   6960
      TabIndex        =   3
      Top             =   1380
      Width           =   1815
   End
   Begin VB.TextBox Text1 
      Alignment       =   2  'Center
      Height          =   315
      Left            =   4560
      TabIndex        =   1
      Top             =   1440
      Width           =   615
   End
   Begin VB.ComboBox MRP_Combo 
      Height          =   330
      ItemData        =   "Inv_MasterPlan_Frm.frx":0088
      Left            =   1320
      List            =   "Inv_MasterPlan_Frm.frx":0092
      TabIndex        =   0
      Top             =   1440
      Width           =   1575
   End
   Begin VB.TextBox TotalLT_Text 
      Alignment       =   2  'Center
      Height          =   315
      Left            =   2400
      TabIndex        =   13
      Top             =   3360
      Width           =   735
   End
   Begin VB.TextBox InputText 
      Alignment       =   2  'Center
      Height          =   315
      Index           =   31
      Left            =   7680
      TabIndex        =   17
      Top             =   3840
      Width           =   855
   End
   Begin VB.TextBox InputText 
      Alignment       =   2  'Center
      Height          =   315
      Index           =   30
      Left            =   5610
      TabIndex        =   16
      Top             =   3840
      Width           =   975
   End
   Begin VB.TextBox InputText 
      Alignment       =   2  'Center
      Height          =   315
      Index           =   29
      Left            =   3450
      TabIndex        =   15
      Top             =   3840
      Width           =   975
   End
   Begin VB.TextBox LevelCode_Text 
      Alignment       =   2  'Center
      Height          =   315
      Left            =   1290
      TabIndex        =   14
      Top             =   3840
      Width           =   615
   End
   Begin VB.TextBox TestLT_Text 
      Alignment       =   2  'Center
      Height          =   315
      Left            =   7080
      TabIndex        =   12
      Top             =   2880
      Width           =   615
   End
   Begin VB.TextBox RunLT_Text 
      Alignment       =   2  'Center
      Height          =   315
      Left            =   4290
      TabIndex        =   11
      Top             =   2880
      Width           =   615
   End
   Begin VB.TextBox SetupLT_Text 
      Alignment       =   2  'Center
      Height          =   315
      Left            =   1320
      TabIndex        =   10
      Top             =   2880
      Width           =   615
   End
   Begin VB.TextBox PlanTF_Text 
      Alignment       =   2  'Center
      Height          =   315
      Left            =   7080
      TabIndex        =   9
      Top             =   2400
      Width           =   615
   End
   Begin VB.ComboBox Relating_Combo 
      Height          =   330
      ItemData        =   "Inv_MasterPlan_Frm.frx":00AA
      Left            =   1320
      List            =   "Inv_MasterPlan_Frm.frx":00B4
      TabIndex        =   7
      Top             =   2400
      Width           =   1575
   End
   Begin VB.TextBox InputText 
      BackColor       =   &H80000003&
      ForeColor       =   &H80000005&
      Height          =   315
      Index           =   23
      Left            =   1320
      TabIndex        =   32
      Top             =   960
      Width           =   3255
   End
   Begin VB.TextBox ItemCode_Text 
      BackColor       =   &H80000003&
      ForeColor       =   &H80000005&
      Height          =   315

⌨️ 快捷键说明

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