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

📄 hkcx.dfm

📁 集成酒店桑拿食管管理的完整程序
💻 DFM
字号:
object hkcxForm: ThkcxForm
  Left = 115
  Top = 143
  Width = 703
  Height = 439
  BorderIcons = [biSystemMenu]
  Caption = '结帐留房/会客查询'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  OnShow = TabControl1Change
  PixelsPerInch = 96
  TextHeight = 12
  object Splitter1: TSplitter
    Left = 332
    Top = 25
    Width = 3
    Height = 387
    Cursor = crHSplit
  end
  object TabControl1: TTabControl
    Left = 0
    Top = 0
    Width = 695
    Height = 25
    Align = alTop
    Style = tsButtons
    TabOrder = 0
    Tabs.Strings = (
      '已超时'
      '未超时'
      '全部'
      '退出 ')
    TabIndex = 0
    TabWidth = 150
    OnChange = TabControl1Change
  end
  object GroupBox1: TGroupBox
    Left = 0
    Top = 25
    Width = 332
    Height = 387
    Align = alLeft
    Caption = '结帐留房情况'
    TabOrder = 1
    object DBGrid1: TDBGrid
      Left = 2
      Top = 14
      Width = 328
      Height = 371
      Align = alClient
      DataSource = DataSource1
      ImeName = '中文 (简体) - 智能 ABC'
      PopupMenu = PopupMenu1
      TabOrder = 0
      TitleFont.Charset = GB2312_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -12
      TitleFont.Name = '宋体'
      TitleFont.Style = []
      Columns = <
        item
          Alignment = taCenter
          Expanded = False
          FieldName = 'handno'
          Title.Alignment = taCenter
          Title.Caption = '手号'
          Width = 39
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'num'
          Title.Alignment = taCenter
          Title.Caption = '人数'
          Width = 32
          Visible = True
        end
        item
          Alignment = taCenter
          Expanded = False
          FieldName = 'sexname'
          Title.Alignment = taCenter
          Title.Caption = '类别'
          Width = 39
          Visible = True
        end
        item
          Alignment = taCenter
          Expanded = False
          FieldName = 'istime'
          Title.Alignment = taCenter
          Title.Caption = '钟点'
          Width = 46
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'acctime'
          Title.Alignment = taCenter
          Title.Caption = '留房时间'
          Width = 132
          Visible = True
        end>
    end
  end
  object GroupBox2: TGroupBox
    Left = 335
    Top = 25
    Width = 360
    Height = 387
    Align = alClient
    Caption = '会客情况'
    TabOrder = 2
    object DBGrid2: TDBGrid
      Left = 2
      Top = 14
      Width = 356
      Height = 371
      Align = alClient
      DataSource = DataSource2
      ImeName = '中文 (简体) - 智能 ABC'
      PopupMenu = PopupMenu2
      TabOrder = 0
      TitleFont.Charset = GB2312_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -12
      TitleFont.Name = '宋体'
      TitleFont.Style = []
      Columns = <
        item
          Expanded = False
          FieldName = 'roomno'
          Title.Alignment = taCenter
          Title.Caption = '房号'
          Width = 37
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'begtime'
          Title.Alignment = taCenter
          Title.Caption = '开始时间'
          Width = 123
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'num'
          Title.Alignment = taCenter
          Title.Caption = '人数'
          Width = 37
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'endtime'
          Title.Alignment = taCenter
          Title.Caption = '结束时间'
          Width = 120
          Visible = True
        end>
    end
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 160
    Top = 161
  end
  object DataSource2: TDataSource
    DataSet = Query2
    Left = 485
    Top = 185
  end
  object Query1: TQuery
    DatabaseName = 'sanadm'
    SQL.Strings = (
      '')
    Left = 224
    Top = 161
  end
  object Query2: TQuery
    DatabaseName = 'sanadm'
    SQL.Strings = (
      '')
    Left = 429
    Top = 193
  end
  object PopupMenu1: TPopupMenu
    Left = 176
    Top = 105
    object N1: TMenuItem
      Caption = '留房结帐'
      OnClick = N1Click
    end
  end
  object PopupMenu2: TPopupMenu
    Left = 448
    Top = 129
    object MenuItem1: TMenuItem
      Caption = '会客撤消'
      OnClick = MenuItem1Click
    end
    object MenuItem2: TMenuItem
      Caption = '会客转登记'
      OnClick = MenuItem2Click
    end
  end
end

⌨️ 快捷键说明

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