개정판 5feff9f0
마지막 정리
Change-Id: I7427bed974c03eaad1c7910df561e77c49b37529
ConvertService/ServiceBase/Markus.Service.StationController/Views/DataBaseViewInfo.xaml | ||
---|---|---|
58 | 58 |
<ColumnDefinition Width="110" /> |
59 | 59 |
<ColumnDefinition Width="10" /> |
60 | 60 |
<ColumnDefinition Width="300"/> |
61 |
<ColumnDefinition Width="115" /> |
|
61 |
<ColumnDefinition Width="58" /> |
|
62 |
<ColumnDefinition Width="57"/> |
|
62 | 63 |
<ColumnDefinition Width="10"/> |
63 | 64 |
<ColumnDefinition Width="300"/> |
64 | 65 |
</Grid.ColumnDefinitions> |
65 | 66 |
<TextBlock Text="Group No: " |
66 | 67 |
Grid.Row="0" |
67 |
Grid.Column="0"/> |
|
68 |
Grid.Column="0" Margin="5,5,0,19" Grid.RowSpan="2"/>
|
|
68 | 69 |
<TextBox Text="{Binding GroupNo}" |
69 | 70 |
Grid.Row="0" |
70 | 71 |
Grid.Column="2"/> |
... | ... | |
76 | 77 |
Grid.Column="5" />--> |
77 | 78 |
<TextBlock Text="Document No: " |
78 | 79 |
Grid.Row="1" |
79 |
Grid.Column="0" HorizontalAlignment="Stretch" /> |
|
80 |
<TextBox Text="{Binding DocumnetNo}"
|
|
80 |
Grid.Column="0" HorizontalAlignment="Stretch" Margin="5,5,0,19" Grid.RowSpan="2" />
|
|
81 |
<TextBox Text="{Binding DocumentNo}"
|
|
81 | 82 |
Grid.Row="1" |
82 | 83 |
Grid.Column="2" /> |
83 | 84 |
<TextBlock Text="ReConverter: " |
84 | 85 |
Grid.Row="1" |
85 |
Grid.Column="3"/> |
|
86 |
Grid.Column="3" Grid.ColumnSpan="2" Margin="5,5,0,19" Grid.RowSpan="2"/>
|
|
86 | 87 |
<TextBox Text="{Binding ReConverter}" MaxWidth="300" |
87 | 88 |
Grid.Row="1" |
88 |
Grid.Column="5"/>
|
|
89 |
Grid.Column="6"/>
|
|
89 | 90 |
<TextBlock Text="Document Name: " |
90 | 91 |
Grid.Row="2" |
91 |
Grid.Column="0" /> |
|
92 |
<TextBox Text="{Binding DocumnetName}"
|
|
92 |
Grid.Column="0" Margin="5,5,0,-1" />
|
|
93 |
<TextBox Text="{Binding DocumentName}"
|
|
93 | 94 |
Grid.Row="2" |
94 | 95 |
Grid.Column="2"/> |
95 | 96 |
<TextBlock Text="Service ID: " |
96 | 97 |
Grid.Row="2" |
97 |
Grid.Column="3"/> |
|
98 |
Grid.Column="3" Grid.ColumnSpan="2" Margin="5,5,0,-1"/>
|
|
98 | 99 |
<TextBox Text="{Binding ServiceID}" MaxWidth="300" |
99 | 100 |
Grid.Row="2" |
100 |
Grid.Column="5" />
|
|
101 |
Grid.Column="6" />
|
|
101 | 102 |
<TextBlock Text="Revision: " |
102 | 103 |
Grid.Row="0" |
103 |
Grid.Column="3"/> |
|
104 |
Grid.Column="3" Grid.ColumnSpan="2" Margin="5,5,0,19" Grid.RowSpan="2"/>
|
|
104 | 105 |
<TextBox Text="{Binding Revision}" |
105 | 106 |
Grid.Row="0" |
106 |
Grid.Column="5"/>
|
|
107 |
Grid.Column="6"/>
|
|
107 | 108 |
</Grid> |
108 | 109 |
|
109 | 110 |
<Grid Grid.Row="1"> |
내보내기 Unified diff