⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit19.dfm

📁 本系统是一个房屋出租方面的管理系统
💻 DFM
字号:
object Form_MMXG: TForm_MMXG
  Left = 395
  Top = 286
  Width = 307
  Height = 236
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSizeToolWin
  Caption = #30331#38470#29992#25143#20449#24687#20462#25913
  Color = clSkyBlue
  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 = 299
    Height = 129
    Align = alTop
    Color = clSkyBlue
    TabOrder = 0
    object GroupBox1: TGroupBox
      Left = 8
      Top = 8
      Width = 281
      Height = 113
      Caption = #35831#36755#20837#26032#30340#29992#25143#21517#25110#23494#30721#65306
      Color = clSkyBlue
      ParentColor = False
      TabOrder = 0
      object Label1: TLabel
        Left = 48
        Top = 24
        Width = 56
        Height = 13
        Caption = #29992#25143#21517#65306
      end
      object Label2: TLabel
        Left = 48
        Top = 56
        Width = 56
        Height = 13
        Caption = #26032#23494#30721#65306
      end
      object Label3: TLabel
        Left = 40
        Top = 88
        Width = 70
        Height = 13
        Caption = #30830#35748#23494#30721#65306
      end
      object Edit1: TEdit
        Left = 104
        Top = 16
        Width = 121
        Height = 21
        TabOrder = 0
      end
      object Edit2: TEdit
        Left = 104
        Top = 48
        Width = 121
        Height = 21
        PasswordChar = '*'
        TabOrder = 1
      end
      object Edit3: TEdit
        Left = 104
        Top = 80
        Width = 121
        Height = 21
        PasswordChar = '*'
        TabOrder = 2
      end
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 129
    Width = 299
    Height = 72
    Align = alTop
    Color = clSkyBlue
    TabOrder = 1
    object GroupBox2: TGroupBox
      Left = 8
      Top = 8
      Width = 281
      Height = 57
      Caption = #30830#35748#25805#20316
      Color = clSkyBlue
      ParentColor = False
      TabOrder = 0
      object BitBtn1: TBitBtn
        Left = 40
        Top = 16
        Width = 75
        Height = 25
        Caption = #20462#25913
        TabOrder = 0
        OnClick = BitBtn1Click
        Kind = bkOK
      end
      object BitBtn2: TBitBtn
        Left = 176
        Top = 16
        Width = 75
        Height = 25
        Caption = #21462#28040
        TabOrder = 1
        OnClick = BitBtn2Click
        Kind = bkCancel
      end
    end
  end
end

⌨️ 快捷键说明

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