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

📄 dinnerusersql.dfm

📁 完成酒店管理系统
💻 DFM
字号:
object DinnerUserSqlFrm: TDinnerUserSqlFrm
  Left = 120
  Top = 107
  Width = 663
  Height = 534
  Caption = #29992#25143#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 = 161
    Caption = #29992#25143#20449#24687
    TabOrder = 0
    object Label1: TLabel
      Left = 16
      Top = 16
      Width = 60
      Height = 13
      Caption = #29992#25143#20449#24687':   '
    end
    object Label2: TLabel
      Left = 168
      Top = 16
      Width = 57
      Height = 13
      Caption = #26597#35810#26465#20214':  '
    end
    object Label3: TLabel
      Left = 320
      Top = 16
      Width = 36
      Height = 13
      Caption = #20869#23481'    '
    end
    object GroupBox3: TGroupBox
      Left = 8
      Top = 104
      Width = 153
      Height = 41
      Caption = #25490#24207#26041#27861
      TabOrder = 0
      object RadioButton1: TRadioButton
        Left = 24
        Top = 16
        Width = 57
        Height = 17
        Caption = #21319#24207
        Checked = True
        TabOrder = 0
        TabStop = True
        OnClick = RadioButton1Click
      end
      object RadioButton2: TRadioButton
        Left = 80
        Top = 16
        Width = 65
        Height = 17
        Caption = #38477#24207
        TabOrder = 1
        OnClick = RadioButton2Click
      end
    end
    object GroupBox4: TGroupBox
      Left = 216
      Top = 104
      Width = 289
      Height = 49
      Caption = #25490#24207#20869#23481
      TabOrder = 1
      object RadioButton3: TRadioButton
        Left = 8
        Top = 16
        Width = 73
        Height = 17
        Caption = #29992#25143#32534#21495
        Checked = True
        TabOrder = 0
        TabStop = True
        OnClick = RadioButton3Click
      end
      object RadioButton4: TRadioButton
        Left = 80
        Top = 16
        Width = 81
        Height = 17
        Caption = #29992#25143#22995#21517
        TabOrder = 1
        OnClick = RadioButton4Click
      end
      object RadioButton5: TRadioButton
        Left = 160
        Top = 16
        Width = 49
        Height = 17
        Caption = #32423#21035
        TabOrder = 2
        OnClick = RadioButton5Click
      end
      object RadioButton6: TRadioButton
        Left = 208
        Top = 16
        Width = 73
        Height = 17
        Caption = #27880#20876#26102#38388
        TabOrder = 3
        OnClick = RadioButton6Click
      end
    end
    object Button1: TButton
      Left = 528
      Top = 88
      Width = 75
      Height = 25
      Caption = #28165#31354
      TabOrder = 2
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 528
      Top = 24
      Width = 75
      Height = 25
      Caption = #26597#35810
      Default = True
      TabOrder = 3
      OnClick = Button2Click
    end
    object ComboBox1: TComboBox
      Left = 16
      Top = 48
      Width = 121
      Height = 21
      ItemHeight = 13
      TabOrder = 4
      Items.Strings = (
        #29992#25143#32534#21495
        #32852#31995#30005#35805
        #29992#25143#22995#21517
        #24615#21035
        #32423#21035)
    end
    object ComboBox2: TComboBox
      Left = 160
      Top = 48
      Width = 145
      Height = 21
      ItemHeight = 13
      TabOrder = 5
      Items.Strings = (
        '>='
        '>'
        '='
        '<='
        '<')
    end
    object Edit1: TEdit
      Left = 320
      Top = 48
      Width = 121
      Height = 21
      TabOrder = 6
    end
  end
  object DBGrid1: TDBGrid
    Left = 8
    Top = 184
    Width = 617
    Height = 217
    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 DinnerUser')
    Left = 568
    Top = 136
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 536
    Top = 136
  end
end

⌨️ 快捷键说明

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