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

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

317 Border = TRUE ;
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 ;
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

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

317 Border = TRUE ;
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 = "%" ;
325 Unit = FUNIT_PERCENT ;
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 };

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

339 Border = TRUE ;
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 ;
326 };
327
328 FixedText CT_BRIGHTNESS
329 {
330 Pos = MAP_APPFONT ( CONTROL_AREA_X_LABEL , HSB_Y3+1 ) ;
331 Size = MAP_APPFONT ( LABEL_WIDTH , LABEL_HEIGHT ) ;
332 Text [ en-US ] = "Bright~ness" ;
333 };

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

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

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

372 Border = TRUE ;
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 ;
347 };
348
349// -------------------------------------------------------------------------
350// CMYK
351// -------------------------------------------------------------------------
352
353 FixedLine FL_CMYK
354 {

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

370 Border = TRUE ;
371 Pos = MAP_APPFONT ( CONTROL_AREA_X_METRIC , CMYK_Y1 ) ;
372 Size = MAP_APPFONT ( METRIC_WIDTH , METRIC_HEIGHT ) ;
373 TabStop = TRUE ;
374 Repeat = TRUE ;
375 Spin = TRUE ;
376 Maximum = 100 ;
377 Last = 100 ;
380 Unit = FUNIT_CUSTOM ;
381 CustomUnitText = "%" ;
378 Unit = FUNIT_PERCENT ;
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 };

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

394 Border = TRUE ;
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 ;
379 };
380
381 FixedText CT_MAGENTA
382 {
383 Pos = MAP_APPFONT ( CONTROL_AREA_X_LABEL , CMYK_Y2+1 ) ;
384 Size = MAP_APPFONT ( LABEL_WIDTH , LABEL_HEIGHT ) ;
385 Text [ en-US ] = "~Magenta" ;
386 };

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

391 Border = TRUE ;
392 Pos = MAP_APPFONT ( CONTROL_AREA_X_METRIC , CMYK_Y2 ) ;
393 Size = MAP_APPFONT ( METRIC_WIDTH , METRIC_HEIGHT ) ;
394 TabStop = TRUE ;
395 Repeat = TRUE ;
396 Spin = TRUE ;
397 Maximum = 100 ;
398 Last = 100 ;
402 Unit = FUNIT_CUSTOM ;
403 CustomUnitText = "%" ;
399 Unit = FUNIT_PERCENT ;
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 };

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

416 Border = TRUE ;
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 ;
400 };
401
402 FixedText CT_YELLOW
403 {
404 Pos = MAP_APPFONT ( CONTROL_AREA_X_LABEL , CMYK_Y3+1 ) ;
405 Size = MAP_APPFONT ( LABEL_WIDTH , LABEL_HEIGHT ) ;
406 Text [ en-US ] = "~Yellow" ;
407 };

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

412 Border = TRUE ;
413 Pos = MAP_APPFONT ( CONTROL_AREA_X_METRIC , CMYK_Y3 ) ;
414 Size = MAP_APPFONT ( METRIC_WIDTH , METRIC_HEIGHT ) ;
415 TabStop = TRUE ;
416 Repeat = TRUE ;
417 Spin = TRUE ;
418 Maximum = 100 ;
419 Last = 100 ;
424 Unit = FUNIT_CUSTOM ;
425 CustomUnitText = "%" ;
420 Unit = FUNIT_PERCENT ;
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 };

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

438 Border = TRUE ;
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 ;
421 };
422
423 FixedText CT_KEY
424 {
425 Pos = MAP_APPFONT ( CONTROL_AREA_X_LABEL , CMYK_Y4+1 ) ;
426 Size = MAP_APPFONT ( LABEL_WIDTH , LABEL_HEIGHT ) ;
427 Text [ en-US ] = "~Key" ;
428 };

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

433 Border = TRUE ;
434 Pos = MAP_APPFONT ( CONTROL_AREA_X_METRIC , CMYK_Y4 ) ;
435 Size = MAP_APPFONT ( METRIC_WIDTH , METRIC_HEIGHT ) ;
436 TabStop = TRUE ;
437 Repeat = TRUE ;
438 Spin = TRUE ;
439 Maximum = 100 ;
440 Last = 100 ;
446 Unit = FUNIT_CUSTOM ;
447 CustomUnitText = "%" ;
441 Unit = FUNIT_PERCENT ;
448 };
449
450 // ------------------------------------------------------
451 // bottom buttons
452 // ------------------------------------------------------
453
454 FixedLine FT_BOTTOMLINE
455 {

--- 27 unchanged lines hidden ---
442 };
443
444 // ------------------------------------------------------
445 // bottom buttons
446 // ------------------------------------------------------
447
448 FixedLine FT_BOTTOMLINE
449 {

--- 27 unchanged lines hidden ---