miscdlgs.src (82177cdb) miscdlgs.src (ca6f8f21)
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

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

614 HelpButton BTN_HELP
615 {
616 Pos = MAP_APPFONT ( 2 , 151 ) ;
617 Size = MAP_APPFONT ( 35 , 14 ) ;
618 TabStop = TRUE ;
619 DefButton = FALSE ;
620 };
621};
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

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

614 HelpButton BTN_HELP
615 {
616 Pos = MAP_APPFONT ( 2 , 151 ) ;
617 Size = MAP_APPFONT ( 35 , 14 ) ;
618 TabStop = TRUE ;
619 DefButton = FALSE ;
620 };
621};
622/*
623ModalDialog RID_SCDLG_TAB_BG_COLOR
624{
625 HelpID = "sc:ModalDialog:RID_SCDLG_TAB_BG_COLOR";
626 OutputSize = TRUE ;
627 SVLook = TRUE ;
628 Size = MAP_APPFONT ( 180 , 150 ) ;
629 Moveable = TRUE ;
630 Closeable = TRUE ;
631 Control TAB_BG_COLOR_CT_BORDER
632 {
633 Border = TRUE ;
634 Pos = MAP_APPFONT ( 1 , 1 ) ; //12, 32
635 Size = MAP_APPFONT ( 116+2 , 145+2 ) ;
636 DialogControl = TRUE;
637 };
638 Control TAB_BG_COLOR_SET_BGDCOLOR
639 {
640 // * HelpId = HID_BACKGROUND_CTL_BGDCOLORSET ;
641 Hide = FALSE ;
642 Pos = MAP_APPFONT ( 0 , 0 ) ;
643 Size = MAP_APPFONT ( 116 , 145 ) ;
644 TabStop = TRUE ;
645 };
646 OKButton BTN_OK
647 {
648 Pos = MAP_APPFONT ( 125 , 50 ) ;
649 Size = MAP_APPFONT ( 50 , 14 ) ;
650 TabStop = TRUE ;
651 DefButton = TRUE ;
652 };
653 CancelButton BTN_CANCEL
654 {
655 Pos = MAP_APPFONT ( 125 , 67 ) ;
656 Size = MAP_APPFONT ( 50 , 14 ) ;
657 TabStop = TRUE ;
658 DefButton = FALSE ;
659 };
660 HelpButton BTN_HELP
661 {
662 Pos = MAP_APPFONT ( 125 , 84 ) ;
663 Size = MAP_APPFONT ( 50 , 14 ) ;
664 TabStop = TRUE ;
665 DefButton = FALSE ;
666 };
667};
668*/
669/*
670ModalDialog RID_SCDLG_MTRINPUT
671{
672 HelpID = "sc:ModalDialog:RID_SCDLG_MTRINPUT";
673 OutputSize = TRUE ;
674 SVLook = TRUE ;
675 Size = MAP_APPFONT ( 190 , 63 ) ;
676 Moveable = TRUE ;
677 Closeable = FALSE ;
678 OKButton BTN_OK
679 {
680 Pos = MAP_APPFONT ( 136 , 6 ) ;
681 Size = MAP_APPFONT ( 50 , 14 ) ;
682 TabStop = TRUE ;
683 DefButton = TRUE ;
684 };
685 CancelButton BTN_CANCEL
686 {
687 Pos = MAP_APPFONT ( 136 , 23 ) ;
688 Size = MAP_APPFONT ( 50 , 14 ) ;
689 TabStop = TRUE ;
690 };
691 HelpButton BTN_HELP
692 {
693 Pos = MAP_APPFONT ( 136 , 43 ) ;
694 Size = MAP_APPFONT ( 50 , 14 ) ;
695 TabStop = TRUE ;
696 };
697 FixedText FT_LABEL
698 {
699 Pos = MAP_APPFONT ( 6 , 8 ) ;
700 Size = MAP_APPFONT ( 60 , 10 ) ;
701 };
702 MetricField ED_VALUE
703 {
704 // HelpID, weil die generierten aus den Ableitungen nicht in die hid.lst kommen
705 HelpId = HID_SC_MTRIN_VAL ;
706 Border = TRUE ;
707 Pos = MAP_APPFONT ( 70 , 6 ) ;
708 Size = MAP_APPFONT ( 60 , 12 ) ;
709 TabStop = TRUE ;
710 Repeat = TRUE ;
711 Spin = TRUE ;
712 };
713 CheckBox BTN_DEFVAL
714 {
715 HelpID = "sc:CheckBox:RID_SCDLG_MTRINPUT:BTN_DEFVAL";
716 // HelpID, weil die generierten aus den Ableitungen nicht in die hid.lst kommen
717 TabStop = TRUE ;
718 Pos = MAP_APPFONT ( 70 , 24 ) ;
719 Size = MAP_APPFONT ( 58 , 10 ) ;
720 Text [ en-US ] = "~Default value" ;
721 };
722};
723*/
724
725ModalDialog RID_SCDLG_COL_MAN
726{
727 Text [ en-US ] = "Column Width" ;
728
729 HelpId = CMD_FID_COL_WIDTH ;
730 OutputSize = TRUE ;
731 SVLook = TRUE ;

--- 809 unchanged lines hidden ---
622
623ModalDialog RID_SCDLG_COL_MAN
624{
625 Text [ en-US ] = "Column Width" ;
626
627 HelpId = CMD_FID_COL_WIDTH ;
628 OutputSize = TRUE ;
629 SVLook = TRUE ;

--- 809 unchanged lines hidden ---