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

📄 frmitemusequry.frm

📁 ERP工程管理子系统,用于ERP编程者参考.
💻 FRM
字号:
VERSION 5.00
Begin VB.Form FrmItemUSEQury 
   Caption         =   "货号使用点查询"
   ClientHeight    =   2340
   ClientLeft      =   60
   ClientTop       =   510
   ClientWidth     =   5295
   Icon            =   "FrmItemUSEQury.frx":0000
   LinkTopic       =   "Form1"
   ScaleHeight     =   2340
   ScaleWidth      =   5295
   StartUpPosition =   2  'CenterScreen
   Begin VB.TextBox TxtItem 
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   15
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   480
      TabIndex        =   1
      Top             =   960
      Width           =   3735
   End
   Begin VB.Image ImgItem 
      Height          =   300
      Left            =   4440
      MouseIcon       =   "FrmItemUSEQury.frx":0CCA
      MousePointer    =   99  'Custom
      Picture         =   "FrmItemUSEQury.frx":0FD4
      ToolTipText     =   "查询货号"
      Top             =   960
      Width           =   300
   End
   Begin VB.Image Image4 
      Height          =   300
      Left            =   3240
      Picture         =   "FrmItemUSEQury.frx":14C6
      Top             =   1680
      Width           =   300
   End
   Begin VB.Label LblCancel 
      BackStyle       =   0  'Transparent
      Caption         =   "取 消"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   255
      Left            =   3840
      MouseIcon       =   "FrmItemUSEQury.frx":18E2
      MousePointer    =   99  'Custom
      TabIndex        =   3
      Top             =   1680
      Width           =   855
   End
   Begin VB.Image Image3 
      Height          =   300
      Left            =   840
      Picture         =   "FrmItemUSEQury.frx":1BEC
      Top             =   1680
      Width           =   300
   End
   Begin VB.Label LblOK 
      BackStyle       =   0  'Transparent
      Caption         =   "确 定"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   255
      Left            =   1440
      MouseIcon       =   "FrmItemUSEQury.frx":2008
      MousePointer    =   99  'Custom
      TabIndex        =   2
      Top             =   1680
      Width           =   735
   End
   Begin VB.Label Label1 
      Caption         =   "请输入要查询的货号:"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   15
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   600
      TabIndex        =   0
      Top             =   360
      Width           =   3375
   End
End
Attribute VB_Name = "FrmItemUSEQury"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub ImgItem_Click()
FrmItemQury.Show 1
End Sub

Private Sub LblCancel_Click()
Unload Me
End Sub

Private Sub lblOk_Click()
DataEnvironmentItem.CmdItemUseC (TxtItem.Text)
DataReportItemUse.Show 1
DataEnvironmentItem.rsCmdItemUseC.Close
Unload Me
End Sub

⌨️ 快捷键说明

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