服装销售管理系统

源代码在线查看: 商品信息查询.frm

软件大小: 24 K
上传用户: jinhongfei0528
关键词: 服装 销售 管理系统
下载地址: 免注册下载 普通下载 VIP

相关代码

				VERSION 5.00
				Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFLXGRD.OCX"
				Begin VB.Form 商品信息查询 
				   BorderStyle     =   1  'Fixed Single
				   Caption         =   "商品信息查询"
				   ClientHeight    =   6945
				   ClientLeft      =   45
				   ClientTop       =   435
				   ClientWidth     =   8925
				   LinkTopic       =   "Form1"
				   MaxButton       =   0   'False
				   MDIChild        =   -1  'True
				   MinButton       =   0   'False
				   ScaleHeight     =   6945
				   ScaleWidth      =   8925
				   Begin VB.Frame Frame3 
				      Height          =   2175
				      Left            =   6600
				      TabIndex        =   15
				      Top             =   480
				      Width           =   1815
				      Begin VB.CommandButton Command3 
				         Caption         =   "退出"
				         Height          =   375
				         Left            =   240
				         TabIndex        =   18
				         Top             =   1560
				         Width           =   1335
				      End
				      Begin VB.CommandButton Command2 
				         Caption         =   "清空"
				         Height          =   375
				         Left            =   240
				         TabIndex        =   17
				         Top             =   960
				         Width           =   1335
				      End
				      Begin VB.CommandButton Command1 
				         Caption         =   "确定"
				         Height          =   375
				         Left            =   240
				         TabIndex        =   16
				         Top             =   360
				         Width           =   1335
				      End
				   End
				   Begin VB.Frame Frame1 
				      Caption         =   "查询条件"
				      Height          =   2175
				      Left            =   480
				      TabIndex        =   1
				      Top             =   480
				      Width           =   5775
				      Begin VB.ComboBox Combo6 
				         Height          =   300
				         Left            =   3960
				         TabIndex        =   13
				         Text            =   "Combo6"
				         Top             =   1560
				         Width           =   1695
				      End
				      Begin VB.ComboBox Combo5 
				         Height          =   300
				         Left            =   1320
				         TabIndex        =   11
				         Text            =   "Combo5"
				         Top             =   1560
				         Width           =   1455
				      End
				      Begin VB.ComboBox Combo4 
				         Height          =   300
				         Left            =   3960
				         TabIndex        =   9
				         Text            =   "Combo4"
				         Top             =   960
				         Width           =   1695
				      End
				      Begin VB.ComboBox Combo3 
				         Height          =   300
				         Left            =   1320
				         TabIndex        =   7
				         Text            =   "Combo3"
				         Top             =   960
				         Width           =   1455
				      End
				      Begin VB.ComboBox Combo2 
				         Height          =   300
				         Left            =   3960
				         TabIndex        =   6
				         Text            =   "Combo2"
				         Top             =   360
				         Width           =   1695
				      End
				      Begin VB.ComboBox Combo1 
				         Height          =   300
				         Left            =   1320
				         TabIndex        =   3
				         Text            =   "Combo1"
				         Top             =   360
				         Width           =   1455
				      End
				      Begin VB.Label Label6 
				         Caption         =   "尺码"
				         Height          =   375
				         Left            =   3360
				         TabIndex        =   12
				         Top             =   1560
				         Width           =   735
				      End
				      Begin VB.Label Label5 
				         Caption         =   "特征"
				         Height          =   375
				         Left            =   360
				         TabIndex        =   10
				         Top             =   1560
				         Width           =   735
				      End
				      Begin VB.Label Label4 
				         Caption         =   "颜色"
				         Height          =   495
				         Left            =   3360
				         TabIndex        =   8
				         Top             =   960
				         Width           =   975
				      End
				      Begin VB.Label Label3 
				         Caption         =   "品牌"
				         Height          =   375
				         Left            =   360
				         TabIndex        =   5
				         Top             =   960
				         Width           =   855
				      End
				      Begin VB.Label Label2 
				         Caption         =   "类型"
				         Height          =   375
				         Left            =   3360
				         TabIndex        =   4
				         Top             =   360
				         Width           =   975
				      End
				      Begin VB.Label Label1 
				         Caption         =   "商品编号"
				         Height          =   495
				         Left            =   360
				         TabIndex        =   2
				         Top             =   360
				         Width           =   975
				      End
				   End
				   Begin MSFlexGridLib.MSFlexGrid MSFlexGrid1 
				      Height          =   3135
				      Left            =   480
				      TabIndex        =   0
				      Top             =   3240
				      Width           =   7455
				      _ExtentX        =   13150
				      _ExtentY        =   5530
				      _Version        =   393216
				   End
				   Begin VB.Frame Frame2 
				      Caption         =   "信息显示"
				      Height          =   3735
				      Left            =   480
				      TabIndex        =   14
				      Top             =   2880
				      Width           =   8055
				   End
				End
				Attribute VB_Name = "商品信息查询"
				Attribute VB_GlobalNameSpace = False
				Attribute VB_Creatable = False
				Attribute VB_PredeclaredId = True
				Attribute VB_Exposed = False
							

相关资源