frmdiscount.frm

来自「星级酒店管理系统(附带系统自写控件源码)」· FRM 代码 · 共 170 行

FRM
170
字号
VERSION 5.00
Begin VB.Form frmDiscount 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "菜单打折方案。"
   ClientHeight    =   4065
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   6345
   Icon            =   "frmDiscount.frx":0000
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   4065
   ScaleWidth      =   6345
   ShowInTaskbar   =   0   'False
   StartUpPosition =   3  '窗口缺省
   Begin VB.Line Line1 
      X1              =   165
      X2              =   6150
      Y1              =   1665
      Y2              =   1665
   End
   Begin VB.Label Label2 
      AutoSize        =   -1  'True
      Caption         =   "4.客户结帐时,将按所选打折率重新计算点菜单与加菜单金额。"
      BeginProperty Font 
         Name            =   "MS Sans Serif"
         Size            =   8.25
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00400000&
      Height          =   195
      Index           =   4
      Left            =   960
      TabIndex        =   5
      Top             =   1350
      Width           =   4860
   End
   Begin VB.Label Label2 
      AutoSize        =   -1  'True
      Caption         =   "3.将〖点菜单〗〖加菜单〗加入打折项目中即可。"
      BeginProperty Font 
         Name            =   "MS Sans Serif"
         Size            =   8.25
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00400000&
      Height          =   195
      Index           =   3
      Left            =   960
      TabIndex        =   4
      Top             =   1095
      Width           =   3915
   End
   Begin VB.Label Label2 
      AutoSize        =   -1  'True
      Caption         =   "2.打折的范围只限〖点菜单〗〖加菜单〗【酒水单】不打折时。"
      BeginProperty Font 
         Name            =   "MS Sans Serif"
         Size            =   8.25
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00400000&
      Height          =   195
      Index           =   2
      Left            =   960
      TabIndex        =   3
      Top             =   840
      Width           =   4995
   End
   Begin VB.Label Label2 
      AutoSize        =   -1  'True
      Caption         =   "1.您有建立菜单类型:点菜单、酒水单、加菜单"
      BeginProperty Font 
         Name            =   "MS Sans Serif"
         Size            =   8.25
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00400000&
      Height          =   195
      Index           =   1
      Left            =   960
      TabIndex        =   2
      Top             =   585
      Width           =   3735
   End
   Begin VB.Label Label2 
      AutoSize        =   -1  'True
      Caption         =   "本系统的打折方式是通过对菜单类型打折,例如:"
      BeginProperty Font 
         Name            =   "MS Sans Serif"
         Size            =   8.25
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FF0000&
      Height          =   195
      Index           =   0
      Left            =   975
      TabIndex        =   1
      Top             =   285
      Width           =   3825
   End
   Begin VB.Image Image1 
      Height          =   480
      Left            =   375
      Picture         =   "frmDiscount.frx":08CA
      Top             =   720
      Width           =   480
   End
   Begin VB.Label Label1 
      AutoSize        =   -1  'True
      Caption         =   "说明:"
      BeginProperty Font 
         Name            =   "MS Sans Serif"
         Size            =   8.25
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H000000C0&
      Height          =   195
      Left            =   420
      TabIndex        =   0
      Top             =   300
      Width           =   540
   End
End
Attribute VB_Name = "frmDiscount"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

Option Explicit

Private Sub Form_Load()

  GetFormSet Me, Screen
  
End Sub

Private Sub Form_Unload(Cancel As Integer)

  SaveFormSet Me
  
End Sub

⌨️ 快捷键说明

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