colorpicker.src (e0dd4dc1) colorpicker.src (ae2dc0fa)
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

--- 309 unchanged lines hidden (view full) ---

318 Pos = MAP_APPFONT ( CONTROL_AREA_X_METRIC , HSB_Y2 ) ;
319 Size = MAP_APPFONT ( METRIC_WIDTH , METRIC_HEIGHT ) ;
320 TabStop = TRUE ;
321 Repeat = TRUE ;
322 Spin = TRUE ;
323 Maximum = 100 ;
324 Last = 100 ;
325 Unit = FUNIT_CUSTOM ;
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

--- 309 unchanged lines hidden (view full) ---

318 Pos = MAP_APPFONT ( CONTROL_AREA_X_METRIC , HSB_Y2 ) ;
319 Size = MAP_APPFONT ( METRIC_WIDTH , METRIC_HEIGHT ) ;
320 TabStop = TRUE ;
321 Repeat = TRUE ;
322 Spin = TRUE ;
323 Maximum = 100 ;
324 Last = 100 ;
325 Unit = FUNIT_CUSTOM ;
326 CustomUnitText = " %" ;
326 CustomUnitText = "%" ;
327 };
328
329 FixedText CT_BRIGHTNESS
330 {
331 Pos = MAP_APPFONT ( CONTROL_AREA_X_LABEL , HSB_Y3+1 ) ;
332 Size = MAP_APPFONT ( LABEL_WIDTH , LABEL_HEIGHT ) ;
333 Text [ en-US ] = "Bright~ness" ;
334 };

--- 5 unchanged lines hidden (view full) ---

340 Pos = MAP_APPFONT ( CONTROL_AREA_X_METRIC , HSB_Y3 ) ;
341 Size = MAP_APPFONT ( METRIC_WIDTH , METRIC_HEIGHT ) ;
342 TabStop = TRUE ;
343 Repeat = TRUE ;
344 Spin = TRUE ;
345 Maximum = 100 ;
346 Last = 100 ;
347 Unit = FUNIT_CUSTOM ;
327 };
328
329 FixedText CT_BRIGHTNESS
330 {
331 Pos = MAP_APPFONT ( CONTROL_AREA_X_LABEL , HSB_Y3+1 ) ;
332 Size = MAP_APPFONT ( LABEL_WIDTH , LABEL_HEIGHT ) ;
333 Text [ en-US ] = "Bright~ness" ;
334 };

--- 5 unchanged lines hidden (view full) ---

340 Pos = MAP_APPFONT ( CONTROL_AREA_X_METRIC , HSB_Y3 ) ;
341 Size = MAP_APPFONT ( METRIC_WIDTH , METRIC_HEIGHT ) ;
342 TabStop = TRUE ;
343 Repeat = TRUE ;
344 Spin = TRUE ;
345 Maximum = 100 ;
346 Last = 100 ;
347 Unit = FUNIT_CUSTOM ;
348 CustomUnitText = " %" ;
348 CustomUnitText = "%" ;
349 };
350
351// -------------------------------------------------------------------------
352// CMYK
353// -------------------------------------------------------------------------
354
355 FixedLine FL_CMYK
356 {

--- 16 unchanged lines hidden (view full) ---

373 Pos = MAP_APPFONT ( CONTROL_AREA_X_METRIC , CMYK_Y1 ) ;
374 Size = MAP_APPFONT ( METRIC_WIDTH , METRIC_HEIGHT ) ;
375 TabStop = TRUE ;
376 Repeat = TRUE ;
377 Spin = TRUE ;
378 Maximum = 100 ;
379 Last = 100 ;
380 Unit = FUNIT_CUSTOM ;
349 };
350
351// -------------------------------------------------------------------------
352// CMYK
353// -------------------------------------------------------------------------
354
355 FixedLine FL_CMYK
356 {

--- 16 unchanged lines hidden (view full) ---

373 Pos = MAP_APPFONT ( CONTROL_AREA_X_METRIC , CMYK_Y1 ) ;
374 Size = MAP_APPFONT ( METRIC_WIDTH , METRIC_HEIGHT ) ;
375 TabStop = TRUE ;
376 Repeat = TRUE ;
377 Spin = TRUE ;
378 Maximum = 100 ;
379 Last = 100 ;
380 Unit = FUNIT_CUSTOM ;
381 CustomUnitText = " %" ;
381 CustomUnitText = "%" ;
382 };
383
384 FixedText CT_MAGENTA
385 {
386 Pos = MAP_APPFONT ( CONTROL_AREA_X_LABEL , CMYK_Y2+1 ) ;
387 Size = MAP_APPFONT ( LABEL_WIDTH , LABEL_HEIGHT ) ;
388 Text [ en-US ] = "~Magenta" ;
389 };

--- 5 unchanged lines hidden (view full) ---

395 Pos = MAP_APPFONT ( CONTROL_AREA_X_METRIC , CMYK_Y2 ) ;
396 Size = MAP_APPFONT ( METRIC_WIDTH , METRIC_HEIGHT ) ;
397 TabStop = TRUE ;
398 Repeat = TRUE ;
399 Spin = TRUE ;
400 Maximum = 100 ;
401 Last = 100 ;
402 Unit = FUNIT_CUSTOM ;
382 };
383
384 FixedText CT_MAGENTA
385 {
386 Pos = MAP_APPFONT ( CONTROL_AREA_X_LABEL , CMYK_Y2+1 ) ;
387 Size = MAP_APPFONT ( LABEL_WIDTH , LABEL_HEIGHT ) ;
388 Text [ en-US ] = "~Magenta" ;
389 };

--- 5 unchanged lines hidden (view full) ---

395 Pos = MAP_APPFONT ( CONTROL_AREA_X_METRIC , CMYK_Y2 ) ;
396 Size = MAP_APPFONT ( METRIC_WIDTH , METRIC_HEIGHT ) ;
397 TabStop = TRUE ;
398 Repeat = TRUE ;
399 Spin = TRUE ;
400 Maximum = 100 ;
401 Last = 100 ;
402 Unit = FUNIT_CUSTOM ;
403 CustomUnitText = " %" ;
403 CustomUnitText = "%" ;
404 };
405
406 FixedText CT_YELLOW
407 {
408 Pos = MAP_APPFONT ( CONTROL_AREA_X_LABEL , CMYK_Y3+1 ) ;
409 Size = MAP_APPFONT ( LABEL_WIDTH , LABEL_HEIGHT ) ;
410 Text [ en-US ] = "~Yellow" ;
411 };

--- 5 unchanged lines hidden (view full) ---

417 Pos = MAP_APPFONT ( CONTROL_AREA_X_METRIC , CMYK_Y3 ) ;
418 Size = MAP_APPFONT ( METRIC_WIDTH , METRIC_HEIGHT ) ;
419 TabStop = TRUE ;
420 Repeat = TRUE ;
421 Spin = TRUE ;
422 Maximum = 100 ;
423 Last = 100 ;
424 Unit = FUNIT_CUSTOM ;
404 };
405
406 FixedText CT_YELLOW
407 {
408 Pos = MAP_APPFONT ( CONTROL_AREA_X_LABEL , CMYK_Y3+1 ) ;
409 Size = MAP_APPFONT ( LABEL_WIDTH , LABEL_HEIGHT ) ;
410 Text [ en-US ] = "~Yellow" ;
411 };

--- 5 unchanged lines hidden (view full) ---

417 Pos = MAP_APPFONT ( CONTROL_AREA_X_METRIC , CMYK_Y3 ) ;
418 Size = MAP_APPFONT ( METRIC_WIDTH , METRIC_HEIGHT ) ;
419 TabStop = TRUE ;
420 Repeat = TRUE ;
421 Spin = TRUE ;
422 Maximum = 100 ;
423 Last = 100 ;
424 Unit = FUNIT_CUSTOM ;
425 CustomUnitText = " %" ;
425 CustomUnitText = "%" ;
426 };
427
428 FixedText CT_KEY
429 {
430 Pos = MAP_APPFONT ( CONTROL_AREA_X_LABEL , CMYK_Y4+1 ) ;
431 Size = MAP_APPFONT ( LABEL_WIDTH , LABEL_HEIGHT ) ;
432 Text [ en-US ] = "~Key" ;
433 };

--- 5 unchanged lines hidden (view full) ---

439 Pos = MAP_APPFONT ( CONTROL_AREA_X_METRIC , CMYK_Y4 ) ;
440 Size = MAP_APPFONT ( METRIC_WIDTH , METRIC_HEIGHT ) ;
441 TabStop = TRUE ;
442 Repeat = TRUE ;
443 Spin = TRUE ;
444 Maximum = 100 ;
445 Last = 100 ;
446 Unit = FUNIT_CUSTOM ;
426 };
427
428 FixedText CT_KEY
429 {
430 Pos = MAP_APPFONT ( CONTROL_AREA_X_LABEL , CMYK_Y4+1 ) ;
431 Size = MAP_APPFONT ( LABEL_WIDTH , LABEL_HEIGHT ) ;
432 Text [ en-US ] = "~Key" ;
433 };

--- 5 unchanged lines hidden (view full) ---

439 Pos = MAP_APPFONT ( CONTROL_AREA_X_METRIC , CMYK_Y4 ) ;
440 Size = MAP_APPFONT ( METRIC_WIDTH , METRIC_HEIGHT ) ;
441 TabStop = TRUE ;
442 Repeat = TRUE ;
443 Spin = TRUE ;
444 Maximum = 100 ;
445 Last = 100 ;
446 Unit = FUNIT_CUSTOM ;
447 CustomUnitText = " %" ;
447 CustomUnitText = "%" ;
448 };
449
450 // ------------------------------------------------------
451 // bottom buttons
452 // ------------------------------------------------------
453
454 FixedLine FT_BOTTOMLINE
455 {

--- 27 unchanged lines hidden ---
448 };
449
450 // ------------------------------------------------------
451 // bottom buttons
452 // ------------------------------------------------------
453
454 FixedLine FT_BOTTOMLINE
455 {

--- 27 unchanged lines hidden ---