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

📄 roomcontrol.~dfm

📁 Raize控件包的安装路径为D:Program Files(一定要安装到正确位置,否则代码不能运行),配置好C++bulider的数据库环境. 本代码为课程设计的报告,有相当多不完善地方,适合初学C
💻 ~DFM
字号:
object Form26: TForm26
  Left = 408
  Top = 109
  Width = 696
  Height = 480
  Caption = '                                  '#23458#25151#31649#29702
  Color = clSkyBlue
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 416
    Top = 32
    Width = 36
    Height = 12
    Caption = #25151#38388#21495
  end
  object Label2: TLabel
    Left = 416
    Top = 80
    Width = 48
    Height = 12
    Caption = #25151#38388#31867#22411
  end
  object Label3: TLabel
    Left = 416
    Top = 136
    Width = 48
    Height = 12
    Caption = #25151#38388#21333#20215
  end
  object Label4: TLabel
    Left = 416
    Top = 288
    Width = 48
    Height = 12
    Caption = #31354#35843#30005#35270
  end
  object Label5: TLabel
    Left = 416
    Top = 200
    Width = 48
    Height = 12
    Caption = #25151#38388#29366#24577
  end
  object Label6: TLabel
    Left = 416
    Top = 352
    Width = 24
    Height = 12
    Caption = #28020#23460
  end
  object Label7: TLabel
    Left = 544
    Top = 136
    Width = 12
    Height = 12
    Caption = #20803
  end
  object DBGrid1: TDBGrid
    Left = 24
    Top = 24
    Width = 345
    Height = 345
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = ANSI_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -12
    TitleFont.Name = #23435#20307
    TitleFont.Style = []
  end
  object Edit1: TEdit
    Left = 480
    Top = 24
    Width = 65
    Height = 20
    TabOrder = 1
    Text = 'Edit1'
  end
  object Edit2: TEdit
    Left = 480
    Top = 72
    Width = 97
    Height = 20
    TabOrder = 2
    Text = 'Edit2'
  end
  object Edit3: TEdit
    Left = 480
    Top = 128
    Width = 57
    Height = 20
    TabOrder = 3
    Text = 'Edit3'
  end
  object RadioGroup1: TRadioGroup
    Left = 472
    Top = 168
    Width = 153
    Height = 81
    Columns = 2
    Items.Strings = (
      #31354#38386
      #20837#20303
      #39044#23450
      #32500#20462)
    TabOrder = 4
  end
  object RadioGroup2: TRadioGroup
    Left = 472
    Top = 264
    Width = 153
    Height = 57
    Columns = 2
    Items.Strings = (
      #26377
      #26080)
    TabOrder = 5
  end
  object RadioGroup3: TRadioGroup
    Left = 472
    Top = 336
    Width = 153
    Height = 57
    Columns = 2
    Items.Strings = (
      #26377
      #26080)
    TabOrder = 6
  end
  object Button1: TButton
    Left = 184
    Top = 400
    Width = 75
    Height = 25
    Caption = #28155#21152#23458#25151
    TabOrder = 7
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 304
    Top = 400
    Width = 75
    Height = 25
    Caption = #21024#38500#23458#25151
    TabOrder = 8
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 432
    Top = 400
    Width = 75
    Height = 25
    Caption = #20851#38381
    TabOrder = 9
    OnClick = Button3Click
  end
  object Query1: TQuery
    Active = True
    AutoRefresh = True
    DatabaseName = 'hotelmanagement1'
    RequestLive = True
    SQL.Strings = (
      'Select * From room')
    Left = 104
    Top = 384
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 56
    Top = 384
  end
end

⌨️ 快捷键说明

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