unit1.dfm

来自「程序是在C++Builder 5+Windows 2000的环境下编译通过。若在」· DFM 代码 · 共 71 行

DFM
71
字号
object Form1: TForm1
  Left = 292
  Top = 140
  Width = 441
  Height = 294
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object ScrollBox1: TScrollBox
    Left = 0
    Top = 0
    Width = 433
    Height = 248
    Align = alClient
    TabOrder = 0
    object Image1: TImage
      Left = 0
      Top = 0
      Width = 361
      Height = 225
    end
  end
  object MainMenu1: TMainMenu
    Left = 88
    Top = 40
    object File1: TMenuItem
      Caption = 'File'
      object CaptureScreen1: TMenuItem
        Caption = 'Capture Screen'
        OnClick = CaptureScreen1Click
      end
      object CaptureWindow1: TMenuItem
        Caption = 'Capture Window'
        OnClick = CaptureWindow1Click
      end
      object Capture1: TMenuItem
        Caption = 'Capture Region'
        OnClick = Capture1Click
      end
      object N1: TMenuItem
        Caption = '-'
      end
      object SaveAs1: TMenuItem
        Caption = 'Save As'
        OnClick = SaveAs1Click
      end
      object N2: TMenuItem
        Caption = '-'
      end
      object Exit1: TMenuItem
        Caption = 'Exit'
        OnClick = Exit1Click
      end
    end
  end
  object SaveDialog1: TSaveDialog
    Left = 138
    Top = 42
  end
end

⌨️ 快捷键说明

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