⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 f_myactivex.dfm

📁 Delphi basic program. Basic programing guide for delphi language. Several samples are giving.
💻 DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -