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

📄 checkout.~dfm

📁 Raize控件包的安装路径为D:Program Files(一定要安装到正确位置,否则代码不能运行),配置好C++bulider的数据库环境. 本代码为课程设计的报告,有相当多不完善地方,适合初学C
💻 ~DFM
字号:
object Form10: TForm10
  Left = 253
  Top = 195
  Width = 759
  Height = 479
  Caption = '                                          '#23458#20154#36864#25151
  Color = clSkyBlue
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Panel1: TPanel
    Left = 8
    Top = 8
    Width = 737
    Height = 433
    Color = clSkyBlue
    TabOrder = 0
    object Lable1: TLabel
      Left = 16
      Top = 24
      Width = 84
      Height = 12
      Caption = #35831#36873#25321#36864#25151#23458#20154
    end
    object Label1: TLabel
      Left = 512
      Top = 56
      Width = 48
      Height = 12
      Caption = #23458#20154#32534#21495
    end
    object Label2: TLabel
      Left = 512
      Top = 104
      Width = 48
      Height = 12
      Caption = #23458#20154#22995#21517
    end
    object Label3: TLabel
      Left = 512
      Top = 152
      Width = 36
      Height = 12
      Caption = #25151#38388#21495
    end
    object Label4: TLabel
      Left = 512
      Top = 200
      Width = 48
      Height = 12
      Caption = #25151#38388#31867#22411
    end
    object Label5: TLabel
      Left = 32
      Top = 240
      Width = 48
      Height = 12
      Caption = #24050#20303#22825#25968
    end
    object Label6: TLabel
      Left = 32
      Top = 288
      Width = 48
      Height = 12
      Caption = #32047#35745#28040#36153
    end
    object Label7: TLabel
      Left = 128
      Top = 240
      Width = 12
      Height = 12
      Caption = #22825
    end
    object Label8: TLabel
      Left = 160
      Top = 288
      Width = 12
      Height = 12
      Caption = #20803
    end
    object Label9: TLabel
      Left = 32
      Top = 336
      Width = 45
      Height = 14
      Caption = #24212#25910#21462
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Label10: TLabel
      Left = 160
      Top = 336
      Width = 15
      Height = 14
      Caption = #20803
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Label11: TLabel
      Left = 160
      Top = 24
      Width = 84
      Height = 12
      Caption = #35831#36755#20837#23458#20154#22995#21517
    end
    object Label12: TLabel
      Left = 32
      Top = 376
      Width = 45
      Height = 14
      Caption = #24212#25214#22238
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Label13: TLabel
      Left = 160
      Top = 376
      Width = 15
      Height = 14
      Caption = #20803
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
    end
    object DBGrid1: TDBGrid
      Left = 8
      Top = 48
      Width = 481
      Height = 169
      DataSource = DataModule2.stayinDataSource
      TabOrder = 0
      TitleFont.Charset = ANSI_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -12
      TitleFont.Name = #23435#20307
      TitleFont.Style = []
      OnCellClick = DBGrid1CellClick
      Columns = <
        item
          Alignment = taCenter
          Expanded = False
          FieldName = 'CustomerId'
          Title.Alignment = taCenter
          Title.Caption = #23458#20154#32534#21495
          Visible = True
        end
        item
          Alignment = taCenter
          Expanded = False
          FieldName = 'CustomerName'
          Title.Alignment = taCenter
          Title.Caption = #23458#20154#22995#21517
          Width = 50
          Visible = True
        end
        item
          Alignment = taCenter
          Expanded = False
          FieldName = 'RoomNo'
          Title.Alignment = taCenter
          Title.Caption = #25151#38388#21495
          Visible = True
        end
        item
          Alignment = taCenter
          Expanded = False
          FieldName = 'RoomType'
          Title.Alignment = taCenter
          Title.Caption = #25151#38388#31867#22411
          Visible = True
        end
        item
          Alignment = taCenter
          Expanded = False
          FieldName = 'CheckInDate'
          Title.Alignment = taCenter
          Title.Caption = #20837#20303#26085#26399
          Width = 70
          Visible = True
        end
        item
          Alignment = taCenter
          Expanded = False
          FieldName = 'CheckOutDay'
          Title.Alignment = taCenter
          Title.Caption = #36864#25151#26085#26399
          Visible = True
        end
        item
          Alignment = taCenter
          Expanded = False
          FieldName = 'Account'
          Title.Alignment = taCenter
          Title.Caption = #24080#25143#20313#39069
          Visible = True
        end>
    end
    object DBEdit1: TDBEdit
      Left = 568
      Top = 48
      Width = 49
      Height = 20
      DataField = 'CustomerId'
      DataSource = DataModule2.stayinDataSource
      TabOrder = 1
    end
    object DBEdit2: TDBEdit
      Left = 568
      Top = 96
      Width = 73
      Height = 20
      DataField = 'CustomerName'
      DataSource = DataModule2.stayinDataSource
      TabOrder = 2
    end
    object DBEdit3: TDBEdit
      Left = 568
      Top = 144
      Width = 49
      Height = 20
      DataField = 'RoomNo'
      DataSource = DataModule2.stayinDataSource
      TabOrder = 3
    end
    object DBEdit4: TDBEdit
      Left = 568
      Top = 192
      Width = 73
      Height = 20
      DataField = 'RoomType'
      DataSource = DataModule2.stayinDataSource
      TabOrder = 4
    end
    object RzButton1: TRzButton
      Left = 416
      Top = 384
      Caption = #30830#23450#36864#25151
      Color = clSkyBlue
      TabOrder = 5
      OnClick = RzButton1Click
    end
    object RzButton3: TRzButton
      Left = 528
      Top = 384
      Caption = #20851#38381
      Color = clSkyBlue
      TabOrder = 6
      OnClick = RzButton3Click
    end
    object DBEdit5: TDBEdit
      Left = 88
      Top = 232
      Width = 33
      Height = 22
      DataField = 'StayDays'
      DataSource = DataModule2.stayinDataSource
      Font.Charset = ANSI_CHARSET
      Font.Color = clRed
      Font.Height = -14
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 7
    end
    object Edit1: TEdit
      Left = 88
      Top = 280
      Width = 65
      Height = 20
      ReadOnly = True
      TabOrder = 8
    end
    object RadioGroup1: TRadioGroup
      Left = 324
      Top = 264
      Width = 165
      Height = 81
      Caption = #26159#21542#20445#30041#23458#20154#20449#24687
      Columns = 2
      ItemIndex = 0
      Items.Strings = (
        #20445#30041
        #21024#38500)
      TabOrder = 9
    end
    object RadioGroup2: TRadioGroup
      Left = 528
      Top = 264
      Width = 169
      Height = 81
      Caption = #26159#21542#25171#21360#24080#21333
      Columns = 2
      ItemIndex = 0
      Items.Strings = (
        #25171#21360
        #19981#25171#21360)
      TabOrder = 10
    end
    object Edit3: TEdit
      Left = 248
      Top = 16
      Width = 65
      Height = 20
      TabOrder = 11
    end
    object Button1: TButton
      Left = 320
      Top = 16
      Width = 41
      Height = 17
      Caption = #30830#23450
      TabOrder = 12
      OnClick = Button1Click
    end
    object Edit2: TEdit
      Left = 88
      Top = 328
      Width = 65
      Height = 22
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
      ReadOnly = True
      TabOrder = 13
    end
    object Edit4: TEdit
      Left = 88
      Top = 368
      Width = 65
      Height = 22
      Font.Charset = ANSI_CHARSET
      Font.Color = clRed
      Font.Height = -14
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
      ReadOnly = True
      TabOrder = 14
    end
    object Button2: TButton
      Left = 376
      Top = 16
      Width = 41
      Height = 17
      Caption = #20840#37096
      TabOrder = 15
      OnClick = Button2Click
    end
  end
end

⌨️ 快捷键说明

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