11<Window x : Class =" Flow.Launcher.ActionKeywords"
22 xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
33 xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
4- Title =" ActionKeywords "
4+ Title =" {DynamicResource actionKeywordsTitle} "
55 Icon =" Images\app.png"
66 ResizeMode =" NoResize"
77 Loaded =" ActionKeyword_OnLoaded"
88 WindowStartupLocation =" CenterScreen"
9- Height =" 250 " Width =" 500 " >
9+ Height =" 365 " Width =" 450 " Background = " #F3F3F3 " BorderBrush = " #cecece " >
1010 <Grid >
11+ <Grid .RowDefinitions>
12+ <RowDefinition />
13+ <RowDefinition Height =" 80" />
14+ </Grid .RowDefinitions>
15+ <Border BorderThickness =" 0 0 0 1" BorderBrush =" #e5e5e5" Background =" #ffffff" Padding =" 26 26 26 0" >
16+ <Grid >
17+ <StackPanel >
18+ <StackPanel Grid.Row=" 0" Margin =" 0 0 0 12" >
19+ <TextBlock Grid.Column=" 0" Text =" {DynamicResource actionKeywordsTitle}" FontSize =" 20" FontWeight =" SemiBold" FontFamily =" Segoe UI" TextAlignment =" Left"
20+ Margin =" 0 0 0 0" />
21+ </StackPanel >
22+ <StackPanel >
23+ <TextBlock
24+ Text =" {DynamicResource actionkeyword_tips}" Foreground =" #1b1b1b" FontSize =" 14" TextWrapping =" WrapWithOverflow" TextAlignment =" Left" />
25+ </StackPanel >
26+
27+ <StackPanel Orientation =" Horizontal" Margin =" 0 18 0 0" >
28+ <TextBlock FontSize =" 14" Grid.Row=" 0" Grid.Column=" 1" VerticalAlignment =" Center"
29+ HorizontalAlignment =" Left" Text =" {DynamicResource currentActionKeywords}" />
30+ <TextBlock x : Name =" tbOldActionKeyword" Grid.Row=" 0" Grid.Column=" 1" Margin =" 14 10 10 10" FontSize =" 14"
31+ VerticalAlignment =" Center" HorizontalAlignment =" Left" FontWeight =" SemiBold" />
32+ </StackPanel >
33+ <StackPanel Orientation =" Horizontal" >
34+ <TextBlock FontSize =" 14" Grid.Row=" 1" Grid.Column=" 1" VerticalAlignment =" Center"
35+ HorizontalAlignment =" Left" Text =" {DynamicResource newActionKeyword}" />
36+
37+ <TextBox x : Name =" tbAction" Margin =" 10 10 15 10" Width =" 105" VerticalAlignment =" Center" HorizontalAlignment =" Left" />
38+
39+ </StackPanel >
40+ </StackPanel >
41+ </Grid >
42+ </Border >
43+ <StackPanel Orientation =" Horizontal" HorizontalAlignment =" Center" Grid.Row=" 1" >
44+ <Button x : Name =" btnCancel" Click =" BtnCancel_OnClick" Margin =" 10 0 5 0" Width =" 100" Height =" 30"
45+ Content =" {DynamicResource cancel}" />
46+ <Button x : Name =" btnDone" Margin =" 5 0 10 0" Width =" 100" Height =" 30" Click =" btnDone_OnClick" >
47+ <TextBlock x : Name =" lblAdd" Text =" {DynamicResource done}" />
48+ </Button >
49+ </StackPanel >
50+ </Grid >
51+ <!--
1152 <Grid.RowDefinitions>
1253 <RowDefinition />
1354 <RowDefinition Height="60"/>
4081 </Button>
4182 </StackPanel>
4283 </Grid>
84+ -->
4385</Window >
0 commit comments