0% found this document useful (0 votes)
819 views10 pages

PML Full

The document contains the setup for a form in DraftSight with various buttons to call macros for drafting commands related to moving, rotating, dimensions, labels, zooming, deleting, and more. There are over 30 frames with over 150 buttons that will call macros to execute specific drafting functions when clicked.

Uploaded by

darkdarkhbk
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
819 views10 pages

PML Full

The document contains the setup for a form in DraftSight with various buttons to call macros for drafting commands related to moving, rotating, dimensions, labels, zooming, deleting, and more. There are over 30 frames with over 150 buttons that will call macros to execute specific drafting functions when clicked.

Uploaded by

darkdarkhbk
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 10

setup form !!

Drafttools
title 'VK DRAFT COMMANDS'
HDIS 0
VDIS 0
frame .frame1'Move Commands'
button .X1 'X-50' CALL |BY X-50 REFRESH|
button .X2 'X-15' CALL |BY X-15 REFRESH|
button .X3 'X-10' CALL |BY X-10 REFRESH|
button .X4 'X-5' CALL |BY X-5 REFRESH|
button .X5 'X-2' CALL |BY X-2 REFRESH|
button .X6 'X-1' CALL |BY X-1 REFRESH|
button .X7 'X-0.5' CALL |BY X-0.5 REFRESH|
button .X8 'X-0.1' CALL |BY X-0.1 REFRESH|
button .X9 'X0.1' CALL |BY X0.1 REFRESH|
button .X10 'X0.5' CALL |BY X0.5 REFRESH|
button .X11 'X1' CALL |BY X1 REFRESH|
button .X12 'X2' CALL |BY X2 REFRESH|
button .X13 'X5' CALL |BY X5 REFRESH|
button .X14 'X10' CALL |BY X10 REFRESH|
button .X15 'X15' CALL |BY X15 REFRESH|
button .X16 'X50' CALL |BY X50 REFRESH|

button .Y1 'Y-50' CALL |BY Y-50 REFRESH|AT XMIN_X1 YMAX+0.1


button .Y2 'Y-15' CALL |BY Y-15 REFRESH|
button .Y3 'Y-10' CALL |BY Y-10 REFRESH|
button .Y4 'Y-5' CALL |BY Y-5 REFRESH|
button .Y5 'Y-2' CALL |BY Y-2 REFRESH|
button .Y6 'Y-1' CALL |BY Y-1 REFRESH|
button .Y7 'Y-0.5' CALL |BY Y-0.5 REFRESH|
button .Y8 'Y-0.1' CALL |BY Y-0.1 REFRESH|
button .Y9 'Y0.1' CALL |BY Y0.1 REFRESH|
button .Y10 'Y0.5' CALL |BY Y0.5 REFRESH|
button .Y11 'Y1' CALL |BY Y1 REFRESH|
button .Y12 'Y2' CALL |BY Y2 REFRESH|
button .Y13 'Y5' CALL |BY Y5 REFRESH|
button .Y14 'Y10' CALL |BY Y10 REFRESH|
button .Y15 'Y15' CALL |BY Y15 REFRESH|
button .Y16 'Y50' CALL |BY Y50 REFRESH|
exit

path down
frame .frame2 'Rotate Commands'
path Right
button .QADEG 'QAdg' CALL |Q ADEG|tooltip |Q Adeg|
button .DEG0 '0' CALL |Adeg 0|tooltip |Rotate 0|
button .DEG90 '90' CALL |Adeg 90|tooltip |Rotate 90|
button .DEG180 '180' CALL |Adeg 180|tooltip |Rotate 180|
button .DEG270 '270' CALL |Adeg 270|tooltip |Rotate 270|
exit

frame .frame3 'Misc Commands'


button .plot 'Plot' CALL |PLOT CE PRINT 'MINL 0.22,COL
BW,VIEW,EXPAND/TOFIT,ROTATE/TOFIT' A3|tooltip|Go to print ce|
button .SW 'Switch' CALL |SWITCH|tooltip |Switch|
button .MV 'AT$@' CALL |AT $@|tooltip |AT $@|
button .BY 'BY$@' CALL |BY $@|tooltip |BY $@|
button .DDNA 'ID$@' CALL |DDNA ID$@|tooltip |DDNA ID$@|
button .idpon 'IDP$@' call 'on idp $@' tooltip |on idp|
button .CLEAR 'Cls' CALL |ALPHA REQ CLEAR|tooltip |Clean Command Window|
exit

frame .frame19 'Update Commands'


button .U1 'UPDSN' CALL |UPDATE DESIGN|tooltip |Update Design|
button .U2 'UPANO' CALL |UPDATE ANNO|tooltip |Update Annotation|
button .U3 'UPALL' CALL |UPDATE ALL|tooltip |Update All|
exit

path Down
frame .frame4 'Dimension Commands'AT XMIN_frame2 YMAX+0.1
path Right
button .HDIM 'HDim' CALL |NEW LDIM FROM ID $@ TO ID $@|tooltip |New Dim Horiz|
button .VDIM 'VDim' CALL |NEW LDIM Direction N FROM ID $@ TO ID $@|tooltip |New Dim
Vert|
button .FDIM 'FDim' CALL |FROM ID $@|tooltip |from Dimension|
button .TDIM 'TDim' CALL |TO ID $@|tooltip |To Dimension|
button .Bdim 'BDim' CALL |INSERT ID$@|tooltip |Break Dimension|
button .DTH 'HTxt' CALL |DTANGLE HORIZ|tooltip |Dim Text Horiz|
button .DTV 'VTxt' CALL |DTANGLE VERT|tooltip |Dim Text Vert|
button .DTD 'DTxt' CALL |DTANGLE DEF|tooltip |Dim Text Default|
button .DTP 'PTxt' CALL |DTANGLE PAR|tooltip |Dim Text Parallel|
button .Ecor 'E-cord' CALL |NEW LDIM FROM POS OF $@ FROM POS OF $@ Pltxt '#POSE'|
tooltip |East Cord|
button .Ncor 'N-cord' CALL |NEW LDIM Direction N FROM POS OF $@ FROM POS OF $@
Pltxt '#POSN'|tooltip |North Cord|
button .PLCL 'PLCL$@' CALL |PLCL $@|tooltip |PLCL $@|
button .OSHT 'OSHT$@' CALL |OSHT $@|tooltip |OSHT $@|
button .DTRIM 'DTrim' CALL |PLCLEAR $@| tooltip |Dim Line Trim|AT XMIN_HDIM
YMAX+0.1
button .DOFFL 'DimL' CALL |DTOFF -8.0 0| tooltip |Dim Left Offset|
button .DOFFR 'DimR' CALL |DTOFF 8.0 0| tooltip |Dim Right Offset|
button .DOFF1 'Dimoff' CALL |DTOFF 0 3.0| tooltip |Dim Std Offset|
button .LEADATT 'Lead$@' CALL |LEAD ATTA $@| tooltip |Leader to $@|
button .LEADCN 'Leadcn$@' CALL |LEAD CONN $@| tooltip |Leader Conn $@|
button .GAP 'Gap$@' CALL |GAP $@| tooltip |Gap for text intersecting Dimline|
button .DELGAP 'Dl-Gp$@' CALL |GAP DELETE $@| tooltip |Gap DELETE IN Dimline|
button .ALLGAPDEL 'Dl-Gp-al' CALL |GAP DELETE ALL| tooltip |Supprss all Gaps|
button .TIDY 'Gp-TIDY' CALL |GAP TIDY| tooltip |Delete all unused Gaps from label|
button .MVE 'DPOS$@' CALL |DPOS $@|tooltip |DPOS $@|
exit

path Down
frame .frame23 'Angular Dimension Commands'AT XMIN_frame4 YMAX+0.1
path Right
button .ADIM 'ADim' CALL |NEW ADIM on id $@|tooltip |New Dim Angular|
button .DDPT 'DDPT' CALL |FROM $@ TO ID $@|tooltip |ANG DIM DDPT|
button .DPOI 'DPOI' CALL |FR POS $@ TO POS $@|tooltip |ANG DIM DPOI|
button .ADIR 'ADIR' CALL |FR DIR N10E TO DIR N30E|tooltip |ANG DIM ADIR|
button .APPT 'APPT' CALL |FR DIR IDP $@ TO DIR IDP $@|tooltip |ANG DIM APPT|
exit

frame .frame17 'Pkdist Commands'


button .PKS 'PKDS' CALL |PKDISTANCE 0|tooltip |Dim PKDISTANCE START|
button .PKM 'PKDM' CALL |PKDISTANCE 0.5|tooltip |Dim PKDISTANCE MIDDLE|
button .PKE 'PKDE' CALL |PKDISTANCE 1|tooltip |Dim PKDISTANCE END|
exit

frame .frame24 'Delete Null bad ref Commands'


button .ndim 'NDIM' CALL |DELETE NULL DIM|tooltip |Supprime toutes les dimensions
bad ref|
button .nSYMB 'NSYMB' CALL |DELETE NULL SYMB|tooltip |Supprime toutes les symbols
bad ref|
button .NANNO 'NANNO' CALL |DELETE NULL ANNOTATION|tooltip |Supprime toutes les
annotations bad ref|
button .NGLAB 'NGLAB' CALL |DELETE NULL GLAB|tooltip |Supprime toutes les Glab bad
ref|
button .Nidli 'NIDLI' CALL |DELETE NULL IDLI|tooltip |Supprime toutes les IDLI bad
ref|
exit

path Down
frame .frame25 'Pkey commands'AT XMIN_frame4 YMAX+0.1
path Right
button .MEM 'MEM' CALL |PKEY MEML| tooltip |Dim PKEY to MEM|
button .TOS 'TOS' CALL |PKEY TOS| tooltip |Dim PKEY to TOS|
button .NA 'NA' CALL |PKEY NA| tooltip |Dim PKEY to NA|
button .BOS 'BOS' CALL |PKEY BOS| tooltip |Dim PKEY to BOS|
button .LTOS 'LTOS' CALL |PKEY LTOS| tooltip |Dim PKEY to LTOS|
button .RTOS 'RTOS' CALL |PKEY RTOS| tooltip |Dim PKEY to RTOS|
button .LBOS 'LBOS' CALL |PKEY LBOS| tooltip |Dim PKEY to LBOS|
button .RBOS 'RBOS' CALL |PKEY RBOS| tooltip |Dim PKEY to RBOS|
button .AA 'AA' CALL |PKEY AA| tooltip |Dim PKEY to AA|
button .SS 'SS' CALL |PKEY SS| tooltip |Dim PKEY to SS|
button .MM 'MM' CALL |PKEY MM| tooltip |Dim PKEY to MM|
button .GG 'GG' CALL |PKEY GG| tooltip |Dim PKEY to GG|
button .TOAX 'TOAX' CALL |PKEY TOAX| tooltip |Dim PKEY to TOAX|
button .TOAY 'TOAY' CALL |PKEY TOAY| tooltip |Dim PKEY to TOAY|
button .LBOA 'LBOA' CALL |PKEY LBOA| tooltip |Dim PKEY to LBOA|
button .RTOA 'RTOA' CALL |PKEY RTTA| tooltip |Dim PKEY to RTOA|
button .LTOC 'LTOC' CALL |PKEY LTOC| tooltip |Dim PKEY to LTOC|AT XMIN_MEM YMAX+0.1
button .RTOC 'RTOC' CALL |PKEY RTOC| tooltip |Dim PKEY to RTOC|
button .LBOC 'LBOC' CALL |PKEY LBOC| tooltip |Dim PKEY to LTOC|
button .RBOC 'RBOC' CALL |PKEY RTOC| tooltip |Dim PKEY to RTOC|
button .FOC 'FOC' CALL |PKEY FOC| tooltip |Dim PKEY to FOC|
button .IOC 'IOC' CALL |PKEY IOC| tooltip |Dim PKEY to IOC|
exit

path Down
frame .frame31 'View'AT XMIN_frame4 YMAX+0.1
path Right
button .dlref 'Dl-Ref' CALL |CALLDRG XMIDLNAM VIEW|tooltip |Drawlist-ref|
button .dlist 'D-list' CALL |CALLDRG XDRAWLIST MODIFY|tooltip |Drawlist|
button .Lview 'Limit' CALL |CALLDRG XVIEW MODIFY ORTHO |tooltip |Limit defined|
button .Uview 'User' CALL |CALLDRG XVIEW MODIFY USER|tooltip |User defined|
button .Lrule 'Lrule' CALL |CALLMREP XLIBMREP VIEW|tooltip |Local Rule|
button .Hrule 'Hrule' CALL |CALLMREP XLIBMREPH VIEW|tooltip |Hatch Rule|
exit

frame .frame32 'Delete'


button .Delce 'CE' CALL |CALLDRG MDELCE|tooltip |Delete CE|
button .Delme 'MEM' CALL |CALLDRG MDELMEM|tooltip |Delete Members|
button .Delgr 'GRP' CALL |CALLDRG XDELETEN|tooltip |Delete Group|
exit

frame .frame6 'Zoom'


button .ZoomE 'Z-E' CALL |EDIT _cdrCadcGa1_n1 AREA LIMITS -1000 -1000 TO 3000 2000|
tooltip |Zoom Extend|
button .ZoomA 'Z-A' CALL |EDIT _cdrCadcGa1_n1 AREA LIMITS 0 0 TO 841 594|tooltip |
Zoom All|
exit

frame .frame33 'Drawing'


button .drgatt 'Define' CALL |CALLDRG XDRWG MODIFY|tooltip |Drawing definition|
exit

frame .frame29 'CLAIM'


button .UCA 'UCA' CALL |UNCLAIM ALL|tooltip |UNCLAIM ALL|
exit

path Down
frame .frame18 'Labels & Attributes'AT XMIN_frame4 YMAX+0.1
path Right
button .labels 'Label' CALL |show !!draLabels|tooltip |Label tool|
button .glabatt 'G-TXT' CALL |show _CDRGLTXATT|tooltip |Glab att|
button .Latt 'G-LEA' CALL |show _CDRGLLLATT|tooltip |Leaderline att|
button .Fatt 'G-LFR' CALL |show _CDRGLLFATT|tooltip |Leader frame att|
button .slabatt 'SL-Att' CALL |show _CDRSLABATT|tooltip |Slab att|
exit

frame .frame26 'Leader'


button .LlN 'ON' CALL |LLEA ON|tooltip |Leader line On|
button .LlF 'OFF' CALL |LLEA OFF|tooltip |Leader line Off|
exit

frame .frame20 'Leader Terminators'


button .LTN 'ON' CALL |LTER oN|tooltip |Leader ON|
button .LTF 'OFF' CALL |LTER off|tooltip |Leader Off|
button .LTA 'ARROW' CALL |LTER ARROW|tooltip |Leader Arrow|
button .LTD 'DOTT' CALL |LTER Dot|tooltip |Leader Dotted|
button .LTO 'OBLIQ' CALL |LTER OBLIQUE|tooltip |Leader Oblique|
exit

frame .frame21 'L-Frame'


button .LFN 'ON' CALL |LFRA ON|tooltip |Lframe On|
button .LFF 'OFF' CALL |LFRA OFF|tooltip |Lframe Off|
exit

path Down
frame .frame7 'Editor - Labels & Text'AT XMIN_frame18 YMAX+0.1
path Right
button .TEXTED 'Edit' CALLBACK 'show _CDRQTEXT free'
button .DMTXT 'Dmtxt' CALLBACK 'show !!CDRDMTEXT'
button .PTXT 'Ptxt' CALLBACK 'show !!CDRPLTEXT'
button .UPCASE 'Ucase' CALLBACK '!!CE.BTEXT = UPCASE (!!CE.BTEXT)'
button .LOCASE 'Lcase' CALLBACK '!!CE.BTEXT = LOWCASE (!!CE.BTEXT)'
exit

frame .frame9 'RevCloud'


button .Cloud4 'RC S' CALL |$m C:\PDMS-MAC\cloud.mac 4|tooltip |Cloud 4|
button .Cloud5 'RC M' CALL |$m C:\PDMS-MAC\cloud.mac 5|tooltip |Cloud 5|
button .Cloud10 'RC B' CALL |$m C:\PDMS-MAC\cloud.mac 10|tooltip |Cloud 10|
exit

frame .frame10 'Highlight'


button .HCE 'CE' CALL |HIGHLIGHT|tooltip |Highlight|
button .HDN 'DDNA' CALL |HIGHLIGHT DDNA|tooltip |High DDNA|
exit

frame .frame28 'SAVE & GET WORKS'


button .SAV 'SAVEWORK' CALL |SAVEWORK|tooltip |SAVEWORK|
button .GET 'GETWORK' CALL |GETWORK|tooltip |GETWORK|
exit

frame .frame11 'Copy - Paste'AT XMIN_frame7 YMAX+0.1


button .STRA 'Stra' CALL |VAR1 NAME| tooltip |Set in Var1|
button .SYMB 'Symb' CALL |VAR2 NAME| tooltip |Set in Var2|
button .TEXP 'Texp' CALL |VAR3 NAME| tooltip |Set in Var3|
button .GLAB 'Glab' CALL |VAR4 NAME| tooltip |Set in Var4|
button .SLAB 'Slab' CALL |VAR5 NAME| tooltip |Set in Var5|
button .RECT 'Rect' CALL |VAR6 NAME| tooltip |Set in Var6|
button .OUTL 'Outl' CALL |VAR7 NAME| tooltip |Set in Var7|
button .CIRC 'Circ' CALL |VAR8 NAME| tooltip |Set in Var8|
button .CSTRA 'Stra' CALL |NEW STRA COPY $$V1| tooltip |Copy Stra V1|AT XMIN_STRA
YMAX+0.1
button .CSYMB 'Symb' CALL |NEW SYMB COPY $$V2| tooltip |Copy Symb V2|
button .CTEXP 'Texp' CALL |NEW TEXP COPY $$V3| tooltip |Copy Texp V3|
button .CGLAB 'Glab' CALL |NEW GLAB COPY $$V4| tooltip |Copy Glab V4|
button .CSLAB 'Slab' CALL |NEW SLAB COPY $$V5| tooltip |Copy Slab V5|
button .CRECT 'Rect' CALL |NEW RECT COPY $$V6| tooltip |Copy Rect V6|
button .COUTL 'Outl' CALL |NEW OUTL COPY $$V7| tooltip |Copy Outl V7|
button .CCIRC 'Circ' CALL |NEW CIRC COPY $$V8| tooltip |Copy Circ V8|
exit

frame .frame14 'Jump to'


button .REG 'REGI' CALL |REGI|tooltip|Go to REGI|
button .DRG 'DRWG' CALL |DRWG|tooltip|Go to DRWG|
button .SHE 'SHEET' CALL |SHEE|tooltip|Go to SHEET|
button .VW 'VIEW' CALL |VIEW|tooltip|Go to VIEW|
button .LY 'LAY' CALL |LAY|tooltip|Go to LAYER|AT XMIN_REG YMAX+0.1
button .VNT 'VNOTE' CALL |VNOTE|tooltip|Go to VNOTE|
button .TRF 'TMRF' CALL |GOTO TMRF|tooltip|Go to TMRF|
button .OWN 'OWNER' CALL |OWN|tooltip|Go to Owner|
exit

frame .frame27 'LEAD DEG'


button .LD0 '00' CALL |LEAD 0 DEG HORI AT $@| tooltip |Leader 0*|
button .LD45 '45' CALL |LEAD 45 DEG HORI AT $@| tooltip |Leader 45*|
button .LD55 '55' CALL |LEAD 55 DEG HORI AT $@| tooltip |Leader 55*|AT XMIN_LD0
YMAX+0.1
button .LD90 '90' CALL |LEAD 90 DEG HORI AT $@| tooltip |Leader 90*|
button .LD30 '30' CALL |LEAD 30 DEG HORI AT $@| tooltip |Leader 30*|
exit

frame .frame22 'Primitives'AT XMIN_frame11 YMAX+0.1


button .FPT 'FPT' CALL |FPT $@|tooltip|FROM POINT PICK|
button .MPT 'MPT' CALL |MPT $@|tooltip|MID POINT PICK|
button .TPT 'TPT' CALL |TPT $@|tooltip|TO POINT PICK|
button .nsty 'Nstyle' CALL |Q nlstyle|tooltip|Nlstyle|
button .ncol 'Ncolour' CALL |Q nlcolour|tooltip|Nlcolour|
button .Fsty 'Fstyle' CALL |Q Fstyle|tooltip|Fill Style|
button .Fcol 'Fcolour' CALL |Q Fcolour|tooltip|Fill Colour|
button .TRM 'Trim' CALL |CALLEDR XTRIM|tooltip | Trim|
button .Frad 'F-Rad' CALL |q Frad|tooltip|Fillet radius|
button .MCOPY 'M-Copy' CALL |CALLEDR XCOPYPRIM|tooltip|MULTIPLE COPY|
button .MMOVE 'M-Move' CALL |CALLEDR MPBY BY|tooltip|MULTIPLE MOVE|
button .MIRROR 'Mirror' CALL |show _CDRMIRCOPY free|tooltip|MIRROR|
EXIT

path Down
frame .frame16 'General Query'AT XMIN_frame11 YMAX+0.1
path Right

button .ATT 'Att' CALL |Q ATT|tooltip |CE Attributes|


button .Name 'Name' CALL |Q Name|tooltip |Q name|
button .Tit 'Title' CALL |Q Title|tooltip |Q Title|
button .BSRF 'BSRF' CALL |Q BSRF|tooltip |Q Bsrf|
button .TMRF 'TMRF' CALL |Q TMRF|tooltip |Q TMRF|
button .Qdir 'Dir' CALL |Q Dir| tooltip |View Direction|
button .Vratio 'V-Ratio' CALL |Q Vratio|tooltip |View ratio|
button .VSCALE 'V-Scale' CALL |Q Vscale| tooltip |View Scale|
button .SC 'SYM-Scale' CALL |Q xysc|tooltip |Identify Scale|
button .ARCT 'ARC-Tol' CALL |Q ARCT|tooltip |Arc Tolerence|
button .Ref 'Ref' CALL |Q Ref|tooltip |Identify Ref number|AT XMIN_STRA YMAX+0.1
button .CEM 'Celmt' CALL |Q ce|tooltip |Q ce|
button .Len 'Lent' CALL |Q len|tooltip |Q stra length|
button .Rrsf 'RRSF' CALL |Q RRSF|tooltip |Q Rrsf|
button .Hrsf 'HRSF' CALL |Q HRSF|tooltip |Q Hrsf|
button .idli 'Idli' CALL |Q Idln|tooltip |View dralist name|
button .VSIZE 'V-Frame' CALL |Q SIZE| tooltip |View Frame Size|
button .vtype 'V-Type' CALL |Q vtype|tooltip |View Type|
button .Lvis 'Lvis' CALL |Q Lvis|tooltip |View visibility|
button .Thpos 'Thpos' CALL |Q Thpos|tooltip |View Thru poistion|
button .NLP 'Nlpen' CALL |Q NLPEN|tooltip |Identify Color|
exit

frame .frame30 'Data Base'


button .File 'Start' CALL |File /C:\PDMS-MAC\db\test.txt|tooltip|Locate the file|
button .End 'End' CALL |File end|tooltip|End the Program|
button .Output 'Expo' CALL |output ce|tooltip|Export the file|AT XMIN_file YMAX+0.1
button .Input 'Impo' CALL |$m /C:\PDMS-MAC\db\test.txt|tooltip|Import the file|
EXIT

show !!Drafttools

!this.ATT.BACKGROUND = 0
!this.Tit.BACKGROUND = 0
!this.CEM.BACKGROUND = 0
!this.Ref.BACKGROUND = 0
!this.vratio.BACKGROUND = 0
!this.vscale.BACKGROUND = 0
!this.qdir.BACKGROUND = 0
!this.SC.BACKGROUND = 0
!this.BSRF.BACKGROUND = 0
!this.TMRF.BACKGROUND = 0
!this.RRsf.BACKGROUND = 0
!this.hRsf.BACKGROUND = 0
!this.Vsize.BACKGROUND = 0
!this.Arct.BACKGROUND = 0
!this.Lvis.BACKGROUND = 0
!this.Vtype.BACKGROUND = 0
!this.Thpos.BACKGROUND = 0
!this.idli.BACKGROUND = 0
!this.Nlp.BACKGROUND = 0
!this.Name.BACKGROUND = 0
!this.len.BACKGROUND = 0

!this.X1.BACKGROUND = 0
!this.X2.BACKGROUND = 0
!this.X3.BACKGROUND = 0
!this.X4.BACKGROUND = 0
!this.X5.BACKGROUND = 0
!this.X6.BACKGROUND = 0
!this.X7.BACKGROUND = 0
!this.X8.BACKGROUND = 0
!this.X9.BACKGROUND = 0
!this.X10.BACKGROUND = 0
!this.X11.BACKGROUND = 0
!this.X12.BACKGROUND = 0
!this.X13.BACKGROUND = 0
!this.X14.BACKGROUND = 0
!this.X15.BACKGROUND = 0
!this.X16.BACKGROUND = 0

!this.Y1.BACKGROUND = 0
!this.Y2.BACKGROUND = 0
!this.Y3.BACKGROUND = 0
!this.Y4.BACKGROUND = 0
!this.Y5.BACKGROUND = 0
!this.Y6.BACKGROUND = 0
!this.Y7.BACKGROUND = 0
!this.Y8.BACKGROUND = 0
!this.Y9.BACKGROUND = 0
!this.Y10.BACKGROUND = 0
!this.Y11.BACKGROUND = 0
!this.Y12.BACKGROUND = 0
!this.Y13.BACKGROUND = 0
!this.Y14.BACKGROUND = 0
!this.Y15.BACKGROUND = 0
!this.Y16.BACKGROUND = 0

!this.QADEG.BACKGROUND = 0
!this.DEG0.BACKGROUND = 0
!this.DEG90.BACKGROUND = 0
!this.DEG180.BACKGROUND = 0
!this.DEG270.BACKGROUND = 0

!this.Plot.BACKGROUND = 0
!this.SW.BACKGROUND = 0
!this.MV.BACKGROUND = 0
!this.BY.BACKGROUND = 0
!this.DDNA.BACKGROUND = 0
!this.idpon.BACKGROUND = 0
!this.CLEAR.BACKGROUND = 0

!this.HDIM.BACKGROUND = 0
!this.VDIM.BACKGROUND = 0
!this.FDIM.BACKGROUND = 0
!this.TDIM.BACKGROUND = 0
!this.BDIM.BACKGROUND = 0
!this.DTH.BACKGROUND = 0
!this.DTV.BACKGROUND = 0
!this.DTD.BACKGROUND = 0
!this.DTP.BACKGROUND = 0
!this.Ecor.BACKGROUND = 0
!this.Ncor.BACKGROUND = 0
!this.PLCL.BACKGROUND = 0
!this.OSHT.BACKGROUND = 0
!this.DTRIM.BACKGROUND = 0
!this.DOFFL.BACKGROUND = 0
!this.DOFFR.BACKGROUND = 0
!this.DOFF1.BACKGROUND = 0
!this.LEADATT.BACKGROUND = 0
!this.LEADCN.BACKGROUND = 0
!this.tidy.BACKGROUND = 0
!this.GAP.BACKGROUND = 0
!this.DELGAP.BACKGROUND = 0
!this.ALLGAPDEL.BACKGROUND = 0
!this.MVE.BACKGROUND = 0

!this.ZoomE.BACKGROUND = 0
!this.ZoomA.BACKGROUND = 0

!this.dlref.BACKGROUND = 0
!this.dlist.BACKGROUND = 0
!this.Lview.BACKGROUND = 0
!this.Uview.BACKGROUND = 0
!this.Lrule.BACKGROUND = 0
!this.Hrule.BACKGROUND = 0

!this.Delce.BACKGROUND = 0
!this.Delme.BACKGROUND = 0
!this.Delgr.BACKGROUND = 0

!this.TEXTED.background = 0
!this.DMTXT.background = 0
!this.UPCASE.background = 0
!this.LOCASE.background = 0
!this.Ptxt.background = 0

!this.cLOUD4.background = 0
!this.cLOUD5.background = 0
!this.Cloud10.background = 0

!this.STRA.BACKGROUND = 0
!this.SYMB.BACKGROUND = 0
!this.TEXP.BACKGROUND = 0
!this.GLAB.BACKGROUND = 0
!this.SLAB.BACKGROUND = 0
!this.RECT.BACKGROUND = 0
!this.OUTL.BACKGROUND = 0
!this.CIRC.BACKGROUND = 0

!this.HCE.BACKGROUND = 0
!this.Hdn.BACKGROUND = 0

!this.CSTRA.BACKGROUND = 0
!this.CSYMB.BACKGROUND = 0
!this.CTEXP.BACKGROUND = 0
!this.CGLAB.BACKGROUND = 0
!this.CSLAB.BACKGROUND = 0
!this.CRECT.BACKGROUND = 0
!this.COUTL.BACKGROUND = 0
!this.CCIRC.BACKGROUND = 0

!this.REG.BACKGROUND = 0
!this.DRG.BACKGROUND = 0
!this.SHE.BACKGROUND = 0
!this.VW.BACKGROUND = 0
!this.LY.BACKGROUND = 0
!this.VNT.BACKGROUND = 0
!this.TRF.BACKGROUND = 0
!this.OWN.BACKGROUND = 0

!this.PKS.BACKGROUND = 0
!this.PKM.BACKGROUND = 0
!this.PKE.BACKGROUND = 0

!this.labels.BACKGROUND = 0
!this.glabatt.BACKGROUND = 0
!this.slabatt.BACKGROUND = 0

!this.U1.BACKGROUND = 0
!this.U2.BACKGROUND = 0
!this.U3.BACKGROUND = 0

!this.LTN.BACKGROUND = 0
!this.LTA.BACKGROUND = 0
!this.LTD.BACKGROUND = 0
!this.LTO.BACKGROUND = 0
!this.LTF.BACKGROUND = 0

!this.Fatt.BACKGROUND = 0
!this.LFN.BACKGROUND = 0
!this.LFF.BACKGROUND = 0

!this.Latt.BACKGROUND = 0
!this.LlN.BACKGROUND = 0
!this.LlF.BACKGROUND = 0

!this.FPT.BACKGROUND = 0
!this.MPT.BACKGROUND = 0
!this.TPT.BACKGROUND = 0
!this.TRM.BACKGROUND = 0
!this.nsty.BACKGROUND = 0
!this.ncol.BACKGROUND = 0
!this.fsty.BACKGROUND = 0
!this.fcol.BACKGROUND = 0
!this.frad.BACKGROUND = 0
!this.MCOPY.BACKGROUND = 0
!this.MMOVE.BACKGROUND = 0
!this.MIRROR.BACKGROUND = 0

!this.ADIM.BACKGROUND = 0
!this.DDPT.BACKGROUND = 0
!this.DPOI.BACKGROUND = 0
!this.ADIR.BACKGROUND = 0
!this.APPT.BACKGROUND = 0
!this.NDIM.BACKGROUND = 0
!this.NSYMB.BACKGROUND = 0
!this.NANNO.BACKGROUND = 0
!this.NGLAB.BACKGROUND = 0
!this.NIDLI.BACKGROUND = 0

!this.MEM.BACKGROUND = 0
!this.TOS.BACKGROUND = 0
!this.NA.BACKGROUND = 0
!this.BOS.BACKGROUND = 0
!this.LTOS.BACKGROUND = 0
!this.RTOS.BACKGROUND = 0
!this.LBOS.BACKGROUND = 0
!this.RBOS.BACKGROUND = 0
!this.AA.BACKGROUND = 0
!this.SS.BACKGROUND = 0
!this.MM.BACKGROUND = 0
!this.GG.BACKGROUND = 0
!this.TOAX.BACKGROUND = 0
!this.TOAY.BACKGROUND = 0
!this.LBOA.BACKGROUND = 0
!this.RTOA.BACKGROUND = 0
!this.LTOC.BACKGROUND = 0
!this.RTOC.BACKGROUND = 0
!this.LBOC.BACKGROUND = 0
!this.RBOC.BACKGROUND = 0
!this.FOC.BACKGROUND = 0
!this.IOC.BACKGROUND = 0

!this.LD0.BACKGROUND = 0
!this.LD45.BACKGROUND = 0
!this.LD55.BACKGROUND = 0
!this.LD90.BACKGROUND = 0

!this.SAV.BACKGROUND = 0
!this.GET.BACKGROUND = 0

!this.UCA.BACKGROUND = 0

!this.File.BACKGROUND = 0
!this.End.BACKGROUND = 0
!this.Input.BACKGROUND = 0
!this.Output.BACKGROUND = 0

!this.drgatt.BACKGROUND = 0

You might also like