개정판 aaed7be2
Filter Enter후 검색 TEST완료 & ADd ProjectNo 콤보박스 & Clear -> Selected All
Change-Id: Ifa232bf81e28f0a7dd325d094ae75640cda69bca
ConvertService/ServiceBase/Markus.Service.StationController/Views/FinalPDFView.xaml | ||
---|---|---|
129 | 129 |
ItemsSource="{Binding ProjectNames}" |
130 | 130 |
SelectedItem="{Binding ProjectNumberFilter}" |
131 | 131 |
AllowMultipleSelection="False" |
132 |
EmptyText="Project_NO : Project_Name"/> |
|
132 |
EmptyText="Project_NO : Project_Name" Height="22" VerticalAlignment="Top"/>
|
|
133 | 133 |
|
134 | 134 |
<TextBlock Text="Document ID " Grid.Row="1" Grid.Column="3" VerticalAlignment="Center" HorizontalAlignment="Left"/> |
135 | 135 |
<telerik:RadMaskedTextInput IsClearButtonVisible="True" EmptyContent="DocumentID" Value="{Binding DocumentIDFilter, UpdateSourceTrigger=PropertyChanged, Mode=TwoWay}" |
136 | 136 |
TextMode="PlainText" Grid.Row="1" Grid.Column="4" HorizontalAlignment="Stretch" VerticalAlignment="Center" Margin="2,0" |
137 |
maskedInput:MaskedInputExtensions.MaxTextLength="1000" Mask=""/> |
|
137 |
maskedInput:MaskedInputExtensions.MaxTextLength="1000" Mask="" AcceptsReturn="False"> |
|
138 |
<telerik:RadMaskedTextInput.InputBindings> |
|
139 |
<KeyBinding Key="Enter" Command="{Binding EnterCommand, UpdateSourceTrigger=PropertyChanged}" /> |
|
140 |
</telerik:RadMaskedTextInput.InputBindings> |
|
141 |
</telerik:RadMaskedTextInput> |
|
138 | 142 |
|
139 | 143 |
<TextBlock Text="MarkupInfo ID " Grid.Row="1" Grid.Column="6" VerticalAlignment="Center" HorizontalAlignment="Left"/> |
140 | 144 |
<telerik:RadMaskedTextInput IsClearButtonVisible="True" EmptyContent="MarkupInfo ID " Value="{Binding MarkupInfo_IDFilter, UpdateSourceTrigger=PropertyChanged, Mode=TwoWay}" |
141 | 145 |
TextMode="PlainText" Grid.Row="1" Grid.Column="7" HorizontalAlignment="Stretch" VerticalAlignment="Center" Margin="2,0" |
142 |
maskedInput:MaskedInputExtensions.MaxTextLength="1000" Mask=""/> |
|
146 |
maskedInput:MaskedInputExtensions.MaxTextLength="1000" Mask="" AcceptsReturn="False"> |
|
147 |
<telerik:RadMaskedTextInput.InputBindings> |
|
148 |
<KeyBinding Key="Enter" Command="{Binding EnterCommand, UpdateSourceTrigger=PropertyChanged}" /> |
|
149 |
</telerik:RadMaskedTextInput.InputBindings> |
|
150 |
</telerik:RadMaskedTextInput> |
|
143 | 151 |
|
144 | 152 |
<TextBlock Text="Docuemnt Name " Grid.Row="3" Grid.Column="0" VerticalAlignment="Center" HorizontalAlignment="Left"/> |
145 | 153 |
<telerik:RadMaskedTextInput IsClearButtonVisible="True" EmptyContent="Docuemnt Name" Value="{Binding Document_NameFilter , UpdateSourceTrigger=PropertyChanged, Mode=TwoWay}" |
146 | 154 |
TextMode="PlainText" Grid.Row="3" Grid.Column="1" HorizontalContentAlignment="Stretch" VerticalAlignment="Bottom" HorizontalAlignment="Stretch" Margin="2,0" |
147 |
maskedInput:MaskedInputExtensions.MaxTextLength="1000" Mask=""/> |
|
155 |
maskedInput:MaskedInputExtensions.MaxTextLength="1000" Mask="" AcceptsReturn="False"> |
|
156 |
<telerik:RadMaskedTextInput.InputBindings> |
|
157 |
<KeyBinding Key="Enter" Command="{Binding EnterCommand, UpdateSourceTrigger=PropertyChanged}" /> |
|
158 |
</telerik:RadMaskedTextInput.InputBindings> |
|
159 |
</telerik:RadMaskedTextInput> |
|
148 | 160 |
|
149 | 161 |
<TextBlock Text="Docuemnt NO " Grid.Row="3" Grid.Column="3" VerticalAlignment="Center" HorizontalAlignment="Left"/> |
150 | 162 |
<telerik:RadMaskedTextInput IsClearButtonVisible="True" EmptyContent="Docuemnt NO" Value="{Binding Document_NOFilter , UpdateSourceTrigger=PropertyChanged, Mode=TwoWay}" |
151 | 163 |
TextMode="PlainText" Grid.Row="3" Grid.Column="4" HorizontalAlignment="Stretch" VerticalAlignment="Center" Margin="2,0" |
152 |
maskedInput:MaskedInputExtensions.MaxTextLength="1000" Mask=""/> |
|
164 |
maskedInput:MaskedInputExtensions.MaxTextLength="1000" Mask="" AcceptsReturn="False"> |
|
165 |
<telerik:RadMaskedTextInput.InputBindings> |
|
166 |
<KeyBinding Key="Enter" Command="{Binding EnterCommand, UpdateSourceTrigger=PropertyChanged}" /> |
|
167 |
</telerik:RadMaskedTextInput.InputBindings> |
|
168 |
</telerik:RadMaskedTextInput> |
|
169 |
|
|
153 | 170 |
<TextBlock Text="CreateUser ID " Grid.Row="3" Grid.Column="6" VerticalAlignment="Center" HorizontalAlignment="Left"/> |
154 | 171 |
<telerik:RadMaskedTextInput IsClearButtonVisible="True" EmptyContent="CreateUser ID " Value="{Binding CreateUser_IDFilter, UpdateSourceTrigger=PropertyChanged, Mode=TwoWay}" |
155 | 172 |
TextMode="PlainText" Grid.Row="3" Grid.Column="7" HorizontalAlignment="Stretch" VerticalAlignment="Center" Margin="2,0" |
156 |
maskedInput:MaskedInputExtensions.MaxTextLength="1000" Mask=""/> |
|
173 |
maskedInput:MaskedInputExtensions.MaxTextLength="1000" Mask="" AcceptsReturn="False"> |
|
174 |
<telerik:RadMaskedTextInput.InputBindings> |
|
175 |
<KeyBinding Key="Enter" Command="{Binding EnterCommand, UpdateSourceTrigger=PropertyChanged}" /> |
|
176 |
</telerik:RadMaskedTextInput.InputBindings> |
|
177 |
</telerik:RadMaskedTextInput> |
|
178 |
|
|
157 | 179 |
<TextBlock Text="DocInfo ID " Grid.Row="1" Grid.Column="9" VerticalAlignment="Center" HorizontalAlignment="Left"/> |
158 | 180 |
<telerik:RadMaskedTextInput IsClearButtonVisible="True" EmptyContent="DocInfo ID" Value="{Binding DOCINFO_IDFilter, UpdateSourceTrigger=PropertyChanged, Mode=TwoWay}" |
159 | 181 |
TextMode="PlainText" Grid.Row="1" Grid.Column="10" HorizontalAlignment="Stretch" VerticalAlignment="Center" Margin="2,0" |
160 |
maskedInput:MaskedInputExtensions.MaxTextLength="1000" Mask=""/> |
|
182 |
maskedInput:MaskedInputExtensions.MaxTextLength="1000" Mask="" AcceptsReturn="False"> |
|
183 |
<telerik:RadMaskedTextInput.InputBindings> |
|
184 |
<KeyBinding Key="Enter" Command="{Binding EnterCommand, UpdateSourceTrigger=PropertyChanged}" /> |
|
185 |
</telerik:RadMaskedTextInput.InputBindings> |
|
186 |
</telerik:RadMaskedTextInput> |
|
187 |
|
|
161 | 188 |
<TextBlock Text="GROUP NO " Grid.Row="3" Grid.Column="9" VerticalAlignment="Center" HorizontalAlignment="Left"/> |
162 | 189 |
<telerik:RadMaskedTextInput IsClearButtonVisible="True" EmptyContent="GROUP NO" Value="{Binding GROUP_NOFilter, UpdateSourceTrigger=PropertyChanged, Mode=TwoWay}" |
163 | 190 |
TextMode="PlainText" Grid.Row="3" Grid.Column="10" HorizontalAlignment="Stretch" VerticalAlignment="Center" Margin="2,0" |
164 |
maskedInput:MaskedInputExtensions.MaxTextLength="1000" Mask=""/> |
|
191 |
maskedInput:MaskedInputExtensions.MaxTextLength="1000" Mask="" AcceptsReturn="False"> |
|
192 |
<telerik:RadMaskedTextInput.InputBindings> |
|
193 |
<KeyBinding Key="Enter" Command="{Binding EnterCommand, UpdateSourceTrigger=PropertyChanged}" /> |
|
194 |
</telerik:RadMaskedTextInput.InputBindings> |
|
195 |
</telerik:RadMaskedTextInput> |
|
196 |
|
|
165 | 197 |
<TextBlock Text="REVISION " Grid.Row="5" Grid.Column="0" VerticalAlignment="Center" HorizontalAlignment="Left"/> |
166 | 198 |
<telerik:RadMaskedTextInput IsClearButtonVisible="True" EmptyContent="REVISION" Value="{Binding REVISIONFilter, UpdateSourceTrigger=PropertyChanged, Mode=TwoWay}" |
167 | 199 |
TextMode="PlainText" Grid.Row="5" Grid.Column="1" HorizontalAlignment="Stretch" VerticalAlignment="Center" Margin="2,0" |
168 |
maskedInput:MaskedInputExtensions.MaxTextLength="1000" Mask=""/> |
|
200 |
maskedInput:MaskedInputExtensions.MaxTextLength="1000" Mask="" AcceptsReturn="False"> |
|
201 |
<telerik:RadMaskedTextInput.InputBindings> |
|
202 |
<KeyBinding Key="Enter" Command="{Binding EnterCommand, UpdateSourceTrigger=PropertyChanged}" /> |
|
203 |
</telerik:RadMaskedTextInput.InputBindings> |
|
204 |
</telerik:RadMaskedTextInput> |
|
169 | 205 |
|
170 | 206 |
<TextBlock Text="DOCUMENT_URL " Grid.Row="5" Grid.Column="3" VerticalAlignment="Center" HorizontalAlignment="Left"/> |
171 | 207 |
<telerik:RadMaskedTextInput IsClearButtonVisible="True" EmptyContent="DOCUMENT_URL" Value="{Binding Document_URLFilter, UpdateSourceTrigger=PropertyChanged, Mode=TwoWay}" |
172 | 208 |
TextMode="PlainText" Grid.Row="5" Grid.Column="4" HorizontalAlignment="Stretch" VerticalAlignment="Center" Margin="2,0" Grid.ColumnSpan="7" |
173 |
maskedInput:MaskedInputExtensions.MaxTextLength="1000" Mask=""/> |
|
209 |
maskedInput:MaskedInputExtensions.MaxTextLength="1000" Mask="" AcceptsReturn="False"> |
|
210 |
<telerik:RadMaskedTextInput.InputBindings> |
|
211 |
<KeyBinding Key="Enter" Command="{Binding EnterCommand, UpdateSourceTrigger=PropertyChanged}" /> |
|
212 |
</telerik:RadMaskedTextInput.InputBindings> |
|
213 |
</telerik:RadMaskedTextInput> |
|
174 | 214 |
</Grid> |
175 | 215 |
|
176 | 216 |
<StackPanel Grid.Row="4" Grid.ColumnSpan="11"> |
내보내기 Unified diff