namedlg.src (82177cdb) | namedlg.src (dffa72de) |
---|---|
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 --- 61 unchanged lines hidden (view full) --- 70 TabStop = TRUE ; 71 }; 72 FixedLine FL_NAME 73 { 74 Pos = MAP_APPFONT ( 6 , 3 ) ; 75 Size = MAP_APPFONT ( 154 , 8 ) ; 76 Text [ en-US ] = "Name" ; 77 }; | 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 --- 61 unchanged lines hidden (view full) --- 70 TabStop = TRUE ; 71 }; 72 FixedLine FL_NAME 73 { 74 Pos = MAP_APPFONT ( 6 , 3 ) ; 75 Size = MAP_APPFONT ( 154 , 8 ) ; 76 Text [ en-US ] = "Name" ; 77 }; |
78/* |
|
78 ComboBox ED_NAME 79 { | 79 ComboBox ED_NAME 80 { |
80 HelpID = "sc:ComboBox:RID_SCDLG_NAMES:ED_NAME"; | |
81 Pos = MAP_APPFONT ( 12 , 14 ) ; 82 Size = MAP_APPFONT ( 145 , 92 ) ; 83 TabStop = TRUE ; 84 VScroll = TRUE ; 85 Sort = TRUE ; 86 }; | 81 Pos = MAP_APPFONT ( 12 , 14 ) ; 82 Size = MAP_APPFONT ( 145 , 92 ) ; 83 TabStop = TRUE ; 84 VScroll = TRUE ; 85 Sort = TRUE ; 86 }; |
87*/ 88 Edit ED_NAME 89 { 90 Border = TRUE ; 91 Pos = MAP_APPFONT ( 12 , 14 ) ; 92 Size = MAP_APPFONT ( 145 , 11 ) ; 93 }; 94 95 ListBox LB_NAMES 96 { 97 Border = TRUE ; 98 Pos = MAP_APPFONT ( 12 , 25 ) ; 99 Size = MAP_APPFONT ( 145 , 84 ) ; 100 TabStop = TRUE ; 101 VScroll = TRUE ; 102 AutoHScroll = TRUE ; 103 Sort = TRUE ; 104 }; |
|
87 FixedLine FL_ASSIGN 88 { 89 Pos = MAP_APPFONT ( 6 , 112 ) ; 90 Size = MAP_APPFONT ( 154 , 8 ) ; 91 Text [ en-US ] = "Assigned to" ; 92 }; 93 Edit ED_ASSIGN 94 { --- 77 unchanged lines hidden --- | 105 FixedLine FL_ASSIGN 106 { 107 Pos = MAP_APPFONT ( 6 , 112 ) ; 108 Size = MAP_APPFONT ( 154 , 8 ) ; 109 Text [ en-US ] = "Assigned to" ; 110 }; 111 Edit ED_ASSIGN 112 { --- 77 unchanged lines hidden --- |