main6_1.dfm

来自「这个是用delphi8开发的小区物业管理系统」· DFM 代码 · 共 80 行

DFM
80
字号
object mainForm: TmainForm
  Left = 192
  Top = 107
  Width = 453
  Height = 284
  Caption = #23567#21306#29289#19994#31649#29702#31995#32479
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIForm
  Menu = MainMenu1
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object ToolBar1: TToolBar
    Left = 0
    Top = 0
    Width = 445
    Height = 29
    ButtonHeight = 21
    ButtonWidth = 55
    Caption = 'ToolBar1'
    Flat = True
    ShowCaptions = True
    TabOrder = 0
    object ToolButton1: TToolButton
      Left = 0
      Top = 0
      Caption = #31995#32479#30331#24405
      ImageIndex = 0
    end
    object ToolButton2: TToolButton
      Left = 55
      Top = 0
      Caption = #20851#38381#31995#32479
      ImageIndex = 1
    end
  end
  object MainMenu1: TMainMenu
    Left = 232
    Top = 48
    object N1: TMenuItem
      Caption = #31995#32479
      object N8: TMenuItem
        Caption = #31995#32479#30331#24405
      end
      object N9: TMenuItem
        Caption = #29992#25143#31649#29702
      end
      object N10: TMenuItem
        Caption = #20462#25913#23494#30721
      end
      object N11: TMenuItem
        Caption = #20851#38381#31995#32479
      end
    end
    object N2: TMenuItem
      Caption = #27004#30424#31649#29702
    end
    object N3: TMenuItem
      Caption = #20303#25143#31649#29702
    end
    object N4: TMenuItem
      Caption = #20572#36710#31649#29702
    end
    object N5: TMenuItem
      Caption = #25910#36153#31649#29702
    end
    object N6: TMenuItem
      Caption = #25253#20462#31649#29702
    end
    object N7: TMenuItem
      Caption = #25237#35785#31649#29702
    end
  end
end

⌨️ 快捷键说明

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