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

📄 bkzlhf.dfm

📁 集成酒店桑拿食管管理的完整程序
💻 DFM
字号:
object bkzlhfForm: TbkzlhfForm
  Left = 289
  Top = 224
  Width = 294
  Height = 179
  BorderIcons = [biSystemMenu]
  Caption = '房价信息'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Bevel3: TBevel
    Left = 8
    Top = 7
    Width = 269
    Height = 142
  end
  object Label4: TLabel
    Left = 43
    Top = 24
    Width = 24
    Height = 12
    Caption = '房间'
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object Label5: TLabel
    Left = 189
    Top = 24
    Width = 24
    Height = 12
    Caption = '房价'
  end
  object Label1: TLabel
    Left = 121
    Top = 24
    Width = 24
    Height = 12
    Caption = '周转'
  end
  object Bevel1: TBevel
    Left = 8
    Top = 152
    Width = 270
    Height = 86
    Visible = False
  end
  object Button3: TButton
    Left = 85
    Top = 117
    Width = 66
    Height = 24
    Caption = '确定'
    TabOrder = 0
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 151
    Top = 117
    Width = 61
    Height = 24
    Caption = '取消'
    TabOrder = 1
    OnClick = Button4Click
  end
  object roomno: TEdit
    Left = 69
    Top = 20
    Width = 48
    Height = 20
    TabOrder = 2
    Text = 'roomno'
  end
  object rmmoney: TSpinEdit
    Left = 214
    Top = 20
    Width = 45
    Height = 21
    Enabled = False
    MaxValue = 10000
    MinValue = 0
    TabOrder = 3
    Value = 0
  end
  object SpinEdit1: TSpinEdit
    Left = 147
    Top = 21
    Width = 40
    Height = 21
    Enabled = False
    MaxLength = 1
    MaxValue = 24
    MinValue = 3
    TabOrder = 4
    Value = 12
  end
  object GroupBox2: TGroupBox
    Left = 40
    Top = 43
    Width = 227
    Height = 33
    Caption = '用房类型'
    TabOrder = 5
    object bzf: TRadioButton
      Left = 10
      Top = 12
      Width = 56
      Height = 17
      Caption = '标准房'
      Checked = True
      TabOrder = 0
      TabStop = True
      OnClick = zdClick
    end
    object zd: TRadioButton
      Left = 88
      Top = 12
      Width = 54
      Height = 17
      Caption = '钟点房'
      TabOrder = 1
      OnClick = zdClick
    end
    object swf: TRadioButton
      Left = 162
      Top = 12
      Width = 56
      Height = 17
      Caption = '商务房'
      TabOrder = 2
      OnClick = zdClick
    end
  end
  object GroupBox3: TGroupBox
    Left = 39
    Top = 76
    Width = 229
    Height = 33
    Caption = '房价'
    TabOrder = 6
    object hyj: TRadioButton
      Left = 62
      Top = 12
      Width = 54
      Height = 17
      Caption = '会员价'
      Enabled = False
      TabOrder = 0
      OnClick = zdClick
    end
    object gbj: TRadioButton
      Left = 114
      Top = 12
      Width = 56
      Height = 17
      Caption = '贵宾价'
      TabOrder = 1
      OnClick = zdClick
    end
    object th: TRadioButton
      Left = 169
      Top = 12
      Width = 56
      Height = 17
      Caption = '特惠价'
      TabOrder = 2
      OnClick = zdClick
    end
    object bzj: TRadioButton
      Left = 4
      Top = 14
      Width = 57
      Height = 13
      Caption = '标准价'
      Checked = True
      TabOrder = 3
      TabStop = True
      OnClick = zdClick
    end
  end
  object CheckBox1: TCheckBox
    Left = 13
    Top = 126
    Width = 45
    Height = 17
    Caption = '详细'
    TabOrder = 7
    Visible = False
    OnClick = CheckBox1Click
  end
  object Panel1: TPanel
    Left = 15
    Top = 153
    Width = 262
    Height = 81
    BevelOuter = bvNone
    TabOrder = 8
    Visible = False
    object Label7: TLabel
      Left = 4
      Top = 7
      Width = 24
      Height = 12
      Caption = '姓名'
    end
    object Label9: TLabel
      Left = 102
      Top = 34
      Width = 24
      Height = 12
      Caption = '号码'
    end
    object Label10: TLabel
      Left = 5
      Top = 59
      Width = 24
      Height = 12
      Caption = '单位'
    end
    object Label11: TLabel
      Left = 186
      Top = 7
      Width = 24
      Height = 12
      Caption = '年龄'
    end
    object Label13: TLabel
      Left = 5
      Top = 34
      Width = 24
      Height = 12
      Caption = '证件'
    end
    object Label6: TLabel
      Left = 188
      Top = 59
      Width = 24
      Height = 12
      Caption = '人数'
    end
    object name: TEdit
      Left = 31
      Top = 3
      Width = 51
      Height = 20
      Hint = '按F1键可显示宾客历史数据'
      MaxLength = 8
      ParentShowHint = False
      ShowHint = True
      TabOrder = 0
    end
    object id: TMaskEdit
      Left = 131
      Top = 30
      Width = 124
      Height = 20
      TabOrder = 1
    end
    object GroupBox1: TGroupBox
      Left = 84
      Top = 0
      Width = 98
      Height = 26
      TabOrder = 2
      object man: TRadioButton
        Left = 2
        Top = 7
        Width = 30
        Height = 17
        Caption = '男'
        Checked = True
        TabOrder = 0
        TabStop = True
      end
      object woman: TRadioButton
        Left = 32
        Top = 7
        Width = 32
        Height = 17
        Caption = '女'
        TabOrder = 1
      end
      object liang: TRadioButton
        Left = 64
        Top = 7
        Width = 32
        Height = 17
        Caption = '俩'
        TabOrder = 2
      end
    end
    object zj: TComboBox
      Left = 31
      Top = 30
      Width = 65
      Height = 20
      Style = csDropDownList
      ItemHeight = 12
      TabOrder = 3
    end
    object age: TSpinEdit
      Left = 212
      Top = 3
      Width = 44
      Height = 21
      MaxValue = 999
      MinValue = 0
      TabOrder = 4
      Value = 25
    end
    object workdw: TMaskEdit
      Left = 30
      Top = 55
      Width = 155
      Height = 20
      TabOrder = 5
    end
    object rs: TSpinEdit
      Left = 216
      Top = 55
      Width = 36
      Height = 21
      MaxValue = 999
      MinValue = 0
      TabOrder = 6
      Value = 2
    end
  end
  object Query1: TQuery
    DatabaseName = 'sanadm'
  end
end

⌨️ 快捷键说明

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