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

📄 fangjian.~dfm

📁 Raize控件包的安装路径为D:Program Files(一定要安装到正确位置,否则代码不能运行),配置好C++bulider的数据库环境. 本代码为课程设计的报告,有相当多不完善地方,适合初学C
💻 ~DFM
字号:
object Form21: TForm21
  Left = 279
  Top = 200
  Width = 696
  Height = 480
  Caption = '                                     '#25151#38388#20449#24687
  Color = clSkyBlue
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Edit1: TEdit
    Left = 296
    Top = 16
    Width = 121
    Height = 21
    TabOrder = 0
    Text = #35831#36755#20837#23545#24212#20449#24687
  end
  object DBNavigator1: TDBNavigator
    Left = 216
    Top = 392
    Width = 240
    Height = 25
    TabOrder = 1
  end
  object DBGrid1: TDBGrid
    Left = 64
    Top = 48
    Width = 545
    Height = 313
    DataSource = DataSource1
    ReadOnly = True
    TabOrder = 2
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object ComboBox1: TComboBox
    Left = 128
    Top = 16
    Width = 137
    Height = 21
    ItemHeight = 13
    TabOrder = 3
    Text = #35831#36873#25321#26597#35810#26041#24335
    Items.Strings = (
      #22995#21517#26597#35810
      #25151#21495#26597#35810
      #25151#38388#31867#22411#26597#35810)
  end
  object Button4: TButton
    Left = 480
    Top = 392
    Width = 75
    Height = 25
    Caption = #23436#25104#20462#25913
    TabOrder = 4
    OnClick = Button4Click
  end
  object Button2: TButton
    Left = 552
    Top = 16
    Width = 75
    Height = 21
    Caption = #26174#31034#20840#37096
    TabOrder = 5
    OnClick = Button2Click
  end
  object Button1: TButton
    Left = 448
    Top = 16
    Width = 75
    Height = 21
    Caption = #24320#22987#26597#35810
    TabOrder = 6
    OnClick = Button1Click
  end
  object Button3: TButton
    Left = 120
    Top = 392
    Width = 75
    Height = 25
    Caption = #20462#25913#25968#25454
    TabOrder = 7
    OnClick = Button3Click
  end
  object ADOTable1: TADOTable
    ConnectionString = 
      'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
      'fo=False;Initial Catalog=hotelmanagement1;Data Source=FOROWARD09' +
      '\FORWARD09'
    CursorType = ctStatic
    TableName = 'Room'
    Left = 80
    Top = 8
    object ADOTable1RoomNo: TStringField
      Alignment = taCenter
      DisplayLabel = #25151#38388#21495
      DisplayWidth = 10
      FieldName = 'RoomNo'
      FixedChar = True
      Size = 10
    end
    object ADOTable1RoomType: TStringField
      Alignment = taCenter
      DisplayLabel = #25151#38388#31867#22411
      DisplayWidth = 12
      FieldName = 'RoomType'
      FixedChar = True
      Size = 10
    end
    object ADOTable1RoomState: TStringField
      Alignment = taCenter
      DisplayLabel = #25151#38388#29366#24577
      DisplayWidth = 12
      FieldName = 'RoomState'
      FixedChar = True
      Size = 10
    end
    object ADOTable1RoomPrice: TBCDField
      Alignment = taCenter
      DisplayLabel = #25151#38388#20215#26684
      DisplayWidth = 10
      FieldName = 'RoomPrice'
      Precision = 19
    end
    object ADOTable1CustomerId: TStringField
      DisplayLabel = #23458#20154#32534#21495
      DisplayWidth = 12
      FieldName = 'CustomerId'
      FixedChar = True
      Size = 10
    end
    object ADOTable1CustomerName: TStringField
      Alignment = taCenter
      DisplayLabel = #23458#20154#22995#21517
      DisplayWidth = 12
      FieldName = 'CustomerName'
      FixedChar = True
      Size = 10
    end
    object ADOTable1Aircondition: TStringField
      Alignment = taCenter
      DisplayLabel = #31354#35843#30005#35270
      DisplayWidth = 12
      FieldName = 'Aircondition'
      FixedChar = True
      Size = 10
    end
    object ADOTable1Bath: TStringField
      Alignment = taCenter
      DisplayLabel = #28020#23460
      DisplayWidth = 12
      FieldName = 'Bath'
      FixedChar = True
      Size = 10
    end
  end
  object DataSource1: TDataSource
    DataSet = ADOTable1
    Left = 32
    Top = 8
  end
end

⌨️ 快捷键说明

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