unitbedset.dfm

来自「一套宾馆管理系统」· DFM 代码 · 共 112 行

DFM
112
字号
object frmBedSet: TfrmBedSet
  Left = 413
  Top = 233
  Width = 354
  Height = 271
  Caption = #25151#38388#35774#32622
  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 = 17
    Top = 16
    Width = 72
    Height = 13
    AutoSize = False
    Caption = #25151#38388#32534#21495
  end
  object Label5: TLabel
    Left = 19
    Top = 144
    Width = 49
    Height = 13
    AutoSize = False
    Caption = #22791#27880
  end
  object Label3: TLabel
    Left = 18
    Top = 80
    Width = 52
    Height = 13
    AutoSize = False
    Caption = #24202#20301#25968
  end
  object Label4: TLabel
    Left = 16
    Top = 112
    Width = 65
    Height = 13
    AutoSize = False
    Caption = #25151#38388#31867#22411
  end
  object Label2: TLabel
    Left = 16
    Top = 48
    Width = 73
    Height = 13
    AutoSize = False
    Caption = #27004#23618#32534#21495
  end
  object edtroom: TEdit
    Left = 93
    Top = 15
    Width = 73
    Height = 21
    TabOrder = 0
  end
  object edtmemo: TEdit
    Left = 91
    Top = 139
    Width = 241
    Height = 21
    TabOrder = 1
  end
  object edtbed: TEdit
    Left = 93
    Top = 80
    Width = 57
    Height = 21
    TabOrder = 2
  end
  object cboType: TComboBox
    Left = 92
    Top = 109
    Width = 107
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 3
  end
  object edtfloor: TEdit
    Left = 93
    Top = 48
    Width = 106
    Height = 21
    TabOrder = 4
  end
  object btnOk: TBitBtn
    Left = 64
    Top = 200
    Width = 65
    Height = 25
    Caption = #30830#35748
    ModalResult = 1
    TabOrder = 5
  end
  object btncancel: TBitBtn
    Left = 168
    Top = 200
    Width = 65
    Height = 25
    Caption = #21462#28040
    ModalResult = 2
    TabOrder = 6
  end
end

⌨️ 快捷键说明

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