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

📄 dinnermenusql.~dfm

📁 完成酒店管理系统
💻 ~DFM
字号:
object DinnerMenuSqlFrm: TDinnerMenuSqlFrm
  Left = 119
  Top = 125
  Width = 684
  Height = 556
  Caption = #33756#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 = 617
    Height = 153
    Caption = #33756#21333#20449#24687
    TabOrder = 0
    object Label1: TLabel
      Left = 16
      Top = 24
      Width = 57
      Height = 13
      Caption = #33756#21333#20449#24687'   '
    end
    object Label2: TLabel
      Left = 160
      Top = 24
      Width = 60
      Height = 13
      Caption = #26597#35810#26465#20214'    '
    end
    object Label3: TLabel
      Left = 304
      Top = 24
      Width = 60
      Height = 13
      Caption = #26597#35810#20869#23481'    '
    end
    object Button1: TButton
      Left = 512
      Top = 32
      Width = 75
      Height = 25
      Caption = #26597#35810
      Default = True
      TabOrder = 3
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 512
      Top = 80
      Width = 75
      Height = 25
      Caption = #28165#38500
      TabOrder = 4
      OnClick = Button2Click
    end
    object ComboBox1: TComboBox
      Left = 16
      Top = 40
      Width = 113
      Height = 21
      ItemHeight = 13
      TabOrder = 0
      Items.Strings = (
        #32534#21495
        #21333#20215
        #31181#31867
        #21517#31216
        #39118#21619)
    end
    object ComboBox2: TComboBox
      Left = 160
      Top = 40
      Width = 121
      Height = 21
      ItemHeight = 13
      TabOrder = 1
      Items.Strings = (
        '>='
        '>'
        '='
        '<='
        '<')
    end
    object Edit1: TEdit
      Left = 304
      Top = 40
      Width = 169
      Height = 21
      TabOrder = 2
    end
    object GroupBox2: TGroupBox
      Left = 16
      Top = 96
      Width = 161
      Height = 41
      Caption = #25490#24207#26041#24335
      TabOrder = 5
      object RadioButton1: TRadioButton
        Left = 8
        Top = 16
        Width = 49
        Height = 17
        Caption = #21319#24207
        Checked = True
        TabOrder = 0
        TabStop = True
        OnClick = RadioButton1Click
      end
      object RadioButton2: TRadioButton
        Left = 80
        Top = 16
        Width = 57
        Height = 17
        Caption = #38477#24207
        TabOrder = 1
        OnClick = RadioButton2Click
      end
    end
    object GroupBox3: TGroupBox
      Left = 200
      Top = 96
      Width = 305
      Height = 41
      Caption = #25490#24207#20869#23481
      TabOrder = 6
      object RadioButton3: TRadioButton
        Left = 16
        Top = 16
        Width = 73
        Height = 17
        Caption = #32534#21495
        Checked = True
        TabOrder = 0
        TabStop = True
        OnClick = RadioButton3Click
      end
      object RadioButton4: TRadioButton
        Left = 72
        Top = 16
        Width = 49
        Height = 17
        Caption = #31181#31867
        TabOrder = 1
        OnClick = RadioButton4Click
      end
      object RadioButton5: TRadioButton
        Left = 128
        Top = 16
        Width = 49
        Height = 17
        Caption = #21517#31216
        TabOrder = 2
        OnClick = RadioButton5Click
      end
      object RadioButton6: TRadioButton
        Left = 176
        Top = 16
        Width = 49
        Height = 17
        Caption = #21333#20215
        TabOrder = 3
        OnClick = RadioButton6Click
      end
      object RadioButton7: TRadioButton
        Left = 224
        Top = 16
        Width = 65
        Height = 17
        Caption = #39118#21619
        TabOrder = 4
        OnClick = RadioButton7Click
      end
    end
  end
  object DBGrid1: TDBGrid
    Left = 8
    Top = 168
    Width = 641
    Height = 225
    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 Menu')
    Left = 640
    Top = 104
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 632
    Top = 136
  end
end

⌨️ 快捷键说明

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