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

📄 unit18.dfm

📁 一个用DELPHI编的酒店管理系统。 其中数据库:SQL Server2000, 只需恢复 My database文件夹中 My database_Data.MDF和 My database_Log.
💻 DFM
字号:
object Form18: TForm18
  Left = 218
  Top = 95
  Width = 620
  Height = 579
  Caption = #30331#35760
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 20
  object GroupBox1: TGroupBox
    Left = 16
    Top = 8
    Width = 577
    Height = 313
    Caption = #22635#20889#30331#35760#20449#24687
    TabOrder = 0
    object Label1: TLabel
      Left = 32
      Top = 40
      Width = 89
      Height = 20
      AutoSize = False
      Caption = #23458#25143#32534#21495#65306
    end
    object Label2: TLabel
      Left = 208
      Top = 40
      Width = 89
      Height = 20
      AutoSize = False
      Caption = #23458#25143#22995#21517#65306
    end
    object Label3: TLabel
      Left = 32
      Top = 80
      Width = 89
      Height = 20
      AutoSize = False
      Caption = #35777#20214#21517#31216#65306
    end
    object Label4: TLabel
      Left = 208
      Top = 80
      Width = 89
      Height = 20
      AutoSize = False
      Caption = #35777#20214#21495#30721#65306
    end
    object Label5: TLabel
      Left = 32
      Top = 160
      Width = 89
      Height = 20
      AutoSize = False
      Caption = #25240#25187#65306
    end
    object Label7: TLabel
      Left = 32
      Top = 120
      Width = 89
      Height = 20
      AutoSize = False
      Caption = #32852#31995#30005#35805#65306
    end
    object Label8: TLabel
      Left = 208
      Top = 120
      Width = 89
      Height = 20
      AutoSize = False
      Caption = #36890#20449#22320#22336#65306
    end
    object Label9: TLabel
      Left = 232
      Top = 160
      Width = 48
      Height = 20
      AutoSize = False
      Caption = #22269#31821#65306
    end
    object Label11: TLabel
      Left = 416
      Top = 40
      Width = 48
      Height = 20
      AutoSize = False
      Caption = #24615#21035#65306
    end
    object Label12: TLabel
      Left = 440
      Top = 248
      Width = 129
      Height = 13
      AutoSize = False
      Caption = #65288#24102'*'#21495#20026#24517#22635#20869#23481#65289
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label13: TLabel
      Left = 392
      Top = 40
      Width = 6
      Height = 20
      Caption = '*'
    end
    object Label14: TLabel
      Left = 528
      Top = 40
      Width = 6
      Height = 20
      Caption = '*'
    end
    object Label15: TLabel
      Left = 200
      Top = 80
      Width = 6
      Height = 20
      Caption = '*'
    end
    object Label16: TLabel
      Left = 528
      Top = 80
      Width = 6
      Height = 20
      Caption = '*'
    end
    object Label18: TLabel
      Left = 224
      Top = 240
      Width = 6
      Height = 20
      Caption = '*'
    end
    object Label19: TLabel
      Left = 216
      Top = 168
      Width = 6
      Height = 20
      Caption = '*'
    end
    object Label20: TLabel
      Left = 528
      Top = 200
      Width = 6
      Height = 20
      Caption = '*'
    end
    object Label6: TLabel
      Left = 384
      Top = 160
      Width = 48
      Height = 20
      AutoSize = False
      Caption = #31867#21035#65306
    end
    object Label10: TLabel
      Left = 32
      Top = 200
      Width = 89
      Height = 20
      AutoSize = False
      Caption = #20184#27454#26041#24335#65306
    end
    object Label17: TLabel
      Left = 216
      Top = 200
      Width = 80
      Height = 20
      AutoSize = False
      Caption = #39044#20184#25276#37329#65306
    end
    object Label21: TLabel
      Left = 32
      Top = 240
      Width = 89
      Height = 20
      AutoSize = False
      Caption = #20837#20303#26085#26399#65306
    end
    object Label22: TLabel
      Left = 400
      Top = 200
      Width = 48
      Height = 20
      AutoSize = False
      Caption = #25151#21495#65306
    end
    object customerid: TEdit
      Left = 120
      Top = 32
      Width = 81
      Height = 28
      AutoSize = False
      TabOrder = 0
    end
    object customername: TEdit
      Left = 296
      Top = 32
      Width = 97
      Height = 28
      AutoSize = False
      TabOrder = 1
    end
    object idname: TComboBox
      Left = 120
      Top = 72
      Width = 81
      Height = 28
      ItemHeight = 20
      TabOrder = 2
      Items.Strings = (
        ''
        #36523#20221#35777
        #20891#23448#35777
        #25252'  '#29031
        '')
    end
    object idcard: TEdit
      Left = 296
      Top = 72
      Width = 233
      Height = 28
      AutoSize = False
      TabOrder = 3
    end
    object account: TComboBox
      Left = 120
      Top = 152
      Width = 89
      Height = 28
      ItemHeight = 20
      TabOrder = 4
      Items.Strings = (
        ''
        'free'
        '20%'
        '40%'
        '60%'
        '80%'
        #20840#20215)
    end
    object tel: TEdit
      Left = 120
      Top = 112
      Width = 81
      Height = 28
      AutoSize = False
      TabOrder = 5
    end
    object address: TEdit
      Left = 296
      Top = 112
      Width = 233
      Height = 28
      AutoSize = False
      TabOrder = 6
    end
    object nation: TComboBox
      Left = 288
      Top = 152
      Width = 81
      Height = 28
      ItemHeight = 20
      TabOrder = 7
      Items.Strings = (
        ''
        #20013#22269
        #32654#22269
        #27861#22269
        #33521#22269
        #24503#22269
        #38889#22269
        #24052#35199
        #21360#24230
        #20420#32599#26031
        #26032#21152#22369
        #24847#22823#21033
        #35199#29677#29273
        #21152#25343#22823
        #28595#22823#21033#20122)
    end
    object gender: TComboBox
      Left = 464
      Top = 32
      Width = 65
      Height = 28
      ItemHeight = 20
      TabOrder = 8
      Items.Strings = (
        ''
        #30007
        #22899)
    end
    object insert: TButton
      Left = 312
      Top = 232
      Width = 65
      Height = 25
      Caption = #24405#20837
      TabOrder = 9
      OnClick = insertClick
    end
    object refresh: TButton
      Left = 376
      Top = 232
      Width = 65
      Height = 25
      Caption = #21047#26032
      TabOrder = 10
      OnClick = refreshClick
    end
    object kind: TComboBox
      Left = 432
      Top = 152
      Width = 97
      Height = 28
      ItemHeight = 20
      TabOrder = 11
      Items.Strings = (
        ''
        #22242#20307
        #25955#23458)
    end
    object moneykind: TComboBox
      Left = 120
      Top = 192
      Width = 89
      Height = 28
      ItemHeight = 20
      TabOrder = 12
      Items.Strings = (
        ''
        #29616#37329
        #25903#31080
        #20449#29992#21345
        #31614#21333
        'Free')
    end
    object money: TEdit
      Left = 304
      Top = 192
      Width = 89
      Height = 28
      AutoSize = False
      TabOrder = 13
    end
    object indate: TDateTimePicker
      Left = 120
      Top = 232
      Width = 105
      Height = 28
      CalAlignment = dtaLeft
      Date = 38153.9693183912
      Time = 38153.9693183912
      DateFormat = dfShort
      DateMode = dmComboBox
      Kind = dtkDate
      ParseInput = False
      TabOrder = 14
    end
    object GroupBox2: TGroupBox
      Left = 24
      Top = 264
      Width = 217
      Height = 41
      Caption = #25490#24207#26041#27861
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 15
      object asc: TRadioButton
        Left = 40
        Top = 16
        Width = 65
        Height = 17
        Caption = #21319#24207
        TabOrder = 0
        OnClick = ascClick
      end
      object desc: TRadioButton
        Left = 128
        Top = 16
        Width = 49
        Height = 17
        Caption = #38477#24207
        TabOrder = 1
        OnClick = descClick
      end
    end
    object GroupBox3: TGroupBox
      Left = 248
      Top = 264
      Width = 321
      Height = 41
      Caption = #25490#24207#20869#23481
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 16
      object id: TRadioButton
        Left = 32
        Top = 16
        Width = 49
        Height = 17
        Caption = #25151#21495
        TabOrder = 0
        OnClick = idClick
      end
      object price: TRadioButton
        Left = 136
        Top = 16
        Width = 57
        Height = 17
        Caption = #25151#20215
        TabOrder = 1
        OnClick = priceClick
      end
      object floor: TRadioButton
        Left = 248
        Top = 16
        Width = 57
        Height = 17
        Caption = #27004#23618
        TabOrder = 2
        OnClick = floorClick
      end
    end
    object Button1: TButton
      Left = 248
      Top = 232
      Width = 65
      Height = 25
      Caption = #39564#35777
      TabOrder = 17
      OnClick = Button1Click
    end
    object roomid: TEdit
      Left = 456
      Top = 192
      Width = 73
      Height = 28
      TabOrder = 18
    end
  end
  object DBGrid1: TDBGrid
    Left = 16
    Top = 328
    Width = 577
    Height = 201
    DataSource = DataSource1
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -16
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object customer: TTable
    Active = True
    DatabaseName = 'my database'
    TableName = 'dbo.customer'
    Left = 248
    Top = 312
  end
  object checkin: TTable
    DatabaseName = 'my database'
    TableName = 'dbo.checkin'
    Left = 296
    Top = 312
  end
  object room: TTable
    Active = True
    DatabaseName = 'my database'
    TableName = 'dbo.room'
    Left = 368
    Top = 312
  end
  object DataSource1: TDataSource
    DataSet = Query2
    Left = 152
    Top = 312
  end
  object Query2: TQuery
    Active = True
    DatabaseName = 'my database'
    SQL.Strings = (
      'select * from room where '#25151#38388#29366#24577'=0')
    Left = 424
    Top = 312
  end
end

⌨️ 快捷键说明

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