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

📄 orderdeal.dfm

📁 Raize控件包的安装路径为D:Program Files(一定要安装到正确位置,否则代码不能运行),配置好C++bulider的数据库环境. 本代码为课程设计的报告,有相当多不完善地方,适合初学C
💻 DFM
字号:
object Form11: TForm11
  Left = 218
  Top = 209
  Width = 738
  Height = 480
  Caption = 'Form11'
  Color = clSkyBlue
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Panel1: TPanel
    Left = 8
    Top = 8
    Width = 713
    Height = 433
    Color = clSkyBlue
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    object Label1: TLabel
      Left = 264
      Top = 72
      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 Label2: TLabel
      Left = 264
      Top = 136
      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 = 264
      Top = 184
      Width = 48
      Height = 12
      Caption = #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 = 264
      Top = 288
      Width = 72
      Height = 12
      Caption = #39044#23450#25151#38388#31867#22411
    end
    object Label5: TLabel
      Left = 264
      Top = 344
      Width = 48
      Height = 12
      Caption = #39044#23450#22825#25968
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label6: TLabel
      Left = 264
      Top = 392
      Width = 48
      Height = 12
      Caption = #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 = 264
      Top = 232
      Width = 60
      Height = 12
      Caption = #39044#23450#25151#38388#21495
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label8: TLabel
      Left = 464
      Top = 40
      Width = 60
      Height = 14
      Caption = #24212#25910#25276#37329
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Label9: TLabel
      Left = 464
      Top = 88
      Width = 60
      Height = 14
      Caption = #25910#21462#25276#37329
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Label10: TLabel
      Left = 16
      Top = 16
      Width = 84
      Height = 12
      Caption = #24050#39044#23450#23458#20154#20449#24687
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label11: TLabel
      Left = 624
      Top = 40
      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 Label12: TLabel
      Left = 624
      Top = 88
      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 Label13: TLabel
      Left = 136
      Top = 24
      Width = 90
      Height = 12
      Caption = #35831#36755#20837#23458#20154#22995#21517' '
    end
    object DBGrid1: TDBGrid
      Left = 16
      Top = 56
      Width = 169
      Height = 353
      DataSource = DataModule1.orderDataSource
      TabOrder = 0
      TitleFont.Charset = ANSI_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -12
      TitleFont.Name = #23435#20307
      TitleFont.Style = []
      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 = 70
          Visible = True
        end>
    end
    object RzButton1: TRzButton
      Left = 568
      Top = 216
      Caption = #20837#20303
      Color = clSkyBlue
      TabOrder = 1
      OnClick = RzButton1Click
    end
    object RzButton2: TRzButton
      Left = 568
      Top = 288
      Caption = #21462#28040#39044#23450
      Color = clSkyBlue
      TabOrder = 2
      OnClick = RzButton2Click
    end
    object RzButton3: TRzButton
      Left = 568
      Top = 360
      Caption = #20851#38381
      Color = clSkyBlue
      TabOrder = 3
      OnClick = RzButton3Click
    end
    object DBEdit1: TDBEdit
      Left = 344
      Top = 64
      Width = 73
      Height = 20
      DataField = 'CustomerId'
      DataSource = DataModule1.orderDataSource
      TabOrder = 4
    end
    object DBEdit2: TDBEdit
      Left = 344
      Top = 128
      Width = 81
      Height = 20
      DataField = 'CustomerName'
      DataSource = DataModule1.orderDataSource
      TabOrder = 5
    end
    object DBEdit3: TDBEdit
      Left = 344
      Top = 176
      Width = 73
      Height = 20
      DataField = 'IDCard'
      DataSource = DataModule1.orderDataSource
      TabOrder = 6
    end
    object DBEdit4: TDBEdit
      Left = 344
      Top = 224
      Width = 57
      Height = 20
      DataField = 'RoomNo'
      DataSource = DataModule1.orderDataSource
      TabOrder = 7
    end
    object DBEdit5: TDBEdit
      Left = 344
      Top = 280
      Width = 57
      Height = 20
      DataField = 'RoomType'
      DataSource = DataModule1.orderDataSource
      TabOrder = 8
    end
    object DBEdit7: TDBEdit
      Left = 536
      Top = 32
      Width = 73
      Height = 22
      DataField = 'Deposit'
      DataSource = DataModule1.orderDataSource
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 9
    end
    object Edit2: TEdit
      Left = 536
      Top = 80
      Width = 73
      Height = 22
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 10
    end
    object DateTimePicker1: TDateTimePicker
      Left = 344
      Top = 384
      Width = 97
      Height = 20
      CalAlignment = dtaLeft
      Date = 38648
      Time = 38648
      DateFormat = dfShort
      DateMode = dmComboBox
      Kind = dtkDate
      ParseInput = False
      TabOrder = 11
    end
    object DBEdit6: TDBEdit
      Left = 344
      Top = 328
      Width = 41
      Height = 20
      DataField = 'DestineDays'
      DataSource = DataModule1.orderDataSource
      TabOrder = 12
    end
    object Edit1: TEdit
      Left = 224
      Top = 16
      Width = 73
      Height = 20
      TabOrder = 13
    end
    object Button1: TButton
      Left = 304
      Top = 16
      Width = 33
      Height = 17
      Caption = #30830#23450
      TabOrder = 14
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 352
      Top = 16
      Width = 33
      Height = 17
      Caption = #20840#37096
      TabOrder = 15
      OnClick = Button2Click
    end
  end
end

⌨️ 快捷键说明

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