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

📄 frmproduct2.frm

📁 用VB编程语言,SQL2000数据库 连接开发系统
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmproduct2 
   Caption         =   "frmproduct2"
   ClientHeight    =   2025
   ClientLeft      =   1665
   ClientTop       =   1530
   ClientWidth     =   4065
   Icon            =   "frmproduct2.frx":0000
   LinkTopic       =   "Form1"
   ScaleHeight     =   2025
   ScaleWidth      =   4065
   Begin VB.CheckBox chkItem 
      Caption         =   "Check1"
      Height          =   180
      Index           =   1
      Left            =   120
      TabIndex        =   5
      TabStop         =   0   'False
      Top             =   600
      Width           =   132
   End
   Begin VB.ComboBox Combo1 
      Height          =   300
      Left            =   1440
      Style           =   2  'Dropdown List
      TabIndex        =   4
      Top             =   600
      Width           =   2172
   End
   Begin VB.CheckBox chkItem 
      Caption         =   "Check1"
      Height          =   180
      Index           =   0
      Left            =   120
      TabIndex        =   3
      TabStop         =   0   'False
      Top             =   240
      Value           =   1  'Checked
      Width           =   132
   End
   Begin VB.CommandButton cmdOk 
      Caption         =   "确定 (&O)"
      Default         =   -1  'True
      Height          =   375
      Left            =   600
      TabIndex        =   2
      Top             =   1200
      Width           =   1215
   End
   Begin VB.CommandButton cmdExit 
      Caption         =   "取消 (&X)"
      Height          =   375
      Left            =   2160
      TabIndex        =   1
      Top             =   1200
      Width           =   1215
   End
   Begin VB.TextBox txtItem 
      Height          =   270
      Index           =   0
      Left            =   1440
      TabIndex        =   0
      Top             =   240
      Width           =   2175
   End
   Begin VB.Label lblitem 
      Caption         =   "顾客名称:"
      Height          =   255
      Index           =   1
      Left            =   480
      TabIndex        =   7
      Top             =   600
      Width           =   1095
   End
   Begin VB.Label lblitem 
      Caption         =   "商品名称:"
      Height          =   255
      Index           =   0
      Left            =   480
      TabIndex        =   6
      Top             =   240
      Width           =   1215
   End
End
Attribute VB_Name = "frmproduct2"
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 + -