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

📄 unit6.dfm

📁 本系统是一个房屋出租方面的管理系统
💻 DFM
字号:
object FormFWXXTJ: TFormFWXXTJ
  Left = 275
  Top = 194
  Width = 447
  Height = 356
  Caption = #25151#23627#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
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 439
    Height = 281
    Align = alTop
    Color = clSkyBlue
    TabOrder = 0
    object GroupBox1: TGroupBox
      Left = 8
      Top = 8
      Width = 425
      Height = 265
      Caption = #35831#36755#20837#28155#21152#20449#24687
      TabOrder = 0
      object Label2: TLabel
        Left = 192
        Top = 32
        Width = 60
        Height = 13
        Caption = #25151#23627#31867#21035#65306
      end
      object Label1: TLabel
        Left = 16
        Top = 32
        Width = 60
        Height = 13
        Caption = #25151#23627#32534#21495#65306
      end
      object Label3: TLabel
        Left = 16
        Top = 72
        Width = 60
        Height = 13
        Caption = #25151#23627#22823#23567#65306
      end
      object Label5: TLabel
        Left = 16
        Top = 112
        Width = 60
        Height = 13
        Caption = #24314#25151#26085#26399#65306
      end
      object Label7: TLabel
        Left = 184
        Top = 112
        Width = 48
        Height = 13
        Caption = #30701#31199#20215#65306
      end
      object Label4: TLabel
        Left = 192
        Top = 72
        Width = 60
        Height = 13
        Caption = #27004#23618#39640#24230#65306
      end
      object Label8: TLabel
        Left = 304
        Top = 112
        Width = 48
        Height = 13
        Caption = #38271#31199#20215#65306
      end
      object Label6: TLabel
        Left = 16
        Top = 144
        Width = 60
        Height = 13
        Caption = #25151#23627#37197#22791#65306
      end
      object Edit1: TEdit
        Left = 80
        Top = 24
        Width = 89
        Height = 21
        TabOrder = 0
        Text = 'Edit1'
      end
      object Edit2: TEdit
        Left = 80
        Top = 64
        Width = 97
        Height = 21
        TabOrder = 1
        Text = 'Edit2'
      end
      object Edit3: TEdit
        Left = 80
        Top = 104
        Width = 97
        Height = 21
        TabOrder = 2
        Text = 'Edit3'
      end
      object Edit4: TEdit
        Left = 232
        Top = 104
        Width = 65
        Height = 21
        TabOrder = 3
        Text = 'Edit4'
      end
      object ComboBox1: TComboBox
        Left = 256
        Top = 24
        Width = 145
        Height = 21
        ItemHeight = 13
        TabOrder = 4
        Text = 'ComboBox1'
        Items.Strings = (
          #21333#38388
          #22871#38388)
      end
      object ComboBox2: TComboBox
        Left = 256
        Top = 64
        Width = 145
        Height = 21
        ItemHeight = 13
        TabOrder = 5
        Text = 'ComboBox2'
        Items.Strings = (
          '1'
          '2'
          '3'
          '4'
          '5'
          '6'
          '7'
          '8'
          '9'
          '10')
      end
      object Edit5: TEdit
        Left = 360
        Top = 104
        Width = 49
        Height = 21
        TabOrder = 6
        Text = 'Edit5'
      end
      object Memo1: TMemo
        Left = 80
        Top = 144
        Width = 313
        Height = 105
        Lines.Strings = (
          'Memo1')
        TabOrder = 7
      end
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 281
    Width = 439
    Height = 40
    Align = alTop
    Color = clSkyBlue
    TabOrder = 1
    object BitBtn2: TBitBtn
      Left = 288
      Top = 7
      Width = 75
      Height = 25
      Caption = #21462#28040
      TabOrder = 0
      OnClick = BitBtn2Click
      Kind = bkCancel
    end
    object BitBtn1: TBitBtn
      Left = 96
      Top = 7
      Width = 75
      Height = 25
      Caption = #28155#21152
      TabOrder = 1
      OnClick = BitBtn1Click
      Kind = bkYes
    end
  end
end

⌨️ 快捷键说明

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