unit10.~dfm

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

~DFM
101
字号
object Form10: TForm10
  Left = 525
  Top = 225
  Width = 526
  Height = 423
  Caption = #35835#32773#20449#24687
  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 LabeledEdit1: TLabeledEdit
    Left = 40
    Top = 40
    Width = 121
    Height = 21
    EditLabel.Width = 24
    EditLabel.Height = 13
    EditLabel.Caption = #35777#21495
    TabOrder = 0
  end
  object LabeledEdit2: TLabeledEdit
    Left = 256
    Top = 40
    Width = 121
    Height = 21
    EditLabel.Width = 30
    EditLabel.Height = 13
    EditLabel.Caption = #22995#21517'  '
    TabOrder = 1
  end
  object LabeledEdit3: TLabeledEdit
    Left = 40
    Top = 112
    Width = 121
    Height = 21
    EditLabel.Width = 30
    EditLabel.Height = 13
    EditLabel.Caption = #24615#21035'  '
    TabOrder = 2
  end
  object LabeledEdit4: TLabeledEdit
    Left = 256
    Top = 120
    Width = 121
    Height = 21
    EditLabel.Width = 30
    EditLabel.Height = 13
    EditLabel.Caption = #32452#21035'  '
    TabOrder = 3
  end
  object LabeledEdit5: TLabeledEdit
    Left = 40
    Top = 208
    Width = 121
    Height = 21
    EditLabel.Width = 57
    EditLabel.Height = 13
    EditLabel.Caption = #21487#20511#25968#37327'   '
    TabOrder = 4
  end
  object LabeledEdit6: TLabeledEdit
    Left = 256
    Top = 216
    Width = 121
    Height = 21
    EditLabel.Width = 57
    EditLabel.Height = 13
    EditLabel.Caption = #24050#20511#25968#37327'   '
    TabOrder = 5
  end
  object Button1: TButton
    Left = 360
    Top = 336
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 6
    OnClick = Button1Click
  end
  object LabeledEdit7: TLabeledEdit
    Left = 40
    Top = 288
    Width = 121
    Height = 21
    EditLabel.Width = 69
    EditLabel.Height = 13
    EditLabel.Caption = #32047#35745#20511#20070#37327'   '
    TabOrder = 7
  end
  object DataSource1: TDataSource
    DataSet = Form2.Query1
    Left = 288
    Top = 280
  end
end

⌨️ 快捷键说明

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