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

📄 salequery.dfm

📁 完成酒店管理系统
💻 DFM
字号:
object SaleQueryFrm: TSaleQueryFrm
  Left = 77
  Top = 46
  Width = 564
  Height = 373
  Caption = #33829#19994#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
  Position = poScreenCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 16
    Top = 8
    Width = 497
    Height = 97
    Caption = #26597#35810#26465#20214
    TabOrder = 0
    object ComboBox1: TComboBox
      Left = 16
      Top = 24
      Width = 137
      Height = 21
      ItemHeight = 13
      TabOrder = 0
      Items.Strings = (
        #24212#25910#37329#39069
        #23454#25910#37329#39069
        #31246#25910#37329#39069
        #25104#26412#37329#39069
        #25552#25104#37329#39069
        #27611#21033
        #26085#26399)
    end
    object ComboBox2: TComboBox
      Left = 160
      Top = 24
      Width = 49
      Height = 21
      ItemHeight = 13
      TabOrder = 1
      Items.Strings = (
        '>'
        '='
        '<'
        '>='
        '<=')
    end
    object Edit1: TEdit
      Left = 232
      Top = 24
      Width = 153
      Height = 21
      TabOrder = 2
    end
    object Button1: TButton
      Left = 208
      Top = 64
      Width = 75
      Height = 25
      Caption = #25191#34892#26597#35810
      Default = True
      TabOrder = 3
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 296
      Top = 64
      Width = 75
      Height = 25
      Caption = #37325#26032#26597#35810
      TabOrder = 4
      OnClick = Button2Click
    end
    object Button3: TButton
      Left = 384
      Top = 64
      Width = 75
      Height = 25
      Caption = #23519#30475#22270#34920
      TabOrder = 5
      OnClick = Button3Click
    end
  end
  object DBGrid1: TDBGrid
    Left = 7
    Top = 112
    Width = 529
    Height = 209
    DataSource = DataSource1
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 520
    Top = 8
  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 Sail')
    Left = 528
    Top = 48
  end
end

⌨️ 快捷键说明

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