|
101 | 101 | <RowDefinition Height="Auto" />
|
102 | 102 | </Grid.RowDefinitions>
|
103 | 103 |
|
104 |
| - <Grid Grid.Row="0"> |
105 |
| - <Grid.ColumnDefinitions> |
106 |
| - <ColumnDefinition Width="Auto" /> |
107 |
| - <ColumnDefinition Width="Auto" /> |
108 |
| - <ColumnDefinition Width="Auto" /> |
109 |
| - </Grid.ColumnDefinitions> |
| 104 | + <Grid.ColumnDefinitions> |
| 105 | + <ColumnDefinition Width="Auto" /> |
| 106 | + <ColumnDefinition Width="Auto" /> |
| 107 | + <ColumnDefinition Width="Auto" /> |
| 108 | + </Grid.ColumnDefinitions> |
110 | 109 |
|
111 |
| - <CheckBox x:Name="ChbAutoClearLogs" Margin="3" Content="{DynamicResource AutoClearLogs}" /> |
112 |
| - <syncfusion:IntegerTextBox x:Name="ItbAutoClearLogsInterval" Margin="3" Grid.Row="0" Grid.Column="1" MinValue="1" /> |
| 110 | + <CheckBox x:Name="ChbAutoClearLogs" Grid.Row="0" Grid.Column="0" Margin="3" Content="{DynamicResource AutoClearLogs}" /> |
| 111 | + <syncfusion:IntegerTextBox x:Name="ItbAutoClearLogsInterval" Margin="3" Grid.Row="0" Grid.Column="1" MinValue="1" /> |
113 | 112 |
|
114 |
| - <ComboBox x:Name="CboLogClearInterval" Grid.Column="2" Margin="3" SelectedIndex="0"> |
115 |
| - <ComboBoxItem Content="{DynamicResource Milliseconds}" /> |
116 |
| - <ComboBoxItem Content="{DynamicResource Seconds}" /> |
117 |
| - <ComboBoxItem Content="{DynamicResource Minutes}" /> |
118 |
| - <ComboBoxItem Content="{DynamicResource Hours}" /> |
119 |
| - </ComboBox> |
| 113 | + <ComboBox x:Name="CboLogClearInterval" Grid.Row="0" Grid.Column="2" Margin="3" SelectedIndex="0"> |
| 114 | + <ComboBoxItem Content="{DynamicResource Milliseconds}" /> |
| 115 | + <ComboBoxItem Content="{DynamicResource Seconds}" /> |
| 116 | + <ComboBoxItem Content="{DynamicResource Minutes}" /> |
| 117 | + <ComboBoxItem Content="{DynamicResource Hours}" /> |
| 118 | + </ComboBox> |
120 | 119 |
|
121 |
| - </Grid> |
| 120 | + <CheckBox x:Name="ChbSaveLogsToFile" Margin="3" Grid.Row="1" Grid.Column="0" Grid.ColumnSpan="3" Content="{DynamicResource LogFile}" /> |
| 121 | + |
| 122 | + <Grid Grid.Row="2" Grid.Column="0" Grid.ColumnSpan="3"> |
| 123 | + <Grid.RowDefinitions> |
| 124 | + <RowDefinition Height="Auto" /> |
| 125 | + </Grid.RowDefinitions> |
122 | 126 |
|
123 |
| - <CheckBox x:Name="ChbSaveLogsToFile" Margin="3" Grid.Row="1" Content="{DynamicResource LogFile}" /> |
124 |
| - <Grid Grid.Row="2"> |
125 | 127 | <Grid.ColumnDefinitions>
|
126 | 128 | <ColumnDefinition Width="Auto" />
|
127 |
| - <ColumnDefinition Width="Auto" /> |
| 129 | + <ColumnDefinition Width="*" /> |
128 | 130 | <ColumnDefinition Width="Auto" />
|
129 | 131 | </Grid.ColumnDefinitions>
|
130 | 132 |
|
131 |
| - <Grid.RowDefinitions> |
132 |
| - <RowDefinition /> |
133 |
| - <RowDefinition /> |
134 |
| - </Grid.RowDefinitions> |
135 |
| - |
136 |
| - <Label Margin="3" Content="{DynamicResource LogFilePath}" Grid.Row="1" Grid.Column="0" /> |
137 |
| - <TextBox x:Name="TxtLogFilePath" Margin="3" Grid.Row="1" Grid.Column="1" MaxWidth="300" MouseDoubleClick="BtnSelectLogFilePath" /> |
138 |
| - <Button Margin="3" MinWidth="40" Grid.Row="1" Grid.Column="2" Content="..." Click="BtnSelectLogFilePath" /> |
| 133 | + <Label Margin="3" Content="{DynamicResource LogFilePath}" Grid.Column="0" /> |
| 134 | + <TextBox x:Name="TxtLogFilePath" HorizontalAlignment="Stretch" MaxWidth="350" Margin="3" Grid.Column="1" MouseDoubleClick="BtnSelectLogFilePath" /> |
| 135 | + <Button Margin="3" MinWidth="40" Grid.Column="2" Content="..." Click="BtnSelectLogFilePath" /> |
139 | 136 | </Grid>
|
140 |
| - |
141 | 137 | </Grid>
|
142 | 138 |
|
143 | 139 | </syncfusion:TabItemExt>
|
|
0 commit comments