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

📄 mc_gzfyfrom.~dfm

📁 餐饮管理:菜单录入打印菜单等
💻 ~DFM
📖 第 1 页 / 共 4 页
字号:
object GZFYFrom: TGZFYFrom
  Left = 0
  Top = 124
  Hint = '挂帐设置'
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = '挂帐设置:'
  ClientHeight = 421
  ClientWidth = 792
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Scaled = False
  ShowHint = True
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 12
  object Label38: TLabel
    Left = 560
    Top = 408
    Width = 42
    Height = 12
    Caption = 'Label28'
    Visible = False
  end
  object GroupBox3: TGroupBox
    Left = 5
    Top = 5
    Width = 584
    Height = 94
    Hint = '显示的是当前使用的房台信息'
    Caption = '当前房台信息框:'
    TabOrder = 0
    object Label15: TLabel
      Left = 13
      Top = 22
      Width = 60
      Height = 12
      Caption = '房间台号:'
    end
    object Label16: TLabel
      Left = 13
      Top = 46
      Width = 60
      Height = 12
      Caption = '房台名称:'
    end
    object Label17: TLabel
      Left = 165
      Top = 22
      Width = 60
      Height = 12
      Caption = '类型说明:'
    end
    object Label18: TLabel
      Left = 165
      Top = 46
      Width = 60
      Height = 12
      Caption = '餐饮部门:'
    end
    object Label19: TLabel
      Left = 317
      Top = 22
      Width = 48
      Height = 12
      Caption = '服务费:'
    end
    object Label20: TLabel
      Left = 317
      Top = 46
      Width = 60
      Height = 12
      Caption = '简要说明:'
    end
    object Label21: TLabel
      Left = 13
      Top = 73
      Width = 36
      Height = 12
      Caption = '状态:'
    end
    object DBText2: TDBText
      Left = 72
      Top = 22
      Width = 42
      Height = 12
      AutoSize = True
      DataField = '编号'
      DataSource = TLCYGLXT.FJTHSET
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlue
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object DBText3: TDBText
      Left = 72
      Top = 46
      Width = 42
      Height = 12
      AutoSize = True
      DataField = '房台名称'
      DataSource = TLCYGLXT.FJTHSET
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlue
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object DBText4: TDBText
      Left = 224
      Top = 22
      Width = 42
      Height = 12
      AutoSize = True
      DataField = '类型说明'
      DataSource = TLCYGLXT.FJTHSET
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlue
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object DBText5: TDBText
      Left = 224
      Top = 46
      Width = 42
      Height = 12
      AutoSize = True
      DataField = '餐饮部门'
      DataSource = TLCYGLXT.FJTHSET
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlue
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object DBText6: TDBText
      Left = 376
      Top = 22
      Width = 42
      Height = 12
      AutoSize = True
      DataField = '服务费'
      DataSource = TLCYGLXT.FJTHSET
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlue
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object DBText7: TDBText
      Left = 376
      Top = 46
      Width = 42
      Height = 12
      AutoSize = True
      DataField = '简要说明'
      DataSource = TLCYGLXT.FJTHSET
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlue
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object DBText8: TDBText
      Left = 73
      Top = 73
      Width = 42
      Height = 12
      AutoSize = True
      DataField = '状态'
      DataSource = TLCYGLXT.FJTHSET
      Font.Charset = GB2312_CHARSET
      Font.Color = clRed
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Bevel2: TBevel
      Left = 2
      Top = 65
      Width = 581
      Height = 4
      Shape = bsTopLine
    end
    object Label26: TLabel
      Left = 316
      Top = 74
      Width = 60
      Height = 12
      Caption = '结帐编号:'
    end
    object Label32: TLabel
      Left = 376
      Top = 74
      Width = 42
      Height = 12
      Caption = 'Label18'
      Font.Charset = GB2312_CHARSET
      Font.Color = clRed
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
  end
  object GroupBox1: TGroupBox
    Left = 3
    Top = 133
    Width = 586
    Height = 280
    Caption = '点菜信息列表:'
    TabOrder = 1
    object DBGrid2: TDBGrid
      Left = 8
      Top = 18
      Width = 568
      Height = 252
      DataSource = DataSource1
      Options = [dgTitles, dgIndicator, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
      TabOrder = 0
      TitleFont.Charset = GB2312_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -12
      TitleFont.Name = '宋体'
      TitleFont.Style = []
      Columns = <
        item
          Expanded = False
          FieldName = '编号'
          ReadOnly = True
          Width = 55
          Visible = True
        end
        item
          Expanded = False
          FieldName = '名称'
          ReadOnly = True
          Width = 123
          Visible = True
        end
        item
          Expanded = False
          FieldName = '类型'
          ReadOnly = True
          Width = 51
          Visible = True
        end
        item
          Expanded = False
          FieldName = '单位'
          ReadOnly = True
          Width = 32
          Visible = True
        end
        item
          Color = clWhite
          Expanded = False
          FieldName = '数量'
          ReadOnly = True
          Width = 62
          Visible = True
        end
        item
          Expanded = False
          FieldName = '价格'
          ReadOnly = True
          Visible = True
        end
        item
          Expanded = False
          FieldName = '状态'
          ReadOnly = True
          Visible = True
        end
        item
          Expanded = False
          FieldName = '合计'
          ReadOnly = True
          Width = 70
          Visible = True
        end>
    end
  end
  object Panel2: TPanel
    Left = 5
    Top = 97
    Width = 584
    Height = 31
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 2
    object Label23: TLabel
      Left = 315
      Top = 10
      Width = 60
      Height = 12
      Caption = '点单日期:'
    end
    object Label24: TLabel
      Left = 12
      Top = 10
      Width = 72
      Height = 12
      Caption = '服务员编号:'
    end
    object Label25: TLabel
      Left = 120
      Top = 10
      Width = 72
      Height = 12
      Caption = '服务员姓名:'
    end
    object Label29: TLabel
      Left = 88
      Top = 10
      Width = 6
      Height = 12
      Caption = '1'
      Font.Charset = GB2312_CHARSET
      Font.Color = clRed
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label30: TLabel
      Left = 196
      Top = 10
      Width = 24
      Height = 12
      Caption = '李涛'
      Font.Charset = GB2312_CHARSET
      Font.Color = clRed
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label31: TLabel
      Left = 375
      Top = 10
      Width = 42
      Height = 12
      Caption = 'Label17'
      Font.Charset = GB2312_CHARSET
      Font.Color = clLime
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
  end
  object GroupBox2: TGroupBox
    Left = 596
    Top = 4
    Width = 191
    Height = 213
    Caption = '点菜信息描述:'
    TabOrder = 3
    object Label1: TLabel
      Left = 11
      Top = 25
      Width = 60
      Height = 12
      Caption = '点单数量:'
    end
    object Label2: TLabel
      Left = 11
      Top = 80
      Width = 60
      Height = 12
      Caption = '赠单数量:'
    end
    object Label3: TLabel
      Left = 11
      Top = 52
      Width = 60
      Height = 12
      Caption = '点单金额:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlue
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label4: TLabel
      Left = 11
      Top = 109
      Width = 60
      Height = 12
      Caption = '赠单金额:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlue
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label5: TLabel
      Left = 80
      Top = 25
      Width = 6
      Height = 12
      Caption = '0'
      Font.Charset = GB2312_CHARSET
      Font.Color = clRed
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label6: TLabel
      Left = 80
      Top = 52
      Width = 6
      Height = 12
      Caption = '0'
      Font.Charset = GB2312_CHARSET
      Font.Color = clRed
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label7: TLabel
      Left = 80
      Top = 80
      Width = 6
      Height = 12
      Caption = '0'
      Font.Charset = GB2312_CHARSET
      Font.Color = clRed
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label8: TLabel
      Left = 80
      Top = 109
      Width = 6
      Height = 12
      Caption = '0'
      Font.Charset = GB2312_CHARSET
      Font.Color = clRed
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label9: TLabel
      Left = 11
      Top = 136
      Width = 60
      Height = 12
      Caption = '共计数量:'
    end
    object Label10: TLabel
      Left = 11
      Top = 160
      Width = 60
      Height = 12
      Caption = '共计金额:'
    end
    object Label11: TLabel
      Left = 80
      Top = 136
      Width = 6
      Height = 12
      Caption = '0'

⌨️ 快捷键说明

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