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

📄 roominput.~dfm

📁 完成酒店管理系统
💻 ~DFM
字号:
object RoomInputFrm: TRoomInputFrm
  Left = 95
  Top = 116
  Width = 676
  Height = 418
  Caption = #36755#20837#23458#25151#20449#24687
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 16
    Top = 0
    Width = 593
    Height = 185
    Caption = #23458#25151#36164#26009#36755#20837
    TabOrder = 0
    object label1: TLabel
      Left = 8
      Top = 24
      Width = 63
      Height = 13
      Caption = #26174#31034#26085#26399':    '
    end
    object Label3: TLabel
      Left = 168
      Top = 24
      Width = 63
      Height = 13
      Caption = #24212#25910#37329#39069':    '
    end
    object Label4: TLabel
      Left = 336
      Top = 24
      Width = 60
      Height = 13
      Caption = #23454#25910#37329#39069':   '
    end
    object Label5: TLabel
      Left = 8
      Top = 64
      Width = 57
      Height = 13
      Caption = #25552#25104#37329#39069':  '
    end
    object Label6: TLabel
      Left = 168
      Top = 64
      Width = 63
      Height = 13
      Caption = #25104#26412#37329#39069':    '
    end
    object Label7: TLabel
      Left = 336
      Top = 64
      Width = 63
      Height = 13
      Caption = #31246#25910#37329#39069':    '
    end
    object Label8: TLabel
      Left = 8
      Top = 112
      Width = 42
      Height = 13
      Caption = #27611'  '#21033':   '
    end
    object Label9: TLabel
      Left = 168
      Top = 112
      Width = 63
      Height = 13
      Caption = #20184#27454#26041#24335':    '
    end
    object Button1: TButton
      Left = 288
      Top = 144
      Width = 75
      Height = 25
      Caption = #24405#20837
      Default = True
      TabOrder = 4
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 392
      Top = 144
      Width = 75
      Height = 25
      Caption = #28165#23631
      TabOrder = 7
      OnClick = Button2Click
    end
    object Button3: TButton
      Left = 496
      Top = 144
      Width = 75
      Height = 25
      Caption = #36820#22238
      TabOrder = 8
      OnClick = Button3Click
    end
    object ComboBox1: TComboBox
      Left = 240
      Top = 104
      Width = 80
      Height = 21
      ItemHeight = 13
      TabOrder = 6
      Text = #29616#37329
      Items.Strings = (
        #20449#29992#21345
        #29616#37329)
    end
    object Edit2: TEdit
      Left = 232
      Top = 24
      Width = 80
      Height = 21
      Color = clInactiveBorder
      Enabled = False
      TabOrder = 1
    end
    object Edit3: TEdit
      Left = 416
      Top = 24
      Width = 80
      Height = 21
      Color = clScrollBar
      Enabled = False
      TabOrder = 5
    end
    object Edit4: TEdit
      Left = 72
      Top = 64
      Width = 80
      Height = 21
      TabOrder = 2
    end
    object Edit5: TEdit
      Left = 232
      Top = 64
      Width = 80
      Height = 21
      TabOrder = 3
    end
    object Edit6: TEdit
      Left = 416
      Top = 64
      Width = 80
      Height = 21
      Color = clInactiveBorder
      ReadOnly = True
      TabOrder = 9
    end
    object Edit7: TEdit
      Left = 72
      Top = 104
      Width = 80
      Height = 21
      Color = clScrollBar
      ReadOnly = True
      TabOrder = 10
    end
    object DateTimePicker1: TDateTimePicker
      Left = 72
      Top = 24
      Width = 89
      Height = 21
      Date = 38501.442033009260000000
      Time = 38501.442033009260000000
      TabOrder = 0
    end
  end
  object DBGrid1: TDBGrid
    Left = 16
    Top = 192
    Width = 593
    Height = 120
    DataSource = DataSource1
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object GroupBox2: TGroupBox
    Left = 24
    Top = 328
    Width = 585
    Height = 41
    Caption = #25490#24207#26041#24335
    TabOrder = 2
    object RadioButton1: TRadioButton
      Left = 8
      Top = 16
      Width = 89
      Height = 17
      Caption = #24212#25910#37329#39069
      TabOrder = 0
      OnClick = RadioButton1Click
    end
    object RadioButton2: TRadioButton
      Left = 96
      Top = 16
      Width = 97
      Height = 17
      Caption = #23454#25910#37329#39069
      Checked = True
      TabOrder = 1
      TabStop = True
      OnClick = RadioButton2Click
    end
    object RadioButton3: TRadioButton
      Left = 200
      Top = 16
      Width = 81
      Height = 17
      Caption = #31246#25910#37329#39069
      TabOrder = 2
      OnClick = RadioButton3Click
    end
    object RadioButton4: TRadioButton
      Left = 296
      Top = 16
      Width = 89
      Height = 17
      Caption = #25552#25104#37329#39069
      TabOrder = 3
      OnClick = RadioButton4Click
    end
    object RadioButton5: TRadioButton
      Left = 400
      Top = 16
      Width = 81
      Height = 17
      Caption = #25104#26412#37329#39069
      TabOrder = 4
      OnClick = RadioButton5Click
    end
    object RadioButton6: TRadioButton
      Left = 496
      Top = 16
      Width = 65
      Height = 17
      Caption = #27611#21033
      TabOrder = 5
      OnClick = RadioButton6Click
    end
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 632
    Top = 56
  end
  object ADOQuery1: TADOQuery
    Active = True
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=Manage.mdb;Persist ' +
      'Security Info=False'
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'Select * From RoomInput')
    Left = 632
    Top = 24
  end
  object ADOQuery2: TADOQuery
    Active = True
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=Manage.mdb;Persist ' +
      'Security Info=False'
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'Select * From RoomCost')
    Left = 632
    Top = 104
  end
end

⌨️ 快捷键说明

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