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

📄 touristpay.dfm

📁 完成酒店管理系统
💻 DFM
字号:
object TouristPayFrm: TTouristPayFrm
  Left = 158
  Top = 64
  Width = 620
  Height = 419
  Caption = #26053#23458#32467#36134#20449#24687
  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 = 16
    Top = 8
    Width = 15
    Height = 13
    Caption = #30001' '
  end
  object Label2: TLabel
    Left = 160
    Top = 16
    Width = 75
    Height = 13
    Caption = #32467#36134#30340#29992#25143'     '
  end
  object Label3: TLabel
    Left = 256
    Top = 16
    Width = 60
    Height = 13
    Caption = #25151#20215#22823#20110'    '
  end
  object Button1: TButton
    Left = 176
    Top = 112
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 5
  end
  object Button2: TButton
    Left = 120
    Top = 56
    Width = 75
    Height = 25
    Caption = #30830#23450
    Default = True
    TabOrder = 1
    OnClick = Button2Click
  end
  object Edit1: TEdit
    Left = 32
    Top = 8
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 328
    Top = 8
    Width = 121
    Height = 21
    TabOrder = 2
  end
  object Button3: TButton
    Left = 488
    Top = 32
    Width = 75
    Height = 25
    Caption = #20851#38381
    TabOrder = 4
    OnClick = Button3Click
  end
  object DBGrid1: TDBGrid
    Left = 16
    Top = 96
    Width = 553
    Height = 265
    DataSource = DataSource1
    TabOrder = 6
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Button4: TButton
    Left = 360
    Top = 56
    Width = 75
    Height = 25
    Caption = #30830#23450
    Default = True
    TabOrder = 3
    OnClick = Button4Click
  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 = 568
    Top = 72
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 576
    Top = 16
  end
end

⌨️ 快捷键说明

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