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

📄 frmindex.frm

📁 Gestion de una pizza rapida y sencilla
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmindex 
   AutoRedraw      =   -1  'True
   Caption         =   "VENKY'S PIZZA HOUSE-INDEX"
   ClientHeight    =   6135
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   10815
   LinkTopic       =   "Form1"
   MinButton       =   0   'False
   ScaleHeight     =   6135
   ScaleWidth      =   10815
   StartUpPosition =   3  'Windows Default
   WindowState     =   2  'Maximized
   Begin VB.PictureBox Picture1 
      AutoRedraw      =   -1  'True
      AutoSize        =   -1  'True
      Height          =   11580
      Left            =   -1560
      Picture         =   "frmindex.frx":0000
      ScaleHeight     =   11520
      ScaleWidth      =   15360
      TabIndex        =   7
      Top             =   960
      Width           =   15420
   End
   Begin VB.Frame FRAMAIN 
      BackColor       =   &H00C0FFC0&
      Height          =   975
      Left            =   0
      TabIndex        =   0
      Top             =   0
      Width           =   12015
      Begin VB.CommandButton CMDONLINE 
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   12
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   495
         Left            =   4200
         Picture         =   "frmindex.frx":2A5D0
         Style           =   1  'Graphical
         TabIndex        =   2
         Top             =   240
         Width           =   1695
      End
      Begin VB.CommandButton CMDBILL 
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   12
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   495
         Left            =   120
         Picture         =   "frmindex.frx":2B3D9
         Style           =   1  'Graphical
         TabIndex        =   1
         Top             =   240
         Width           =   1695
      End
      Begin VB.CommandButton CMDCDETAILS 
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   12
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   495
         Left            =   2280
         Picture         =   "frmindex.frx":2C107
         Style           =   1  'Graphical
         TabIndex        =   4
         Top             =   240
         Width           =   1695
      End
      Begin VB.CommandButton CMDPIZZA 
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   12
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   495
         Left            =   6120
         Picture         =   "frmindex.frx":2CF54
         Style           =   1  'Graphical
         TabIndex        =   5
         Top             =   240
         Width           =   1695
      End
      Begin VB.CommandButton CMDSEARCH 
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   12
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   495
         Left            =   8040
         Picture         =   "frmindex.frx":2DD75
         Style           =   1  'Graphical
         TabIndex        =   3
         Top             =   240
         Width           =   1815
      End
      Begin VB.CommandButton CMDEXIT 
         DownPicture     =   "frmindex.frx":2EAFB
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   12
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   495
         Left            =   10080
         Picture         =   "frmindex.frx":2F829
         Style           =   1  'Graphical
         TabIndex        =   6
         Top             =   240
         Width           =   1695
      End
   End
End
Attribute VB_Name = "frmindex"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False


Private Sub CMDBILL_Click()
FRMBILL.Show
Unload Me
End Sub

Private Sub CMDCDETAILS_Click()
FRMCUS.Show
Unload Me
End Sub

Private Sub CMDEXIT_Click()
X% = MsgBox(" CONFORM EXIT", vbInformation + vbYesNo, "VENKY'S PIZZA HOUSE-EXIT CONFORM")
If (X% = vbYes) Then
End
Else
frmindex.Show
End If
End Sub

Private Sub CMDONLINE_Click()
frmonline.Show
Unload Me
End Sub

Private Sub CMDPIZZA_Click()
FRMPIZZA.Show
Unload Me
End Sub

Private Sub CMDSEARCH_Click()
FRMSEARCH.Show
Unload Me
End Sub

⌨️ 快捷键说明

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