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

📄 historysql.~dfm

📁 完成酒店管理系统
💻 ~DFM
字号:
object HistorySqlFrm: THistorySqlFrm
  Left = 100
  Top = 113
  Width = 611
  Height = 498
  Caption = #21382#21490#32426#24405#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 = 24
    Top = 16
    Width = 60
    Height = 13
    Caption = #26597#35810#23383#27573'    '
  end
  object Label2: TLabel
    Left = 176
    Top = 16
    Width = 42
    Height = 13
    Caption = #26465#20214'      '
  end
  object Edit1: TEdit
    Left = 344
    Top = 48
    Width = 121
    Height = 21
    TabOrder = 2
  end
  object Button1: TButton
    Left = 496
    Top = 16
    Width = 75
    Height = 25
    Caption = #30830#23450
    Default = True
    TabOrder = 3
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 496
    Top = 64
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 4
    OnClick = Button2Click
  end
  object ComboBox1: TComboBox
    Left = 16
    Top = 48
    Width = 145
    Height = 21
    ItemHeight = 13
    TabOrder = 0
    Items.Strings = (
      #25151#38388#21495
      #25151#20215
      #25151#20215#25240#25187
      #20303#23487#20154#25968
      #23458#25151#31561#32423
      #30331#35760#21592
      #26053#23458#31867#21035
      ''
      ''
      ''
      '')
  end
  object ComboBox2: TComboBox
    Left = 176
    Top = 48
    Width = 145
    Height = 21
    ItemHeight = 13
    TabOrder = 1
    Items.Strings = (
      '>'
      '<'
      '='
      '>='
      '<=')
  end
  object DBGrid1: TDBGrid
    Left = 16
    Top = 96
    Width = 561
    Height = 257
    DataSource = DataSource1
    TabOrder = 5
    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 Room')
    Left = 584
    Top = 40
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 576
    Top = 8
  end
end

⌨️ 快捷键说明

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