fltdlg.src (2611ca73) fltdlg.src (228e8bd3)
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

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

49
50 ListBox LB_FILTERS
51 {
52 HelpID = "uui:ListBox:DLG_FILTER_SELECT:LB_FILTERS";
53 Border = TRUE ;
54 Pos = MAP_APPFONT ( 6 , 19 ) ;
55 Size = MAP_APPFONT ( 182 , 175 ) ;
56 TabStop = TRUE ;
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

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

49
50 ListBox LB_FILTERS
51 {
52 HelpID = "uui:ListBox:DLG_FILTER_SELECT:LB_FILTERS";
53 Border = TRUE ;
54 Pos = MAP_APPFONT ( 6 , 19 ) ;
55 Size = MAP_APPFONT ( 182 , 175 ) ;
56 TabStop = TRUE ;
57 Sort = FALSE ;
57 Sort = TRUE ;
58 AutoHScroll = TRUE;
59 };
60
61 OKButton BTN_OK
62 {
63 Pos = MAP_APPFONT ( 194 , 19 ) ;
64 Size = MAP_APPFONT ( 50 , 14 ) ;
65 TabStop = TRUE ;

--- 51 unchanged lines hidden ---
58 AutoHScroll = TRUE;
59 };
60
61 OKButton BTN_OK
62 {
63 Pos = MAP_APPFONT ( 194 , 19 ) ;
64 Size = MAP_APPFONT ( 50 , 14 ) ;
65 TabStop = TRUE ;

--- 51 unchanged lines hidden ---