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

📄 form1.frm

📁 一个关于餐观的定餐系统
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form Form1 
   AutoRedraw      =   -1  'True
   BorderStyle     =   1  'Fixed Single
   Caption         =   "餐饮店查询系统"
   ClientHeight    =   6105
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   7500
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   6105
   ScaleWidth      =   7500
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton Command4 
      Caption         =   "退出"
      Height          =   375
      Left            =   5760
      TabIndex        =   34
      Top             =   5640
      Width           =   1215
   End
   Begin VB.Frame Frame2 
      Caption         =   "餐馆信息"
      Height          =   2655
      Left            =   240
      TabIndex        =   15
      Top             =   2760
      Width           =   6855
      Begin VB.CommandButton Command3 
         Caption         =   "下一家"
         Height          =   375
         Left            =   3960
         TabIndex        =   32
         Top             =   2160
         Width           =   1095
      End
      Begin VB.CommandButton Command2 
         Caption         =   "上一家"
         Height          =   375
         Left            =   1560
         TabIndex        =   31
         Top             =   2160
         Width           =   1095
      End
      Begin VB.Label Label17 
         Caption         =   "查询所有分店"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   -1  'True
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   4920
         MousePointer    =   10  'Up Arrow
         TabIndex        =   33
         Top             =   240
         Width           =   1095
      End
      Begin VB.Label Label16 
         AutoSize        =   -1  'True
         Height          =   180
         Index           =   6
         Left            =   5040
         TabIndex        =   30
         Top             =   1800
         Width           =   90
      End
      Begin VB.Label Label16 
         AutoSize        =   -1  'True
         Height          =   180
         Index           =   5
         Left            =   3360
         TabIndex        =   29
         Top             =   1800
         Width           =   90
      End
      Begin VB.Label Label16 
         AutoSize        =   -1  'True
         Height          =   180
         Index           =   4
         Left            =   1680
         TabIndex        =   28
         Top             =   1800
         Width           =   90
      End
      Begin VB.Label Label16 
         AutoSize        =   -1  'True
         Height          =   180
         Index           =   3
         Left            =   4200
         TabIndex        =   27
         Top             =   720
         Width           =   90
      End
      Begin VB.Label Label16 
         AutoSize        =   -1  'True
         Height          =   180
         Index           =   2
         Left            =   1080
         TabIndex        =   26
         Top             =   1080
         Width           =   90
      End
      Begin VB.Label Label16 
         AutoSize        =   -1  'True
         Height          =   180
         Index           =   1
         Left            =   1080
         TabIndex        =   25
         Top             =   720
         Width           =   90
      End
      Begin VB.Label Label16 
         AutoSize        =   -1  'True
         Height          =   180
         Index           =   0
         Left            =   1080
         TabIndex        =   24
         Top             =   360
         Width           =   90
      End
      Begin VB.Label Label15 
         Caption         =   "菜系:"
         Height          =   255
         Left            =   240
         TabIndex        =   23
         Top             =   720
         Width           =   855
      End
      Begin VB.Label Label14 
         Caption         =   "中档:"
         Height          =   255
         Left            =   2880
         TabIndex        =   22
         Top             =   1800
         Width           =   495
      End
      Begin VB.Label Label13 
         Caption         =   "低档:"
         Height          =   255
         Left            =   1080
         TabIndex        =   21
         Top             =   1800
         Width           =   495
      End
      Begin VB.Label Label12 
         Caption         =   "所在地址:"
         Height          =   255
         Left            =   240
         TabIndex        =   20
         Top             =   1080
         Width           =   855
      End
      Begin VB.Label Label11 
         Caption         =   "高档:"
         Height          =   255
         Left            =   4560
         TabIndex        =   19
         Top             =   1800
         Width           =   495
      End
      Begin VB.Label Label10 
         Caption         =   "人均消费:"
         Height          =   255
         Left            =   240
         TabIndex        =   18
         Top             =   1440
         Width           =   855
      End
      Begin VB.Label Label9 
         Caption         =   "所在城市:"
         Height          =   255
         Left            =   3360
         TabIndex        =   17
         Top             =   720
         Width           =   855
      End
      Begin VB.Label Label8 
         Caption         =   "餐馆名称:"
         Height          =   255
         Left            =   240
         TabIndex        =   16
         Top             =   360
         Width           =   855
      End
   End
   Begin VB.Frame Frame1 
      Caption         =   "查询条件"
      Height          =   2535
      Left            =   240
      TabIndex        =   0
      Top             =   120
      Width           =   6855
      Begin VB.CommandButton Command1 
         Caption         =   "查询"
         Height          =   375
         Left            =   5520
         TabIndex        =   14
         Top             =   2040
         Width           =   975
      End
      Begin VB.TextBox Text1 
         Height          =   270
         Index           =   5
         Left            =   4080
         TabIndex        =   11
         Top             =   1560
         Width           =   1575
      End
      Begin VB.TextBox Text1 
         Height          =   270
         Index           =   4
         Left            =   1200
         TabIndex        =   10
         Top             =   1560
         Width           =   1575
      End
      Begin VB.TextBox Text1 
         Height          =   270
         Index           =   3
         Left            =   4080
         TabIndex        =   9
         Top             =   960
         Width           =   1575
      End
      Begin VB.TextBox Text1 
         Height          =   270
         Index           =   2
         Left            =   1200
         TabIndex        =   8
         Top             =   960
         Width           =   1575
      End
      Begin VB.TextBox Text1 
         Height          =   270
         Index           =   1
         Left            =   4080
         TabIndex        =   7

⌨️ 快捷键说明

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