登录
首页 » PowerBuilder » 自动注册柯达组件

自动注册柯达组件

于 2020-06-19 发布 文件大小:746KB
0 288
下载积分: 1 下载次数: 0

代码说明:

  自动批量注册柯达主件,供PB使用OLE开发图像缩放,翻转,打印功能(Automatic batch registration of Kodak components for PB to use OLE to develop image zooming, flipping and printing functions)

文件列表:

自动注册柯达组件\自动注册柯达组件.bat, 2305 , 2007-03-27
自动注册柯达组件\keda\imgadmin.ocx, 102672 , 2000-01-10
自动注册柯达组件\keda\imgcmn.dll, 60688 , 2000-01-10
自动注册柯达组件\keda\imgedit.ocx, 306448 , 2003-06-19
自动注册柯达组件\keda\imgscan.ocx, 117520 , 2000-01-10
自动注册柯达组件\keda\imgshl.dll, 13584 , 2000-01-10
自动注册柯达组件\keda\imgthumb.ocx, 107792 , 2000-01-10
自动注册柯达组件\keda\imm32.dll, 96528 , 2003-06-19
自动注册柯达组件\keda\jpeg1x32.dll, 27920 , 2000-01-10
自动注册柯达组件\keda\jpeg2x32.dll, 38160 , 2000-01-10
自动注册柯达组件\keda\oieng400.dll, 444176 , 2003-06-19
自动注册柯达组件\keda\oiprt400.dll, 13072 , 2000-01-10
自动注册柯达组件\keda\oislb400.dll, 21776 , 2000-01-10
自动注册柯达组件\keda\oissq400.dll, 13072 , 2000-01-10
自动注册柯达组件\keda\oitwa400.dll, 25872 , 2000-01-10
自动注册柯达组件\keda\oiui400.dll, 61712 , 2003-06-19
自动注册柯达组件\keda\tifflt.dll, 33552 , 2000-01-10
自动注册柯达组件\keda\xiffr3_0.dll, 641808 , 2000-01-10
自动注册柯达组件\keda, 0 , 2007-10-30
自动注册柯达组件, 0 , 2007-10-30

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Python
    说明:  Python的基础资料,适合新手进行学习,附带讲解的PPT资料(Python basic materials, suitable for beginners to learn, with explanation of the PPT materials)
    2020-06-21 19:20:01下载
    积分:1
  • BP_GitChat
    BP(back propagation)神经网络是1986年由Rumelhart和McClelland为首的科学家提出的概念,是一种按照误差逆向传播算法训练的多层前馈神经网络,是目前应用最广泛的神经网络,py实现(BP (back propagation) neural network is a concept put forward by Rumelhart and McClelland in 1986. It is a multi-layer feedforward neural network trained by error back propagation algorithm. It is the most widely used neural network at present.)
    2019-05-06 14:07:38下载
    积分:1
  • vb_drawline
    在vb中添加picturebox控件,通过鼠标动态移动实现曲线的绘制。(Add in vb picturebox control, achieved by moving the mouse dynamic curve drawing.)
    2011-09-18 12:09:59下载
    积分:1
  • 41708
    酷狗TV关闭效果易语言源码,程序结合易语言扩展界面支持库和应用接口支持库,实现酷狗TV关闭效果。(Cool Dog TV off effect easy language source code , the program combined with easy language support library expansion interface and application interface support library that implements the cool dog TV off effect .)
    2016-10-08 07:55:19下载
    积分:1
  • 09_ListCtrlDemo
    VC++ 6.0,MFC,List控件,演示列表控件的使用方法。(VC++ 6.0, MFC, List controls, demonstrates the use of the list control.)
    2013-06-05 22:24:03下载
    积分:1
  • drawwindow_src
    应用程序向导已为您创建了这个 DrawWindow 应用程序。(Application Wizard has been created for you this DrawWindow application.)
    2008-05-30 17:28:17下载
    积分:1
  • ZNodes
    qt中提供了QGphicsView,QGraphicsScene,QGraphicsItem,QGraphicsPixmapItem是QGraphicsItem的子类 分辨创建它们的实例:view,scene,item,然后通过各自的方法scene->addItem(item);view->setScene(scene);就可以达到类似下图的效果,想要进一步定制,则要继承QGraphicsItem或QGraphicsPixmapItem,然后重写paint()、boundingRect()等方法,此外如果还想要获取鼠标事件,重写mousePressEvent等事件就好了,注意,一旦重写了mousePressEvent方法,就以为了qt不会再自动处理item的任何press事件了,可以在你重写的mousePressEvent方法中最后添加QGraphicsItem::mousePressEvent(event);解决这个问题,就是说你获取到了鼠标事件,但是依然让qt处理这个鼠标事件。(QGphics View, QGraphics Scene, QGraphics Item and QGraphics PixmapItem are provided in qt. They are subclasses of QGraphics Item. Resolve the instances of creating them: view, scene, item, and then use their respective methods scene - > addItem (item); view - > setScene (scene); you can achieve the effect similar to the figure below. If you want to further customize, you need to inherit QGraphics Item or QGraphics Pixmap Item, and then rewrite paint (), boundingRect () and other methods, and if you want to do so. If you want to get mouse events, rewrite events like mousePressEvent. Note that once you rewrite the mousePressEvent method, you think that QT will no longer automatically handle any press events of item. You can finally add QGraphics Item:: mousePressEvent (event) to your rewritten mousePressEvent method to solve this problem. That is, you get the mouse event, but still let QT handle the mouse event.)
    2020-06-16 20:20:01下载
    积分:1
  • MultiWin
    说明:  VC++ 中实现对多画面窗口的控制,基于MDI的MFC程序,用四个按钮控件控制四个文档窗口的显示(VC++ to implement multi-screen window, control, the MFC-based MDI program, with four button controls for four of the document window display)
    2009-09-02 21:02:41下载
    积分:1
  • python
    说明:  适合初学者编程小程序,适合熟悉python基本使用,可重复性强(Suitable for beginners to program small programs, suitable for familiar with the basic use of python, strong repeatability)
    2020-06-21 17:20:01下载
    积分:1
  • 0831836
    一个简单的绘图程序,绘出清晰的图案,并且可保存,打开,标题随所打开的内容而改变,()
    2018-04-27 12:52:18下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载