guestsql.~dfm

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

~DFM
120
字号
object GuestSqlFrm: TGuestSqlFrm
  Left = 185
  Top = 205
  Width = 601
  Height = 434
  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
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 32
    Top = 16
    Width = 60
    Height = 13
    Caption = #26597#35810#26465#20214'    '
  end
  object DBGrid1: TDBGrid
    Left = 8
    Top = 104
    Width = 537
    Height = 281
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Button1: TButton
    Left = 456
    Top = 32
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 1
    OnClick = Button1Click
  end
  object ComboBox1: TComboBox
    Left = 24
    Top = 40
    Width = 105
    Height = 21
    ItemHeight = 13
    TabOrder = 2
    Items.Strings = (
      #25151#38388#21495
      #25151#20215#25240#25187
      #20303#23487#20154#25968
      #23458#25151#31561#32423
      #30331#35760#21592
      #26053#23458#31867#21035
      '')
  end
  object ComboBox2: TComboBox
    Left = 136
    Top = 40
    Width = 89
    Height = 21
    ItemHeight = 13
    TabOrder = 3
    Items.Strings = (
      '>='
      '>'
      '='
      '<='
      '<')
  end
  object Edit1: TEdit
    Left = 240
    Top = 40
    Width = 89
    Height = 21
    TabOrder = 4
  end
  object Button2: TButton
    Left = 360
    Top = 8
    Width = 75
    Height = 25
    Caption = #26597#35810
    Default = True
    TabOrder = 5
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 360
    Top = 56
    Width = 75
    Height = 25
    Caption = #28165#38500
    TabOrder = 6
    OnClick = Button3Click
  end
  object ADOQuery1: TADOQuery
    Active = True
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Documents and Se' +
      'ttings\'#38472#32500#21033'\'#26700#38754'\HotelManageSystem\Manage.mdb;Persist Security Info' +
      '=False'
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'Select * From Room')
    Left = 544
    Top = 232
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 544
    Top = 256
  end
end

⌨️ 快捷键说明

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