frmsearch.frm

来自「Gestion de una pizza rapida y sencilla」· FRM 代码 · 共 164 行

FRM
164
字号
VERSION 5.00
Begin VB.Form FRMSEARCH 
   Caption         =   "VENKY'S PIZZA HOUSE -SEARCH"
   ClientHeight    =   4185
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   6690
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   4185
   ScaleWidth      =   6690
   StartUpPosition =   3  'Windows Default
   Begin VB.CommandButton Command3 
      BackColor       =   &H00000080&
      Height          =   375
      Left            =   4080
      Picture         =   "FRMSEARCH.frx":0000
      Style           =   1  'Graphical
      TabIndex        =   8
      Top             =   3120
      Width           =   1695
   End
   Begin VB.Frame Frame5 
      BackColor       =   &H00C0C0FF&
      Caption         =   "ALL CUSTOMERS"
      BeginProperty Font 
         Name            =   "MS Sans Serif"
         Size            =   8.25
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   1935
      Left            =   3240
      TabIndex        =   7
      Top             =   2280
      Width           =   3495
   End
   Begin VB.CommandButton Command1 
      BackColor       =   &H00000080&
      Height          =   375
      Left            =   4200
      Picture         =   "FRMSEARCH.frx":0C2A
      Style           =   1  'Graphical
      TabIndex        =   6
      Top             =   840
      Width           =   1215
   End
   Begin VB.Frame Frame2 
      BackColor       =   &H00C0C0FF&
      Caption         =   "All ITEMS"
      BeginProperty Font 
         Name            =   "MS Sans Serif"
         Size            =   8.25
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   2295
      Left            =   3240
      TabIndex        =   5
      Top             =   0
      Width           =   3495
   End
   Begin VB.Frame Frame4 
      BackColor       =   &H00C0C0FF&
      Caption         =   "All Order"
      BeginProperty Font 
         Name            =   "MS Sans Serif"
         Size            =   9.75
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   2055
      Left            =   0
      TabIndex        =   2
      Top             =   2160
      Width           =   3255
      Begin VB.CommandButton Command4 
         Height          =   375
         Left            =   840
         Picture         =   "FRMSEARCH.frx":17C8
         Style           =   1  'Graphical
         TabIndex        =   3
         Top             =   840
         Width           =   1335
      End
   End
   Begin VB.Frame Frame3 
      BackColor       =   &H00C0C0FF&
      Caption         =   "All Bill"
      BeginProperty Font 
         Name            =   "MS Sans Serif"
         Size            =   9.75
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   2295
      Left            =   0
      TabIndex        =   0
      Top             =   0
      Width           =   3255
      Begin VB.Frame Frame1 
         Caption         =   "Frame1"
         Height          =   1455
         Left            =   3240
         TabIndex        =   4
         Top             =   120
         Width           =   15
      End
      Begin VB.CommandButton Command2 
         Height          =   375
         Left            =   840
         Picture         =   "FRMSEARCH.frx":2337
         Style           =   1  'Graphical
         TabIndex        =   1
         Top             =   840
         Width           =   1695
      End
   End
End
Attribute VB_Name = "FRMSEARCH"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False


Private Sub Command1_Click()
DataReport1.Show
End Sub

Private Sub Command2_Click()
DataReport3.Show
End Sub



Private Sub Command3_Click()
DataReport2.Show
End Sub

Private Sub Command4_Click()
DataReport4.Show
End Sub



Private Sub Form_Unload(Cancel As Integer)
Unload Me
frmindex.Show
End Sub

⌨️ 快捷键说明

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