frm_mainu.dfm

来自「小区物业管理系统,能实现小区物业管理的各项功能」· DFM 代码 · 共 109 行

DFM
109
字号
object Frm_main: TFrm_main
  Left = 222
  Top = 222
  Width = 766
  Height = 472
  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 = Mmenu
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object TBar: TToolBar
    Left = 0
    Top = 0
    Width = 758
    Height = 33
    ButtonHeight = 21
    ButtonWidth = 55
    Caption = 'TBar'
    ShowCaptions = True
    TabOrder = 0
    object tbtnLouyuInfo: TToolButton
      Left = 0
      Top = 2
      Caption = #25151#23627#20449#24687
      MenuItem = Nlouyu
    end
    object tbtnYZinfo: TToolButton
      Left = 55
      Top = 2
      Caption = #19994#20027#20449#24687
      MenuItem = Nyzinfo
    end
    object tbtnCarFee: TToolButton
      Left = 110
      Top = 2
      Caption = #36710#20301#20449#24687
      MenuItem = NCar
    end
    object tbtnFeeSet: TToolButton
      Left = 165
      Top = 2
      Caption = #36153#29992#35774#32622
      MenuItem = NFeeSet
    end
  end
  object Mmenu: TMainMenu
    Left = 40
    Top = 40
    object N1: TMenuItem
      Caption = #31995#32479
      object NClose: TMenuItem
        Caption = #36864#20986
        OnClick = NCloseClick
      end
    end
    object N2: TMenuItem
      Caption = #23567#21306#20449#24687
      object Nlouyu: TMenuItem
        Caption = #25151#23627#20449#24687
        OnClick = NlouyuClick
      end
      object Nyzinfo: TMenuItem
        Caption = #19994#20027#20449#24687
        OnClick = NyzinfoClick
      end
      object NCar: TMenuItem
        Caption = #36710#20301#20449#24687
        OnClick = NCarClick
      end
    end
    object N_Set: TMenuItem
      Caption = #35774#32622
      object NFeeSet: TMenuItem
        Caption = #36153#29992#35774#32622
        OnClick = NFeeSetClick
      end
      object N4: TMenuItem
        Caption = '-'
      end
      object NoperatorSet: TMenuItem
        Caption = #25805#20316#21592#31649#29702
        OnClick = NoperatorSetClick
      end
      object NChangePWD: TMenuItem
        Caption = #26356#25913#23494#30721
        OnClick = NChangePWDClick
      end
      object Nabout: TMenuItem
        Caption = #20851#20110
        OnClick = NaboutClick
      end
      object N5: TMenuItem
        Caption = '-'
      end
    end
  end
end

⌨️ 快捷键说明

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