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

📄 hkcscx.dfm

📁 集成酒店桑拿食管管理的完整程序
💻 DFM
字号:
object hkcscxForm: ThkcscxForm
  Left = 350
  Top = 5
  Width = 403
  Height = 207
  BorderIcons = [biSystemMenu]
  Caption = '会客超时查询'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object DBGrid1: TDBGrid
    Left = 0
    Top = 0
    Width = 395
    Height = 178
    Align = alClient
    Color = clBtnHighlight
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = GB2312_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -12
    TitleFont.Name = '宋体'
    TitleFont.Style = []
    OnKeyUp = DBGrid1KeyUp
    Columns = <
      item
        Expanded = False
        FieldName = 'roomno'
        Title.Alignment = taCenter
        Title.Caption = '房间号'
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'begtime'
        Title.Alignment = taCenter
        Title.Caption = '来客时间'
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'num'
        Title.Alignment = taCenter
        Title.Caption = '人数'
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'endtime'
        Title.Caption = '应离开时间'
        Visible = True
      end>
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 128
    Top = 88
  end
  object Query1: TQuery
    DatabaseName = 'sanadm'
    SQL.Strings = (
      ' select * from guest ')
    Left = 96
    Top = 88
  end
end

⌨️ 快捷键说明

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