Konstante: Razlika med redakcijama
Iz SDMS
Jump to navigationJump to search (Nova stran z vsebino: __NOTOC__ {{Work}} == Constants== <source class="declaration">Const dtPolygon As Long = 5</source> <source class="declaration">Const gtNet As Long = 0</source> 2010-03-22 14...) |
m |
||
| Vrstica 1: | Vrstica 1: | ||
| − | |||
{{Work}} | {{Work}} | ||
== Constants== | == Constants== | ||
| − | <source | + | <source> |
| + | Const dtPolygon As Long = 5 | ||
| + | Const gtNet As Long = 0 | ||
| + | </source> | ||
| − | |||
| − | |||
| − | |||
==Code Page Translation Constants== | ==Code Page Translation Constants== | ||
| − | <source | + | <source> |
| + | Const cptNone As Long = 0 | ||
| + | Const cptOEM As Long = 1 | ||
| + | Const cptYUASCII As Long = 2 | ||
| + | </source> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
==Docking windows Constants== | ==Docking windows Constants== | ||
| − | <source | + | <source> |
| − | + | Const dwAerialView As Long = 7 | |
| − | + | Const dwAll As Long = 0 | |
| − | + | Const dwCoorCalc As Long = 6 | |
| − | + | Const dwCustomForm As Long = 9 | |
| − | + | Const dwDrawItem As Long = 10 | |
| − | + | Const dwDrawList As Long = 2 | |
| − | + | Const dwGeoEditor As Long = 5 | |
| − | + | Const dwHintList As Long = 3 | |
| − | + | Const dwLayer As Long = 4 | |
| − | + | Const dwMap As Long = 1 | |
| − | + | Const dwMediaPlayer As Long = 8 | |
| − | + | </source> | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
==Draw item type Constants== | ==Draw item type Constants== | ||
| − | <source | + | <source> |
| − | + | Const dtBarGraph As Long = 7 | |
| − | + | Const dtBasic As Long = 13 | |
| − | + | Const dtFixed As Long = 12 | |
| − | + | Const dtGrid As Long = 14 | |
| − | + | Const dtHidden As Long = 15 | |
| − | + | Const dtImageHatch As Long = 5 | |
| − | + | Const dtIncluded As Long = 11 | |
| − | + | Const dtLineHatch As Long = 9 | |
| − | + | Const dtObject As Long = 3 | |
| − | + | Const dtPieGraph As Long = 8 | |
| − | + | Const dtPointHatch As Long = 10 | |
| − | + | Const dtPolyLine As Long = 4 | |
| − | + | Const dtRaster As Long = 6 | |
| − | + | Const dtSymbol As Long = 1 | |
| − | + | Const dtText As Long = 2 | |
| − | + | </source> | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
==Draw List Operation Constants== | ==Draw List Operation Constants== | ||
| − | <source | + | <source> |
| − | + | Const dlDisplayOff As Long = 2 | |
| − | + | Const dlDisplayOn As Long = 1 | |
| + | Const dlHintsOff As Long = 512 | ||
| + | Const dlHintsOn As Long = 256 | ||
| + | Const dlLayerOff As Long = 131072 | ||
| + | Const dlLegendOff As Long = 8192 | ||
| + | Const dlLegendOn As Long = 4096 | ||
| + | Const dlSearchOff As Long = 32 | ||
| + | Const dlSearchOn As Long = 16 | ||
| + | </source> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
==Export topology type Constants== | ==Export topology type Constants== | ||
| − | <source | + | <source> |
| − | + | Const exttArcInfPoint As Long = 0 | |
| − | + | Const exttArcInfPolygon As Long = 2 | |
| − | + | Const exttArcInfPolyline As Long = 1 | |
| − | + | Const exttShapePoint As Long = 0 | |
| + | Const exttShapePolygon As Long = 2 | ||
| + | Const exttShapePolygonZ As Long = 4 | ||
| + | Const exttShapePolyline As Long = 1 | ||
| + | Const exttShapePolylineZ As Long = 3 | ||
| + | </source> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
==Export type Constants== | ==Export type Constants== | ||
| − | <source | + | <source> |
| − | + | Const extArcInfo As Long = 3 | |
| − | + | Const extASCIIDelimited As Long = 0 | |
| − | + | Const extASCIIFixed As Long = 1 | |
| − | + | Const extDXF As Long = 4 | |
| − | + | Const extODBC As Long = 2 | |
| − | + | Const extShape As Long = 5 | |
| − | + | </source> | |
| − | |||
| − | |||
| − | |||
| − | |||
==Field Type Constants== | ==Field Type Constants== | ||
| − | <source | + | <source> |
| + | Const ftBoolean As Long = 4 | ||
| + | Const ftDate As Long = 2 | ||
| + | Const ftNumber As Long = 1 | ||
| + | Const ftObject As Long = 3 | ||
| + | Const ftString As Long = 0 | ||
| + | </source> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
==Fill mode Constants== | ==Fill mode Constants== | ||
| − | <source class="declaration">Const fmOpaque As Long = 0 | + | <source class="declaration">Const fmOpaque As Long = 0 |
| − | + | Const fmTransparent As Long = 1</source> | |
| − | |||
| − | |||
==Font style Constants== | ==Font style Constants== | ||
| − | <source class="declaration">Const fsBold As Long = 1 | + | <source class="declaration">Const fsBold As Long = 1 |
| − | + | Const fsBoldItalic As Long = 3 | |
| − | + | Const fsItalic As Long = 2 | |
| − | + | Const fsNormal As Long = 0</source> | |
| − | |||
| − | |||
| − | |||
| − | |||
==Form view style Constants== | ==Form view style Constants== | ||
| − | <source class="declaration">Const saAuto As Long = 1</source> | + | <source class="declaration">Const saAuto As Long = 1 |
| + | Const saPredefined As Long = 2</source> | ||
| − | |||
| − | |||
| − | |||
==Grid Type Constants== | ==Grid Type Constants== | ||
| − | <source class="declaration">Const gtCrossSections As Long = 1</source> | + | <source class="declaration">Const gtCrossSections As Long = 1 |
| + | Const gtNormal As Long = 0</source> | ||
| − | |||
| − | |||
| − | |||
==HLS Color Constants== | ==HLS Color Constants== | ||
| − | <source class="declaration">Const hlsBlue As Long = 160</source> | + | <source class="declaration">Const hlsBlue As Long = 160 |
| + | Const hlsCyan As Long = 120 | ||
| + | Const hlsGreen As Long = 80 | ||
| + | Const hlsMagenta As Long = 200 | ||
| + | Const hlsRed As Long = 0 | ||
| + | Const hlsYellow As Long = 40</source> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
==Horizontal align Constants== | ==Horizontal align Constants== | ||
| − | <source class="declaration">Const haCenter As Long = 1 | + | <source class="declaration">Const haCenter As Long = 1 |
| − | + | Const haLeft As Long = 0 | |
| − | + | Const haRight As Long = 2</source> | |
| − | |||
| − | |||
| − | |||
==Image formats Constants== | ==Image formats Constants== | ||
| − | <source class="declaration">Const ifBMP As Long = 0</source> | + | <source class="declaration">Const ifBMP As Long = 0 |
| + | Const ifBMP_RLE As Long = 1 | ||
| + | Const ifJPG As Long = 2 | ||
| + | Const ifPNG As Long = 5 | ||
| + | Const ifTIF As Long = 3 | ||
| + | Const ifTIF_G4 As Long = 4</source> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
==Import type Constants== | ==Import type Constants== | ||
| − | <source class="declaration">Const imtArcInfo As Long = 3 | + | <source class="declaration">Const imtArcInfo As Long = 3 |
| − | + | Const imtASCII As Long = 0 | |
| − | + | Const imtDXF As Long = 4 | |
| − | + | Const imtODBC As Long = 2 | |
| − | + | Const imtSdms15 As Long = 1</source> | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
==Licence types Constants== | ==Licence types Constants== | ||
| − | <source class="declaration">Const ltAccademic As Long = 5</source> | + | <source class="declaration">Const ltAccademic As Long = 5 |
| + | Const ltEngine As Long = 2 | ||
| + | Const ltToolkit As Long = 3 | ||
| + | Const ltViewer As Long = 1 | ||
| + | Const ltWebServer As Long = 4</source> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
==Object Types Constants== | ==Object Types Constants== | ||
| − | <source class="declaration">Const otApplication As Long = 1 | + | <source class="declaration">Const otApplication As Long = 1 |
| − | + | Const otDialog As Long = 16 | |
| − | + | Const otDrawList As Long = 14 | |
| − | + | Const otFolder As Long = 0 | |
| − | + | Const otHatch As Long = 2 | |
| − | + | Const otHintList As Long = 15 | |
| − | + | Const otHotkey As Long = 3 | |
| − | + | Const otLayer As Long = 4 | |
| − | + | Const otLineType As Long = 5 | |
| − | + | Const otMenu As Long = 7 | |
| − | + | Const otModule As Long = 6 | |
| − | + | Const otPrintLayout As Long = 8 | |
| − | + | Const otSymbol As Long = 9 | |
| − | + | Const otTable As Long = 10 | |
| − | + | Const otToolbar As Long = 11 | |
| − | + | Const otUser As Long = 12 | |
| − | + | Const otUserGroup As Long = 13</source> | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
==Polygon filter type Constants== | ==Polygon filter type Constants== | ||
| − | <source class="declaration">Const pftFullIn As Long = 3 | + | <source class="declaration">Const pftFullIn As Long = 3 |
| − | + | Const pftFullInNotTouch As Long = 4 | |
| − | + | Const pftFullPartIn As Long = 2 | |
| − | + | Const pftFullPartInQuick As Long = 0 | |
| − | + | Const pftFullPartInTouch As Long = 1 | |
| − | + | Const pftTouchCross As Long = 7 | |
| − | + | Const pftTouchCrossIn As Long = 6 | |
| − | + | Const pftTouchCrossOut As Long = 8 | |
| − | + | Const pftTouchIn As Long = 5 | |
| − | + | Const pftTouchOut As Long = 9</source> | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
==Print layout items Constants== | ==Print layout items Constants== | ||
| − | <source class="declaration">Const piDrawItem As Long = 8</source> | + | <source class="declaration">Const piDrawItem As Long = 8 |
| + | Const piHatch As Long = 3 | ||
| + | Const piImage As Long = 4 | ||
| + | Const piLabel As Long = 0 | ||
| + | Const piLine As Long = 2 | ||
| + | Const piMap As Long = 6 | ||
| + | Const piOLE As Long = 5 | ||
| + | Const piPrintLayout As Long = 7 | ||
| + | Const piSymbol As Long = 1</source> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
==Sort order Constants== | ==Sort order Constants== | ||
| − | <source class="declaration">Const soAccending As Long = 0</source> | + | <source class="declaration">Const soAccending As Long = 0 |
| + | Const soDescending As Long = 1 | ||
| + | Const soNaturalAccending As Long = 2 | ||
| + | Const soNaturalDescending As Long = 3</source> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
==Standard Color Constants== | ==Standard Color Constants== | ||
| − | <source class="declaration">Const Aqua As Long = 16776960 | + | <source class="declaration">Const Aqua As Long = 16776960 |
| − | + | Const Black As Long = 0 | |
| − | + | Const Blue As Long = 16711680 | |
| − | + | Const DkGray As Long = 4210752 | |
| − | + | Const Fuchsia As Long = 16711935 | |
| − | + | Const Gray As Long = 8421504 | |
| − | + | Const Green As Long = 32768 | |
| − | + | Const Lime As Long = 65280 | |
| − | + | Const LtGray As Long = 12632256 | |
| − | + | Const Maroon As Long = 128 | |
| − | + | Const Navy As Long = 8388608 | |
| + | Const Olive As Long = 32896 | ||
| + | Const Purple As Long = 8388736 | ||
| + | Const Red As Long = 255 | ||
| + | Const Silver As Long = 12632256 | ||
| + | Const Teal As Long = 8421376 | ||
| + | Const White As Long = 16777215 | ||
| + | Const Yellow As Long = 65535</source> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
==Text Style Constants== | ==Text Style Constants== | ||
| − | <source class="declaration">Const tsBold As Long = 1</source> | + | <source class="declaration">Const tsBold As Long = 1 |
| + | Const tsBoldItalic As Long = 3 | ||
| + | Const tsItalic As Long = 2 | ||
| + | Const tsNormal As Long = 0</source> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
==Topology type Constants== | ==Topology type Constants== | ||
| − | <source class="declaration">Const ttArc As Long = 13 | + | <source class="declaration">Const ttArc As Long = 13 |
| − | + | Const ttCircle As Long = 12 | |
| − | + | Const ttNoTopology As Long = 20 | |
| + | Const ttPoint As Long = 0 | ||
| + | Const ttPolygon As Long = 2 | ||
| + | Const ttPolyLine As Long = 1 | ||
| + | Const ttRectangle As Long = 11</source> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
==Transparent mode Constants== | ==Transparent mode Constants== | ||
| − | <source class="declaration">Const tmOpaque As Long = 0 | + | <source class="declaration">Const tmOpaque As Long = 0 |
| − | + | Const tmTransparent As Long = 1</source> | |
| − | |||
| − | |||
==Vertical align Constants== | ==Vertical align Constants== | ||
| − | <source class="declaration">Const vaBottom As Long = 2 | + | <source class="declaration">Const vaBottom As Long = 2 |
| − | + | Const vaCenter As Long = 1 | |
| − | + | Const vaTop As Long = 0</source> | |
| − | |||
| − | |||
| − | |||
[[Category:SDMS Basic]] | [[Category:SDMS Basic]] | ||
Redakcija: 10:15, 26. marec 2010
Ta stran je trenutno še v izdelavi.
Vsebina
- 1 Constants
- 2 Code Page Translation Constants
- 3 Docking windows Constants
- 4 Draw item type Constants
- 5 Draw List Operation Constants
- 6 Export topology type Constants
- 7 Export type Constants
- 8 Field Type Constants
- 9 Fill mode Constants
- 10 Font style Constants
- 11 Form view style Constants
- 12 Grid Type Constants
- 13 HLS Color Constants
- 14 Horizontal align Constants
- 15 Image formats Constants
- 16 Import type Constants
- 17 Licence types Constants
- 18 Object Types Constants
- 19 Polygon filter type Constants
- 20 Print layout items Constants
- 21 Sort order Constants
- 22 Standard Color Constants
- 23 Text Style Constants
- 24 Topology type Constants
- 25 Transparent mode Constants
- 26 Vertical align Constants
Constants
Const dtPolygon As Long = 5
Const gtNet As Long = 0Code Page Translation Constants
Const cptNone As Long = 0
Const cptOEM As Long = 1
Const cptYUASCII As Long = 2Docking windows Constants
Const dwAerialView As Long = 7
Const dwAll As Long = 0
Const dwCoorCalc As Long = 6
Const dwCustomForm As Long = 9
Const dwDrawItem As Long = 10
Const dwDrawList As Long = 2
Const dwGeoEditor As Long = 5
Const dwHintList As Long = 3
Const dwLayer As Long = 4
Const dwMap As Long = 1
Const dwMediaPlayer As Long = 8Draw item type Constants
Const dtBarGraph As Long = 7
Const dtBasic As Long = 13
Const dtFixed As Long = 12
Const dtGrid As Long = 14
Const dtHidden As Long = 15
Const dtImageHatch As Long = 5
Const dtIncluded As Long = 11
Const dtLineHatch As Long = 9
Const dtObject As Long = 3
Const dtPieGraph As Long = 8
Const dtPointHatch As Long = 10
Const dtPolyLine As Long = 4
Const dtRaster As Long = 6
Const dtSymbol As Long = 1
Const dtText As Long = 2Draw List Operation Constants
Const dlDisplayOff As Long = 2
Const dlDisplayOn As Long = 1
Const dlHintsOff As Long = 512
Const dlHintsOn As Long = 256
Const dlLayerOff As Long = 131072
Const dlLegendOff As Long = 8192
Const dlLegendOn As Long = 4096
Const dlSearchOff As Long = 32
Const dlSearchOn As Long = 16Export topology type Constants
Const exttArcInfPoint As Long = 0
Const exttArcInfPolygon As Long = 2
Const exttArcInfPolyline As Long = 1
Const exttShapePoint As Long = 0
Const exttShapePolygon As Long = 2
Const exttShapePolygonZ As Long = 4
Const exttShapePolyline As Long = 1
Const exttShapePolylineZ As Long = 3Export type Constants
Const extArcInfo As Long = 3
Const extASCIIDelimited As Long = 0
Const extASCIIFixed As Long = 1
Const extDXF As Long = 4
Const extODBC As Long = 2
Const extShape As Long = 5Field Type Constants
Const ftBoolean As Long = 4
Const ftDate As Long = 2
Const ftNumber As Long = 1
Const ftObject As Long = 3
Const ftString As Long = 0Fill mode Constants
Const fmOpaque As Long = 0
Const fmTransparent As Long = 1Font style Constants
Const fsBold As Long = 1
Const fsBoldItalic As Long = 3
Const fsItalic As Long = 2
Const fsNormal As Long = 0Form view style Constants
Const saAuto As Long = 1
Const saPredefined As Long = 2Grid Type Constants
Const gtCrossSections As Long = 1
Const gtNormal As Long = 0HLS Color Constants
Const hlsBlue As Long = 160
Const hlsCyan As Long = 120
Const hlsGreen As Long = 80
Const hlsMagenta As Long = 200
Const hlsRed As Long = 0
Const hlsYellow As Long = 40Horizontal align Constants
Const haCenter As Long = 1
Const haLeft As Long = 0
Const haRight As Long = 2Image formats Constants
Const ifBMP As Long = 0
Const ifBMP_RLE As Long = 1
Const ifJPG As Long = 2
Const ifPNG As Long = 5
Const ifTIF As Long = 3
Const ifTIF_G4 As Long = 4Import type Constants
Const imtArcInfo As Long = 3
Const imtASCII As Long = 0
Const imtDXF As Long = 4
Const imtODBC As Long = 2
Const imtSdms15 As Long = 1Licence types Constants
Const ltAccademic As Long = 5
Const ltEngine As Long = 2
Const ltToolkit As Long = 3
Const ltViewer As Long = 1
Const ltWebServer As Long = 4Object Types Constants
Const otApplication As Long = 1
Const otDialog As Long = 16
Const otDrawList As Long = 14
Const otFolder As Long = 0
Const otHatch As Long = 2
Const otHintList As Long = 15
Const otHotkey As Long = 3
Const otLayer As Long = 4
Const otLineType As Long = 5
Const otMenu As Long = 7
Const otModule As Long = 6
Const otPrintLayout As Long = 8
Const otSymbol As Long = 9
Const otTable As Long = 10
Const otToolbar As Long = 11
Const otUser As Long = 12
Const otUserGroup As Long = 13Polygon filter type Constants
Const pftFullIn As Long = 3
Const pftFullInNotTouch As Long = 4
Const pftFullPartIn As Long = 2
Const pftFullPartInQuick As Long = 0
Const pftFullPartInTouch As Long = 1
Const pftTouchCross As Long = 7
Const pftTouchCrossIn As Long = 6
Const pftTouchCrossOut As Long = 8
Const pftTouchIn As Long = 5
Const pftTouchOut As Long = 9Print layout items Constants
Const piDrawItem As Long = 8
Const piHatch As Long = 3
Const piImage As Long = 4
Const piLabel As Long = 0
Const piLine As Long = 2
Const piMap As Long = 6
Const piOLE As Long = 5
Const piPrintLayout As Long = 7
Const piSymbol As Long = 1Sort order Constants
Const soAccending As Long = 0
Const soDescending As Long = 1
Const soNaturalAccending As Long = 2
Const soNaturalDescending As Long = 3Standard Color Constants
Const Aqua As Long = 16776960
Const Black As Long = 0
Const Blue As Long = 16711680
Const DkGray As Long = 4210752
Const Fuchsia As Long = 16711935
Const Gray As Long = 8421504
Const Green As Long = 32768
Const Lime As Long = 65280
Const LtGray As Long = 12632256
Const Maroon As Long = 128
Const Navy As Long = 8388608
Const Olive As Long = 32896
Const Purple As Long = 8388736
Const Red As Long = 255
Const Silver As Long = 12632256
Const Teal As Long = 8421376
Const White As Long = 16777215
Const Yellow As Long = 65535Text Style Constants
Const tsBold As Long = 1
Const tsBoldItalic As Long = 3
Const tsItalic As Long = 2
Const tsNormal As Long = 0Topology type Constants
Const ttArc As Long = 13
Const ttCircle As Long = 12
Const ttNoTopology As Long = 20
Const ttPoint As Long = 0
Const ttPolygon As Long = 2
Const ttPolyLine As Long = 1
Const ttRectangle As Long = 11Transparent mode Constants
Const tmOpaque As Long = 0
Const tmTransparent As Long = 1Vertical align Constants
Const vaBottom As Long = 2
Const vaCenter As Long = 1
Const vaTop As Long = 0