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

📄

📁 VB开发的ERP系统
💻
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form Cg_PlanExecThingQuery 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "采购计划执行情况查询条件"
   ClientHeight    =   3975
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   4095
   Icon            =   "采购系统_采购计划执行情况查询条件.frx":0000
   KeyPreview      =   -1  'True
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   3975
   ScaleWidth      =   4095
   ShowInTaskbar   =   0   'False
   StartUpPosition =   1  '所有者中心
   Begin VB.Frame Frame1 
      Height          =   3495
      Left            =   60
      TabIndex        =   11
      Top             =   30
      Width           =   3975
      Begin VB.Frame Frame3 
         Caption         =   "计划完成情况"
         Height          =   495
         Left            =   120
         TabIndex        =   30
         Top             =   2910
         Width           =   3765
         Begin VB.OptionButton Opt_Wcplan 
            Caption         =   "完成"
            Height          =   255
            Index           =   2
            Left            =   2640
            TabIndex        =   33
            Top             =   180
            Width           =   735
         End
         Begin VB.OptionButton Opt_Wcplan 
            Caption         =   "未完成"
            Height          =   255
            Index           =   1
            Left            =   1440
            TabIndex        =   32
            Top             =   180
            Width           =   975
         End
         Begin VB.OptionButton Opt_Wcplan 
            Caption         =   "全部"
            Height          =   255
            Index           =   0
            Left            =   240
            TabIndex        =   31
            Top             =   180
            Value           =   -1  'True
            Width           =   735
         End
      End
      Begin VB.Frame Frame2 
         Caption         =   "是否紧急计划"
         Height          =   495
         Left            =   120
         TabIndex        =   26
         Top             =   2400
         Width           =   3765
         Begin VB.OptionButton Opt_Jjplan 
            Caption         =   "紧急"
            Height          =   255
            Index           =   2
            Left            =   2640
            TabIndex        =   29
            Top             =   180
            Width           =   735
         End
         Begin VB.OptionButton Opt_Jjplan 
            Caption         =   "正常"
            Height          =   255
            Index           =   1
            Left            =   1440
            TabIndex        =   28
            Top             =   180
            Width           =   855
         End
         Begin VB.OptionButton Opt_Jjplan 
            Caption         =   "全部"
            Height          =   255
            Index           =   0
            Left            =   240
            TabIndex        =   27
            Top             =   180
            Value           =   -1  'True
            Width           =   855
         End
      End
      Begin VB.CommandButton Ydcommand1 
         Height          =   300
         Index           =   2
         Left            =   3585
         Picture         =   "采购系统_采购计划执行情况查询条件.frx":1042
         Style           =   1  'Graphical
         TabIndex        =   24
         Top             =   612
         Visible         =   0   'False
         Width           =   300
      End
      Begin VB.CommandButton Ydcommand1 
         Height          =   300
         Index           =   3
         Left            =   3585
         Picture         =   "采购系统_采购计划执行情况查询条件.frx":13CC
         Style           =   1  'Graphical
         TabIndex        =   23
         Top             =   984
         Visible         =   0   'False
         Width           =   300
      End
      Begin VB.CommandButton Ydcommand1 
         Height          =   300
         Index           =   4
         Left            =   3585
         Picture         =   "采购系统_采购计划执行情况查询条件.frx":1756
         Style           =   1  'Graphical
         TabIndex        =   16
         Top             =   1356
         Visible         =   0   'False
         Width           =   300
      End
      Begin VB.TextBox LrText 
         Height          =   300
         Index           =   4
         Left            =   1350
         TabIndex        =   4
         Text            =   "4"
         Top             =   1356
         Width           =   2235
      End
      Begin VB.TextBox LrText 
         Height          =   300
         Index           =   3
         Left            =   1350
         TabIndex        =   3
         Text            =   "3"
         Top             =   984
         Width           =   2235
      End
      Begin VB.TextBox LrText 
         Height          =   300
         Index           =   1
         Left            =   3270
         TabIndex        =   1
         Text            =   "1"
         Top             =   240
         Width           =   615
      End
      Begin VB.TextBox LrText 
         Height          =   300
         Index           =   0
         Left            =   1350
         TabIndex        =   0
         Text            =   "0"
         Top             =   240
         Width           =   885
      End
      Begin VB.TextBox LrText 
         Height          =   300
         Index           =   2
         Left            =   1350
         TabIndex        =   2
         Text            =   "2"
         Top             =   612
         Width           =   2235
      End
      Begin VB.TextBox LrText 
         Height          =   300
         Index           =   5
         Left            =   1350
         TabIndex        =   5
         Text            =   "5"
         Top             =   1728
         Width           =   2235
      End
      Begin VB.TextBox LrText 
         Height          =   300
         Index           =   6
         Left            =   1350
         TabIndex        =   6
         Text            =   "6"
         Top             =   2100
         Width           =   2520
      End
      Begin VB.CommandButton Ydcommand1 
         Height          =   300
         Index           =   0
         Left            =   4680
         Picture         =   "采购系统_采购计划执行情况查询条件.frx":1AE0
         Style           =   1  'Graphical
         TabIndex        =   15
         Top             =   2520
         Visible         =   0   'False
         Width           =   300
      End
      Begin VB.CommandButton Ydcommand1 
         Height          =   300
         Index           =   1
         Left            =   4680
         Picture         =   "采购系统_采购计划执行情况查询条件.frx":1E6A
         Style           =   1  'Graphical
         TabIndex        =   14
         Top             =   3240
         Visible         =   0   'False
         Width           =   300
      End
      Begin VB.CommandButton Ydcommand1 
         Height          =   300
         Index           =   5
         Left            =   3585
         Picture         =   "采购系统_采购计划执行情况查询条件.frx":21F4
         Style           =   1  'Graphical
         TabIndex        =   13
         Top             =   1728
         Visible         =   0   'False
         Width           =   300
      End
      Begin VB.CommandButton Ydcommand1 
         Height          =   300
         Index           =   6
         Left            =   4800
         Picture         =   "采购系统_采购计划执行情况查询条件.frx":257E
         Style           =   1  'Graphical
         TabIndex        =   12
         Top             =   2640
         Visible         =   0   'False
         Width           =   300
      End
      Begin VB.Label Label1 
         AutoSize        =   -1  'True
         Caption         =   "物料编码:"
         Height          =   180
         Index           =   6
         Left            =   120
         TabIndex        =   25
         Top             =   1044
         Width           =   810
      End
      Begin VB.Label Label1 
         AutoSize        =   -1  'True
         Caption         =   "计划人:"
         Height          =   180
         Index           =   1
         Left            =   120
         TabIndex        =   22
         Top             =   1416
         Width           =   630
      End
      Begin VB.Label Label1 
         Caption         =   "会计年度:"
         Height          =   255
         Index           =   2
         Left            =   120
         TabIndex        =   21
         Top             =   270
         Width           =   915
      End
      Begin VB.Label Label1 
         AutoSize        =   -1  'True
         Caption         =   "采购物料分类:"
         Height          =   180
         Index           =   0
         Left            =   120
         TabIndex        =   20
         Top             =   672
         Width           =   1170
      End
      Begin VB.Label Label1 
         AutoSize        =   -1  'True
         Caption         =   "会计月份:"
         Height          =   180
         Index           =   3
         Left            =   2370
         TabIndex        =   19
         Top             =   300
         Width           =   810
      End
      Begin VB.Label Label1 
         AutoSize        =   -1  'True
         Caption         =   "采购员:"
         Height          =   180
         Index           =   4
         Left            =   120
         TabIndex        =   18
         Top             =   1788
         Width           =   630
      End
      Begin VB.Label Label1 
         AutoSize        =   -1  'True
         Caption         =   "计划单号:"
         Height          =   180
         Index           =   5
         Left            =   120
         TabIndex        =   17
         Top             =   2160
         Width           =   810
      End
      Begin VB.Line Line1 
         BorderWidth     =   2
         X1              =   2280
         X2              =   3015
         Y1              =   767
         Y2              =   782
      End
   End
   Begin VB.CommandButton Cmd_Clear 
      Caption         =   "全清"
      Height          =   300
      Left            =   60
      TabIndex        =   9
      Top             =   3600
      Width           =   1120
   End
   Begin VB.CommandButton QxCommand 
      Caption         =   "取消(&C)"
      Height          =   300
      Left            =   2910
      TabIndex        =   8
      Top             =   3600
      Width           =   1120
   End
   Begin VB.CommandButton QdCommand 
      Caption         =   "确定(&O)"
      Height          =   300
      Left            =   1710
      TabIndex        =   7
      Top             =   3600
      Width           =   1120
   End
   Begin VB.CheckBox UnloadCheck 
      Caption         =   "卸载窗体"
      Height          =   615
      Left            =   5520
      TabIndex        =   10
      Top             =   1200
      Width           =   825
   End
End
Attribute VB_Name = "Cg_PlanExecThingQuery"
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 + -