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

📄 dinnerordersql.~dfm

📁 完成酒店管理系统
💻 ~DFM
字号:
object DinnerOrderSqlFrm: TDinnerOrderSqlFrm
  Left = 18
  Top = 113
  Width = 704
  Height = 553
  Caption = #35746#21333#20449#24687#26597#35810
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 8
    Top = 8
    Width = 633
    Height = 145
    Caption = #35746#21333#20449#24687
    TabOrder = 0
    object Label1: TLabel
      Left = 16
      Top = 24
      Width = 66
      Height = 13
      Caption = #35746#21333#20449#24687'      '
    end
    object Label2: TLabel
      Left = 184
      Top = 24
      Width = 63
      Height = 13
      Caption = #26597#35810#26465#20214'     '
    end
    object Label3: TLabel
      Left = 328
      Top = 24
      Width = 57
      Height = 13
      Caption = #26597#35810#20869#23481'   '
    end
    object Button1: TButton
      Left = 544
      Top = 32
      Width = 75
      Height = 25
      Caption = #26597#35810
      Default = True
      TabOrder = 3
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 544
      Top = 88
      Width = 75
      Height = 25
      Caption = #28165#31354
      TabOrder = 4
      OnClick = Button2Click
    end
    object ComboBox1: TComboBox
      Left = 8
      Top = 40
      Width = 145
      Height = 21
      ItemHeight = 13
      TabOrder = 0
      Items.Strings = (
        #35746#21333#32534#21495
        #39044#23450#37329#39069
        #37329#39069
        #39184#26700#32534#21495
        #29992#39184#20154#25968
        #39038#23458#22995#21517
        #20184#27454#26041#24335)
    end
    object ComboBox2: TComboBox
      Left = 168
      Top = 40
      Width = 145
      Height = 21
      ItemHeight = 13
      TabOrder = 1
      Items.Strings = (
        '>='
        '>'
        '='
        '<='
        '<')
    end
    object Edit1: TEdit
      Left = 328
      Top = 40
      Width = 121
      Height = 21
      TabOrder = 2
    end
    object GroupBox2: TGroupBox
      Left = 16
      Top = 80
      Width = 145
      Height = 57
      Caption = #25490#24207#26041#27861
      TabOrder = 5
      object RadioButton1: TRadioButton
        Left = 8
        Top = 24
        Width = 57
        Height = 17
        Caption = #21319#24207
        Checked = True
        TabOrder = 0
        TabStop = True
        OnClick = RadioButton1Click
      end
      object RadioButton2: TRadioButton
        Left = 72
        Top = 24
        Width = 49
        Height = 17
        Caption = #38477#24207
        TabOrder = 1
        OnClick = RadioButton2Click
      end
    end
    object GroupBox3: TGroupBox
      Left = 184
      Top = 80
      Width = 345
      Height = 57
      Caption = #25490#24207#20869#23481
      TabOrder = 6
      object RadioButton3: TRadioButton
        Left = 8
        Top = 24
        Width = 73
        Height = 17
        Caption = #35746#21333#32534#21495
        Checked = True
        TabOrder = 0
        TabStop = True
        OnClick = RadioButton3Click
      end
      object RadioButton4: TRadioButton
        Left = 80
        Top = 24
        Width = 73
        Height = 17
        Caption = #39038#23458#22995#21517
        TabOrder = 1
        OnClick = RadioButton4Click
      end
      object RadioButton5: TRadioButton
        Left = 160
        Top = 24
        Width = 73
        Height = 17
        Caption = #35746#39184#26102#38388
        TabOrder = 2
        OnClick = RadioButton5Click
      end
      object RadioButton6: TRadioButton
        Left = 240
        Top = 24
        Width = 73
        Height = 17
        Caption = #39044#23450#26102#38388
        TabOrder = 3
        OnClick = RadioButton6Click
      end
    end
  end
  object DBGrid1: TDBGrid
    Left = 8
    Top = 168
    Width = 609
    Height = 233
    DataSource = DataSource1
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object ADOQuery1: TADOQuery
    Active = True
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=Manage.mdb;Persist ' +
      'Security Info=False'
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'Select * From DinnerOrder')
    Left = 576
    Top = 128
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 608
    Top = 128
  end
end

⌨️ 快捷键说明

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