代码搜索:Mapobjects
找到约 512 项符合「Mapobjects」的源代码
代码结果 512
www.eeworm.com/read/162743/10277497
cpp maphelper.cpp
//////////////////////////////////////////////////////////////////////////
// MapHelper.cpp - Utility routines for working with the MapObjects control
//
#include "stdafx.h"
#include
www.eeworm.com/read/469183/6978792
frm drawtext.frm
VERSION 5.00
Object = "{9BD6A640-CE75-11D1-AF04-204C4F4F5020}#2.0#0"; "mo20.ocx"
Begin VB.Form Form1
Caption = "DrawShape方法和DrawText方法示例"
ClientHeight = 4860
ClientLeft
www.eeworm.com/read/469183/6978846
frm form1.frm
VERSION 5.00
Object = "{9BD6A640-CE75-11D1-AF04-204C4F4F5020}#2.0#0"; "mo20.ocx"
Object = "{6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.3#0"; "COMCTL32.OCX"
Begin VB.Form Form1
Caption =
www.eeworm.com/read/322387/13380940
txt log.txt
NEW SESSION
app_renderer() succesfully executed
Set 800x450 at 32 bits-per-pixel mode
loading textures/grass.jpg in load_jpg()
textures/grass.jpg loaded successfully
textu
www.eeworm.com/read/308848/13689758
cpp maphelper.cpp
//////////////////////////////////////////////////////////////////////////
// MapHelper.cpp - Utility routines for working with the MapObjects control
//
#include "stdafx.h"
#include
www.eeworm.com/read/302976/13824085
txt eagleeye.txt
鹰眼图在VB+<mark>MapObjects</mark>2.3中的实现(上)
Map1为主视图,Map2为鹰眼图(放置全图显示的图层,并且不会改变比例),以下俩段代码可以实现鹰眼睛图的显示,但是要想在Map2中实现拖动红色的矩形框(Map1的当前显示范围)来移动Map1中的显示范围,则需要用到gdi.dll,user32。dll的知识,将在后面作详细介绍该功能。
而红色矩形框的作用:在主视图(Map1)中进 ...
www.eeworm.com/read/481789/6638458
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
Public DC As New MapObjects2.DataConnection
Public gds As New MapObjects2.GeoDataset
Public FName As String
Public ShpLayer As New MapObjects2.MapLay
www.eeworm.com/read/478818/6703809
frm drawtext.frm
VERSION 5.00
Object = "{9BD6A640-CE75-11D1-AF04-204C4F4F5020}#2.0#0"; "mo20.ocx"
Begin VB.Form Form1
Caption = "DrawShape方法和DrawText方法示例"
ClientHeight = 4860
ClientLeft
www.eeworm.com/read/478818/6703871
frm form1.frm
VERSION 5.00
Object = "{9BD6A640-CE75-11D1-AF04-204C4F4F5020}#2.0#0"; "mo20.ocx"
Object = "{6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.3#0"; "COMCTL32.OCX"
Begin VB.Form Form1
Caption =
www.eeworm.com/read/408178/11402616
dpk xxx.dpk
package xxx;
{$R *.res}
{$R 'XControl1_TLB.dcr'}
{$R 'MapObjects2_TLB.dcr'}
{$R 'MoIMS_TLB.dcr'}
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTED