1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance 9 * with the License. You may obtain a copy of the License at 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 12 * 13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. 19 * 20 *************************************************************/ 21 22 23 24#include "Bitmaps.hrc" 25 26Image IMG_TYPE_COLUMN 27{ 28 ImageBitmap = Bitmap {File = "typecolumn_16.png" ;} ; 29}; 30Image IMG_TYPE_BAR 31{ 32 ImageBitmap = Bitmap {File = "typebar_16.png " ;} ; 33}; 34Image IMG_TYPE_PIE 35{ 36 ImageBitmap = Bitmap {File = "typepie_16.png" ;} ; 37}; 38Image IMG_TYPE_LINE 39{ 40 ImageBitmap = Bitmap {File = "typepointline_16.png" ;} ; 41}; 42Image IMG_TYPE_XY 43{ 44 ImageBitmap = Bitmap {File = "typexy_16.png" ;} ; 45}; 46Image IMG_TYPE_AREA 47{ 48 ImageBitmap = Bitmap {File = "typearea_16.png" ;} ; 49}; 50Image IMG_TYPE_NET 51{ 52 ImageBitmap = Bitmap {File = "typenet_16.png" ;} ; 53}; 54Image IMG_TYPE_STOCK 55{ 56 ImageBitmap = Bitmap {File = "typestock_16.png" ;} ; 57}; 58Image IMG_TYPE_COLUMN_LINE 59{ 60 ImageBitmap = Bitmap {File = "typecolumnline_16.png" ;} ; 61}; 62Image IMG_TYPE_BUBBLE 63{ 64 ImageBitmap = Bitmap {File = "typebubble_16.png" ;} ; 65}; 66Bitmap BMP_BUBBLE_1 67{ 68 File = "bubble_52x60.png" ; 69}; 70Bitmap BMP_AREAS_2D 71{ 72 File = "areas_52x60.png" ; 73}; 74Bitmap BMP_AREAS_2D_1 75{ 76 File = "areaspiled_52x60.png" ; 77}; 78Bitmap BMP_AREAS_2D_3 79{ 80 File = "areasfull_52x60.png" ; 81}; 82Bitmap BMP_AREAS_3D 83{ 84 File = "areaspiled3d_52x60.png" ; 85}; 86Bitmap BMP_AREAS_3D_1 87{ 88 File = "areas3d_52x60.png" ; 89}; 90Bitmap BMP_AREAS_3D_2 91{ 92 File = "areasfull3d_52x60.png" ; 93}; 94//--------------------- 95Bitmap BMP_BARS_2D_1 96{ 97 File = "bar_52x60.png" ; 98}; 99Bitmap BMP_BARS_2D_2 100{ 101 File = "barstack_52x60.png" ; 102}; 103Bitmap BMP_BARS_2D_3 104{ 105 File = "barpercent_52x60.png" ; 106}; 107Bitmap BMP_BARS_3D 108{ 109 File = "bar3ddeep_52x60.png" ; 110}; 111Bitmap BMP_BARS_3D_1 112{ 113 File = "bar3d_52x60.png" ; 114}; 115Bitmap BMP_BARS_3D_2 116{ 117 File = "barstack3d_52x60.png" ; 118}; 119Bitmap BMP_BARS_3D_3 120{ 121 File = "barpercent3d_52x60.png" ; 122}; 123//--------------------- 124Bitmap BMP_CIRCLES_2D 125{ 126 File = "pie_52x60.png" ; 127}; 128Bitmap BMP_CIRCLES_2D_EXPLODED 129{ 130 File = "pieexploded_52x60.png" ; 131}; 132Bitmap BMP_CIRCLES_3D 133{ 134 File = "pie3d_52x60.png" ; 135}; 136Bitmap BMP_CIRCLES_3D_EXPLODED 137{ 138 File = "pie3dexploded_52x60.png" ; 139}; 140//--------------------- 141Bitmap BMP_DONUT_2D 142{ 143 File = "donut_52x60.png" ; 144}; 145Bitmap BMP_DONUT_2D_EXPLODED 146{ 147 File = "donutexploded_52x60.png" ; 148}; 149Bitmap BMP_DONUT_3D 150{ 151 File = "donut3d_52x60.png" ; 152}; 153Bitmap BMP_DONUT_3D_EXPLODED 154{ 155 File = "donut3dexploded_52x60.png" ; 156}; 157//--------------------- 158Bitmap BMP_COLUMNS_2D_1 159{ 160 File = "columns_52x60.png" ; 161}; 162Bitmap BMP_COLUMNS_2D_2 163{ 164 File = "columnstack_52x60.png" ; 165}; 166Bitmap BMP_COLUMNS_2D_3 167{ 168 File = "columnpercent_52x60.png" ; 169}; 170Bitmap BMP_COLUMN_LINE 171{ 172 File = "columnline_52x60.png" ; 173}; 174Bitmap BMP_COLUMN_LINE_STACKED 175{ 176 File = "columnstackline_52x60.png" ; 177}; 178//--------------------- 179Bitmap BMP_COLUMNS_3D 180{ 181 File = "columns3ddeep_52x60.png" ; 182}; 183Bitmap BMP_COLUMNS_3D_1 184{ 185 File = "columns3d_52x60.png" ; 186}; 187Bitmap BMP_COLUMNS_3D_2 188{ 189 File = "columnstack3d_52x60.png" ; 190}; 191Bitmap BMP_COLUMNS_3D_3 192{ 193 File = "columnpercent3d_52x60.png" ; 194}; 195//--------------------- 196Bitmap BMP_KEGELQ_3D_1 197{ 198 File = "conehori_52x60.png" ; 199}; 200Bitmap BMP_KEGELQ_3D_2 201{ 202 File = "conehoristack_52x60.png" ; 203}; 204Bitmap BMP_KEGELQ_3D_3 205{ 206 File = "conehoripercent_52x60.png" ; 207}; 208Bitmap BMP_KEGELQ_3D_4 209{ 210 File = "conehorideep_52x60.png" ; 211}; 212Bitmap BMP_KEGEL_3D_1 213{ 214 File = "cone_52x60.png" ; 215}; 216Bitmap BMP_KEGEL_3D_2 217{ 218 File = "conestack_52x60.png" ; 219}; 220Bitmap BMP_KEGEL_3D_3 221{ 222 File = "conepercent_52x60.png" ; 223}; 224Bitmap BMP_KEGEL_3D_4 225{ 226 File = "conedeep_52x60.png" ; 227}; 228//--------------------- 229Bitmap BMP_POINTS_XVALUES 230{ 231 File = "valueaxisdirectpoints_52x60.png" ; 232}; 233Bitmap BMP_POINTS_XCATEGORY 234{ 235 File = "nostackdirectpoints_52x60.png" ; 236}; 237Bitmap BMP_POINTS_STACKED 238{ 239 File = "stackdirectpoints_52x60.png" ; 240}; 241//--------------------- 242 243Bitmap BMP_LINE_P_XVALUES 244{ 245 File = "valueaxisdirectboth_52x60.png" ; 246}; 247Bitmap BMP_LINE_O_XVALUES 248{ 249 File = "valueaxisdirectlines_52x60.png" ; 250}; 251Bitmap BMP_LINE3D_XVALUES 252{ 253 File = "valueaxisdirect3d_52x60.png" ; 254}; 255 256 257Bitmap BMP_LINE_P_XCATEGORY 258{ 259 File = "nostackdirectboth_52x60.png" ; 260}; 261Bitmap BMP_LINE_O_XCATEGORY 262{ 263 File = "nostackdirectlines_52x60.png" ; 264}; 265Bitmap BMP_LINE3D_XCATEGORY 266{ 267 File = "nostackdirect3d_52x60.png" ; 268}; 269 270 271Bitmap BMP_LINE_P_STACKED 272{ 273 File = "stackdirectboth_52x60.png" ; 274}; 275Bitmap BMP_LINE_O_STACKED 276{ 277 File = "stackdirectlines_52x60.png" ; 278}; 279Bitmap BMP_LINE3D_STACKED 280{ 281 File = "stackdirect3d_52x60.png" ; 282}; 283 284//--------------------- 285Bitmap BMP_LINE_P_XVALUES_SMOOTH 286{ 287 File = "valueaxissmoothboth_52x60.png" ; 288}; 289Bitmap BMP_LINE_O_XVALUES_SMOOTH 290{ 291 File = "valueaxissmoothlines_52x60.png" ; 292}; 293Bitmap BMP_LINE3D_XVALUES_SMOOTH 294{ 295 File = "valueaxissmooth3d_52x60.png" ; 296}; 297Bitmap BMP_LINE_P_XCATEGORY_SMOOTH 298{ 299 File = "nostacksmoothboth_52x60.png" ; 300}; 301Bitmap BMP_LINE_O_XCATEGORY_SMOOTH 302{ 303 File = "nostacksmoothlines_52x60.png" ; 304}; 305Bitmap BMP_LINE3D_XCATEGORY_SMOOTH 306{ 307 File = "nostacksmooth3d_52x60.png" ; 308}; 309Bitmap BMP_LINE_P_STACKED_SMOOTH 310{ 311 File = "stacksmoothboth_52x60.png" ; 312}; 313Bitmap BMP_LINE_O_STACKED_SMOOTH 314{ 315 File = "stacksmoothlines_52x60.png" ; 316}; 317Bitmap BMP_LINE3D_STACKED_SMOOTH 318{ 319 File = "stacksmooth3d_52x60.png" ; 320}; 321//--------------------- 322Bitmap BMP_NET 323{ 324 File = "net_52x60.png" ; 325}; 326Bitmap BMP_NET_STACK 327{ 328 File = "netstack_52x60.png" ; 329}; 330Bitmap BMP_NET_SYMB 331{ 332 File = "netpoint_52x60.png" ; 333}; 334Bitmap BMP_NET_SYMB_STACK 335{ 336 File = "netpointstack_52x60.png" ; 337}; 338Bitmap BMP_NET_LINESYMB 339{ 340 File = "netlinepoint_52x60.png" ; 341}; 342Bitmap BMP_NET_LINESYMB_STACK 343{ 344 File = "netlinepointstack_52x60.png" ; 345}; 346Bitmap BMP_NET_FILL 347{ 348 File = "netfill_52x60.png" ; 349}; 350Bitmap BMP_NET_FILL_STACK 351{ 352 File = "netstackfill_52x60.png" ; 353}; 354//--------------------- 355Bitmap BMP_PYRAMIDQ_3D_1 356{ 357 File = "pyramindhori_52x60.png" ; 358}; 359Bitmap BMP_PYRAMIDQ_3D_2 360{ 361 File = "pyramindhoristack_52x60.png" ; 362}; 363Bitmap BMP_PYRAMIDQ_3D_3 364{ 365 File = "pyramindhoripercent_52x60.png" ; 366}; 367Bitmap BMP_PYRAMIDQ_3D_4 368{ 369 File = "pyramindhorideep_52x60.png" ; 370}; 371Bitmap BMP_PYRAMID_3D_1 372{ 373 File = "pyramind_52x60.png" ; 374}; 375Bitmap BMP_PYRAMID_3D_2 376{ 377 File = "pyramindstack_52x60.png" ; 378}; 379Bitmap BMP_PYRAMID_3D_3 380{ 381 File = "pyramindpercent_52x60.png" ; 382}; 383Bitmap BMP_PYRAMID_3D_4 384{ 385 File = "pyraminddeep_52x60.png" ; 386}; 387//--------------------- 388Bitmap BMP_ROEHRE_3D_1 389{ 390 File = "cylinderhori_52x60.png" ; 391}; 392Bitmap BMP_ROEHRE_3D_2 393{ 394 File = "cylinderhoristack_52x60.png" ; 395}; 396Bitmap BMP_ROEHRE_3D_3 397{ 398 File = "cylinderhoriprocent_52x60.png" ; 399}; 400Bitmap BMP_ROEHRE_3D_4 401{ 402 File = "cylinderhorideep_52x60.png" ; 403}; 404//--------------------- 405Bitmap BMP_SAEULE_3D_1 406{ 407 File = "cylinder_52x60.png" ; 408}; 409Bitmap BMP_SAEULE_3D_2 410{ 411 File = "cylinderstack_52x60.png" ; 412}; 413Bitmap BMP_SAEULE_3D_3 414{ 415 File = "cylinderpercent_52x60.png" ; 416}; 417Bitmap BMP_SAEULE_3D_4 418{ 419 File = "cylinderdeep_52x60.png" ; 420}; 421//--------------------- 422Bitmap BMP_STOCK_1 423{ 424 File = "stock_52x60.png" ; 425}; 426Bitmap BMP_STOCK_2 427{ 428 File = "stockblock_52x60.png" ; 429}; 430Bitmap BMP_STOCK_3 431{ 432 File = "stockcolumns_52x60.png" ; 433}; 434Bitmap BMP_STOCK_4 435{ 436 File = "stockcolumnsattach_52x60.png" ; 437}; 438//--------------------- 439//error indicator 440Image BMP_INDICATE_BOTH_VERTI 441{ 442 ImageBitmap = Bitmap 443 { 444 File = "errorbothverti_30.png" ; 445 }; 446}; 447Image BMP_INDICATE_DOWN 448{ 449 ImageBitmap = Bitmap 450 { 451 File = "errordown_30.png" ; 452 }; 453}; 454Image BMP_INDICATE_UP 455{ 456 ImageBitmap = Bitmap 457 { 458 File = "errorup_30.png" ; 459 }; 460}; 461Image BMP_INDICATE_BOTH_HORI 462{ 463 ImageBitmap = Bitmap 464 { 465 File = "errorbothhori_30.png" ; 466 }; 467}; 468Image BMP_INDICATE_RIGHT 469{ 470 ImageBitmap = Bitmap 471 { 472 File = "errorright_30.png" ; 473 }; 474}; 475Image BMP_INDICATE_LEFT 476{ 477 ImageBitmap = Bitmap 478 { 479 File = "errorleft_30.png" ; 480 }; 481}; 482 483//--------------------- 484//regression curves 485Image BMP_REGRESSION_NONE 486{ 487 ImageBitmap = Bitmap 488 { 489 File = "regno.png" ; 490 }; 491}; 492Image BMP_REGRESSION_LINEAR 493{ 494 ImageBitmap = Bitmap 495 { 496 File = "reglin.png" ; 497 }; 498}; 499Image BMP_REGRESSION_LOG 500{ 501 ImageBitmap = Bitmap 502 { 503 File = "reglog.png" ; 504 }; 505}; 506Image BMP_REGRESSION_EXP 507{ 508 ImageBitmap = Bitmap 509 { 510 File = "regexp.png" ; 511 }; 512}; 513Image BMP_REGRESSION_POWER 514{ 515 ImageBitmap = Bitmap 516 { 517 File = "regpow.png" ; 518 }; 519}; 520//--------------------- 521Image IMG_SELECTRANGE 522{ 523 ImageBitmap = Bitmap 524 { 525 File = "selectrange.png" ; 526 }; 527}; 528 529// ********************************************************************** EOF 530