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

📄 input.frm

📁 订餐的一个软件 ,美食档案 订餐点菜 销量查询 用于各级酒店餐饮部门的订餐点菜及收费管理
💻 FRM
📖 第 1 页 / 共 3 页
字号:
VERSION 5.00
Begin VB.Form frmInput 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "美食档案----输入、编辑菜单原始资料"
   ClientHeight    =   6390
   ClientLeft      =   45
   ClientTop       =   615
   ClientWidth     =   8910
   ControlBox      =   0   'False
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   6390
   ScaleWidth      =   8910
   StartUpPosition =   2  '屏幕中心
   Begin VB.Frame Frame1 
      Enabled         =   0   'False
      Height          =   5200
      Left            =   2880
      TabIndex        =   2
      Top             =   960
      Width           =   5895
      Begin VB.TextBox txtABC 
         Height          =   270
         Left            =   5160
         MaxLength       =   1
         TabIndex        =   42
         Top             =   3000
         Width           =   495
      End
      Begin VB.Frame Frame3 
         Caption         =   "其它:"
         Height          =   1695
         Left            =   3120
         TabIndex        =   37
         Top             =   3360
         Width           =   2535
         Begin VB.CheckBox chkOther 
            Caption         =   "暂不列入菜单"
            Height          =   255
            Index           =   3
            Left            =   240
            TabIndex        =   40
            Top             =   1080
            Width           =   1455
         End
         Begin VB.CheckBox chkOther 
            Caption         =   "最新推出"
            Height          =   255
            Index           =   2
            Left            =   240
            TabIndex        =   39
            Top             =   720
            Width           =   1095
         End
         Begin VB.CheckBox chkOther 
            Caption         =   "本店特色"
            Height          =   255
            Index           =   1
            Left            =   240
            TabIndex        =   38
            Top             =   360
            Width           =   1215
         End
      End
      Begin VB.TextBox txtPrice 
         Height          =   270
         Left            =   3720
         MaxLength       =   8
         TabIndex        =   36
         Top             =   2640
         Width           =   855
      End
      Begin VB.Frame Frame2 
         Caption         =   "主要营养成份:"
         Height          =   2175
         Left            =   3000
         TabIndex        =   18
         Top             =   240
         Width           =   2655
         Begin VB.TextBox txtNutrition 
            Height          =   270
            Index           =   4
            Left            =   960
            TabIndex        =   33
            Top             =   1800
            Width           =   975
         End
         Begin VB.TextBox txtNutrition 
            Height          =   270
            Index           =   3
            Left            =   960
            TabIndex        =   32
            Top             =   1440
            Width           =   975
         End
         Begin VB.TextBox txtNutrition 
            Height          =   270
            Index           =   2
            Left            =   960
            TabIndex        =   31
            Top             =   1080
            Width           =   975
         End
         Begin VB.TextBox txtNutrition 
            Height          =   270
            Index           =   1
            Left            =   1200
            TabIndex        =   30
            Top             =   720
            Width           =   735
         End
         Begin VB.TextBox txtNutrition 
            Height          =   270
            Index           =   0
            Left            =   1200
            TabIndex        =   29
            Top             =   360
            Width           =   735
         End
         Begin VB.Label Label2 
            Caption         =   "克"
            Height          =   255
            Index           =   16
            Left            =   2040
            TabIndex        =   28
            Top             =   1080
            Width           =   255
         End
         Begin VB.Label Label2 
            Caption         =   "克"
            Height          =   255
            Index           =   14
            Left            =   2040
            TabIndex        =   27
            Top             =   1440
            Width           =   255
         End
         Begin VB.Label Label2 
            Caption         =   "大卡"
            Height          =   255
            Index           =   9
            Left            =   2040
            TabIndex        =   26
            Top             =   1800
            Width           =   495
         End
         Begin VB.Label Label2 
            Caption         =   "热量:"
            Height          =   255
            Index           =   15
            Left            =   120
            TabIndex        =   25
            Top             =   1800
            Width           =   615
         End
         Begin VB.Label Label2 
            Caption         =   "蛋白质:"
            Height          =   255
            Index           =   13
            Left            =   120
            TabIndex        =   24
            Top             =   1080
            Width           =   735
         End
         Begin VB.Label Label2 
            Caption         =   "脂肪:"
            Height          =   255
            Index           =   12
            Left            =   120
            TabIndex        =   23
            Top             =   1440
            Width           =   615
         End
         Begin VB.Label Label2 
            Caption         =   "毫克"
            Height          =   255
            Index           =   11
            Left            =   2040
            TabIndex        =   22
            Top             =   360
            Width           =   375
         End
         Begin VB.Label Label2 
            Caption         =   "克"
            Height          =   255
            Index           =   10
            Left            =   2040
            TabIndex        =   21
            Top             =   720
            Width           =   255
         End
         Begin VB.Label Label2 
            Caption         =   "碳水化合物:"
            Height          =   255
            Index           =   4
            Left            =   120
            TabIndex        =   20
            Top             =   720
            Width           =   1095
         End
         Begin VB.Label Label2 
            Caption         =   "胆固醇:"
            Height          =   255
            Index           =   5
            Left            =   120
            TabIndex        =   19
            Top             =   360
            Width           =   735
         End
      End
      Begin VB.FileListBox File1 
         Height          =   1530
         Left            =   840
         Pattern         =   "*.bmp;*.jpg;*.gif;*.wmf"
         TabIndex        =   16
         Top             =   3600
         Visible         =   0   'False
         Width           =   1935
      End
      Begin VB.TextBox txtDescribe 
         Height          =   975
         Left            =   240
         MaxLength       =   100
         MultiLine       =   -1  'True
         ScrollBars      =   2  'Vertical
         TabIndex        =   15
         Top             =   2280
         Width           =   2535
      End
      Begin VB.ComboBox cmbSet 
         Height          =   300
         ItemData        =   "Input.frx":0000
         Left            =   1200
         List            =   "Input.frx":0013
         TabIndex        =   14
         Top             =   1680
         Width           =   1455
      End
      Begin VB.ComboBox cmbMethod 
         Height          =   300
         ItemData        =   "Input.frx":0045
         Left            =   1200
         List            =   "Input.frx":0061
         TabIndex        =   10
         Top             =   1320
         Width           =   1455
      End
      Begin VB.ComboBox cmbMaterial 
         Height          =   300
         ItemData        =   "Input.frx":0089
         Left            =   1200
         List            =   "Input.frx":00A8
         TabIndex        =   8
         Top             =   960
         Width           =   1455
      End
      Begin VB.ComboBox cmbSerial 
         Height          =   300
         ItemData        =   "Input.frx":00E6
         Left            =   720
         List            =   "Input.frx":00F9
         TabIndex        =   5
         Top             =   600
         Width           =   1935
      End
      Begin VB.TextBox txtName 
         Height          =   270
         Left            =   720
         MaxLength       =   10
         TabIndex        =   4
         Top             =   240
         Width           =   1935
      End
      Begin VB.Label Label3 
         Caption         =   "元(人民币)"
         Height          =   255
         Left            =   4680
         TabIndex        =   41
         Top             =   2640
         Width           =   975
      End
      Begin VB.Label Label2 
         Caption         =   "菜名拼音字头(首字母):"
         Height          =   255
         Index           =   18
         Left            =   3120
         TabIndex        =   35
         Top             =   3000
         Width           =   2055
      End
      Begin VB.Label Label2 
         Caption         =   "价格:"
         Height          =   255
         Index           =   17
         Left            =   3120
         TabIndex        =   34
         Top             =   2640
         Width           =   615
      End
      Begin VB.Image Image1 
         BorderStyle     =   1  'Fixed Single
         Height          =   1335
         Left            =   240
         MouseIcon       =   "Input.frx":012B
         Stretch         =   -1  'True
         Top             =   3720
         Width           =   2535
      End
      Begin VB.Label lblImage 
         BackColor       =   &H80000005&
         BorderStyle     =   1  'Fixed Single
         Height          =   300
         Left            =   840
         MouseIcon       =   "Input.frx":027D
         MousePointer    =   99  'Custom
         TabIndex        =   17
         ToolTipText     =   "单击选择图片"
         Top             =   3360
         Width           =   1935
      End
      Begin VB.Label Label2 
         Caption         =   "套餐名称:"
         Height          =   255
         Index           =   8
         Left            =   240
         TabIndex        =   13
         Top             =   1680
         Width           =   975
      End
      Begin VB.Label Label2 
         Caption         =   "特点描述:"
         Height          =   255
         Index           =   7
         Left            =   240
         TabIndex        =   12
         Top             =   2040
         Width           =   975
      End
      Begin VB.Label Label2 
         Caption         =   "图片:"
         Height          =   255
         Index           =   6
         Left            =   240
         TabIndex        =   11
         Top             =   3360
         Width           =   615
      End
      Begin VB.Label Label2 
         Caption         =   "烹饪方法:"
         Height          =   255
         Index           =   3
         Left            =   240
         TabIndex        =   9
         Top             =   1320
         Width           =   975
      End
      Begin VB.Label Label2 
         Caption         =   "原料分类:"
         Height          =   255
         Index           =   2
         Left            =   240
         TabIndex        =   7
         Top             =   960
         Width           =   975
      End
      Begin VB.Label Label2 
         Caption         =   "菜系:"
         Height          =   255
         Index           =   1
         Left            =   240
         TabIndex        =   6
         Top             =   600
         Width           =   615
      End
      Begin VB.Label Label2 
         Caption         =   "菜名:"
         Height          =   255
         Index           =   0
         Left            =   240
         TabIndex        =   3
         Top             =   240
         Width           =   615
      End
   End
   Begin VB.ListBox lstMenu 
      Height          =   5100
      ItemData        =   "Input.frx":0587
      Left            =   120
      List            =   "Input.frx":0589
      TabIndex        =   1
      Top             =   1060
      Width           =   2655
   End
   Begin VB.Label lblFrame 
      AutoSize        =   -1  'True
      Caption         =   "菜单原始资料(浏览状态):"
      Height          =   180
      Left            =   2880
      TabIndex        =   43
      Top             =   720
      Width           =   2160
   End
   Begin VB.Line Line2 
      Index           =   23
      X1              =   3480
      X2              =   3840
      Y1              =   480
      Y2              =   480
   End
   Begin VB.Line Line2 
      Index           =   22
      X1              =   3840
      X2              =   3840
      Y1              =   480
      Y2              =   120
   End
   Begin VB.Line Line2 
      Index           =   21
      X1              =   3480
      X2              =   3840
      Y1              =   120
      Y2              =   120
   End
   Begin VB.Line Line2 
      Index           =   20
      X1              =   3480
      X2              =   3480
      Y1              =   120
      Y2              =   480
   End
   Begin VB.Line Line2 
      Index           =   19
      X1              =   2880
      X2              =   3240
      Y1              =   480
      Y2              =   480
   End
   Begin VB.Line Line2 
      Index           =   18
      X1              =   3240
      X2              =   3240
      Y1              =   120
      Y2              =   480
   End
   Begin VB.Line Line2 
      Index           =   17
      X1              =   2880
      X2              =   3240
      Y1              =   120

⌨️ 快捷键说明

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