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

📄 unit12.dfm

📁 作者针对当前酒店客房管理的现状
💻 DFM
字号:
object Form12: TForm12
  Left = 265
  Top = 198
  Width = 738
  Height = 453
  Caption = #39640#32423#26816#32034
  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 = 120
    Width = 69
    Height = 13
    Caption = #36755#20837#26597#35810#39033'   '
  end
  object GroupBox1: TGroupBox
    Left = 8
    Top = 8
    Width = 633
    Height = 89
    Caption = #26597#35810#26465#20214
    TabOrder = 1
    object RadioButton1: TRadioButton
      Tag = 1
      Left = 8
      Top = 48
      Width = 113
      Height = 17
      Caption = #25353#20070#21495
      TabOrder = 0
      OnClick = RadioButton1Click
    end
    object RadioButton2: TRadioButton
      Tag = 2
      Left = 144
      Top = 48
      Width = 113
      Height = 17
      Caption = #25353#20070#21517
      TabOrder = 1
      OnClick = RadioButton1Click
    end
    object RadioButton3: TRadioButton
      Tag = 3
      Left = 264
      Top = 48
      Width = 113
      Height = 17
      Caption = #25353#20986#29256#31038
      TabOrder = 2
      OnClick = RadioButton1Click
    end
    object RadioButton4: TRadioButton
      Tag = 4
      Left = 400
      Top = 48
      Width = 113
      Height = 17
      Caption = #25353#20316#32773
      TabOrder = 3
      OnClick = RadioButton1Click
    end
  end
  object Button1: TButton
    Left = 536
    Top = 144
    Width = 75
    Height = 25
    Caption = #26597#35810
    TabOrder = 2
    OnClick = Button1Click
  end
  object DBGrid1: TDBGrid
    Left = 24
    Top = 192
    Width = 497
    Height = 145
    DataSource = DataSource1
    TabOrder = 3
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Button2: TButton
    Left = 256
    Top = 376
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 4
    OnClick = Button2Click
  end
  object Edit1: TEdit
    Left = 24
    Top = 144
    Width = 505
    Height = 21
    TabOrder = 0
    OnExit = Edit1Exit
  end
  object Query1: TQuery
    DatabaseName = 'gx'
    Left = 152
    Top = 256
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 240
    Top = 256
  end
end

⌨️ 快捷键说明

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