unit14.~dfm

来自「作者针对当前酒店客房管理的现状」· ~DFM 代码 · 共 94 行

~DFM
94
字号
object Form14: TForm14
  Left = 358
  Top = 224
  Width = 504
  Height = 429
  Caption = #20511#38405#25490#34892
  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 GroupBox1: TGroupBox
    Left = 8
    Top = 16
    Width = 465
    Height = 105
    Caption = #26597#35810#26465#20214
    TabOrder = 0
    object RadioButton1: TRadioButton
      Left = 24
      Top = 40
      Width = 113
      Height = 17
      Caption = #25152#26377
      TabOrder = 0
      OnClick = RadioButton1Click
    end
    object RadioButton2: TRadioButton
      Left = 168
      Top = 40
      Width = 113
      Height = 17
      Caption = #25353#31867#21035
      TabOrder = 1
    end
    object RadioButton3: TRadioButton
      Left = 320
      Top = 40
      Width = 113
      Height = 17
      Caption = #25353#20316#32773
      TabOrder = 2
    end
  end
  object DBGrid1: TDBGrid
    Left = 24
    Top = 128
    Width = 449
    Height = 257
    DataSource = DataSource1
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = #24207#21495
        Visible = True
      end
      item
        Expanded = False
        FieldName = #20070#21495
        Visible = True
      end
      item
        Expanded = False
        FieldName = #20070#21517
        Visible = True
      end
      item
        Expanded = False
        FieldName = #20511#38405#27425#25968
        Visible = True
      end>
  end
  object Query1: TQuery
    DatabaseName = 'gx'
    Left = 112
    Top = 176
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 264
    Top = 192
  end
end

⌨️ 快捷键说明

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