frmonline.frm

来自「Gestion de una pizza rapida y sencilla」· FRM 代码 · 共 790 行 · 第 1/2 页

FRM
790
字号
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFLXGRD.OCX"
Begin VB.Form frmonline 
   Caption         =   "VENKY'S PIZZA HOUSE - ONLINE"
   ClientHeight    =   7650
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   9000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   7650
   ScaleWidth      =   9000
   StartUpPosition =   3  'Windows Default
   Begin VB.Frame FRFG 
      BackColor       =   &H0080C0FF&
      Enabled         =   0   'False
      Height          =   4455
      Left            =   0
      TabIndex        =   18
      Top             =   3240
      Width           =   9015
      Begin VB.CommandButton Command7 
         BackColor       =   &H00000080&
         Height          =   375
         Left            =   6480
         Picture         =   "frmonline.frx":0000
         Style           =   1  'Graphical
         TabIndex        =   34
         Top             =   3600
         Width           =   1575
      End
      Begin VB.CommandButton Command5 
         BackColor       =   &H00000080&
         Enabled         =   0   'False
         Height          =   375
         Left            =   6480
         Picture         =   "frmonline.frx":0B46
         Style           =   1  'Graphical
         TabIndex        =   31
         Top             =   2760
         Width           =   1575
      End
      Begin VB.TextBox txtnp 
         Appearance      =   0  'Flat
         Height          =   375
         Left            =   6480
         Locked          =   -1  'True
         TabIndex        =   25
         Top             =   2040
         Width           =   1455
      End
      Begin VB.CommandButton Command4 
         BackColor       =   &H008080FF&
         Height          =   375
         Left            =   6480
         Picture         =   "frmonline.frx":1660
         Style           =   1  'Graphical
         TabIndex        =   24
         Top             =   1560
         Width           =   1455
      End
      Begin VB.TextBox TXTPIZZA 
         Appearance      =   0  'Flat
         Height          =   285
         Left            =   120
         TabIndex        =   1
         Top             =   840
         Visible         =   0   'False
         Width           =   2055
      End
      Begin VB.TextBox TXTQTY 
         Appearance      =   0  'Flat
         Height          =   375
         Left            =   3840
         TabIndex        =   3
         Top             =   600
         Width           =   1215
      End
      Begin VB.ComboBox Combo1 
         Appearance      =   0  'Flat
         Height          =   315
         Left            =   120
         TabIndex        =   19
         Top             =   600
         Width           =   2055
      End
      Begin VB.TextBox TXTUP 
         Appearance      =   0  'Flat
         Height          =   375
         Left            =   2400
         Locked          =   -1  'True
         TabIndex        =   2
         Top             =   600
         Width           =   1215
      End
      Begin VB.TextBox TXTTP 
         Appearance      =   0  'Flat
         Height          =   375
         Left            =   5160
         Locked          =   -1  'True
         TabIndex        =   4
         Top             =   600
         Width           =   1215
      End
      Begin VB.CommandButton Command3 
         Appearance      =   0  'Flat
         BackColor       =   &H008080FF&
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   375
         Left            =   6720
         Picture         =   "frmonline.frx":2209
         Style           =   1  'Graphical
         TabIndex        =   5
         Top             =   480
         Width           =   1455
      End
      Begin MSFlexGridLib.MSFlexGrid fg1 
         Height          =   3135
         Left            =   240
         TabIndex        =   26
         Top             =   1080
         Width           =   6015
         _ExtentX        =   10610
         _ExtentY        =   5530
         _Version        =   393216
         Cols            =   5
         FormatString    =   " |PIZZA DETAILS               |QUANTITY      |UNIT PRICE      |TOTAL PRICE"
      End
      Begin VB.Label Label6 
         Appearance      =   0  'Flat
         AutoSize        =   -1  'True
         BackColor       =   &H0080C0FF&
         Caption         =   "PIZZA DETAILS"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H8000000D&
         Height          =   195
         Left            =   120
         TabIndex        =   23
         Top             =   240
         Width           =   1395
      End
      Begin VB.Label Label7 
         Appearance      =   0  'Flat
         AutoSize        =   -1  'True
         BackColor       =   &H0080C0FF&
         Caption         =   "QUANTITY"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H8000000D&
         Height          =   195
         Left            =   4080
         TabIndex        =   22
         Top             =   240
         Width           =   960
      End
      Begin VB.Label Label5 
         Appearance      =   0  'Flat
         AutoSize        =   -1  'True
         BackColor       =   &H0080C0FF&
         Caption         =   "UNIT PRICE"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H8000000D&
         Height          =   195
         Left            =   2520
         TabIndex        =   21
         Top             =   240
         Width           =   1080
      End
      Begin VB.Label Label8 
         Appearance      =   0  'Flat
         AutoSize        =   -1  'True
         BackColor       =   &H0080C0FF&
         Caption         =   "TOTAL PRICE"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H8000000D&
         Height          =   195
         Left            =   5280
         TabIndex        =   20
         Top             =   240
         Width           =   1230
      End
   End
   Begin VB.Frame frbill 
      BackColor       =   &H0080C0FF&
      Enabled         =   0   'False
      Height          =   3255
      Left            =   2880
      TabIndex        =   11
      Top             =   0
      Width           =   6135
      Begin VB.TextBox Text3 
         Appearance      =   0  'Flat
         Height          =   375
         Left            =   2400
         Locked          =   -1  'True
         TabIndex        =   30
         Top             =   2520
         Width           =   1815
      End
      Begin VB.TextBox Text2 
         Appearance      =   0  'Flat
         Height          =   375
         Left            =   2400
         Locked          =   -1  'True
         TabIndex        =   29
         Top             =   1680
         Width           =   3375
      End
      Begin VB.TextBox Text1 
         Appearance      =   0  'Flat
         Height          =   285
         Left            =   2400
         Locked          =   -1  'True
         TabIndex        =   17
         Top             =   1200
         Width           =   1935
      End
      Begin VB.Label Label12 
         AutoSize        =   -1  'True
         BackColor       =   &H0080C0FF&
         Caption         =   "DATE"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   195
         Left            =   3240
         TabIndex        =   33
         Top             =   600
         Width           =   510
      End
      Begin VB.Label Label10 
         AutoSize        =   -1  'True
         BackColor       =   &H0080C0FF&
         Caption         =   "PHONE"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   195
         Left            =   600
         TabIndex        =   28
         Top             =   2640
         Width           =   660
      End
      Begin VB.Label Label9 
         AutoSize        =   -1  'True
         BackColor       =   &H0080C0FF&
         Caption         =   "ADDRESS"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   195
         Left            =   480
         TabIndex        =   27
         Top             =   1800
         Width           =   900
      End
      Begin VB.Label Label3 
         AutoSize        =   -1  'True
         BackColor       =   &H0080C0FF&
         Caption         =   "CUSTOMER NAME"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   195
         Left            =   360
         TabIndex        =   16
         Top             =   1200
         Width           =   1635
      End
      Begin VB.Label Label1 
         AutoSize        =   -1  'True
         BackColor       =   &H0080C0FF&
         Caption         =   "ORDER NUMBER"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   195
         Left            =   360
         TabIndex        =   13
         Top             =   600
         Width           =   1530
      End
      Begin VB.Label Label4 
         AutoSize        =   -1  'True
         BackColor       =   &H0080C0FF&
         Caption         =   "BILL"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   195
         Left            =   2280
         TabIndex        =   12
         Top             =   600
         Width           =   405
      End
   End
   Begin VB.Frame Frame4 
      BackColor       =   &H0080C0FF&
      Height          =   3315
      Left            =   0
      TabIndex        =   0
      Top             =   0
      Width           =   2955
      Begin VB.CommandButton Command2 
         BackColor       =   &H000000C0&
         Enabled         =   0   'False
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   375
         Left            =   120
         Picture         =   "frmonline.frx":2D98
         Style           =   1  'Graphical

⌨️ 快捷键说明

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