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

📄 workchange.~dfm

📁 Raize控件包的安装路径为D:Program Files(一定要安装到正确位置,否则代码不能运行),配置好C++bulider的数据库环境. 本代码为课程设计的报告,有相当多不完善地方,适合初学C
💻 ~DFM
字号:
object Form3: TForm3
  Left = 324
  Top = 138
  Width = 783
  Height = 466
  Caption = '                                       '#23458#20154#39044#23450
  Color = clSkyBlue
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 8
    Top = 8
    Width = 761
    Height = 417
    Color = clSkyBlue
    TabOrder = 0
    object Label1: TLabel
      Left = 16
      Top = 16
      Width = 60
      Height = 12
      Caption = #35831#36873#25321#23458#20154
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label2: TLabel
      Left = 312
      Top = 80
      Width = 48
      Height = 12
      Caption = #23458#20154#22995#21517
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label3: TLabel
      Left = 512
      Top = 40
      Width = 72
      Height = 12
      Caption = #23458#20154#36523#20221#35777#21495
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label4: TLabel
      Left = 312
      Top = 40
      Width = 48
      Height = 12
      Caption = #23458#20154#32534#21495
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label5: TLabel
      Left = 312
      Top = 112
      Width = 72
      Height = 12
      Caption = #39044#23450#25151#38388#21495#30721
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label6: TLabel
      Left = 512
      Top = 112
      Width = 72
      Height = 12
      Caption = #39044#23450#25151#38388#31867#22411
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label8: TLabel
      Left = 312
      Top = 152
      Width = 48
      Height = 12
      Caption = #39044#20303#22825#25968
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label10: TLabel
      Left = 464
      Top = 152
      Width = 12
      Height = 12
      Caption = #22825
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label11: TLabel
      Left = 312
      Top = 192
      Width = 90
      Height = 12
      Caption = #21487#29992#30340#31354#38386#25151#38388':'
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label12: TLabel
      Left = 512
      Top = 80
      Width = 72
      Height = 12
      Caption = #39044#35745#20837#20303#26085#26399
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label7: TLabel
      Left = 96
      Top = 16
      Width = 84
      Height = 13
      Caption = #35831#36755#20837#23458#20154#22995#21517
    end
    object DBGrid1: TDBGrid
      Left = 16
      Top = 40
      Width = 281
      Height = 337
      DataSource = DataModule1.cutableDataSource
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 0
      TitleFont.Charset = ANSI_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -12
      TitleFont.Name = #23435#20307
      TitleFont.Style = []
      Columns = <
        item
          Expanded = False
          FieldName = 'CustomerId'
          Title.Alignment = taCenter
          Width = 51
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'CustomerName'
          Title.Alignment = taCenter
          Visible = True
        end
        item
          Alignment = taCenter
          Expanded = False
          FieldName = 'DestineDays'
          Title.Alignment = taCenter
          Title.Caption = #39044#23450#22825#25968
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'CustomerState'
          Title.Alignment = taCenter
          Title.Caption = #23458#20154#29366#24577
          Visible = True
        end>
    end
    object DBEdit1: TDBEdit
      Left = 376
      Top = 32
      Width = 81
      Height = 21
      DataField = 'CustomerId'
      DataSource = DataModule1.cutableDataSource
      ReadOnly = True
      TabOrder = 1
    end
    object DBEdit2: TDBEdit
      Left = 376
      Top = 72
      Width = 81
      Height = 21
      DataField = 'CustomerName'
      DataSource = DataModule1.cutableDataSource
      ReadOnly = True
      TabOrder = 2
    end
    object DBEdit3: TDBEdit
      Left = 584
      Top = 32
      Width = 145
      Height = 21
      DataField = 'IDCard'
      DataSource = DataModule1.cutableDataSource
      ReadOnly = True
      TabOrder = 3
    end
    object DBGrid2: TDBGrid
      Left = 368
      Top = 216
      Width = 361
      Height = 137
      DataSource = DataModule1.rotableDataSource
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 4
      TitleFont.Charset = ANSI_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -12
      TitleFont.Name = #23435#20307
      TitleFont.Style = []
      OnCellClick = DBGrid2CellClick
      Columns = <
        item
          Expanded = False
          FieldName = 'RoomNo'
          Title.Alignment = taCenter
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'RoomType'
          Title.Alignment = taCenter
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'RoomPrice'
          Title.Alignment = taCenter
          Visible = True
        end
        item
          Alignment = taCenter
          Expanded = False
          FieldName = 'Aircondition'
          Title.Alignment = taCenter
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'Bath'
          Title.Alignment = taCenter
          Width = 66
          Visible = True
        end>
    end
    object RzButton1: TRzButton
      Left = 504
      Top = 368
      Width = 97
      Caption = #30830#23450
      Color = clSkyBlue
      TabOrder = 5
      OnClick = RzButton1Click
    end
    object RzButton3: TRzButton
      Left = 632
      Top = 368
      Width = 89
      Caption = #20851#38381
      Color = clSkyBlue
      TabOrder = 6
      OnClick = RzButton3Click
    end
    object DateTimePicker1: TDateTimePicker
      Left = 640
      Top = 72
      Width = 89
      Height = 21
      CalAlignment = dtaLeft
      Date = 38643
      Time = 38643
      DateFormat = dfShort
      DateMode = dmComboBox
      Kind = dtkDate
      ParseInput = False
      TabOrder = 7
    end
    object Edit1: TEdit
      Left = 416
      Top = 144
      Width = 41
      Height = 21
      TabOrder = 8
    end
    object Edit2: TEdit
      Left = 408
      Top = 104
      Width = 49
      Height = 21
      ReadOnly = True
      TabOrder = 9
    end
    object Edit3: TEdit
      Left = 664
      Top = 104
      Width = 65
      Height = 21
      ReadOnly = True
      TabOrder = 10
    end
    object Edit4: TEdit
      Left = 184
      Top = 8
      Width = 57
      Height = 21
      TabOrder = 11
    end
    object Button1: TButton
      Left = 248
      Top = 8
      Width = 33
      Height = 17
      Caption = #30830#23450
      TabOrder = 12
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 288
      Top = 8
      Width = 33
      Height = 17
      Caption = #20840#37096
      TabOrder = 13
      OnClick = Button2Click
    end
  end
end

⌨️ 快捷键说明

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