|
14 | 14 | <StackPanel Background="{StaticResource $BackgroundColor_White}" Margin="10,10,10,10" Orientation="Vertical"> |
15 | 15 |
|
16 | 16 | <StackPanel Orientation="Horizontal" Height="auto" MinHeight="25" VerticalAlignment="Top" Margin="0,10,0,0" > |
17 | | - <Label Style="{StaticResource $LabelStyle}" Width="150" FontSize="13" Content="Database:"/> |
| 17 | + <Label Style="{StaticResource $LabelStyle}" Width="180" FontSize="13" Content="Database:"/> |
18 | 18 | <TextBox x:Name="xDatabaseType" IsReadOnly="True" Width="250" Style="{StaticResource $TextBoxStyle}" Background="#FFEFEFF2" Margin="0,0,50,0" /> |
19 | 19 | </StackPanel> |
20 | 20 |
|
21 | 21 | <StackPanel Orientation="Horizontal" Height="auto" MinHeight="25" VerticalAlignment="Top" Margin="0,10,0,0"> |
22 | | - <Label Style="{StaticResource $LabelStyle}" Width="150" Content="Database Name:" /> |
| 22 | + <Label Style="{StaticResource $LabelStyle}" Width="180" Content="Database Name:" /> |
23 | 23 | <TextBox Style="{StaticResource $TextBoxStyle}" Height="25" LostKeyboardFocus="XDatabaseName_TextChanged" x:Name="xDatabaseName" Width="250" Margin="0,0,0,8" ></TextBox> |
24 | 24 | </StackPanel> |
25 | 25 |
|
26 | 26 | <StackPanel Orientation="Horizontal" Height="auto" MinHeight="25" VerticalAlignment="Top" Margin="0,10,0,0"> |
27 | | - <Label Style="{StaticResource $LabelStyle}" Width="150" Content="Description:"/> |
| 27 | + <Label Style="{StaticResource $LabelStyle}" Width="180" Content="Description:"/> |
28 | 28 | <TextBox Style="{StaticResource $TextBoxStyle}" x:Name="xDatabaseDescription" Width="250"></TextBox> |
29 | 29 | </StackPanel> |
30 | 30 | <StackPanel x:Name="xDatabaseDetailsPanel"> |
31 | 31 | <StackPanel Orientation="Horizontal" Height="auto" MinHeight="25" VerticalAlignment="Top" Margin="0,10,0,0"> |
32 | | - <Label Style="{StaticResource $LabelStyle}" Width="150" Content="Data Source" Name="xDatabaseTNSName"/> |
| 32 | + <Label Style="{StaticResource $LabelStyle}" Width="180" Content="Data Source" Name="xDatabaseTNSName"/> |
33 | 33 | <businessflowwindows:UCValueExpression x:Name="xDatabaseTNS" Width="280"></businessflowwindows:UCValueExpression> |
34 | 34 | </StackPanel> |
35 | 35 |
|
36 | 36 | <StackPanel Orientation="Horizontal" Height="auto" MinHeight="25" Margin="0,10,0,0"> |
37 | | - <Label Style="{StaticResource $LabelStyle}" Width="150" Content="User Name:"/> |
| 37 | + <Label Style="{StaticResource $LabelStyle}" Width="180" Content="User Name:"/> |
38 | 38 | <businessflowwindows:UCValueExpression x:Name="xDatabaseUserName" Width="280"></businessflowwindows:UCValueExpression> |
39 | 39 | </StackPanel> |
40 | 40 |
|
41 | 41 | <StackPanel Orientation="Horizontal" Height="auto" MinHeight="25" VerticalAlignment="Top" Margin="0,10,0,0" > |
42 | | - <Label Style="{StaticResource $LabelStyle}" Width="150" Content="User Password:"/> |
| 42 | + <Label Style="{StaticResource $LabelStyle}" Width="180" Content="User Password:"/> |
43 | 43 | <businessflowwindows:UCValueExpression x:Name="xDatabasePassword" Width="280" LostKeyboardFocus="ChangeDatabasePass"></businessflowwindows:UCValueExpression> |
44 | 44 | </StackPanel> |
45 | 45 |
|
|
48 | 48 | <StackPanel Name="xCosmosDetailsPanel" Visibility="Collapsed"> |
49 | 49 |
|
50 | 50 | <StackPanel Orientation="Horizontal" Height="auto" MinHeight="25" VerticalAlignment="Top" Margin="0,10,0,0"> |
51 | | - <Label Style="{StaticResource $LabelStyle}" Width="150" Content="Account End Point:" /> |
| 51 | + <Label Style="{StaticResource $LabelStyle}" Width="180" Content="Account End Point:" /> |
52 | 52 | <businessflowwindows:UCValueExpression x:Name="xDBAccEndPoint" Width="280" Height="25"></businessflowwindows:UCValueExpression> |
53 | 53 | </StackPanel> |
54 | 54 |
|
55 | 55 | <StackPanel Orientation="Horizontal" Height="auto" MinHeight="25" VerticalAlignment="Top" Margin="0,10,0,0"> |
56 | | - <Label Style="{StaticResource $LabelStyle}" Width="150" Content="Account Key:" /> |
| 56 | + <Label Style="{StaticResource $LabelStyle}" Width="180" Content="Account Key:" /> |
57 | 57 | <businessflowwindows:UCValueExpression x:Name="xDBAccKey" Width="280" Height="25"></businessflowwindows:UCValueExpression> |
58 | 58 | </StackPanel> |
59 | 59 | </StackPanel> |
60 | 60 | <StackPanel Orientation="Horizontal" Margin="0,10,0,0"> |
61 | | - <Label Style="{StaticResource $LabelStyle}" Width="150" Content="Connection String:"/> |
| 61 | + <Label Style="{StaticResource $LabelStyle}" Width="180" Content="Connection String:"/> |
62 | 62 | <StackPanel Orientation="Horizontal"> |
63 | 63 | <businessflowwindows:UCValueExpression x:Name="xDatabaseConnectionString" MinHeight="20" MaxHeight="40" Width="280"></businessflowwindows:UCValueExpression> |
64 | 64 | <usercontrols:ImageMakerControl |
|
68 | 68 | </StackPanel> |
69 | 69 |
|
70 | 70 | <StackPanel Orientation="Horizontal" Name="xKeepConnectOpenPanel" Margin="0,10,0,0" > |
71 | | - <Label Style="{StaticResource $LabelStyle}" Width="150" Content="Keep Connection Open:"/> |
| 71 | + <Label Style="{StaticResource $LabelStyle}" Width="180" Content="Keep Connection Open:"/> |
72 | 72 | <CheckBox VerticalAlignment="Center" Name="xKeepConnectOpen" ></CheckBox> |
73 | 73 | </StackPanel> |
| 74 | + |
| 75 | + <StackPanel Orientation="Horizontal" Name="xVersionStackPanel" Visibility="Collapsed" Margin="0,10,0,0"> |
| 76 | + <Label Style="{StaticResource $LabelStyle}" Width="180" Content="Is DB Version lower than 10.2:"/> |
| 77 | + <CheckBox VerticalAlignment="Center" Name="xOracleVersion"></CheckBox> |
| 78 | + </StackPanel> |
74 | 79 |
|
75 | 80 | </StackPanel> |
76 | 81 | </Border> |
|
0 commit comments