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

📄 changeroom.~dfm

📁 结于初学者来说这对数据库是一个很好的例子
💻 ~DFM
字号:
object Form14: TForm14
  Left = 337
  Top = 173
  Width = 388
  Height = 250
  BorderIcons = [biSystemMenu]
  Caption = #26356#25442#25151#38388
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  Scaled = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 152
    Top = 8
    Width = 80
    Height = 19
    Caption = #26356#25442#25151#38388
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
  end
  object GroupBox1: TGroupBox
    Left = 8
    Top = 32
    Width = 361
    Height = 177
    TabOrder = 0
    object Label2: TLabel
      Left = 120
      Top = 32
      Width = 60
      Height = 13
      AutoSize = False
      Caption = #24403#21069#25151#38388#65306
    end
    object Label3: TLabel
      Left = 120
      Top = 64
      Width = 72
      Height = 12
      Caption = #26356'  '#25442'  '#33267#65306
    end
    object Label4: TLabel
      Left = 184
      Top = 32
      Width = 32
      Height = 13
      Caption = 'Label4'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clRed
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label5: TLabel
      Left = 120
      Top = 88
      Width = 60
      Height = 12
      Caption = #20837#20303#20154#25968#65306
    end
    object cr: TComboBox
      Left = 184
      Top = 56
      Width = 73
      Height = 20
      Style = csDropDownList
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      ItemHeight = 12
      TabOrder = 0
    end
    object Button1: TButton
      Left = 104
      Top = 128
      Width = 75
      Height = 25
      Caption = #26356'    '#25442
      TabOrder = 1
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 208
      Top = 128
      Width = 75
      Height = 25
      Caption = #36820'    '#22238
      TabOrder = 2
      OnClick = Button2Click
    end
    object NameNo: TMaskEdit
      Left = 184
      Top = 88
      Width = 73
      Height = 20
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      TabOrder = 3
      Text = 'NameNo'
    end
  end
  object Q_ChangeRoom: TQuery
    Active = True
    DatabaseName = 'Hotel'
    SQL.Strings = (
      'select * from RoomInfo where RoomStatus=0 order by RoomName')
    Left = 64
    Top = 8
  end
  object Q_change: TQuery
    DatabaseName = 'Hotel'
    RequestLive = True
    Left = 256
    Top = 16
  end
end

⌨️ 快捷键说明

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