개정판 5feff9f0
마지막 정리
Change-Id: I7427bed974c03eaad1c7910df561e77c49b37529
ConvertService/ServiceBase/Markus.Service.StationController/Views/FinalPDFViewInfo.xaml | ||
---|---|---|
65 | 65 |
<TextBlock Text="Group No: " |
66 | 66 |
Grid.Row="0" |
67 | 67 |
Grid.Column="0"/> |
68 |
<TextBox Text="{Binding GROUP_NOFilter }"
|
|
68 |
<TextBox Text="{Binding GroupNo }"
|
|
69 | 69 |
Grid.Row="0" |
70 | 70 |
Grid.Column="2"/> |
71 | 71 |
<TextBlock Text="Document Name: " |
72 | 72 |
Grid.Row="0" |
73 | 73 |
Grid.Column="3"/> |
74 |
<TextBox Text="{Binding Document_NameFilter }" MaxWidth="300"
|
|
74 |
<TextBox Text="{Binding DocumentName }" MaxWidth="300"
|
|
75 | 75 |
Grid.Row="0" |
76 | 76 |
Grid.Column="5" /> |
77 | 77 |
<!--<TextBlock Text="Document No: " |
... | ... | |
101 | 101 |
<TextBlock Text="Revision: " |
102 | 102 |
Grid.Row="1" |
103 | 103 |
Grid.Column="0"/> |
104 |
<TextBox Text="{Binding REVISIONFilter }"
|
|
104 |
<TextBox Text="{Binding Revision }"
|
|
105 | 105 |
Grid.Row="1" |
106 | 106 |
Grid.Column="2"/> |
107 | 107 |
|
108 | 108 |
<TextBlock Text="Document NO: " |
109 | 109 |
Grid.Row="1" |
110 | 110 |
Grid.Column="3"/> |
111 |
<TextBox Text="{Binding Document_NOFilter }"
|
|
111 |
<TextBox Text="{Binding DocumentNo }"
|
|
112 | 112 |
Grid.Row="1" |
113 | 113 |
Grid.Column="5"/> |
114 | 114 |
</Grid> |
내보내기 Unified diff