main.dfm

来自「Led识别与统计系统,基于DELPHI 7.0下」· DFM 代码 · 共 59 行

DFM
59
字号
object MainFrm: TMainFrm
  Left = 194
  Top = 124
  Width = 742
  Height = 544
  BorderWidth = 2
  Caption = 'HVRealtime'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  Position = poDesktopCenter
  OnClose = FormClose
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object MainMenu1: TMainMenu
    Left = 168
    Top = 56
    object Snap1: TMenuItem
      Caption = 'Snap'
      object Open1: TMenuItem
        Caption = 'Open'
        GroupIndex = 1
        OnClick = Open1Click
      end
      object Start1: TMenuItem
        Caption = 'Start'
        GroupIndex = 1
        OnClick = Start1Click
      end
      object Stop1: TMenuItem
        Caption = 'Stop'
        GroupIndex = 1
        OnClick = Stop1Click
      end
      object Close1: TMenuItem
        Caption = 'Close'
        GroupIndex = 1
        OnClick = Close1Click
      end
      object N1: TMenuItem
        Caption = '-'
        GroupIndex = 1
      end
      object Negative1: TMenuItem
        Caption = 'Negative'
        GroupIndex = 2
        OnClick = Negative1Click
      end
    end
  end
end

⌨️ 快捷键说明

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