unit14.dfm

来自「本系统是一个房屋出租方面的管理系统」· DFM 代码 · 共 154 行

DFM
154
字号
object FormZHDJTJ: TFormZHDJTJ
  Left = 366
  Top = 247
  Width = 328
  Height = 197
  Caption = #20303#25143#20449#24687#28155#21152
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 320
    Height = 121
    Align = alTop
    Color = clSkyBlue
    TabOrder = 0
    object GroupBox1: TGroupBox
      Left = 8
      Top = 8
      Width = 305
      Height = 105
      Caption = #35831#36755#20837#20303#25143#30340#20449#24687#65306
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 0
      object Label2: TLabel
        Left = 8
        Top = 24
        Width = 63
        Height = 13
        Caption = #20303#25143#32534#21495#65306' '
      end
      object Label7: TLabel
        Left = 8
        Top = 76
        Width = 63
        Height = 13
        Caption = #36523#20221#35777#21495#65306' '
      end
      object Label4: TLabel
        Left = 158
        Top = 76
        Width = 60
        Height = 13
        Caption = #32852#31995#30005#35805#65306
      end
      object Label6: TLabel
        Left = 184
        Top = 48
        Width = 36
        Height = 13
        Caption = #24180#40836#65306
      end
      object Label3: TLabel
        Left = 152
        Top = 24
        Width = 63
        Height = 13
        Caption = #20303#25143#22995#21517#65306' '
      end
      object Label5: TLabel
        Left = 30
        Top = 48
        Width = 36
        Height = 13
        Caption = #24615#21035#65306
      end
      object Edit3: TEdit
        Left = 73
        Top = 40
        Width = 73
        Height = 21
        TabOrder = 0
      end
      object Edit1: TEdit
        Left = 72
        Top = 16
        Width = 73
        Height = 21
        TabOrder = 1
      end
      object Edit5: TEdit
        Left = 72
        Top = 68
        Width = 73
        Height = 21
        TabOrder = 2
      end
      object Edit2: TEdit
        Left = 224
        Top = 16
        Width = 73
        Height = 21
        TabOrder = 3
      end
      object Edit4: TEdit
        Left = 224
        Top = 40
        Width = 73
        Height = 21
        TabOrder = 4
      end
      object Edit6: TEdit
        Left = 224
        Top = 68
        Width = 73
        Height = 21
        TabOrder = 5
      end
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 121
    Width = 320
    Height = 41
    Align = alTop
    Color = clSkyBlue
    TabOrder = 1
    object BitBtn1: TBitBtn
      Left = 56
      Top = 8
      Width = 75
      Height = 25
      Caption = #28155#21152
      TabOrder = 0
      OnClick = BitBtn1Click
      Kind = bkOK
    end
    object BitBtn2: TBitBtn
      Left = 184
      Top = 8
      Width = 75
      Height = 25
      Caption = #21462#28040
      TabOrder = 1
      OnClick = BitBtn2Click
      Kind = bkCancel
    end
  end
end

⌨️ 快捷键说明

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