You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
84 lines
1.3 KiB
Modula-2
84 lines
1.3 KiB
Modula-2
; GeoSigmaDraw.def: 声明 DLL 的模块参数。
|
|
|
|
LIBRARY
|
|
|
|
EXPORTS
|
|
; 此处可以是显式导出
|
|
TestFunSigma;
|
|
CreateView;
|
|
CreateViewWithDC;
|
|
SetViewDC;
|
|
GetViewDC;
|
|
DestroyView;
|
|
OpenDocument;
|
|
SaveDocument;
|
|
NewDocument;
|
|
|
|
Initialize;
|
|
EnableRedraw;
|
|
DrawMem;
|
|
DrawDC;
|
|
GetScreenReal;
|
|
GetRealScreen;
|
|
GetRealHeight;
|
|
GetScreenHeight;
|
|
GetRealWidth;
|
|
GetScreenWidth;
|
|
GetElementCount;
|
|
SetScrollBar;
|
|
HScroll;
|
|
Scroll;
|
|
ViewEnlarge;
|
|
ViewReduce;
|
|
ViewExtend;
|
|
SetViewOperationKind;
|
|
SetViewWindow;
|
|
ViewMouseDown;
|
|
ViewMouseMove;
|
|
ViewMouseUp;
|
|
SetItem;
|
|
TestLayersLength;
|
|
GetLayers;
|
|
GetCurrentLayer;
|
|
SetCurrentLayer;
|
|
FindAddLayer;
|
|
DeleteLayer;
|
|
GetLayerStyleData;
|
|
RemoveCurveStyle;
|
|
RemovePointStyle;
|
|
SetLayerHowtoViewPoint;
|
|
SetLayerHowtoViewCurve;
|
|
SetLayerMoveUpCurveStyle
|
|
SetLayerMoveDownCurveStyle
|
|
CreateLayerCurveStyle
|
|
CreateLayerPointStyle
|
|
|
|
;选择
|
|
SelectStatusChanged;
|
|
SelectIsSameType;
|
|
SelectGetElement;
|
|
SelectSetElement
|
|
SelectRemoveCurveStyle
|
|
SelectRemovePointStyle
|
|
SelectMoveUpCurveStyle
|
|
SelectMoveDownCurveStyle
|
|
SelectCreateCurveStyle
|
|
SelectCreatePointStyle
|
|
SelectGetLayerName
|
|
SelectSetLayerByName
|
|
|
|
;符号
|
|
MarkLoopName
|
|
MarkLibraryLoopName
|
|
MarkLibraryLoopMark
|
|
MarkDrawByName
|
|
MarkLibraryDrawByName
|
|
MarkCopyLibraryToDocument
|
|
|
|
;其他
|
|
AddWell;
|
|
SetWellStratiUnits;
|
|
DrawBend;
|
|
MouseSelect;
|
|
OnLButtonDown;
|
|
OnLButtonUp; |