⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 floor.tcl

📁 genesis 2000 v9.1软件下载
💻 TCL
📖 第 1 页 / 共 5 页
字号:
    $w create line 337 70 323 56 -fill $color -tags {floor1 wall}    $w create line 312 49 323 56 -fill $color -tags {floor1 wall}    $w create line 295 40 312 49 -fill $color -tags {floor1 wall}    $w create line 282 37 295 40 -fill $color -tags {floor1 wall}    $w create line 260 34 282 37 -fill $color -tags {floor1 wall}    $w create line 253 34 260 34 -fill $color -tags {floor1 wall}    $w create line 386 128 386 104 -fill $color -tags {floor1 wall}    $w create line 113 152 156 152 -fill $color -tags {floor1 wall}    $w create line 113 152 156 152 -fill $color -tags {floor1 wall}    $w create line 113 152 113 129 -fill $color -tags {floor1 wall}}# fg2 --# This procedure represents part of the floorplan database.  When# invoked, it instantiates the foreground information for the second# floor (office outlines and numbers).## Arguments:# w -		The canvas window.# color -	Color to use for drawing foreground information.proc fg2 {w color} {    global floorLabels floorItems    set i [$w create polygon 748 188 755 188 755 205 758 205 758 222 800 222 800 168 748 168 -fill {} -tags {floor2 room}]    set floorLabels($i) 238    set {floorItems(238)} $i    $w create text 774 195 -text 238 -fill $color -anchor c -tags {floor2 label}    set i [$w create polygon 726 188 746 188 746 166 800 166 800 131 726 131 -fill {} -tags {floor2 room}]    set floorLabels($i) 237    set {floorItems(237)} $i    $w create text 763 148.5 -text 237 -fill $color -anchor c -tags {floor2 label}    set i [$w create polygon 497 187 497 204 559 204 559 324 641 324 643 324 643 291 641 291 641 205 696 205 696 291 694 291 694 314 715 314 715 291 715 205 755 205 755 190 724 190 724 187 -fill {} -tags {floor2 room}]    set floorLabels($i) 246    set {floorItems(246)} $i    $w create text 600 264 -text 246 -fill $color -anchor c -tags {floor2 label}    set i [$w create polygon 694 279 643 279 643 314 694 314 -fill {} -tags {floor2 room}]    set floorLabels($i) 247    set {floorItems(247)} $i    $w create text 668.5 296.5 -text 247 -fill $color -anchor c -tags {floor2 label}    set i [$w create polygon 232 250 308 250 308 242 339 242 339 246 397 246 397 255 476 255 476 250 482 250 559 250 559 274 482 274 482 278 396 278 396 274 232 274 -fill {} -tags {floor2 room}]    set floorLabels($i) 202    set {floorItems(202)} $i    $w create text 285.5 260 -text 202 -fill $color -anchor c -tags {floor2 label}    set i [$w create polygon 53 228 53 338 176 338 233 338 233 196 306 196 306 180 175 180 175 169 156 169 156 196 176 196 176 228 -fill {} -tags {floor2 room}]    set floorLabels($i) 206    set {floorItems(206)} $i    $w create text 143 267 -text 206 -fill $color -anchor c -tags {floor2 label}    set i [$w create polygon 51 277 6 277 6 338 51 338 -fill {} -tags {floor2 room}]    set floorLabels($i) 212    set {floorItems(212)} $i    $w create text 28.5 307.5 -text 212 -fill $color -anchor c -tags {floor2 label}    set i [$w create polygon 557 276 486 276 486 309 510 309 510 325 557 325 -fill {} -tags {floor2 room}]    set floorLabels($i) 245    set {floorItems(245)} $i    $w create text 521.5 300.5 -text 245 -fill $color -anchor c -tags {floor2 label}    set i [$w create polygon 560 389 599 389 599 326 560 326 -fill {} -tags {floor2 room}]    set floorLabels($i) 244    set {floorItems(244)} $i    $w create text 579.5 357.5 -text 244 -fill $color -anchor c -tags {floor2 label}    set i [$w create polygon 601 389 601 326 643 326 643 389 -fill {} -tags {floor2 room}]    set floorLabels($i) 243    set {floorItems(243)} $i    $w create text 622 357.5 -text 243 -fill $color -anchor c -tags {floor2 label}    set i [$w create polygon 688 316 645 316 645 365 688 365 -fill {} -tags {floor2 room}]    set floorLabels($i) 242    set {floorItems(242)} $i    $w create text 666.5 340.5 -text 242 -fill $color -anchor c -tags {floor2 label}    set i [$w create polygon 802 367 759 367 759 226 802 226 -fill {} -tags {floor2 room}]    set floorLabels($i) {Barbecue Deck}    set {floorItems(Barbecue Deck)} $i    $w create text 780.5 296.5 -text {Barbecue Deck} -fill $color -anchor c -tags {floor2 label}    set i [$w create polygon 755 262 755 314 717 314 717 262 -fill {} -tags {floor2 room}]    set floorLabels($i) 240    set {floorItems(240)} $i    $w create text 736 288 -text 240 -fill $color -anchor c -tags {floor2 label}    set i [$w create polygon 755 316 689 316 689 365 755 365 -fill {} -tags {floor2 room}]    set floorLabels($i) 241    set {floorItems(241)} $i    $w create text 722 340.5 -text 241 -fill $color -anchor c -tags {floor2 label}    set i [$w create polygon 755 206 717 206 717 261 755 261 -fill {} -tags {floor2 room}]    set floorLabels($i) 239    set {floorItems(239)} $i    $w create text 736 233.5 -text 239 -fill $color -anchor c -tags {floor2 label}    set i [$w create polygon 695 277 643 277 643 206 695 206 -fill {} -tags {floor2 room}]    set floorLabels($i) 248    set {floorItems(248)} $i    $w create text 669 241.5 -text 248 -fill $color -anchor c -tags {floor2 label}    set i [$w create polygon 676 135 676 185 724 185 724 135 -fill {} -tags {floor2 room}]    set floorLabels($i) 236    set {floorItems(236)} $i    $w create text 700 160 -text 236 -fill $color -anchor c -tags {floor2 label}    set i [$w create polygon 675 135 635 135 635 145 628 145 628 185 675 185 -fill {} -tags {floor2 room}]    set floorLabels($i) 235    set {floorItems(235)} $i    $w create text 651.5 160 -text 235 -fill $color -anchor c -tags {floor2 label}    set i [$w create polygon 626 143 633 143 633 135 572 135 572 143 579 143 579 185 626 185 -fill {} -tags {floor2 room}]    set floorLabels($i) 234    set {floorItems(234)} $i    $w create text 606 160 -text 234 -fill $color -anchor c -tags {floor2 label}    set i [$w create polygon 557 135 571 135 571 145 578 145 578 185 527 185 527 131 557 131 -fill {} -tags {floor2 room}]    set floorLabels($i) 233    set {floorItems(233)} $i    $w create text 552.5 158 -text 233 -fill $color -anchor c -tags {floor2 label}    set i [$w create polygon 476 249 557 249 557 205 476 205 -fill {} -tags {floor2 room}]    set floorLabels($i) 230    set {floorItems(230)} $i    $w create text 516.5 227 -text 230 -fill $color -anchor c -tags {floor2 label}    set i [$w create polygon 476 164 486 164 486 131 525 131 525 185 476 185 -fill {} -tags {floor2 room}]    set floorLabels($i) 232    set {floorItems(232)} $i    $w create text 500.5 158 -text 232 -fill $color -anchor c -tags {floor2 label}    set i [$w create polygon 476 186 495 186 495 204 476 204 -fill {} -tags {floor2 room}]    set floorLabels($i) 229    set {floorItems(229)} $i    $w create text 485.5 195 -text 229 -fill $color -anchor c -tags {floor2 label}    set i [$w create polygon 474 207 409 207 409 187 399 187 399 164 474 164 -fill {} -tags {floor2 room}]    set floorLabels($i) 227    set {floorItems(227)} $i    $w create text 436.5 185.5 -text 227 -fill $color -anchor c -tags {floor2 label}    set i [$w create polygon 399 228 399 253 474 253 474 209 409 209 409 228 -fill {} -tags {floor2 room}]    set floorLabels($i) 228    set {floorItems(228)} $i    $w create text 436.5 231 -text 228 -fill $color -anchor c -tags {floor2 label}    set i [$w create polygon 397 246 397 226 407 226 407 189 377 189 377 246 -fill {} -tags {floor2 room}]    set floorLabels($i) 226    set {floorItems(226)} $i    $w create text 392 217.5 -text 226 -fill $color -anchor c -tags {floor2 label}    set i [$w create polygon 377 169 316 169 316 131 397 131 397 188 377 188 -fill {} -tags {floor2 room}]    set floorLabels($i) 225    set {floorItems(225)} $i    $w create text 356.5 150 -text 225 -fill $color -anchor c -tags {floor2 label}    set i [$w create polygon 234 198 306 198 306 249 234 249 -fill {} -tags {floor2 room}]    set floorLabels($i) 224    set {floorItems(224)} $i    $w create text 270 223.5 -text 224 -fill $color -anchor c -tags {floor2 label}    set i [$w create polygon 270 179 306 179 306 170 314 170 314 135 270 135 -fill {} -tags {floor2 room}]    set floorLabels($i) 223    set {floorItems(223)} $i    $w create text 292 157 -text 223 -fill $color -anchor c -tags {floor2 label}    set i [$w create polygon 268 179 221 179 221 135 268 135 -fill {} -tags {floor2 room}]    set floorLabels($i) 222    set {floorItems(222)} $i    $w create text 244.5 157 -text 222 -fill $color -anchor c -tags {floor2 label}    set i [$w create polygon 177 179 219 179 219 135 177 135 -fill {} -tags {floor2 room}]    set floorLabels($i) 221    set {floorItems(221)} $i    $w create text 198 157 -text 221 -fill $color -anchor c -tags {floor2 label}    set i [$w create polygon 299 327 349 327 349 284 341 284 341 276 299 276 -fill {} -tags {floor2 room}]    set floorLabels($i) 204    set {floorItems(204)} $i    $w create text 324 301.5 -text 204 -fill $color -anchor c -tags {floor2 label}    set i [$w create polygon 234 276 297 276 297 327 257 327 257 338 234 338 -fill {} -tags {floor2 room}]    set floorLabels($i) 205    set {floorItems(205)} $i    $w create text 265.5 307 -text 205 -fill $color -anchor c -tags {floor2 label}    set i [$w create polygon 256 385 256 340 212 340 212 385 -fill {} -tags {floor2 room}]    set floorLabels($i) 207    set {floorItems(207)} $i    $w create text 234 362.5 -text 207 -fill $color -anchor c -tags {floor2 label}    set i [$w create polygon 210 340 164 340 164 385 210 385 -fill {} -tags {floor2 room}]    set floorLabels($i) 208    set {floorItems(208)} $i    $w create text 187 362.5 -text 208 -fill $color -anchor c -tags {floor2 label}    set i [$w create polygon 115 340 162 340 162 385 115 385 -fill {} -tags {floor2 room}]    set floorLabels($i) 209    set {floorItems(209)} $i    $w create text 138.5 362.5 -text 209 -fill $color -anchor c -tags {floor2 label}    set i [$w create polygon 89 228 89 156 53 156 53 228 -fill {} -tags {floor2 room}]    set floorLabels($i) 217    set {floorItems(217)} $i    $w create text 71 192 -text 217 -fill $color -anchor c -tags {floor2 label}    set i [$w create polygon 89 169 97 169 97 190 89 190 -fill {} -tags {floor2 room}]    set floorLabels($i) 217A    set {floorItems(217A)} $i    $w create text 93 179.5 -text 217A -fill $color -anchor c -tags {floor2 label}    set i [$w create polygon 89 156 89 168 95 168 95 135 53 135 53 156 -fill {} -tags {floor2 room}]    set floorLabels($i) 216    set {floorItems(216)} $i    $w create text 71 145.5 -text 216 -fill $color -anchor c -tags {floor2 label}    set i [$w create polygon 51 179 51 135 6 135 6 179 -fill {} -tags {floor2 room}]    set floorLabels($i) 215    set {floorItems(215)} $i    $w create text 28.5 157 -text 215 -fill $color -anchor c -tags {floor2 label}    set i [$w create polygon 51 227 6 227 6 180 51 180 -fill {} -tags {floor2 room}]    set floorLabels($i) 214    set {floorItems(214)} $i    $w create text 28.5 203.5 -text 214 -fill $color -anchor c -tags {floor2 label}    set i [$w create polygon 51 275 6 275 6 229 51 229 -fill {} -tags {floor2 room}]    set floorLabels($i) 213    set {floorItems(213)} $i    $w create text 28.5 252 -text 213 -fill $color -anchor c -tags {floor2 label}    set i [$w create polygon 114 340 67 340 67 385 114 385 -fill {} -tags {floor2 room}]    set floorLabels($i) 210    set {floorItems(210)} $i    $w create text 90.5 362.5 -text 210 -fill $color -anchor c -tags {floor2 label}    set i [$w create polygon 59 389 59 385 65 385 65 340 1 340 1 389 -fill {} -tags {floor2 room}]    set floorLabels($i) 211    set {floorItems(211)} $i    $w create text 33 364.5 -text 211 -fill $color -anchor c -tags {floor2 label}    set i [$w create polygon 393 309 350 309 350 282 342 282 342 276 393 276 -fill {} -tags {floor2 room}]    set floorLabels($i) 203    set {floorItems(203)} $i    $w create text 367.5 292.5 -text 203 -fill $color -anchor c -tags {floor2 label}    set i [$w create polygon 99 191 91 191 91 226 174 226 174 198 154 198 154 192 109 192 109 169 99 169 -fill {} -tags {floor2 room}]    set floorLabels($i) 220    set {floorItems(220)} $i    $w create text 132.5 208.5 -text 220 -fill $color -anchor c -tags {floor2 label}    set i [$w create polygon 339 205 307 205 307 171 339 171 -fill {} -tags {floor2 room}]    set floorLabels($i) {Priv Lift2}    set {floorItems(Priv Lift2)} $i    $w create text 323 188 -text {Priv Lift2} -fill $color -anchor c -tags {floor2 label}    set i [$w create polygon 307 240 339 240 339 206 307 206 -fill {} -tags {floor2 room}]    set floorLabels($i) {Pub Lift 2}    set {floorItems(Pub Lift 2)} $i    $w create text 323 223 -text {Pub Lift 2} -fill $color -anchor c -tags {floor2 label}    set i [$w create polygon 175 168 97 168 97 131 175 131 -fill {} -tags {floor2 room}]    set floorLabels($i) 218    set {floorItems(218)} $i    $w create text 136 149.5 -text 218 -fill $color -anchor c -tags {floor2 label}    set i [$w create polygon 154 191 111 191 111 169 154 169 -fill {} -tags {floor2 room}]    set floorLabels($i) 219    set {floorItems(219)} $i    $w create text 132.5 180 -text 219 -fill $color -anchor c -tags {floor2 label}    set i [$w create polygon 375 246 375 172 341 172 341 246 -fill {} -tags {floor2 room}]    set floorLabels($i) 201

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -