亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

add-ins

  • Lotus Notes開發用的在線DHTML編輯器,基于Active X control 1. This rich text editor is based on the editor used

    Lotus Notes開發用的在線DHTML編輯器,基于Active X control 1. This rich text editor is based on the editor used in an older sandbox posting I found. The majority of this code was NOT written by me. Credit goes to someone at Lotus (I think) for the original code. I only extended the base code to add more features, such as cut/copy/paste and adding tables. 2. This editor is based on an Active X control, so it will only work in Internet Explorer. I tested this in IE 5.5, but I think it should would in IE 5.x The Active X control is marked "safe for scripting" and should not trigger a warning from your browser about unsafe content.

    標簽: editor control Active Lotus

    上傳時間: 2016-11-27

    上傳用戶:kr770906

  • This example application requires several components to be setup and configured before running. It

    This example application requires several components to be setup and configured before running. It is assumed that you understand how to setup a Web application and add the components below.

    標簽: application components configured requires

    上傳時間: 2016-12-02

    上傳用戶:大三三

  • ResOrg 圖形化管理Vc項目的資源ID的工具的源代碼。 ResOrg - Manage and Renumber Resource Symbol IDs Introduction The

    ResOrg 圖形化管理Vc項目的資源ID的工具的源代碼。 ResOrg - Manage and Renumber Resource Symbol IDs Introduction The Resource ID Organiser (ResOrg for short) is an Add-in for Visual C++ designed to help overcome one of the most annoying (and unnecessary) chores of developing/maintaining Windows applications - maintaining resource symbol ID values.

    標簽: ResOrg Introduction Renumber Resource

    上傳時間: 2013-12-25

    上傳用戶:dsgkjgkjg

  • Family Tree This a geneology program for entering your family tree. It s a complete working app but

    Family Tree This a geneology program for entering your family tree. It s a complete working app but has no reports within it. You can add pictures and name the individuals in the pictures using a really cool frame and name technique. You can also add census information and lots more.

    標簽: geneology entering complete program

    上傳時間: 2016-12-16

    上傳用戶:www240697738

  • Protel DXP 2004注冊文件,打開DXP 2004

    Protel DXP 2004注冊文件,打開DXP 2004,點擊"add license file",在瀏覽中找到DXP2004.alf

    標簽: 2004 DXP Protel

    上傳時間: 2014-01-19

    上傳用戶:hoperingcong

  • 遠程抄表系統的客戶端程序 安徽六安項目-客戶端程序 0 開發環境 Delphi 7.0 所需控件 mxOutlookBar 數 據 庫 Sybase 11.5 1 04-12-

    遠程抄表系統的客戶端程序 安徽六安項目-客戶端程序 0 開發環境 Delphi 7.0 所需控件 mxOutlookBar 數 據 庫 Sybase 11.5 1 04-12-17 根據安徽六安項目需求開發。 2 04-12-31 基本功能模塊定義完畢。 05-01-10 開發基本完畢。 3 05-3月下旬 六安現場調試、測試、試運行、正式運行。 4 05-07-19 更改可以遠方調試DSP參數,新增加 50 - 59號指令。 更改數據庫結構 alter table tx_BianTai add fd_DspMaxU decimal(6,2) null, fd_DspMinU decimal(6,2) null, fd_DspMaxT decimal(6,2) null, fd_DspMinT decimal(6,2) null, fd_DspMaxXB decimal(6,2) null, fd_DspTQTime decimal(6,2) null, //投切間隔 fd_DspLQTime decimal(6,2) null //冷卻時間 更改一些小細節,比如:密碼驗證模塊等等。 5 05-07-19

    標簽: mxOutlookBar Delphi Sybase 11.5

    上傳時間: 2016-12-31

    上傳用戶:kbnswdifs

  • AR6001 WLAN Driver for SDIO installation Read Me March 26,2007 (based on k14 fw1.1) Windows CE Em

    AR6001 WLAN Driver for SDIO installation Read Me March 26,2007 (based on k14 fw1.1) Windows CE Embedded CE 6.0 driver installation. 1. Unzip the installation file onto your system (called installation directory below) 2. Create an OS design or open an existing OS design in Platform Builder 6.0. a. The OS must support the SD bus driver and have an SD Host Controller driver (add these from Catalog Items). b. Run image size should be set to allow greater than 32MB. 3. a. From the Project menu select Add Existing Subproject... b. select AR6K_DRV.pbxml c. select open This should create a subproject within your OS Design project for the AR6K_DRV driver. 4. Build the solution.

    標簽: installation Windows Driver March

    上傳時間: 2014-09-06

    上傳用戶:yuzsu

  • 用jAVA實現的一個CPU32位的指令代碼

    用jAVA實現的一個CPU32位的指令代碼,雖然簡單點實現move,add,sub id,num等指令,但有比較好的參考學習

    標簽: jAVA CPU 32 指令

    上傳時間: 2017-01-04

    上傳用戶:450976175

  • 創建進度條 jpb = new JProgressBar() jbutton = new JButton("觀看演示") jbutton.addActionListener(th

    創建進度條 jpb = new JProgressBar() jbutton = new JButton("觀看演示") jbutton.addActionListener(this) this.getContentPane().add(jbutton) //設置進度條的前景色為紅色 jpb.setForeground(Color.red) this.getContentPane().add(jpb) //給進度條注冊事件監聽器

    標簽: jbutton addActionListener JProgressBar new

    上傳時間: 2017-01-06

    上傳用戶:wl9454

  • COM組件調用方法: 首先 運行 “注冊USBPass組件.bat”

    COM組件調用方法: 首先 運行 “注冊USBPass組件.bat” ,在系統中注冊USBPassW.dll 和 USBPassR.dll 1>在VB6.0的調用 打開一個工程 菜單->工程->引用-> 在打開的窗口中 選擇“USBPass-Write (基于U盤的授權系統 V3.0)”和“USBPass-Write (基于U盤的授權系統 V3.0)” 然后可按照Demo中的方式使用。 2>在Delphi7的調用 打開一個工程 菜單-> Project-> Import Type Library...->在打開的窗口中分別選擇 “USBPass-Write (基于U盤的授權系統 V3.0)(Version 1.0)”和“USBPass-Write (基于U盤的授權系統 V3.0)(Version 1.0)” 然后點擊按鈕"Install..." 然后在 控件欄的“ActiveX”頁上找到兩個對應的COM,再按照Demo中的方法使用。 3>在VC6.0 中調用 打開一個工程 按Ctrl+W調出類向導,按Add Class按鈕彈出新菜單,選From a type libarary,然后定位到USBPassW.dll 和USBPassR.dll,接下來會出來 該simpCOM中的所有接口,選擇你想生成的接口包裝類后,向導會自動生成相應的.cpp和.h文件. 這樣你就可以在你的MFC工程中像使用普通類那樣使用COM組件了. 具體的見 如何在VC++中調用標準COM組件.mht

    標簽: USBPass COM bat 運行

    上傳時間: 2014-01-06

    上傳用戶:爺的氣質

主站蜘蛛池模板: 新建县| 鹿邑县| 沁水县| 泽普县| 巴彦县| 达尔| 揭西县| 都昌县| 扶风县| 密山市| 东光县| 九江县| 广宁县| 高密市| 黄冈市| 含山县| 旌德县| 桦川县| 泰安市| 崇仁县| 黔南| 泽库县| 临沂市| 鸡西市| 浏阳市| 广昌县| 黔江区| 阳原县| 南充市| 锦屏县| 海安县| 绥棱县| 武平县| 黄浦区| 永昌县| 华阴市| 定南县| 仙游县| 卓尼县| 如皋市| 麻阳|