mainfrm.dfm

来自「适合新手 绝对精品 仓库管理系统 本人花钱购买来的源代」· DFM 代码 · 共 76 行

DFM
76
字号
object frmMain: TfrmMain
  Left = 191
  Top = 110
  Width = 544
  Height = 376
  Color = clAppWorkSpace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  FormStyle = fsMDIForm
  Menu = mmMain
  OldCreateOrder = False
  Position = poDesktopCenter
  WindowState = wsMaximized
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object imgMain: TImage
    Left = 0
    Top = 0
    Width = 536
    Height = 308
    Align = alClient
    AutoSize = True
    Stretch = True
  end
  object stsMain: TStatusBar
    Left = 0
    Top = 308
    Width = 536
    Height = 22
    Panels = <
      item
        Text = #27426#36814#20351#29992'%s'
        Width = 260
      end>
  end
  object mmMain: TMainMenu
    AutoHotkeys = maManual
    Left = 32
    Top = 160
    object miJbda: TMenuItem
      Caption = #22522#26412#26723#26696
      Hint = #22522#26412#26723#26696
      OnClick = miJbdaClick
    end
    object miCkgl: TMenuItem
      Caption = #20179#24211#31649#29702
      Hint = #20179#24211#31649#29702
      OnClick = miCkglClick
    end
    object miCxxt: TMenuItem
      Caption = #26597#35810#31995#32479
      Hint = #26597#35810#31995#32479
      OnClick = miCxxtClick
    end
    object miXtgn: TMenuItem
      Caption = #31995#32479#21151#33021
      Hint = #31995#32479#21151#33021
      OnClick = miXtgnClick
    end
    object miCxdl: TMenuItem
      Caption = #37325#26032#30331#24405
      Hint = #37325#26032#30331#38470
      OnClick = miCxdlClick
    end
    object btnClose: TMenuItem
      Caption = #36864#20986#31995#32479
      Hint = #20851#38381#31995#32479
      OnClick = btnCloseClick
    end
  end
end

⌨️ 快捷键说明

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