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

📄 hyjbsyunit.dfm

📁 集成酒店桑拿食管管理的完整程序
💻 DFM
📖 第 1 页 / 共 3 页
字号:
object hyjbsyForm: ThyjbsyForm
  Left = 0
  Top = 0
  Width = 801
  Height = 583
  Caption = '交班收银'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  WindowState = wsMaximized
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 793
    Height = 73
    Align = alTop
    BevelOuter = bvNone
    TabOrder = 0
    object Label3: TLabel
      Left = 645
      Top = 50
      Width = 36
      Height = 12
      Caption = '编号:'
    end
    object Label2: TLabel
      Left = 29
      Top = 51
      Width = 48
      Height = 12
      Caption = '操作员:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlue
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label105: TLabel
      Left = 165
      Top = 50
      Width = 12
      Height = 12
      Caption = '从'
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label106: TLabel
      Left = 351
      Top = 51
      Width = 12
      Height = 12
      Caption = '到'
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label1: TLabel
      Left = 542
      Top = 52
      Width = 36
      Height = 12
      Caption = '班次:'
    end
    object bcm: TLabel
      Left = 577
      Top = 51
      Width = 18
      Height = 12
      Caption = 'bcm'
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlue
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Panel2: TPanel
      Left = 0
      Top = 0
      Width = 793
      Height = 41
      Align = alTop
      BevelOuter = bvNone
      TabOrder = 0
      object BitBtn1: TBitBtn
        Left = 681
        Top = 8
        Width = 51
        Height = 25
        Caption = '统计'
        TabOrder = 0
        OnClick = BitBtn1Click
      end
      object BitBtn2: TBitBtn
        Left = 731
        Top = 8
        Width = 51
        Height = 25
        Caption = '退出'
        TabOrder = 1
        OnClick = BitBtn2Click
      end
      object BitBtn3: TBitBtn
        Left = 630
        Top = 8
        Width = 51
        Height = 25
        Caption = '打印'
        TabOrder = 2
        OnClick = BitBtn3Click
      end
    end
    object Edit1: TEdit
      Left = 682
      Top = 47
      Width = 58
      Height = 20
      TabOrder = 1
    end
    object czyid: TComboBox
      Left = 102
      Top = 49
      Width = 23
      Height = 20
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlue
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ItemHeight = 12
      ParentFont = False
      TabOrder = 2
      Text = 'czyid'
      Visible = False
    end
    object czyname: TComboBox
      Left = 81
      Top = 47
      Width = 74
      Height = 20
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlue
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ItemHeight = 12
      ParentFont = False
      TabOrder = 3
      Text = 'czyname'
    end
    object begdate: TDateTimePicker
      Left = 179
      Top = 46
      Width = 109
      Height = 20
      CalAlignment = dtaLeft
      Date = 37039.6012255787
      Time = 37039.6012255787
      DateFormat = dfLong
      DateMode = dmComboBox
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      Kind = dtkDate
      ParseInput = False
      ParentFont = False
      TabOrder = 4
    end
    object begtime: TDateTimePicker
      Left = 286
      Top = 46
      Width = 56
      Height = 20
      CalAlignment = dtaLeft
      Date = 37039.6017131944
      Time = 37039.6017131944
      DateFormat = dfShort
      DateMode = dmComboBox
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      Kind = dtkTime
      ParseInput = False
      ParentFont = False
      TabOrder = 5
    end
    object enddate: TDateTimePicker
      Left = 369
      Top = 47
      Width = 109
      Height = 20
      CalAlignment = dtaLeft
      Date = 37039.6012255787
      Time = 37039.6012255787
      DateFormat = dfLong
      DateMode = dmComboBox
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      Kind = dtkDate
      ParseInput = False
      ParentFont = False
      TabOrder = 6
    end
    object endtime: TDateTimePicker
      Left = 476
      Top = 47
      Width = 56
      Height = 20
      CalAlignment = dtaLeft
      Date = 37039.6017131944
      Time = 37039.6017131944
      DateFormat = dfShort
      DateMode = dmComboBox
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      Kind = dtkTime
      ParseInput = False
      ParentFont = False
      TabOrder = 7
    end
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 73
    Width = 618
    Height = 242
    Align = alLeft
    DataSource = DataSource1
    TabOrder = 1
    TitleFont.Charset = GB2312_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -12
    TitleFont.Name = '宋体'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'code'
        Title.Alignment = taCenter
        Title.Caption = '站  点  名'
        Width = 143
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'yjje'
        Title.Alignment = taCenter
        Title.Caption = '已  结  金  额'
        Width = 121
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'mdje'
        Title.Alignment = taCenter
        Title.Caption = '免 单 (已 结 单)'
        Width = 128
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'bbxs'
        Title.Alignment = taCenter
        Title.Caption = '本 班 销 售 额'
        Width = 123
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'jbr'
        Title.Alignment = taCenter
        Title.Caption = '交 班 人'
        Visible = True
      end>
  end
  object Panel13: TPanel
    Left = 618
    Top = 73
    Width = 175
    Height = 242
    Align = alClient
    BevelOuter = bvNone
    TabOrder = 2
    object Label81: TLabel
      Left = 5
      Top = 32
      Width = 36
      Height = 12
      Caption = '现金:'
    end
    object Label82: TLabel
      Left = 148
      Top = 31
      Width = 12
      Height = 12
      Caption = '元'
    end
    object Label83: TLabel
      Left = 5
      Top = 49
      Width = 36
      Height = 12
      Caption = '支票:'
    end
    object Label84: TLabel
      Left = 92
      Top = 48
      Width = 12
      Height = 12
      Caption = '元'
    end
    object Label85: TLabel
      Left = 3
      Top = 66
      Width = 48
      Height = 12
      Caption = '信用卡:'
    end
    object Label86: TLabel
      Left = 150
      Top = 48
      Width = 12
      Height = 12
      Caption = '张'
    end
    object Label87: TLabel
      Left = 6
      Top = 84
      Width = 48
      Height = 12
      Caption = '未结帐:'
    end
    object Label88: TLabel
      Left = 92
      Top = 62
      Width = 12
      Height = 12
      Caption = '元'
    end
    object Label89: TLabel
      Left = 5
      Top = 101
      Width = 36
      Height = 12
      Caption = '记帐:'
    end
    object Label90: TLabel
      Left = 149
      Top = 83
      Width = 12
      Height = 12
      Caption = '元'
    end
    object Label91: TLabel
      Left = 5
      Top = 133
      Width = 36
      Height = 12
      Caption = '合计:'
    end
    object Label92: TLabel
      Left = 149
      Top = 100
      Width = 12
      Height = 12
      Caption = '元'
    end
    object Label93: TLabel
      Left = 5
      Top = 150
      Width = 60
      Height = 12
      Caption = '票据总数:'
    end
    object Label94: TLabel
      Left = 148
      Top = 133
      Width = 12
      Height = 12
      Caption = '元'
    end
    object Label95: TLabel
      Left = 149
      Top = 66
      Width = 12
      Height = 12
      Caption = '张'
    end
    object Label96: TLabel
      Left = 148
      Top = 150
      Width = 12
      Height = 12
      Caption = '张'
    end
    object Label97: TLabel
      Left = 5
      Top = 167
      Width = 60
      Height = 12
      Caption = '押金移交:'
    end
    object Label98: TLabel
      Left = 5
      Top = 185
      Width = 48
      Height = 12
      Caption = '登记单:'
    end
    object Label99: TLabel
      Left = 5
      Top = 202
      Width = 60
      Height = 12
      Caption = '房卡移交:'
    end
    object Label100: TLabel
      Left = 5
      Top = 219
      Width = 60
      Height = 12
      Caption = '散座手号:'
    end
    object Label101: TLabel
      Left = 148
      Top = 184
      Width = 12
      Height = 12
      Caption = '张'
    end
    object Label102: TLabel
      Left = 148
      Top = 202
      Width = 12
      Height = 12
      Caption = '套'
    end
    object Label103: TLabel
      Left = 148
      Top = 219
      Width = 12
      Height = 12
      Caption = '个'
    end
    object Label104: TLabel
      Left = 148
      Top = 167
      Width = 12
      Height = 12
      Caption = '元'
    end
    object Bevel2: TBevel
      Left = 0
      Top = 0
      Width = 175
      Height = 28
      Align = alTop
    end
    object Label107: TLabel
      Left = 60
      Top = 8
      Width = 61
      Height = 14
      Caption = '交款明细'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = '宋体'
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Label4: TLabel
      Left = 6
      Top = 117
      Width = 36
      Height = 12
      Caption = '免收:'
    end
    object Label79: TLabel
      Left = 149
      Top = 117
      Width = 12
      Height = 12
      Caption = '元'
    end
    object xj: TEdit
      Left = 65
      Top = 29
      Width = 67
      Height = 15
      AutoSize = False
      TabOrder = 0
      OnKeyPress = nbKeyPress
    end
    object zp: TEdit
      Left = 49
      Top = 46
      Width = 39
      Height = 15
      AutoSize = False
      TabOrder = 1
      OnKeyPress = nbKeyPress
    end
    object xyk: TEdit
      Left = 49
      Top = 62
      Width = 39
      Height = 15
      AutoSize = False
      TabOrder = 2
      OnKeyPress = nbKeyPress
    end
    object jz: TEdit
      Left = 65
      Top = 80
      Width = 64
      Height = 16
      AutoSize = False
      TabOrder = 3
      OnKeyPress = nbKeyPress
    end
    object gz: TEdit
      Left = 65
      Top = 98
      Width = 64
      Height = 16
      AutoSize = False
      TabOrder = 4
      OnKeyPress = nbKeyPress
    end
    object hj: TEdit
      Left = 65
      Top = 131
      Width = 64
      Height = 16
      AutoSize = False
      TabOrder = 5
      OnKeyPress = nbKeyPress
    end
    object Edit55: TEdit
      Left = 108
      Top = 46
      Width = 39
      Height = 15
      AutoSize = False
      TabOrder = 6
      OnKeyPress = Edit2KeyPress
    end
    object Edit56: TEdit
      Left = 108
      Top = 62
      Width = 39
      Height = 15
      AutoSize = False
      TabOrder = 7
      OnKeyPress = Edit2KeyPress
    end
    object mshou: TEdit
      Left = 65
      Top = 115
      Width = 64
      Height = 16
      AutoSize = False
      TabOrder = 8
      OnKeyPress = nbKeyPress
    end
    object Edit50: TEdit
      Left = 65
      Top = 149
      Width = 64
      Height = 16
      AutoSize = False
      TabOrder = 9
      OnKeyPress = Edit2KeyPress
    end
    object Edit51: TEdit
      Left = 65
      Top = 167
      Width = 64
      Height = 16
      AutoSize = False
      TabOrder = 10
      OnKeyPress = Edit2KeyPress
    end
    object Edit52: TEdit
      Left = 65
      Top = 185
      Width = 64
      Height = 16
      AutoSize = False
      TabOrder = 11
      OnKeyPress = Edit2KeyPress
    end
    object Edit53: TEdit
      Left = 65
      Top = 202
      Width = 64
      Height = 16
      AutoSize = False
      TabOrder = 12
      OnKeyPress = Edit2KeyPress
    end
    object Edit54: TEdit
      Left = 65
      Top = 220
      Width = 64
      Height = 16
      AutoSize = False
      TabOrder = 13
      OnExit = Edit54Exit
      OnKeyPress = Edit2KeyPress
    end
  end
  object Panel3: TPanel
    Left = 0
    Top = 315
    Width = 793
    Height = 186
    Align = alBottom
    BevelOuter = bvNone
    TabOrder = 3
    object Bevel3: TBevel
      Left = 0
      Top = 0
      Width = 155
      Height = 132
      Align = alLeft
    end
    object Bevel4: TBevel
      Left = 155
      Top = 0
      Width = 154
      Height = 132
      Align = alLeft
    end
    object Bevel5: TBevel
      Left = 309
      Top = 0
      Width = 154
      Height = 132
      Align = alLeft
    end
    object Bevel6: TBevel
      Left = 463
      Top = 0
      Width = 154
      Height = 132
      Align = alLeft
    end
    object Bevel7: TBevel
      Left = 617
      Top = 0
      Width = 176
      Height = 132
      Align = alClient

⌨️ 快捷键说明

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