umain.dfm

来自「相关的销售服务管理行业的一个软件」· DFM 代码 · 共 81 行

DFM
81
字号
object frmmain: Tfrmmain
  Left = 131
  Top = 123
  Width = 544
  Height = 375
  Caption = 'frmmain'
  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
  WindowState = wsMaximized
  PixelsPerInch = 96
  TextHeight = 13
  object ToolBar1: TToolBar
    Left = 0
    Top = 0
    Width = 536
    Height = 36
    ButtonHeight = 31
    Caption = 'ToolBar1'
    TabOrder = 0
    object BitBtn1: TBitBtn
      Left = 0
      Top = 2
      Width = 66
      Height = 31
      Caption = '打印预览'
      TabOrder = 0
      OnClick = BitBtn1Click
    end
    object BitBtn2: TBitBtn
      Left = 66
      Top = 2
      Width = 66
      Height = 31
      Caption = '打  印'
      TabOrder = 1
      OnClick = BitBtn2Click
    end
    object BitBtn3: TBitBtn
      Left = 132
      Top = 2
      Width = 66
      Height = 31
      Caption = '关  闭'
      TabOrder = 2
      OnClick = BitBtn3Click
    end
  end
  object MainMenu1: TMainMenu
    Left = 128
    Top = 56
    object N4: TMenuItem
      Caption = '系统管理'
      object N5: TMenuItem
        Caption = '报表设置'
        OnClick = N5Click
      end
      object N6: TMenuItem
        Caption = '-'
      end
      object N3: TMenuItem
        Caption = '关       闭'
        OnClick = N3Click
      end
    end
    object N1: TMenuItem
      Caption = '业务处理'
      object N2: TMenuItem
        Caption = '验收单'
        OnClick = N2Click
      end
    end
  end
end

⌨️ 快捷键说明

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