roomquery.dfm

来自「完成酒店管理系统」· DFM 代码 · 共 122 行

DFM
122
字号
object RoomQueryFrm: TRoomQueryFrm
  Left = 142
  Top = 73
  Width = 555
  Height = 369
  Caption = #23458#25151#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 = 24
    Top = 8
    Width = 497
    Height = 97
    Caption = #26597#35810#26465#20214
    TabOrder = 0
    object ComboBox1: TComboBox
      Left = 8
      Top = 24
      Width = 137
      Height = 21
      ItemHeight = 13
      TabOrder = 0
      Items.Strings = (
        #20154#25968
        #24212#25910#37329#39069
        #23454#25910#37329#39069
        #25104#26412#37329#39069
        #25552#25104#37329#39069
        #31246#25910#37329#39069
        #27611#21033)
    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 = 528
    Top = 64
  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 RoomInput')
    Left = 528
    Top = 16
  end
end

⌨️ 快捷键说明

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