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

📄 inv_runset.frm

📁 本代码适合初学数据库者学习借鉴
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Inv_RunSet_Frm 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "运行(库存)参数设定"
   ClientHeight    =   4275
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   7395
   BeginProperty Font 
      Name            =   "宋体"
      Size            =   10.5
      Charset         =   134
      Weight          =   400
      Underline       =   0   'False
      Italic          =   0   'False
      Strikethrough   =   0   'False
   EndProperty
   Icon            =   "Inv_RunSet.frx":0000
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   4275
   ScaleWidth      =   7395
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  '屏幕中心
   Begin VB.CommandButton CancelCmd 
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   4200
      Picture         =   "Inv_RunSet.frx":030A
      Style           =   1  'Graphical
      TabIndex        =   16
      Top             =   3720
      Width           =   1335
   End
   Begin VB.CommandButton OkCmd 
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   2160
      Picture         =   "Inv_RunSet.frx":064B
      Style           =   1  'Graphical
      TabIndex        =   15
      Top             =   3720
      Width           =   1335
   End
   Begin VB.Frame Frame1 
      Height          =   2655
      Left            =   120
      TabIndex        =   4
      Top             =   960
      Width           =   6735
      Begin VB.Label ColorLabel 
         BackColor       =   &H00000080&
         BorderStyle     =   1  'Fixed Single
         Height          =   255
         Index           =   2
         Left            =   3240
         TabIndex        =   14
         Top             =   1320
         Width           =   735
      End
      Begin VB.Label TitleLabel 
         AutoSize        =   -1  'True
         Caption         =   "过期未完成的采购单"
         Height          =   180
         Index           =   2
         Left            =   360
         TabIndex        =   13
         Top             =   1320
         Width           =   1620
      End
      Begin VB.Label ColorLabel 
         BackColor       =   &H00008000&
         BorderStyle     =   1  'Fixed Single
         Height          =   255
         Index           =   1
         Left            =   3240
         TabIndex        =   12
         Top             =   840
         Width           =   735
      End
      Begin VB.Label TitleLabel 
         AutoSize        =   -1  'True
         Caption         =   "库存物资高于警戒线"
         Height          =   180
         Index           =   1
         Left            =   360
         TabIndex        =   11
         Top             =   840
         Width           =   1620
      End
      Begin VB.Label ColorLabel 
         BackColor       =   &H000000FF&
         BorderStyle     =   1  'Fixed Single
         Height          =   255
         Index           =   0
         Left            =   3240
         TabIndex        =   10
         Top             =   480
         Width           =   735
      End
      Begin VB.Label TitleLabel 
         AutoSize        =   -1  'True
         Caption         =   "库存物资低于警戒线"
         Height          =   180
         Index           =   0
         Left            =   360
         TabIndex        =   9
         Top             =   480
         Width           =   1620
      End
      Begin VB.Label ColorLabel 
         BackColor       =   &H00000080&
         BorderStyle     =   1  'Fixed Single
         Height          =   255
         Index           =   3
         Left            =   3240
         TabIndex        =   8
         Top             =   1800
         Width           =   735
      End
      Begin VB.Label TitleLabel 
         AutoSize        =   -1  'True
         Caption         =   "过期未领料的需求计划项目"
         Height          =   180
         Index           =   3
         Left            =   360
         TabIndex        =   7
         Top             =   1800
         Width           =   2160
      End
      Begin VB.Label ColorLabel 
         BackColor       =   &H00800080&
         BorderStyle     =   1  'Fixed Single
         Height          =   255
         Index           =   4
         Left            =   3240
         TabIndex        =   6
         Top             =   2160
         Width           =   735
      End
      Begin VB.Label TitleLabel 
         AutoSize        =   -1  'True
         Caption         =   "超过预算的需求计划"
         Height          =   180
         Index           =   4
         Left            =   360
         TabIndex        =   5
         Top             =   2160
         Width           =   1620
      End
   End
   Begin VB.ComboBox TaxNum_Combo 
      Height          =   330
      ItemData        =   "Inv_RunSet.frx":0984
      Left            =   1200
      List            =   "Inv_RunSet.frx":0986
      TabIndex        =   2
      Top             =   600
      Width           =   1575
   End
   Begin VB.TextBox Address_Text 
      Height          =   315
      Left            =   1200
      TabIndex        =   0
      Top             =   120
      Width           =   4695
   End
   Begin VB.Label TitleLabel 
      AutoSize        =   -1  'True
      Caption         =   "计价方式:"
      Height          =   210
      Index           =   15
      Left            =   120
      TabIndex        =   3
      Top             =   600
      Width           =   1050
   End
   Begin VB.Label TitleLabel 
      AutoSize        =   -1  'True
      Caption         =   "地    址:"
      Height          =   210
      Index           =   11
      Left            =   120
      TabIndex        =   1
      Top             =   150
      Width           =   1050
   End
End
Attribute VB_Name = "Inv_RunSet_Frm"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit


Private Sub Address_Text_Change()

End Sub

Private Sub Form_Load()

End Sub


⌨️ 快捷键说明

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