touristsql.~dfm

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

~DFM
121
字号
object TouristSqlFrm: TTouristSqlFrm
  Left = 83
  Top = 32
  Width = 644
  Height = 427
  Caption = #25955#23458#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 = 88
    Width = 585
    Height = 297
    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 = 528
    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
      #22995#21517
      #24615#21035
      #24180#40836
      #32844#19994
      #20174#20309#32780#26469
      #21040#20309#32780#21435
      ''
      '')
  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 = 344
    Top = 32
    Width = 75
    Height = 25
    Caption = #26597#35810
    Default = True
    TabOrder = 5
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 440
    Top = 32
    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=Manage.mdb;Persist ' +
      'Security Info=False'
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'Select * From Tourist')
    Left = 600
    Top = 144
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 600
    Top = 184
  end
end

⌨️ 快捷键说明

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