unit9.dfm

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

DFM
50
字号
object Form9: TForm9
  Left = 646
  Top = 228
  Width = 408
  Height = 351
  Caption = #36755#20837#26465#30721
  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 id_Ledit: TLabeledEdit
    Left = 88
    Top = 80
    Width = 121
    Height = 21
    EditLabel.Width = 90
    EditLabel.Height = 13
    EditLabel.Caption = #36755#20837#22270#20070#26465#30721'      '
    TabOrder = 0
  end
  object Button1: TButton
    Left = 104
    Top = 168
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 264
    Top = 168
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 2
    OnClick = Button2Click
  end
  object DataSource1: TDataSource
    DataSet = Form8.Query1
    Left = 208
    Top = 256
  end
end

⌨️ 快捷键说明

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