f_myactivex.dfm

来自「Delphi basic program. Basic programing」· DFM 代码 · 共 81 行

DFM
81
字号
object myActiveX: TmyActiveX
  Left = 313
  Top = 163
  Width = 438
  Height = 293
  Caption = 'myActiveX'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 430
    Height = 266
    Align = alClient
    BevelInner = bvLowered
    BevelWidth = 5
    Caption = 'Panel1'
    TabOrder = 0
    object ScrollBox1: TScrollBox
      Left = 10
      Top = 10
      Width = 410
      Height = 246
      Align = alClient
      TabOrder = 0
      object Image1: TImage
        Left = 0
        Top = 0
        Width = 402
        Height = 236
        AutoSize = True
        PopupMenu = PopupMenu1
      end
    end
  end
  object PopupMenu1: TPopupMenu
    MenuAnimation = [maLeftToRight]
    Left = 154
    Top = 114
    object N1: TMenuItem
      Caption = #21152#36733#22270#20687#25991#20214
      OnClick = N1Click
    end
    object N2: TMenuItem
      Caption = #35774#32622#32972#26223#39068#33394
      OnClick = N2Click
    end
    object N3: TMenuItem
      Caption = #20445#23384#22270#20687#25991#20214
      OnClick = N3Click
    end
    object N4: TMenuItem
      Caption = #20840#22270#26174#31034
      OnClick = N4Click
    end
    object N5: TMenuItem
      Caption = #27491#24120#23610#23544#26174#31034
      OnClick = N5Click
    end
  end
  object OpenPictureDialog1: TOpenPictureDialog
    Left = 178
    Top = 90
  end
  object SavePictureDialog1: TSavePictureDialog
    Left = 106
    Top = 74
  end
  object ColorDialog1: TColorDialog
    Left = 370
    Top = 138
  end
end

⌨️ 快捷键说明

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