Commit 6870a03e36b59ea048bd119a6d908c1becc6b9ea
1 parent
729be9a6d6
Exists in
master
仕様 #2035 : 画面構成変更 Update
Showing 16 changed files with 163 additions and 116 deletions Inline Diff
- releases/RM2035/20170303_RM2035.rar
- sources/RoboforkApp.v12.suo
- sources/RoboforkApp/RoboforkMenu.xaml
- sources/RoboforkApp/bin/Release/RboforkApp.exe
- sources/RoboforkApp/bin/Release/RboforkApp.pdb
- sources/RoboforkApp/obj/Release/RboforkApp.exe
- sources/RoboforkApp/obj/Release/RboforkApp.g.resources
- sources/RoboforkApp/obj/Release/RboforkApp.pdb
- sources/RoboforkApp/obj/Release/RboforkApp_MarkupCompile.cache
- sources/RoboforkApp/obj/Release/RboforkApp_MarkupCompile.i.cache
- sources/RoboforkApp/obj/Release/RboforkApp_MarkupCompile.i.lref
- sources/RoboforkApp/obj/Release/RboforkApp_MarkupCompile.lref
- sources/RoboforkApp/obj/Release/RoboforkApp.csproj.FileListAbsolute.txt
- sources/RoboforkApp/obj/Release/RoboforkMenu.baml
- sources/RoboforkApp/obj/Release/RoboforkMenu.g.cs
- sources/RoboforkApp/obj/Release/RoboforkMenu.g.i.cs
releases/RM2035/20170303_RM2035.rar
No preview for this file type
sources/RoboforkApp.v12.suo
No preview for this file type
sources/RoboforkApp/RoboforkMenu.xaml
1 | <Window x:Class="RoboforkApp.RoboforkMenu" | 1 | <Window x:Class="RoboforkApp.RoboforkMenu" |
2 | xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | 2 | xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
3 | xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | 3 | xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
4 | xmlns:s="clr-namespace:RoboforkApp" | 4 | xmlns:s="clr-namespace:RoboforkApp" |
5 | Title="Robofork App" | 5 | Title="Robofork App" |
6 | ResizeMode="NoResize" | 6 | ResizeMode="NoResize" |
7 | WindowStartupLocation="CenterScreen" | 7 | WindowStartupLocation="CenterScreen" |
8 | Height="900" Width="1300"> | 8 | Height="1000" Width="1300"> |
9 | <Grid ShowGridLines="False" Margin="20,20,20,20"> | 9 | <Grid ShowGridLines="False" Margin="20,20,20,20"> |
10 | 10 | ||
11 | <Grid.RowDefinitions> | 11 | <Grid.RowDefinitions> |
12 | <RowDefinition Height="1*"/> | 12 | <RowDefinition Height="0.8*"/> |
13 | <RowDefinition Height="10*"/> | 13 | <RowDefinition Height="10*"/> |
14 | </Grid.RowDefinitions> | 14 | </Grid.RowDefinitions> |
15 | <Border Grid.Row="0" BorderThickness="1" BorderBrush="Gray" Margin="0,0,0,5"> | 15 | <Border Grid.Row="0" BorderThickness="1" BorderBrush="Gray" Margin="0,0,0,5"> |
16 | <Grid ShowGridLines="False"> | 16 | <Grid ShowGridLines="False"> |
17 | <Grid.RowDefinitions> | 17 | <Grid.RowDefinitions> |
18 | <RowDefinition Height="*"/> | 18 | <RowDefinition Height="*"/> |
19 | <RowDefinition Height="*"/> | 19 | <RowDefinition Height="*"/> |
20 | </Grid.RowDefinitions> | 20 | </Grid.RowDefinitions> |
21 | <Label Grid.Row="0" Content="Autonomous Planning Tool" Margin="10,0,0,0" | 21 | <Label Grid.Row="0" Content="Autonomous Planning Tool" Margin="10,0,0,0" |
22 | FontSize="17"/> | 22 | FontSize="16"/> |
23 | </Grid> | 23 | </Grid> |
24 | </Border> | 24 | </Border> |
25 | 25 | ||
26 | <Grid ShowGridLines="False" Grid.Row="1"> | 26 | <Grid ShowGridLines="False" Grid.Row="1"> |
27 | 27 | ||
28 | <Grid.ColumnDefinitions> | 28 | <Grid.ColumnDefinitions> |
29 | <ColumnDefinition Width="1*"/> | 29 | <ColumnDefinition Width="1.2*"/> |
30 | <ColumnDefinition Width="20"/> | 30 | <ColumnDefinition Width="20"/> |
31 | <ColumnDefinition Width="3*"/> | 31 | <ColumnDefinition Width="3*"/> |
32 | </Grid.ColumnDefinitions> | 32 | </Grid.ColumnDefinitions> |
33 | 33 | ||
34 | <Grid ShowGridLines="False" Grid.Column="0"> | 34 | <Grid ShowGridLines="False" Grid.Column="0"> |
35 | <Grid.RowDefinitions> | 35 | <Grid.RowDefinitions> |
36 | <RowDefinition Height="3*"/> | 36 | <RowDefinition Height="3*"/> |
37 | <RowDefinition Height="1*"/> | 37 | <RowDefinition Height="1*"/> |
38 | </Grid.RowDefinitions> | 38 | </Grid.RowDefinitions> |
39 | <Border Grid.Row="0" BorderThickness="1" BorderBrush="White" Margin="0,0,0,5"> | 39 | <Border Grid.Row="0" BorderThickness="1" BorderBrush="White" Margin="0,0,0,5"> |
40 | <TreeView > | 40 | <TreeView > |
41 | <TreeViewItem Header="Project [AAA工場]" FontSize="17"> | 41 | <TreeViewItem Header="Project [AAA工場]" FontSize="17"> |
42 | <TreeViewItem Header="MAP" FontSize="17"> | 42 | <TreeViewItem Header="MAP" FontSize="17"> |
43 | <TreeViewItem Header="Pass plan" | 43 | <TreeViewItem Header="Pass plan" |
44 | FontSize="17" | 44 | FontSize="17" |
45 | Name="PassplanTree" | 45 | Name="PassplanTree" |
46 | Selected="GetPassplanTree" | 46 | Selected="GetPassplanTree" |
47 | Unselected="SetPassplanTree" | 47 | Unselected="SetPassplanTree" |
48 | > | 48 | > |
49 | </TreeViewItem> | 49 | </TreeViewItem> |
50 | <TreeViewItem Header="Node" | 50 | <TreeViewItem Header="Node" |
51 | FontSize="17" | 51 | FontSize="17" |
52 | Name="NodeTree" | 52 | Name="NodeTree" |
53 | Selected="GetNodeTree" | 53 | Selected="GetNodeTree" |
54 | Unselected="SetNodeTree" | 54 | Unselected="SetNodeTree" |
55 | > | 55 | > |
56 | </TreeViewItem> | 56 | </TreeViewItem> |
57 | <TreeViewItem Header="--------------------" FontSize="17"> | 57 | <TreeViewItem Header="--------------------" FontSize="17"> |
58 | </TreeViewItem> | 58 | </TreeViewItem> |
59 | </TreeViewItem> | 59 | </TreeViewItem> |
60 | 60 | ||
61 | <TreeViewItem Header="Vehicle" FontSize="17"> | 61 | <TreeViewItem Header="Vehicle" FontSize="17"> |
62 | <TreeViewItem Header="FK15_#1" | 62 | <TreeViewItem Header="FK15_#1" |
63 | FontSize="17" | 63 | FontSize="17" |
64 | Name="FK15Tree" | 64 | Name="FK15Tree" |
65 | Selected="GetFK15Tree" | 65 | Selected="GetFK15Tree" |
66 | Unselected="SetFK15Tree"> | 66 | Unselected="SetFK15Tree"> |
67 | </TreeViewItem> | 67 | </TreeViewItem> |
68 | <TreeViewItem Header="[+]" | 68 | <TreeViewItem Header="[+]" |
69 | FontSize="17" | 69 | FontSize="17" |
70 | Name="VehicleAddTree" | 70 | Name="VehicleAddTree" |
71 | Selected="GetVehicleAddTree" | 71 | Selected="GetVehicleAddTree" |
72 | Unselected="SetVehicleAddTree"> | 72 | Unselected="SetVehicleAddTree"> |
73 | </TreeViewItem> | 73 | </TreeViewItem> |
74 | <TreeViewItem Header="--------------------"> | 74 | <TreeViewItem Header="--------------------"> |
75 | </TreeViewItem> | 75 | </TreeViewItem> |
76 | </TreeViewItem> | 76 | </TreeViewItem> |
77 | 77 | ||
78 | <TreeViewItem Header="Work" | 78 | <TreeViewItem Header="Work" |
79 | FontSize="17"> | 79 | FontSize="17"> |
80 | <TreeViewItem Header="Task patterm [FK15_#1]" | 80 | <TreeViewItem Header="Task patterm [FK15_#1]" |
81 | FontSize="17" | 81 | FontSize="17" |
82 | Name="TaskpattermTree" | 82 | Name="TaskpattermTree" |
83 | Selected="GetTaskpattermTree" | 83 | Selected="GetTaskpattermTree" |
84 | Unselected="SetTaskpattermTree"> | 84 | Unselected="SetTaskpattermTree"> |
85 | </TreeViewItem> | 85 | </TreeViewItem> |
86 | <TreeViewItem Header="[+]" | 86 | <TreeViewItem Header="[+]" |
87 | FontSize="17" | 87 | FontSize="17" |
88 | Name="WorkAddTree" | 88 | Name="WorkAddTree" |
89 | Selected="GetWorkAddTree" | 89 | Selected="GetWorkAddTree" |
90 | Unselected="SetWorkAddTree"> | 90 | Unselected="SetWorkAddTree"> |
91 | </TreeViewItem> | 91 | </TreeViewItem> |
92 | <TreeViewItem Header="--------------------" | 92 | <TreeViewItem Header="--------------------" |
93 | FontSize="17"> | 93 | FontSize="17"> |
94 | </TreeViewItem> | 94 | </TreeViewItem> |
95 | </TreeViewItem> | 95 | </TreeViewItem> |
96 | 96 | ||
97 | <TreeViewItem Header="Setting" | 97 | <TreeViewItem Header="Setting" |
98 | FontSize="17"> | 98 | FontSize="17"> |
99 | <TreeViewItem Header="Connect [Wi-Fi]" | 99 | <TreeViewItem Header="Connect [Wi-Fi]" |
100 | FontSize="17" | 100 | FontSize="17" |
101 | Name="ConnectTree" | 101 | Name="ConnectTree" |
102 | Selected="GetConnectTree" | 102 | Selected="GetConnectTree" |
103 | Unselected="SetConnectTree"> | 103 | Unselected="SetConnectTree"> |
104 | </TreeViewItem> | 104 | </TreeViewItem> |
105 | <TreeViewItem Header="Parameter" | 105 | <TreeViewItem Header="Parameter" |
106 | FontSize="17" | 106 | FontSize="17" |
107 | Name="ParameterTree" | 107 | Name="ParameterTree" |
108 | Selected="GetParameterTree" | 108 | Selected="GetParameterTree" |
109 | Unselected="SetParameterTree"> | 109 | Unselected="SetParameterTree"> |
110 | </TreeViewItem> | 110 | </TreeViewItem> |
111 | <TreeViewItem Header="--------------------" | 111 | <TreeViewItem Header="--------------------" |
112 | FontSize="17"> | 112 | FontSize="17"> |
113 | </TreeViewItem> | 113 | </TreeViewItem> |
114 | </TreeViewItem> | 114 | </TreeViewItem> |
115 | <TreeViewItem Header="Schedule" | 115 | <TreeViewItem Header="Schedule" |
116 | FontSize="17" | 116 | FontSize="17" |
117 | Name="ScheduleTree" | 117 | Name="ScheduleTree" |
118 | Selected="GetScheduleTree" | 118 | Selected="GetScheduleTree" |
119 | Unselected="SetScheduleTree"> | 119 | Unselected="SetScheduleTree"> |
120 | </TreeViewItem> | 120 | </TreeViewItem> |
121 | <TreeViewItem Header="Logging" | 121 | <TreeViewItem Header="Logging" |
122 | FontSize="17" | 122 | FontSize="17" |
123 | Name="LoggingTree" | 123 | Name="LoggingTree" |
124 | Selected="GetLoggingTree" | 124 | Selected="GetLoggingTree" |
125 | Unselected="SetLoggingTree"> | 125 | Unselected="SetLoggingTree"> |
126 | </TreeViewItem> | 126 | </TreeViewItem> |
127 | <TreeViewItem Header=" --------------------"> | 127 | <TreeViewItem Header=" --------------------"> |
128 | </TreeViewItem> | 128 | </TreeViewItem> |
129 | </TreeViewItem> | 129 | </TreeViewItem> |
130 | <TreeViewItem Header="Alert" | 130 | <TreeViewItem Header="Alert" |
131 | FontSize="17" | 131 | FontSize="17" |
132 | Name="AlertTree" | 132 | Name="AlertTree" |
133 | Selected="GetAlertTree" | 133 | Selected="GetAlertTree" |
134 | Unselected="SetAlertTree"> | 134 | Unselected="SetAlertTree"> |
135 | </TreeViewItem> | 135 | </TreeViewItem> |
136 | <TreeViewItem Header="Help" | 136 | <TreeViewItem Header="Help" |
137 | FontSize="17" | 137 | FontSize="17" |
138 | Name="HelpTree" | 138 | Name="HelpTree" |
139 | Selected="GetHelpTree" | 139 | Selected="GetHelpTree" |
140 | Unselected="SetHelpTree"> | 140 | Unselected="SetHelpTree"> |
141 | </TreeViewItem> | 141 | </TreeViewItem> |
142 | <TreeViewItem Header="[+New Project]" | 142 | <TreeViewItem Header="[+New Project]" |
143 | FontSize="17" | 143 | FontSize="17" |
144 | Name="NewProjectTree" | 144 | Name="NewProjectTree" |
145 | Selected="GetNewProjectTree" | 145 | Selected="GetNewProjectTree" |
146 | Unselected="SetNewProjectTree"> | 146 | Unselected="SetNewProjectTree"> |
147 | </TreeViewItem> | 147 | </TreeViewItem> |
148 | </TreeView> | 148 | </TreeView> |
149 | </Border> | 149 | </Border> |
150 | <Border Grid.Row="1" BorderThickness="1" BorderBrush="Gray" Margin="0,5,0,0"> | 150 | <Border Grid.Row="1" BorderThickness="1" BorderBrush="Gray" Margin="0,5,0,0"> |
151 | 151 | ||
152 | <Grid ShowGridLines="False"> | 152 | <Grid ShowGridLines="False"> |
153 | <Grid.RowDefinitions> | 153 | <Grid.RowDefinitions> |
154 | <RowDefinition Height="1*"/> | 154 | <RowDefinition Height="1*"/> |
155 | <RowDefinition Height="5*"/> | 155 | <RowDefinition Height="5*"/> |
156 | </Grid.RowDefinitions> | 156 | </Grid.RowDefinitions> |
157 | <Label Grid.Row="0" Content="Viewer" Margin="10,0,0,0" | 157 | <Label Grid.Row="0" Content="Viewer" Margin="10,0,0,0" |
158 | FontSize="17"/> | 158 | FontSize="17"/> |
159 | </Grid> | 159 | </Grid> |
160 | </Border> | 160 | </Border> |
161 | </Grid> | 161 | </Grid> |
162 | <TabControl x:Name="MainTab" | 162 | <TabControl x:Name="MainTab" |
163 | Margin="0,0,0,0" | 163 | Margin="0,0,0,0" |
164 | Grid.Column="2" > | 164 | Grid.Column="2" > |
165 | <TabItem x:Name="TabMap" > | 165 | <TabItem x:Name="TabMap" > |
166 | <TabItem.Header> | 166 | <TabItem.Header> |
167 | <StackPanel Orientation="Horizontal"> | 167 | <StackPanel Orientation="Horizontal"> |
168 | <TextBlock Text="MAP " VerticalAlignment="Center" FontSize="17"></TextBlock> | 168 | <TextBlock Text="MAP " VerticalAlignment="Center" FontSize="17"></TextBlock> |
169 | </StackPanel> | 169 | </StackPanel> |
170 | </TabItem.Header> | 170 | </TabItem.Header> |
171 | <Grid ShowGridLines="False"> | 171 | <Grid ShowGridLines="False"> |
172 | <Grid.RowDefinitions> | 172 | <Grid.RowDefinitions> |
173 | <RowDefinition Height="4*"/> | 173 | <RowDefinition Height="5*"/> |
174 | <RowDefinition Height="1*"/> | 174 | <RowDefinition Height="1*"/> |
175 | <RowDefinition Height="1*"/> | 175 | <RowDefinition Height="1*"/> |
176 | </Grid.RowDefinitions> | 176 | </Grid.RowDefinitions> |
177 | 177 | ||
178 | <Grid ShowGridLines="False" Grid.Row="0"> | 178 | <Grid ShowGridLines="False" Grid.Row="0" Name="GridMap"> |
179 | <Grid.ColumnDefinitions> | 179 | <Grid > |
180 | <ColumnDefinition Width="4*"/> | 180 | <Grid.ColumnDefinitions> |
181 | <ColumnDefinition Width="1.5*"/> | 181 | <ColumnDefinition Width="{Binding ActualHeight, ElementName=GridMap}"/> |
182 | </Grid.ColumnDefinitions> | 182 | <ColumnDefinition Width="*"/> |
183 | </Grid.ColumnDefinitions> | ||
184 | <Border Grid.Column="0" BorderThickness="1" BorderBrush="Red" Margin="5,5,5,5"> | ||
183 | 185 | ||
184 | <Border Grid.Column="0" BorderThickness="1" BorderBrush="Red" Margin="5,5,5,5"> | 186 | <s:DesignerCanvas x:Name="MyDesignerCanvas" |
185 | |||
186 | <s:DesignerCanvas x:Name="MyDesignerCanvas" | ||
187 | AllowDrop="True" | 187 | AllowDrop="True" |
188 | Background="White" HorizontalAlignment="Stretch"> | 188 | Background="White" HorizontalAlignment="Stretch"> |
189 | <!--<Canvas.LayoutTransform> | 189 | <Canvas.LayoutTransform> |
190 | --><!-- Adjust ScaleX and ScaleY in lock-step to zoom --><!-- | 190 | <!--Adjust ScaleX and ScaleY in lock-step to zoom--> |
191 | <ScaleTransform ScaleX=".8" ScaleY=".8" CenterX=".8" CenterY=".8" /> | 191 | <ScaleTransform ScaleX=".8" ScaleY=".8" CenterX=".8" CenterY=".8" /> |
192 | </Canvas.LayoutTransform>--> | 192 | </Canvas.LayoutTransform> |
193 | <Grid Name="MCGrid" Background="White" ShowGridLines="True" | 193 | <Grid Name="MCGrid" Background="White" ShowGridLines="True" |
194 | Width="{Binding ActualWidth, ElementName=MyDesignerCanvas}" | 194 | Width="{Binding ActualWidth, ElementName=MyDesignerCanvas}" |
195 | Height="{Binding ActualHeight, ElementName=MyDesignerCanvas}"> | 195 | Height="{Binding ActualHeight, ElementName=MyDesignerCanvas}"> |
196 | 196 | ||
197 | <Grid.RowDefinitions> | 197 | <Grid.RowDefinitions> |
198 | <RowDefinition Height="1*"/> | 198 | <RowDefinition Height="1*"/> |
199 | <RowDefinition Height="1*"/> | 199 | <RowDefinition Height="1*"/> |
200 | <RowDefinition Height="1*"/> | 200 | <RowDefinition Height="1*"/> |
201 | <RowDefinition Height="1*"/> | 201 | <RowDefinition Height="1*"/> |
202 | <RowDefinition Height="1*"/> | 202 | <RowDefinition Height="1*"/> |
203 | <RowDefinition Height="1*"/> | 203 | <RowDefinition Height="1*"/> |
204 | <RowDefinition Height="1*"/> | 204 | <RowDefinition Height="1*"/> |
205 | <RowDefinition Height="1*"/> | 205 | <RowDefinition Height="1*"/> |
206 | <RowDefinition Height="1*"/> | 206 | <RowDefinition Height="1*"/> |
207 | <RowDefinition Height="1*"/> | 207 | <RowDefinition Height="1*"/> |
208 | </Grid.RowDefinitions> | 208 | </Grid.RowDefinitions> |
209 | <Grid.ColumnDefinitions> | 209 | <Grid.ColumnDefinitions> |
210 | <ColumnDefinition Width="*"/> | 210 | <ColumnDefinition Width="*"/> |
211 | <ColumnDefinition Width="*"/> | 211 | <ColumnDefinition Width="*"/> |
212 | <ColumnDefinition Width="*"/> | 212 | <ColumnDefinition Width="*"/> |
213 | <ColumnDefinition Width="*"/> | 213 | <ColumnDefinition Width="*"/> |
214 | <ColumnDefinition Width="*"/> | 214 | <ColumnDefinition Width="*"/> |
215 | <ColumnDefinition Width="*"/> | 215 | <ColumnDefinition Width="*"/> |
216 | <ColumnDefinition Width="*"/> | 216 | <ColumnDefinition Width="*"/> |
217 | <ColumnDefinition Width="*"/> | 217 | <ColumnDefinition Width="*"/> |
218 | <ColumnDefinition Width="*"/> | 218 | <ColumnDefinition Width="*"/> |
219 | <ColumnDefinition Width="*"/> | 219 | <ColumnDefinition Width="*"/> |
220 | </Grid.ColumnDefinitions> | 220 | </Grid.ColumnDefinitions> |
221 | <TextBlock Grid.Row="0" Grid.Column="1" Foreground="SkyBlue">100</TextBlock> | 221 | <TextBlock Grid.Row="0" Grid.Column="1" Foreground="SkyBlue">100</TextBlock> |
222 | <TextBlock Grid.Row="0" Grid.Column="2" Foreground="SkyBlue">200</TextBlock> | 222 | <TextBlock Grid.Row="0" Grid.Column="2" Foreground="SkyBlue">200</TextBlock> |
223 | <TextBlock Grid.Row="0" Grid.Column="3" Foreground="SkyBlue">300</TextBlock> | 223 | <TextBlock Grid.Row="0" Grid.Column="3" Foreground="SkyBlue">300</TextBlock> |
224 | <TextBlock Grid.Row="0" Grid.Column="4" Foreground="SkyBlue">400</TextBlock> | 224 | <TextBlock Grid.Row="0" Grid.Column="4" Foreground="SkyBlue">400</TextBlock> |
225 | <TextBlock Grid.Row="0" Grid.Column="5" Foreground="SkyBlue">500</TextBlock> | 225 | <TextBlock Grid.Row="0" Grid.Column="5" Foreground="SkyBlue">500</TextBlock> |
226 | <TextBlock Grid.Row="0" Grid.Column="6" Foreground="SkyBlue">600</TextBlock> | 226 | <TextBlock Grid.Row="0" Grid.Column="6" Foreground="SkyBlue">600</TextBlock> |
227 | <TextBlock Grid.Row="0" Grid.Column="7" Foreground="SkyBlue">700</TextBlock> | 227 | <TextBlock Grid.Row="0" Grid.Column="7" Foreground="SkyBlue">700</TextBlock> |
228 | <TextBlock Grid.Row="0" Grid.Column="8" Foreground="SkyBlue">800</TextBlock> | 228 | <TextBlock Grid.Row="0" Grid.Column="8" Foreground="SkyBlue">800</TextBlock> |
229 | <TextBlock Grid.Row="0" Grid.Column="9" Foreground="SkyBlue">900</TextBlock> | 229 | <TextBlock Grid.Row="0" Grid.Column="9" Foreground="SkyBlue">900</TextBlock> |
230 | 230 | ||
231 | <TextBlock Grid.Row="1" Grid.Column="0" Foreground="SkyBlue">100</TextBlock> | 231 | <TextBlock Grid.Row="1" Grid.Column="0" Foreground="SkyBlue">100</TextBlock> |
232 | <TextBlock Grid.Row="2" Grid.Column="0" Foreground="SkyBlue">200</TextBlock> | 232 | <TextBlock Grid.Row="2" Grid.Column="0" Foreground="SkyBlue">200</TextBlock> |
233 | <TextBlock Grid.Row="3" Grid.Column="0" Foreground="SkyBlue">300</TextBlock> | 233 | <TextBlock Grid.Row="3" Grid.Column="0" Foreground="SkyBlue">300</TextBlock> |
234 | <TextBlock Grid.Row="4" Grid.Column="0" Foreground="SkyBlue">400</TextBlock> | 234 | <TextBlock Grid.Row="4" Grid.Column="0" Foreground="SkyBlue">400</TextBlock> |
235 | <TextBlock Grid.Row="5" Grid.Column="0" Foreground="SkyBlue">500</TextBlock> | 235 | <TextBlock Grid.Row="5" Grid.Column="0" Foreground="SkyBlue">500</TextBlock> |
236 | <TextBlock Grid.Row="6" Grid.Column="0" Foreground="SkyBlue">600</TextBlock> | 236 | <TextBlock Grid.Row="6" Grid.Column="0" Foreground="SkyBlue">600</TextBlock> |
237 | <TextBlock Grid.Row="7" Grid.Column="0" Foreground="SkyBlue">700</TextBlock> | 237 | <TextBlock Grid.Row="7" Grid.Column="0" Foreground="SkyBlue">700</TextBlock> |
238 | <TextBlock Grid.Row="8" Grid.Column="0" Foreground="SkyBlue">800</TextBlock> | 238 | <TextBlock Grid.Row="8" Grid.Column="0" Foreground="SkyBlue">800</TextBlock> |
239 | <TextBlock Grid.Row="9" Grid.Column="0" Foreground="SkyBlue">900</TextBlock> | 239 | <TextBlock Grid.Row="9" Grid.Column="0" Foreground="SkyBlue">900</TextBlock> |
240 | </Grid> | 240 | </Grid> |
241 | 241 | ||
242 | </s:DesignerCanvas> | 242 | </s:DesignerCanvas> |
243 | 243 | ||
244 | </Border> | 244 | </Border> |
245 | 245 | ||
246 | <Border Grid.Column="1" BorderThickness="1" BorderBrush="Gray" Margin="5,5,5,5"> | 246 | <Border Grid.Column="1" BorderThickness="1" BorderBrush="Gray" Margin="5,5,5,5"> |
247 | 247 | ||
248 | <DockPanel > | 248 | <DockPanel > |
249 | <!--<ScrollViewer>--> | 249 | <!--<ScrollViewer>--> |
250 | <Grid Name="grdRouteInfo"> | 250 | <Grid Name="grdRouteInfo"> |
251 | <Grid.RowDefinitions> | 251 | <Grid.RowDefinitions> |
252 | <RowDefinition Height="1*"/> | 252 | <RowDefinition Height="1*"/> |
253 | <RowDefinition Height="1*"/> | 253 | <RowDefinition Height="1*"/> |
254 | <RowDefinition Height="1*"/> | 254 | <RowDefinition Height="1*"/> |
255 | <RowDefinition Height="1*"/> | 255 | <RowDefinition Height="1*"/> |
256 | <RowDefinition Height="1*"/> | 256 | <RowDefinition Height="1*"/> |
257 | <RowDefinition Height="1*"/> | 257 | <RowDefinition Height="1*"/> |
258 | <RowDefinition Height="1*"/> | 258 | <RowDefinition Height="1*"/> |
259 | <RowDefinition Height="1*"/> | 259 | <RowDefinition Height="1*"/> |
260 | <RowDefinition Height="1*"/> | 260 | <RowDefinition Height="1*"/> |
261 | <RowDefinition Height="1*"/> | 261 | <RowDefinition Height="1*"/> |
262 | <RowDefinition Height="1*"/> | 262 | <RowDefinition Height="1*"/> |
263 | <RowDefinition Height="1*"/> | 263 | <RowDefinition Height="1*"/> |
264 | <RowDefinition Height="1*"/> | 264 | <RowDefinition Height="1*"/> |
265 | <RowDefinition Height="1*"/> | 265 | <RowDefinition Height="1*"/> |
266 | <RowDefinition Height="1*"/> | 266 | <RowDefinition Height="1*"/> |
267 | 267 | ||
268 | </Grid.RowDefinitions> | 268 | </Grid.RowDefinitions> |
269 | <Grid.ColumnDefinitions> | 269 | <Grid.ColumnDefinitions> |
270 | <ColumnDefinition Width="0.5*"/> | 270 | <ColumnDefinition Width="0.5*"/> |
271 | <ColumnDefinition Width="6*"/> | 271 | <ColumnDefinition Width="6*"/> |
272 | </Grid.ColumnDefinitions> | 272 | </Grid.ColumnDefinitions> |
273 | <Border Grid.Row="0" Grid.Column="0" BorderThickness="1" /> | 273 | <Border Grid.Row="0" Grid.Column="0" BorderThickness="1" /> |
274 | <Border Grid.Row="1" Grid.Column="0" BorderThickness="1" /> | 274 | <Border Grid.Row="1" Grid.Column="0" BorderThickness="1" /> |
275 | <Border Grid.Row="2" Grid.Column="0" BorderThickness="1" /> | 275 | <Border Grid.Row="2" Grid.Column="0" BorderThickness="1" /> |
276 | <Border Grid.Row="3" Grid.Column="0" BorderThickness="1" /> | 276 | <Border Grid.Row="3" Grid.Column="0" BorderThickness="1" /> |
277 | <Border Grid.Row="4" Grid.Column="0" BorderThickness="1" /> | 277 | <Border Grid.Row="4" Grid.Column="0" BorderThickness="1" /> |
278 | <Border Grid.Row="5" Grid.Column="0" BorderThickness="1" /> | 278 | <Border Grid.Row="5" Grid.Column="0" BorderThickness="1" /> |
279 | <Border Grid.Row="6" Grid.Column="0" BorderThickness="1" /> | 279 | <Border Grid.Row="6" Grid.Column="0" BorderThickness="1" /> |
280 | <Border Grid.Row="7" Grid.Column="0" BorderThickness="1" /> | 280 | <Border Grid.Row="7" Grid.Column="0" BorderThickness="1" /> |
281 | <Border Grid.Row="8" Grid.Column="0" BorderThickness="1" /> | 281 | <Border Grid.Row="8" Grid.Column="0" BorderThickness="1" /> |
282 | <Border Grid.Row="9" Grid.Column="0" BorderThickness="1" /> | 282 | <Border Grid.Row="9" Grid.Column="0" BorderThickness="1" /> |
283 | <Border Grid.Row="10" Grid.Column="0" BorderThickness="1" /> | 283 | <Border Grid.Row="10" Grid.Column="0" BorderThickness="1" /> |
284 | <Border Grid.Row="11" Grid.Column="0" BorderThickness="1" /> | 284 | <Border Grid.Row="11" Grid.Column="0" BorderThickness="1" /> |
285 | <Border Grid.Row="12" Grid.Column="0" BorderThickness="1" /> | 285 | <Border Grid.Row="12" Grid.Column="0" BorderThickness="1" /> |
286 | <Border Grid.Row="13" Grid.Column="0" BorderThickness="1" /> | 286 | <Border Grid.Row="13" Grid.Column="0" BorderThickness="1" /> |
287 | <Border Grid.Row="14" Grid.Column="0" BorderThickness="1" /> | 287 | <Border Grid.Row="14" Grid.Column="0" BorderThickness="1" /> |
288 | <Border Grid.Row="15" Grid.Column="0" BorderThickness="1" /> | 288 | <Border Grid.Row="15" Grid.Column="0" BorderThickness="1" /> |
289 | 289 | ||
290 | 290 | ||
291 | 291 | ||
292 | <Label Grid.Row="0" Grid.Column="1" Content="Monitor" FontSize="17"/> | 292 | <Label Grid.Row="0" Grid.Column="1" Content="Monitor" FontSize="17"/> |
293 | <Label Grid.Row="1" Grid.Column="1" Content="AOR 28249 [kg/h]" FontSize="17"/> | 293 | <Label Grid.Row="1" Grid.Column="1" Content="AOR 28249 [kg/h]" FontSize="17"/> |
294 | <Label Grid.Row="2" Grid.Column="1" Content="ABC 4738 [trq]" FontSize="17"/> | 294 | <Label Grid.Row="2" Grid.Column="1" Content="ABC 4738 [trq]" FontSize="17"/> |
295 | <Label Grid.Row="3" Grid.Column="1" Content="ATR 49593 [%]" FontSize="17"/> | 295 | <Label Grid.Row="3" Grid.Column="1" Content="ATR 49593 [%]" FontSize="17"/> |
296 | <Label Grid.Row="4" Grid.Column="1" Content="DEK 50403 [G]" FontSize="17"/> | 296 | <Label Grid.Row="4" Grid.Column="1" Content="DEK 50403 [G]" FontSize="17"/> |
297 | <Label Grid.Row="5" Grid.Column="1" Content="SKG 2739 [kg]" FontSize="17"/> | 297 | <Label Grid.Row="5" Grid.Column="1" Content="SKG 2739 [kg]" FontSize="17"/> |
298 | <Label Grid.Row="6" Grid.Column="1" Content="SOC 86 [%]" FontSize="17"/> | 298 | <Label Grid.Row="6" Grid.Column="1" Content="SOC 86 [%]" FontSize="17"/> |
299 | <Label Grid.Row="7" Grid.Column="1" Content=" :" FontSize="17"/> | 299 | <Label Grid.Row="7" Grid.Column="1" Content=" :" FontSize="17"/> |
300 | <Label Grid.Row="8" Grid.Column="1" Content=" :" FontSize="17"/> | 300 | <Label Grid.Row="8" Grid.Column="1" Content=" :" FontSize="17"/> |
301 | <Label Grid.Row="9" Grid.Column="1" Content=" :" FontSize="17"/> | 301 | <Label Grid.Row="9" Grid.Column="1" Content=" :" FontSize="17"/> |
302 | <Label Grid.Row="10" Grid.Column="1" Content=" :" FontSize="17"/> | 302 | <Label Grid.Row="10" Grid.Column="1" Content=" :" FontSize="17"/> |
303 | <Label Grid.Row="11" Grid.Column="1" Content=" :" FontSize="17"/> | 303 | <Label Grid.Row="11" Grid.Column="1" Content=" :" FontSize="17"/> |
304 | </Grid> | 304 | </Grid> |
305 | <!--</ScrollViewer>--> | 305 | <!--</ScrollViewer>--> |
306 | </DockPanel > | 306 | </DockPanel > |
307 | </Border> | 307 | </Border> |
308 | </Grid> | ||
309 | |||
308 | </Grid> | 310 | </Grid> |
309 | <Border Grid.Row="1" BorderThickness="1" BorderBrush="Gray" Margin="5,5,5,5"> | 311 | <Border Grid.Row="1" BorderThickness="1" BorderBrush="Gray" Margin="5,5,5,5"> |
310 | <Grid ShowGridLines="False"> | 312 | <Grid ShowGridLines="False"> |
311 | <Grid.ColumnDefinitions> | 313 | <Grid.ColumnDefinitions> |
312 | <ColumnDefinition Width="1*"/> | 314 | <ColumnDefinition Width="1*"/> |
313 | <ColumnDefinition Width="9*"/> | 315 | <ColumnDefinition Width="8*"/> |
314 | </Grid.ColumnDefinitions> | 316 | </Grid.ColumnDefinitions> |
315 | <Grid ShowGridLines="False" Grid.Column="0"> | 317 | <Grid ShowGridLines="False" Grid.Column="0"> |
316 | <Grid.RowDefinitions> | 318 | <Grid.RowDefinitions> |
317 | <RowDefinition Height="1*"/> | 319 | <RowDefinition Height="1*"/> |
318 | <RowDefinition Height="1*"/> | 320 | <RowDefinition Height="1*"/> |
319 | <RowDefinition Height="1*"/> | 321 | <RowDefinition Height="1*"/> |
320 | </Grid.RowDefinitions> | 322 | </Grid.RowDefinitions> |
321 | <Label Grid.Row="0" Content="Schedule" Margin="10,0,0,0" FontSize="17"/> | 323 | <Label Grid.Row="0" Content="Schedule" Margin="10,0,0,0" FontSize="17"/> |
322 | <Label Grid.Row="1" Content="FK15_#1" Margin="10,0,0,0" FontSize="17"/> | 324 | <Label Grid.Row="1" Content="FK15_#1" Margin="10,0,0,0" FontSize="17"/> |
323 | </Grid> | 325 | </Grid> |
324 | <Border Grid.Column="1" BorderThickness="1" BorderBrush="Red" Margin="5,5,5,5"> | 326 | <Border Grid.Column="1" BorderThickness="1" BorderBrush="Red" Margin="5,5,5,5"> |
325 | 327 | ||
326 | <s:DesignerCanvas x:Name="MyDesignerCanvasSchedule" | 328 | <s:DesignerCanvas x:Name="MyDesignerCanvasSchedule" |
327 | AllowDrop="True" | 329 | AllowDrop="True" |
328 | Background="White" HorizontalAlignment="Stretch"> | 330 | Background="White" HorizontalAlignment="Stretch"> |
329 | <Grid Name="MCGridShedule" Background="White" ShowGridLines="True" | 331 | <Grid Name="MCGridShedule" Background="White" ShowGridLines="True" |
330 | Width="{Binding ActualWidth, ElementName=MyDesignerCanvasSchedule}" | 332 | Width="{Binding ActualWidth, ElementName=MyDesignerCanvasSchedule}" |
331 | Height="{Binding ActualHeight, ElementName=MyDesignerCanvasSchedule}"> | 333 | Height="{Binding ActualHeight, ElementName=MyDesignerCanvasSchedule}"> |
332 | 334 | ||
333 | <Grid.RowDefinitions> | 335 | <Grid.RowDefinitions> |
334 | <RowDefinition Height="1*"/> | 336 | <RowDefinition Height="1*"/> |
335 | <RowDefinition Height="1*"/> | 337 | <RowDefinition Height="1*"/> |
336 | </Grid.RowDefinitions> | 338 | </Grid.RowDefinitions> |
337 | <Grid.ColumnDefinitions> | 339 | <Grid.ColumnDefinitions> |
338 | <ColumnDefinition Width="*"/> | 340 | <ColumnDefinition Width="*"/> |
339 | <ColumnDefinition Width="*"/> | 341 | <ColumnDefinition Width="*"/> |
340 | <ColumnDefinition Width="*"/> | 342 | <ColumnDefinition Width="*"/> |
341 | <ColumnDefinition Width="*"/> | 343 | <ColumnDefinition Width="*"/> |
342 | <ColumnDefinition Width="*"/> | 344 | <ColumnDefinition Width="*"/> |
343 | <ColumnDefinition Width="*"/> | 345 | <ColumnDefinition Width="*"/> |
344 | <ColumnDefinition Width="*"/> | 346 | <ColumnDefinition Width="*"/> |
345 | <ColumnDefinition Width="*"/> | 347 | <ColumnDefinition Width="*"/> |
346 | <ColumnDefinition Width="*"/> | 348 | <ColumnDefinition Width="*"/> |
347 | <ColumnDefinition Width="*"/> | 349 | <ColumnDefinition Width="*"/> |
348 | </Grid.ColumnDefinitions> | 350 | </Grid.ColumnDefinitions> |
349 | <TextBlock Grid.Row="0" Grid.Column="1" Foreground="SkyBlue">100</TextBlock> | 351 | <TextBlock Grid.Row="0" Grid.Column="1" Foreground="SkyBlue">100</TextBlock> |
350 | <TextBlock Grid.Row="0" Grid.Column="2" Foreground="SkyBlue">200</TextBlock> | 352 | <TextBlock Grid.Row="0" Grid.Column="2" Foreground="SkyBlue">200</TextBlock> |
351 | <TextBlock Grid.Row="0" Grid.Column="3" Foreground="SkyBlue">300</TextBlock> | 353 | <TextBlock Grid.Row="0" Grid.Column="3" Foreground="SkyBlue">300</TextBlock> |
352 | <TextBlock Grid.Row="0" Grid.Column="4" Foreground="SkyBlue">400</TextBlock> | 354 | <TextBlock Grid.Row="0" Grid.Column="4" Foreground="SkyBlue">400</TextBlock> |
353 | <TextBlock Grid.Row="0" Grid.Column="5" Foreground="SkyBlue">500</TextBlock> | 355 | <TextBlock Grid.Row="0" Grid.Column="5" Foreground="SkyBlue">500</TextBlock> |
354 | <TextBlock Grid.Row="0" Grid.Column="6" Foreground="SkyBlue">600</TextBlock> | 356 | <TextBlock Grid.Row="0" Grid.Column="6" Foreground="SkyBlue">600</TextBlock> |
355 | <TextBlock Grid.Row="0" Grid.Column="7" Foreground="SkyBlue">700</TextBlock> | 357 | <TextBlock Grid.Row="0" Grid.Column="7" Foreground="SkyBlue">700</TextBlock> |
356 | <TextBlock Grid.Row="0" Grid.Column="8" Foreground="SkyBlue">800</TextBlock> | 358 | <TextBlock Grid.Row="0" Grid.Column="8" Foreground="SkyBlue">800</TextBlock> |
357 | <TextBlock Grid.Row="0" Grid.Column="9" Foreground="SkyBlue">900</TextBlock> | 359 | <TextBlock Grid.Row="0" Grid.Column="9" Foreground="SkyBlue">900</TextBlock> |
358 | 360 | ||
359 | <TextBlock Grid.Row="1" Grid.Column="0" Foreground="SkyBlue">100</TextBlock> | 361 | <TextBlock Grid.Row="1" Grid.Column="0" Foreground="SkyBlue">100</TextBlock> |
360 | <TextBlock Grid.Row="2" Grid.Column="0" Foreground="SkyBlue">200</TextBlock> | 362 | <TextBlock Grid.Row="2" Grid.Column="0" Foreground="SkyBlue">200</TextBlock> |
361 | </Grid> | 363 | </Grid> |
362 | </s:DesignerCanvas> | 364 | </s:DesignerCanvas> |
363 | 365 | ||
364 | </Border> | 366 | </Border> |
365 | </Grid> | 367 | </Grid> |
366 | </Border> | 368 | </Border> |
367 | <Border Grid.Row="2" BorderThickness="1" BorderBrush="Gray" Margin="5,5,5,5"> | 369 | <Border Grid.Row="2" BorderThickness="1" BorderBrush="Gray" Margin="5,5,5,5"> |
368 | <Grid ShowGridLines="False"> | 370 | <Grid ShowGridLines="False"> |
369 | <Grid.RowDefinitions> | 371 | <Grid.RowDefinitions> |
370 | <RowDefinition Height="1*"/> | 372 | <RowDefinition Height="1*"/> |
371 | <RowDefinition Height="2*"/> | 373 | <RowDefinition Height="2*"/> |
372 | </Grid.RowDefinitions> | 374 | </Grid.RowDefinitions> |
373 | <Label Grid.Row="0" Content="Work [FK15_#1]" Margin="10,0,0,0" FontSize="17"/> | 375 | <Label Grid.Row="0" Content="Work [FK15_#1]" Margin="10,0,0,0" FontSize="17"/> |
374 | </Grid> | 376 | </Grid> |
375 | </Border> | 377 | </Border> |
376 | </Grid> | 378 | </Grid> |
377 | </TabItem> | 379 | </TabItem> |
378 | <TabItem x:Name="TabWork" > | 380 | <TabItem x:Name="TabWork" > |
379 | <TabItem.Header> | 381 | <TabItem.Header> |
380 | <StackPanel Orientation="Horizontal"> | 382 | <StackPanel Orientation="Horizontal"> |
381 | <TextBlock Text=" Work " VerticalAlignment="Center" FontSize="17"></TextBlock> | 383 | <TextBlock Text=" Work " VerticalAlignment="Center" FontSize="17"></TextBlock> |
382 | </StackPanel> | 384 | </StackPanel> |
383 | </TabItem.Header> | 385 | </TabItem.Header> |
384 | </TabItem> | 386 | </TabItem> |
385 | <TabItem x:Name="TabSchedule" > | 387 | <TabItem x:Name="TabSchedule" > |
386 | <TabItem.Header> | 388 | <TabItem.Header> |
387 | <StackPanel Orientation="Horizontal"> | 389 | <StackPanel Orientation="Horizontal"> |
388 | <TextBlock Text=" Schedule " VerticalAlignment="Center" FontSize="17"></TextBlock> | 390 | <TextBlock Text=" Schedule " VerticalAlignment="Center" FontSize="17"></TextBlock> |
389 | </StackPanel> | 391 | </StackPanel> |
390 | </TabItem.Header> | 392 | </TabItem.Header> |
391 | </TabItem> | 393 | </TabItem> |
392 | </TabControl> | 394 | </TabControl> |
393 | </Grid> | 395 | </Grid> |
394 | </Grid> | 396 | </Grid> |
sources/RoboforkApp/bin/Release/RboforkApp.exe
No preview for this file type
sources/RoboforkApp/bin/Release/RboforkApp.pdb
No preview for this file type
sources/RoboforkApp/obj/Release/RboforkApp.exe
No preview for this file type
sources/RoboforkApp/obj/Release/RboforkApp.g.resources
No preview for this file type
sources/RoboforkApp/obj/Release/RboforkApp.pdb
No preview for this file type
sources/RoboforkApp/obj/Release/RboforkApp_MarkupCompile.cache
1 | RboforkApp | 1 | RboforkApp |
2 | 2 | ||
3 | 3 | ||
4 | winexe | 4 | winexe |
5 | C# | 5 | C# |
6 | .cs | 6 | .cs |
7 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\ | 7 | E:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\obj\Release\ |
8 | RoboforkApp | 8 | RoboforkApp |
9 | none | 9 | none |
10 | false | 10 | false |
11 | TRACE | 11 | TRACE |
12 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\App.xaml | 12 | E:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\App.xaml |
13 | 2368379346 | 13 | 2368379346 |
14 | 14 | ||
15 | 19-592545476 | 15 | 19-592545476 |
16 | 12612105591 | 16 | 12612105591 |
17 | EditNodeWindow.xaml;Resources\Brushes.xaml;Resources\DesignerItem.xaml;Resources\Expander.xaml;Resources\LangResources.xaml;Resources\ResizeChrome.xaml;Resources\ScrollBar.xaml;Resources\ScrollViewer.xaml;Resources\Slider.xaml;Resources\StatusBar.xaml;Resources\Styles.xaml;Resources\ToolBar.xaml;Resources\Toolbox.xaml;Resources\Tooltip.xaml;Resources\ZoomBox.xaml;RoboforkMenu.xaml;UserControls\ucDisplayCoordinate.xaml;UserControls\ucStartEndButton.xaml;Stencils\BasicShapes.xaml;Stencils\FlowChartSymbols.xaml;Stencils\RegelungstechnikSymbole.xaml;Stencils\SymbolStencils.xaml;MainWindow.xaml; | 17 | EditNodeWindow.xaml;Resources\Brushes.xaml;Resources\DesignerItem.xaml;Resources\Expander.xaml;Resources\LangResources.xaml;Resources\ResizeChrome.xaml;Resources\ScrollBar.xaml;Resources\ScrollViewer.xaml;Resources\Slider.xaml;Resources\StatusBar.xaml;Resources\Styles.xaml;Resources\ToolBar.xaml;Resources\Toolbox.xaml;Resources\Tooltip.xaml;Resources\ZoomBox.xaml;RoboforkMenu.xaml;UserControls\ucDisplayCoordinate.xaml;UserControls\ucStartEndButton.xaml;Stencils\BasicShapes.xaml;Stencils\FlowChartSymbols.xaml;Stencils\RegelungstechnikSymbole.xaml;Stencils\SymbolStencils.xaml;MainWindow.xaml; |
18 | 18 | ||
19 | False | 19 | False |
20 | 20 | ||
21 | 21 |
sources/RoboforkApp/obj/Release/RboforkApp_MarkupCompile.i.cache
1 | RboforkApp | 1 | RboforkApp |
2 | 2 | ||
3 | 3 | ||
4 | winexe | 4 | winexe |
5 | C# | 5 | C# |
6 | .cs | 6 | .cs |
7 | E:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\obj\Release\ | 7 | E:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\obj\Release\ |
8 | RoboforkApp | 8 | RoboforkApp |
9 | none | 9 | none |
10 | false | 10 | false |
11 | TRACE | 11 | TRACE |
12 | E:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\App.xaml | 12 | E:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\App.xaml |
13 | 2368379346 | 13 | 2368379346 |
14 | 14 | ||
15 | 23-761445372 | 15 | 23-761445372 |
16 | 12612105591 | 16 | 12612105591 |
17 | EditNodeWindow.xaml;Resources\Brushes.xaml;Resources\DesignerItem.xaml;Resources\Expander.xaml;Resources\LangResources.xaml;Resources\ResizeChrome.xaml;Resources\ScrollBar.xaml;Resources\ScrollViewer.xaml;Resources\Slider.xaml;Resources\StatusBar.xaml;Resources\Styles.xaml;Resources\ToolBar.xaml;Resources\Toolbox.xaml;Resources\Tooltip.xaml;Resources\ZoomBox.xaml;RoboforkMenu.xaml;UserControls\ucDisplayCoordinate.xaml;UserControls\ucStartEndButton.xaml;Stencils\BasicShapes.xaml;Stencils\FlowChartSymbols.xaml;Stencils\RegelungstechnikSymbole.xaml;Stencils\SymbolStencils.xaml;MainWindow.xaml; | 17 | EditNodeWindow.xaml;Resources\Brushes.xaml;Resources\DesignerItem.xaml;Resources\Expander.xaml;Resources\LangResources.xaml;Resources\ResizeChrome.xaml;Resources\ScrollBar.xaml;Resources\ScrollViewer.xaml;Resources\Slider.xaml;Resources\StatusBar.xaml;Resources\Styles.xaml;Resources\ToolBar.xaml;Resources\Toolbox.xaml;Resources\Tooltip.xaml;Resources\ZoomBox.xaml;RoboforkMenu.xaml;UserControls\ucDisplayCoordinate.xaml;UserControls\ucStartEndButton.xaml;Stencils\BasicShapes.xaml;Stencils\FlowChartSymbols.xaml;Stencils\RegelungstechnikSymbole.xaml;Stencils\SymbolStencils.xaml;MainWindow.xaml; |
18 | 18 | ||
19 | True | 19 | False |
20 | 20 | ||
21 | 21 |
sources/RoboforkApp/obj/Release/RboforkApp_MarkupCompile.i.lref
1 | E:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\obj\Release\GeneratedInternalTypeHelper.g.i.cs | File was deleted | |
2 | |||
3 | FE:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\Resources\DesignerItem.xaml;; | ||
4 | FE:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\Resources\ResizeChrome.xaml;; | ||
5 | FE:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\Resources\Toolbox.xaml;; | ||
6 | FE:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\Resources\ZoomBox.xaml;; | ||
7 | FE:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\RoboforkMenu.xaml;; | ||
8 | FE:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\Stencils\BasicShapes.xaml;; | ||
9 | FE:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\Stencils\FlowChartSymbols.xaml;; | ||
10 | FE:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\Stencils\RegelungstechnikSymbole.xaml;; | ||
11 | FE:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\Stencils\SymbolStencils.xaml;; | ||
12 | FE:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\MainWindow.xaml;; | ||
13 | 1 | E:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\obj\Release\GeneratedInternalTypeHelper.g.i.cs | |
14 | 2 |
sources/RoboforkApp/obj/Release/RboforkApp_MarkupCompile.lref
1 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\GeneratedInternalTypeHelper.g.cs | 1 | E:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\obj\Release\GeneratedInternalTypeHelper.g.cs |
2 | 2 | ||
3 | FE:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\Resources\DesignerItem.xaml;; | 3 | FE:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\Resources\DesignerItem.xaml;; |
4 | FE:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\Resources\ResizeChrome.xaml;; | 4 | FE:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\Resources\ResizeChrome.xaml;; |
5 | FE:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\Resources\Toolbox.xaml;; | 5 | FE:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\Resources\Toolbox.xaml;; |
6 | FE:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\Resources\ZoomBox.xaml;; | 6 | FE:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\Resources\ZoomBox.xaml;; |
7 | FE:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\RoboforkMenu.xaml;; | 7 | FE:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\RoboforkMenu.xaml;; |
8 | FE:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\Stencils\BasicShapes.xaml;; | 8 | FE:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\Stencils\BasicShapes.xaml;; |
9 | FE:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\Stencils\FlowChartSymbols.xaml;; | 9 | FE:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\Stencils\FlowChartSymbols.xaml;; |
10 | FE:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\Stencils\RegelungstechnikSymbole.xaml;; | 10 | FE:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\Stencils\RegelungstechnikSymbole.xaml;; |
11 | FE:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\Stencils\SymbolStencils.xaml;; | 11 | FE:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\Stencils\SymbolStencils.xaml;; |
12 | FE:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\MainWindow.xaml;; | 12 | FE:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\MainWindow.xaml;; |
13 | 13 | ||
14 | 14 |
sources/RoboforkApp/obj/Release/RoboforkApp.csproj.FileListAbsolute.txt
1 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\bin\Release\RboforkApp.exe.config | 1 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\bin\Release\RboforkApp.exe.config |
2 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\bin\Release\RboforkApp.exe | 2 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\bin\Release\RboforkApp.exe |
3 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\bin\Release\RboforkApp.pdb | 3 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\bin\Release\RboforkApp.pdb |
4 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\EditNodeWindow.baml | 4 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\EditNodeWindow.baml |
5 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\Resources\Brushes.baml | 5 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\Resources\Brushes.baml |
6 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\Resources\Expander.baml | 6 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\Resources\Expander.baml |
7 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\Resources\LangResources.baml | 7 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\Resources\LangResources.baml |
8 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\Resources\ScrollBar.baml | 8 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\Resources\ScrollBar.baml |
9 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\Resources\ScrollViewer.baml | 9 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\Resources\ScrollViewer.baml |
10 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\Resources\Slider.baml | 10 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\Resources\Slider.baml |
11 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\Resources\StatusBar.baml | 11 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\Resources\StatusBar.baml |
12 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\Resources\Styles.baml | 12 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\Resources\Styles.baml |
13 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\Resources\ToolBar.baml | 13 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\Resources\ToolBar.baml |
14 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\Resources\Tooltip.baml | 14 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\Resources\Tooltip.baml |
15 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\UserControls\ucDisplayCoordinate.baml | 15 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\UserControls\ucDisplayCoordinate.baml |
16 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\UserControls\ucStartEndButton.baml | 16 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\UserControls\ucStartEndButton.baml |
17 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\App.baml | 17 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\App.baml |
18 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\EditNodeWindow.g.cs | 18 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\EditNodeWindow.g.cs |
19 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\RoboforkMenu.g.cs | 19 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\RoboforkMenu.g.cs |
20 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\UserControls\ucDisplayCoordinate.g.cs | 20 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\UserControls\ucDisplayCoordinate.g.cs |
21 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\UserControls\ucStartEndButton.g.cs | 21 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\UserControls\ucStartEndButton.g.cs |
22 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\MainWindow.g.cs | 22 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\MainWindow.g.cs |
23 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\App.g.cs | 23 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\App.g.cs |
24 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\GeneratedInternalTypeHelper.g.cs | 24 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\GeneratedInternalTypeHelper.g.cs |
25 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\RboforkApp_MarkupCompile.cache | 25 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\RboforkApp_MarkupCompile.cache |
26 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\RboforkApp_MarkupCompile.lref | 26 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\RboforkApp_MarkupCompile.lref |
27 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\Resources\DesignerItem.baml | 27 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\Resources\DesignerItem.baml |
28 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\Resources\ResizeChrome.baml | 28 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\Resources\ResizeChrome.baml |
29 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\Resources\Toolbox.baml | 29 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\Resources\Toolbox.baml |
30 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\Resources\ZoomBox.baml | 30 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\Resources\ZoomBox.baml |
31 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\RoboforkMenu.baml | 31 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\RoboforkMenu.baml |
32 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\Stencils\BasicShapes.baml | 32 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\Stencils\BasicShapes.baml |
33 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\Stencils\FlowChartSymbols.baml | 33 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\Stencils\FlowChartSymbols.baml |
34 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\Stencils\RegelungstechnikSymbole.baml | 34 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\Stencils\RegelungstechnikSymbole.baml |
35 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\Stencils\SymbolStencils.baml | 35 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\Stencils\SymbolStencils.baml |
36 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\MainWindow.baml | 36 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\MainWindow.baml |
37 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\RboforkApp.g.resources | 37 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\RboforkApp.g.resources |
38 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\RboforkApp.exe | 38 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\RboforkApp.exe |
39 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\RboforkApp.pdb | 39 | E:\02_Project\Du an Anh Dai\Robofox\sources\RoboforkApp\obj\Release\RboforkApp.pdb |
40 | E:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\bin\Release\RboforkApp.exe.config | 40 | E:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\bin\Release\RboforkApp.exe.config |
41 | E:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\bin\Release\RboforkApp.exe | ||
42 | E:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\bin\Release\RboforkApp.pdb | ||
43 | E:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\obj\Release\EditNodeWindow.baml | ||
44 | E:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\obj\Release\Resources\Brushes.baml | ||
45 | E:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\obj\Release\Resources\Expander.baml | ||
46 | E:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\obj\Release\Resources\LangResources.baml | ||
47 | E:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\obj\Release\Resources\ScrollBar.baml | ||
48 | E:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\obj\Release\Resources\ScrollViewer.baml | ||
49 | E:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\obj\Release\Resources\Slider.baml | ||
50 | E:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\obj\Release\Resources\StatusBar.baml | ||
51 | E:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\obj\Release\Resources\Styles.baml | ||
52 | E:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\obj\Release\Resources\ToolBar.baml | ||
53 | E:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\obj\Release\Resources\Tooltip.baml | ||
54 | E:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\obj\Release\UserControls\ucDisplayCoordinate.baml | ||
55 | E:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\obj\Release\UserControls\ucStartEndButton.baml | ||
56 | E:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\obj\Release\App.baml | ||
57 | E:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\obj\Release\EditNodeWindow.g.cs | ||
58 | E:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\obj\Release\RoboforkMenu.g.cs | ||
59 | E:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\obj\Release\UserControls\ucDisplayCoordinate.g.cs | ||
60 | E:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\obj\Release\UserControls\ucStartEndButton.g.cs | ||
61 | E:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\obj\Release\MainWindow.g.cs | ||
62 | E:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\obj\Release\App.g.cs | ||
63 | E:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\obj\Release\GeneratedInternalTypeHelper.g.cs | ||
64 | E:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\obj\Release\RboforkApp_MarkupCompile.cache | ||
65 | E:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\obj\Release\RboforkApp_MarkupCompile.lref | ||
66 | E:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\obj\Release\Resources\DesignerItem.baml | ||
67 | E:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\obj\Release\Resources\ResizeChrome.baml | ||
68 | E:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\obj\Release\Resources\Toolbox.baml | ||
69 | E:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\obj\Release\Resources\ZoomBox.baml | ||
70 | E:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\obj\Release\RoboforkMenu.baml | ||
71 | E:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\obj\Release\Stencils\BasicShapes.baml | ||
72 | E:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\obj\Release\Stencils\FlowChartSymbols.baml | ||
73 | E:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\obj\Release\Stencils\RegelungstechnikSymbole.baml | ||
74 | E:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\obj\Release\Stencils\SymbolStencils.baml | ||
75 | E:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\obj\Release\MainWindow.baml | ||
76 | E:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\obj\Release\RboforkApp.g.resources | ||
41 | E:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\obj\Release\RboforkApp.exe | 77 | E:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\obj\Release\RboforkApp.exe |
42 | E:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\obj\Release\RboforkApp.pdb | 78 | E:\02_Project\Du an Anh Dai\Robofork-toan\sources\RoboforkApp\obj\Release\RboforkApp.pdb |
43 | 79 |
sources/RoboforkApp/obj/Release/RoboforkMenu.baml
No preview for this file type
sources/RoboforkApp/obj/Release/RoboforkMenu.g.cs
1 | #pragma checksum "..\..\RoboforkMenu.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "F78B0A153F96E7BFD712AB642D563B04" | 1 | #pragma checksum "..\..\RoboforkMenu.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "C9703D3DF624983A80ECCEEE6ED3548E" |
2 | //------------------------------------------------------------------------------ | 2 | //------------------------------------------------------------------------------ |
3 | // <auto-generated> | 3 | // <auto-generated> |
4 | // This code was generated by a tool. | 4 | // This code was generated by a tool. |
5 | // Runtime Version:4.0.30319.42000 | 5 | // Runtime Version:4.0.30319.42000 |
6 | // | 6 | // |
7 | // Changes to this file may cause incorrect behavior and will be lost if | 7 | // Changes to this file may cause incorrect behavior and will be lost if |
8 | // the code is regenerated. | 8 | // the code is regenerated. |
9 | // </auto-generated> | 9 | // </auto-generated> |
10 | //------------------------------------------------------------------------------ | 10 | //------------------------------------------------------------------------------ |
11 | 11 | ||
12 | using RoboforkApp; | 12 | using RoboforkApp; |
13 | using System; | 13 | using System; |
14 | using System.Diagnostics; | 14 | using System.Diagnostics; |
15 | using System.Windows; | 15 | using System.Windows; |
16 | using System.Windows.Automation; | 16 | using System.Windows.Automation; |
17 | using System.Windows.Controls; | 17 | using System.Windows.Controls; |
18 | using System.Windows.Controls.Primitives; | 18 | using System.Windows.Controls.Primitives; |
19 | using System.Windows.Data; | 19 | using System.Windows.Data; |
20 | using System.Windows.Documents; | 20 | using System.Windows.Documents; |
21 | using System.Windows.Ink; | 21 | using System.Windows.Ink; |
22 | using System.Windows.Input; | 22 | using System.Windows.Input; |
23 | using System.Windows.Markup; | 23 | using System.Windows.Markup; |
24 | using System.Windows.Media; | 24 | using System.Windows.Media; |
25 | using System.Windows.Media.Animation; | 25 | using System.Windows.Media.Animation; |
26 | using System.Windows.Media.Effects; | 26 | using System.Windows.Media.Effects; |
27 | using System.Windows.Media.Imaging; | 27 | using System.Windows.Media.Imaging; |
28 | using System.Windows.Media.Media3D; | 28 | using System.Windows.Media.Media3D; |
29 | using System.Windows.Media.TextFormatting; | 29 | using System.Windows.Media.TextFormatting; |
30 | using System.Windows.Navigation; | 30 | using System.Windows.Navigation; |
31 | using System.Windows.Shapes; | 31 | using System.Windows.Shapes; |
32 | using System.Windows.Shell; | 32 | using System.Windows.Shell; |
33 | 33 | ||
34 | 34 | ||
35 | namespace RoboforkApp { | 35 | namespace RoboforkApp { |
36 | 36 | ||
37 | 37 | ||
38 | /// <summary> | 38 | /// <summary> |
39 | /// RoboforkMenu | 39 | /// RoboforkMenu |
40 | /// </summary> | 40 | /// </summary> |
41 | public partial class RoboforkMenu : System.Windows.Window, System.Windows.Markup.IComponentConnector { | 41 | public partial class RoboforkMenu : System.Windows.Window, System.Windows.Markup.IComponentConnector { |
42 | 42 | ||
43 | 43 | ||
44 | #line 45 "..\..\RoboforkMenu.xaml" | 44 | #line 45 "..\..\RoboforkMenu.xaml" |
45 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] | 45 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] |
46 | internal System.Windows.Controls.TreeViewItem PassplanTree; | 46 | internal System.Windows.Controls.TreeViewItem PassplanTree; |
47 | 47 | ||
48 | #line default | 48 | #line default |
49 | #line hidden | 49 | #line hidden |
50 | 50 | ||
51 | 51 | ||
52 | #line 52 "..\..\RoboforkMenu.xaml" | 52 | #line 52 "..\..\RoboforkMenu.xaml" |
53 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] | 53 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] |
54 | internal System.Windows.Controls.TreeViewItem NodeTree; | 54 | internal System.Windows.Controls.TreeViewItem NodeTree; |
55 | 55 | ||
56 | #line default | 56 | #line default |
57 | #line hidden | 57 | #line hidden |
58 | 58 | ||
59 | 59 | ||
60 | #line 64 "..\..\RoboforkMenu.xaml" | 60 | #line 64 "..\..\RoboforkMenu.xaml" |
61 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] | 61 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] |
62 | internal System.Windows.Controls.TreeViewItem FK15Tree; | 62 | internal System.Windows.Controls.TreeViewItem FK15Tree; |
63 | 63 | ||
64 | #line default | 64 | #line default |
65 | #line hidden | 65 | #line hidden |
66 | 66 | ||
67 | 67 | ||
68 | #line 70 "..\..\RoboforkMenu.xaml" | 68 | #line 70 "..\..\RoboforkMenu.xaml" |
69 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] | 69 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] |
70 | internal System.Windows.Controls.TreeViewItem VehicleAddTree; | 70 | internal System.Windows.Controls.TreeViewItem VehicleAddTree; |
71 | 71 | ||
72 | #line default | 72 | #line default |
73 | #line hidden | 73 | #line hidden |
74 | 74 | ||
75 | 75 | ||
76 | #line 82 "..\..\RoboforkMenu.xaml" | 76 | #line 82 "..\..\RoboforkMenu.xaml" |
77 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] | 77 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] |
78 | internal System.Windows.Controls.TreeViewItem TaskpattermTree; | 78 | internal System.Windows.Controls.TreeViewItem TaskpattermTree; |
79 | 79 | ||
80 | #line default | 80 | #line default |
81 | #line hidden | 81 | #line hidden |
82 | 82 | ||
83 | 83 | ||
84 | #line 88 "..\..\RoboforkMenu.xaml" | 84 | #line 88 "..\..\RoboforkMenu.xaml" |
85 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] | 85 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] |
86 | internal System.Windows.Controls.TreeViewItem WorkAddTree; | 86 | internal System.Windows.Controls.TreeViewItem WorkAddTree; |
87 | 87 | ||
88 | #line default | 88 | #line default |
89 | #line hidden | 89 | #line hidden |
90 | 90 | ||
91 | 91 | ||
92 | #line 101 "..\..\RoboforkMenu.xaml" | 92 | #line 101 "..\..\RoboforkMenu.xaml" |
93 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] | 93 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] |
94 | internal System.Windows.Controls.TreeViewItem ConnectTree; | 94 | internal System.Windows.Controls.TreeViewItem ConnectTree; |
95 | 95 | ||
96 | #line default | 96 | #line default |
97 | #line hidden | 97 | #line hidden |
98 | 98 | ||
99 | 99 | ||
100 | #line 107 "..\..\RoboforkMenu.xaml" | 100 | #line 107 "..\..\RoboforkMenu.xaml" |
101 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] | 101 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] |
102 | internal System.Windows.Controls.TreeViewItem ParameterTree; | 102 | internal System.Windows.Controls.TreeViewItem ParameterTree; |
103 | 103 | ||
104 | #line default | 104 | #line default |
105 | #line hidden | 105 | #line hidden |
106 | 106 | ||
107 | 107 | ||
108 | #line 117 "..\..\RoboforkMenu.xaml" | 108 | #line 117 "..\..\RoboforkMenu.xaml" |
109 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] | 109 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] |
110 | internal System.Windows.Controls.TreeViewItem ScheduleTree; | 110 | internal System.Windows.Controls.TreeViewItem ScheduleTree; |
111 | 111 | ||
112 | #line default | 112 | #line default |
113 | #line hidden | 113 | #line hidden |
114 | 114 | ||
115 | 115 | ||
116 | #line 123 "..\..\RoboforkMenu.xaml" | 116 | #line 123 "..\..\RoboforkMenu.xaml" |
117 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] | 117 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] |
118 | internal System.Windows.Controls.TreeViewItem LoggingTree; | 118 | internal System.Windows.Controls.TreeViewItem LoggingTree; |
119 | 119 | ||
120 | #line default | 120 | #line default |
121 | #line hidden | 121 | #line hidden |
122 | 122 | ||
123 | 123 | ||
124 | #line 132 "..\..\RoboforkMenu.xaml" | 124 | #line 132 "..\..\RoboforkMenu.xaml" |
125 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] | 125 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] |
126 | internal System.Windows.Controls.TreeViewItem AlertTree; | 126 | internal System.Windows.Controls.TreeViewItem AlertTree; |
127 | 127 | ||
128 | #line default | 128 | #line default |
129 | #line hidden | 129 | #line hidden |
130 | 130 | ||
131 | 131 | ||
132 | #line 138 "..\..\RoboforkMenu.xaml" | 132 | #line 138 "..\..\RoboforkMenu.xaml" |
133 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] | 133 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] |
134 | internal System.Windows.Controls.TreeViewItem HelpTree; | 134 | internal System.Windows.Controls.TreeViewItem HelpTree; |
135 | 135 | ||
136 | #line default | 136 | #line default |
137 | #line hidden | 137 | #line hidden |
138 | 138 | ||
139 | 139 | ||
140 | #line 144 "..\..\RoboforkMenu.xaml" | 140 | #line 144 "..\..\RoboforkMenu.xaml" |
141 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] | 141 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] |
142 | internal System.Windows.Controls.TreeViewItem NewProjectTree; | 142 | internal System.Windows.Controls.TreeViewItem NewProjectTree; |
143 | 143 | ||
144 | #line default | 144 | #line default |
145 | #line hidden | 145 | #line hidden |
146 | 146 | ||
147 | 147 | ||
148 | #line 162 "..\..\RoboforkMenu.xaml" | 148 | #line 162 "..\..\RoboforkMenu.xaml" |
149 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] | 149 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] |
150 | internal System.Windows.Controls.TabControl MainTab; | 150 | internal System.Windows.Controls.TabControl MainTab; |
151 | 151 | ||
152 | #line default | 152 | #line default |
153 | #line hidden | 153 | #line hidden |
154 | 154 | ||
155 | 155 | ||
156 | #line 165 "..\..\RoboforkMenu.xaml" | 156 | #line 165 "..\..\RoboforkMenu.xaml" |
157 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] | 157 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] |
158 | internal System.Windows.Controls.TabItem TabMap; | 158 | internal System.Windows.Controls.TabItem TabMap; |
159 | 159 | ||
160 | #line default | 160 | #line default |
161 | #line hidden | 161 | #line hidden |
162 | 162 | ||
163 | 163 | ||
164 | #line 178 "..\..\RoboforkMenu.xaml" | ||
165 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] | ||
166 | internal System.Windows.Controls.Grid GridMap; | ||
167 | |||
168 | #line default | ||
169 | #line hidden | ||
170 | |||
171 | |||
164 | #line 186 "..\..\RoboforkMenu.xaml" | 172 | #line 186 "..\..\RoboforkMenu.xaml" |
165 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] | 173 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] |
166 | internal RoboforkApp.DesignerCanvas MyDesignerCanvas; | 174 | internal RoboforkApp.DesignerCanvas MyDesignerCanvas; |
167 | 175 | ||
168 | #line default | 176 | #line default |
169 | #line hidden | 177 | #line hidden |
170 | 178 | ||
171 | 179 | ||
172 | #line 193 "..\..\RoboforkMenu.xaml" | 180 | #line 193 "..\..\RoboforkMenu.xaml" |
173 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] | 181 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] |
174 | internal System.Windows.Controls.Grid MCGrid; | 182 | internal System.Windows.Controls.Grid MCGrid; |
175 | 183 | ||
176 | #line default | 184 | #line default |
177 | #line hidden | 185 | #line hidden |
178 | 186 | ||
179 | 187 | ||
180 | #line 250 "..\..\RoboforkMenu.xaml" | 188 | #line 250 "..\..\RoboforkMenu.xaml" |
181 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] | 189 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] |
182 | internal System.Windows.Controls.Grid grdRouteInfo; | 190 | internal System.Windows.Controls.Grid grdRouteInfo; |
183 | 191 | ||
184 | #line default | 192 | #line default |
185 | #line hidden | 193 | #line hidden |
186 | 194 | ||
187 | 195 | ||
188 | #line 326 "..\..\RoboforkMenu.xaml" | 196 | #line 328 "..\..\RoboforkMenu.xaml" |
189 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] | 197 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] |
190 | internal RoboforkApp.DesignerCanvas MyDesignerCanvasSchedule; | 198 | internal RoboforkApp.DesignerCanvas MyDesignerCanvasSchedule; |
191 | 199 | ||
192 | #line default | 200 | #line default |
193 | #line hidden | 201 | #line hidden |
194 | 202 | ||
195 | 203 | ||
196 | #line 329 "..\..\RoboforkMenu.xaml" | 204 | #line 331 "..\..\RoboforkMenu.xaml" |
197 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] | 205 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] |
198 | internal System.Windows.Controls.Grid MCGridShedule; | 206 | internal System.Windows.Controls.Grid MCGridShedule; |
199 | 207 | ||
200 | #line default | 208 | #line default |
201 | #line hidden | 209 | #line hidden |
202 | 210 | ||
203 | 211 | ||
204 | #line 378 "..\..\RoboforkMenu.xaml" | 212 | #line 380 "..\..\RoboforkMenu.xaml" |
205 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] | 213 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] |
206 | internal System.Windows.Controls.TabItem TabWork; | 214 | internal System.Windows.Controls.TabItem TabWork; |
207 | 215 | ||
208 | #line default | 216 | #line default |
209 | #line hidden | 217 | #line hidden |
210 | 218 | ||
211 | 219 | ||
212 | #line 385 "..\..\RoboforkMenu.xaml" | 220 | #line 387 "..\..\RoboforkMenu.xaml" |
213 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] | 221 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] |
214 | internal System.Windows.Controls.TabItem TabSchedule; | 222 | internal System.Windows.Controls.TabItem TabSchedule; |
215 | 223 | ||
216 | #line default | 224 | #line default |
217 | #line hidden | 225 | #line hidden |
218 | 226 | ||
219 | private bool _contentLoaded; | 227 | private bool _contentLoaded; |
220 | 228 | ||
221 | /// <summary> | 229 | /// <summary> |
222 | /// InitializeComponent | 230 | /// InitializeComponent |
223 | /// </summary> | 231 | /// </summary> |
224 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] | 232 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] |
225 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] | 233 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] |
226 | public void InitializeComponent() { | 234 | public void InitializeComponent() { |
227 | if (_contentLoaded) { | 235 | if (_contentLoaded) { |
228 | return; | 236 | return; |
229 | } | 237 | } |
230 | _contentLoaded = true; | 238 | _contentLoaded = true; |
231 | System.Uri resourceLocater = new System.Uri("/RboforkApp;component/roboforkmenu.xaml", System.UriKind.Relative); | 239 | System.Uri resourceLocater = new System.Uri("/RboforkApp;component/roboforkmenu.xaml", System.UriKind.Relative); |
232 | 240 | ||
233 | #line 1 "..\..\RoboforkMenu.xaml" | 241 | #line 1 "..\..\RoboforkMenu.xaml" |
234 | System.Windows.Application.LoadComponent(this, resourceLocater); | 242 | System.Windows.Application.LoadComponent(this, resourceLocater); |
235 | 243 | ||
236 | #line default | 244 | #line default |
237 | #line hidden | 245 | #line hidden |
238 | } | 246 | } |
239 | 247 | ||
240 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] | 248 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] |
241 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] | 249 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] |
242 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] | 250 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] |
243 | internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) { | 251 | internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) { |
244 | return System.Delegate.CreateDelegate(delegateType, this, handler); | 252 | return System.Delegate.CreateDelegate(delegateType, this, handler); |
245 | } | 253 | } |
246 | 254 | ||
247 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] | 255 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] |
248 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] | 256 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] |
249 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] | 257 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] |
250 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] | 258 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] |
251 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] | 259 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] |
252 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] | 260 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] |
253 | void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { | 261 | void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { |
254 | switch (connectionId) | 262 | switch (connectionId) |
255 | { | 263 | { |
256 | case 1: | 264 | case 1: |
257 | this.PassplanTree = ((System.Windows.Controls.TreeViewItem)(target)); | 265 | this.PassplanTree = ((System.Windows.Controls.TreeViewItem)(target)); |
258 | 266 | ||
259 | #line 46 "..\..\RoboforkMenu.xaml" | 267 | #line 46 "..\..\RoboforkMenu.xaml" |
260 | this.PassplanTree.Selected += new System.Windows.RoutedEventHandler(this.GetPassplanTree); | 268 | this.PassplanTree.Selected += new System.Windows.RoutedEventHandler(this.GetPassplanTree); |
261 | 269 | ||
262 | #line default | 270 | #line default |
263 | #line hidden | 271 | #line hidden |
264 | 272 | ||
265 | #line 47 "..\..\RoboforkMenu.xaml" | 273 | #line 47 "..\..\RoboforkMenu.xaml" |
266 | this.PassplanTree.Unselected += new System.Windows.RoutedEventHandler(this.SetPassplanTree); | 274 | this.PassplanTree.Unselected += new System.Windows.RoutedEventHandler(this.SetPassplanTree); |
267 | 275 | ||
268 | #line default | 276 | #line default |
269 | #line hidden | 277 | #line hidden |
270 | return; | 278 | return; |
271 | case 2: | 279 | case 2: |
272 | this.NodeTree = ((System.Windows.Controls.TreeViewItem)(target)); | 280 | this.NodeTree = ((System.Windows.Controls.TreeViewItem)(target)); |
273 | 281 | ||
274 | #line 53 "..\..\RoboforkMenu.xaml" | 282 | #line 53 "..\..\RoboforkMenu.xaml" |
275 | this.NodeTree.Selected += new System.Windows.RoutedEventHandler(this.GetNodeTree); | 283 | this.NodeTree.Selected += new System.Windows.RoutedEventHandler(this.GetNodeTree); |
276 | 284 | ||
277 | #line default | 285 | #line default |
278 | #line hidden | 286 | #line hidden |
279 | 287 | ||
280 | #line 54 "..\..\RoboforkMenu.xaml" | 288 | #line 54 "..\..\RoboforkMenu.xaml" |
281 | this.NodeTree.Unselected += new System.Windows.RoutedEventHandler(this.SetNodeTree); | 289 | this.NodeTree.Unselected += new System.Windows.RoutedEventHandler(this.SetNodeTree); |
282 | 290 | ||
283 | #line default | 291 | #line default |
284 | #line hidden | 292 | #line hidden |
285 | return; | 293 | return; |
286 | case 3: | 294 | case 3: |
287 | this.FK15Tree = ((System.Windows.Controls.TreeViewItem)(target)); | 295 | this.FK15Tree = ((System.Windows.Controls.TreeViewItem)(target)); |
288 | 296 | ||
289 | #line 65 "..\..\RoboforkMenu.xaml" | 297 | #line 65 "..\..\RoboforkMenu.xaml" |
290 | this.FK15Tree.Selected += new System.Windows.RoutedEventHandler(this.GetFK15Tree); | 298 | this.FK15Tree.Selected += new System.Windows.RoutedEventHandler(this.GetFK15Tree); |
291 | 299 | ||
292 | #line default | 300 | #line default |
293 | #line hidden | 301 | #line hidden |
294 | 302 | ||
295 | #line 66 "..\..\RoboforkMenu.xaml" | 303 | #line 66 "..\..\RoboforkMenu.xaml" |
296 | this.FK15Tree.Unselected += new System.Windows.RoutedEventHandler(this.SetFK15Tree); | 304 | this.FK15Tree.Unselected += new System.Windows.RoutedEventHandler(this.SetFK15Tree); |
297 | 305 | ||
298 | #line default | 306 | #line default |
299 | #line hidden | 307 | #line hidden |
300 | return; | 308 | return; |
301 | case 4: | 309 | case 4: |
302 | this.VehicleAddTree = ((System.Windows.Controls.TreeViewItem)(target)); | 310 | this.VehicleAddTree = ((System.Windows.Controls.TreeViewItem)(target)); |
303 | 311 | ||
304 | #line 71 "..\..\RoboforkMenu.xaml" | 312 | #line 71 "..\..\RoboforkMenu.xaml" |
305 | this.VehicleAddTree.Selected += new System.Windows.RoutedEventHandler(this.GetVehicleAddTree); | 313 | this.VehicleAddTree.Selected += new System.Windows.RoutedEventHandler(this.GetVehicleAddTree); |
306 | 314 | ||
307 | #line default | 315 | #line default |
308 | #line hidden | 316 | #line hidden |
309 | 317 | ||
310 | #line 72 "..\..\RoboforkMenu.xaml" | 318 | #line 72 "..\..\RoboforkMenu.xaml" |
311 | this.VehicleAddTree.Unselected += new System.Windows.RoutedEventHandler(this.SetVehicleAddTree); | 319 | this.VehicleAddTree.Unselected += new System.Windows.RoutedEventHandler(this.SetVehicleAddTree); |
312 | 320 | ||
313 | #line default | 321 | #line default |
314 | #line hidden | 322 | #line hidden |
315 | return; | 323 | return; |
316 | case 5: | 324 | case 5: |
317 | this.TaskpattermTree = ((System.Windows.Controls.TreeViewItem)(target)); | 325 | this.TaskpattermTree = ((System.Windows.Controls.TreeViewItem)(target)); |
318 | 326 | ||
319 | #line 83 "..\..\RoboforkMenu.xaml" | 327 | #line 83 "..\..\RoboforkMenu.xaml" |
320 | this.TaskpattermTree.Selected += new System.Windows.RoutedEventHandler(this.GetTaskpattermTree); | 328 | this.TaskpattermTree.Selected += new System.Windows.RoutedEventHandler(this.GetTaskpattermTree); |
321 | 329 | ||
322 | #line default | 330 | #line default |
323 | #line hidden | 331 | #line hidden |
324 | 332 | ||
325 | #line 84 "..\..\RoboforkMenu.xaml" | 333 | #line 84 "..\..\RoboforkMenu.xaml" |
326 | this.TaskpattermTree.Unselected += new System.Windows.RoutedEventHandler(this.SetTaskpattermTree); | 334 | this.TaskpattermTree.Unselected += new System.Windows.RoutedEventHandler(this.SetTaskpattermTree); |
327 | 335 | ||
328 | #line default | 336 | #line default |
329 | #line hidden | 337 | #line hidden |
330 | return; | 338 | return; |
331 | case 6: | 339 | case 6: |
332 | this.WorkAddTree = ((System.Windows.Controls.TreeViewItem)(target)); | 340 | this.WorkAddTree = ((System.Windows.Controls.TreeViewItem)(target)); |
333 | 341 | ||
334 | #line 89 "..\..\RoboforkMenu.xaml" | 342 | #line 89 "..\..\RoboforkMenu.xaml" |
335 | this.WorkAddTree.Selected += new System.Windows.RoutedEventHandler(this.GetWorkAddTree); | 343 | this.WorkAddTree.Selected += new System.Windows.RoutedEventHandler(this.GetWorkAddTree); |
336 | 344 | ||
337 | #line default | 345 | #line default |
338 | #line hidden | 346 | #line hidden |
339 | 347 | ||
340 | #line 90 "..\..\RoboforkMenu.xaml" | 348 | #line 90 "..\..\RoboforkMenu.xaml" |
341 | this.WorkAddTree.Unselected += new System.Windows.RoutedEventHandler(this.SetWorkAddTree); | 349 | this.WorkAddTree.Unselected += new System.Windows.RoutedEventHandler(this.SetWorkAddTree); |
342 | 350 | ||
343 | #line default | 351 | #line default |
344 | #line hidden | 352 | #line hidden |
345 | return; | 353 | return; |
346 | case 7: | 354 | case 7: |
347 | this.ConnectTree = ((System.Windows.Controls.TreeViewItem)(target)); | 355 | this.ConnectTree = ((System.Windows.Controls.TreeViewItem)(target)); |
348 | 356 | ||
349 | #line 102 "..\..\RoboforkMenu.xaml" | 357 | #line 102 "..\..\RoboforkMenu.xaml" |
350 | this.ConnectTree.Selected += new System.Windows.RoutedEventHandler(this.GetConnectTree); | 358 | this.ConnectTree.Selected += new System.Windows.RoutedEventHandler(this.GetConnectTree); |
351 | 359 | ||
352 | #line default | 360 | #line default |
353 | #line hidden | 361 | #line hidden |
354 | 362 | ||
355 | #line 103 "..\..\RoboforkMenu.xaml" | 363 | #line 103 "..\..\RoboforkMenu.xaml" |
356 | this.ConnectTree.Unselected += new System.Windows.RoutedEventHandler(this.SetConnectTree); | 364 | this.ConnectTree.Unselected += new System.Windows.RoutedEventHandler(this.SetConnectTree); |
357 | 365 | ||
358 | #line default | 366 | #line default |
359 | #line hidden | 367 | #line hidden |
360 | return; | 368 | return; |
361 | case 8: | 369 | case 8: |
362 | this.ParameterTree = ((System.Windows.Controls.TreeViewItem)(target)); | 370 | this.ParameterTree = ((System.Windows.Controls.TreeViewItem)(target)); |
363 | 371 | ||
364 | #line 108 "..\..\RoboforkMenu.xaml" | 372 | #line 108 "..\..\RoboforkMenu.xaml" |
365 | this.ParameterTree.Selected += new System.Windows.RoutedEventHandler(this.GetParameterTree); | 373 | this.ParameterTree.Selected += new System.Windows.RoutedEventHandler(this.GetParameterTree); |
366 | 374 | ||
367 | #line default | 375 | #line default |
368 | #line hidden | 376 | #line hidden |
369 | 377 | ||
370 | #line 109 "..\..\RoboforkMenu.xaml" | 378 | #line 109 "..\..\RoboforkMenu.xaml" |
371 | this.ParameterTree.Unselected += new System.Windows.RoutedEventHandler(this.SetParameterTree); | 379 | this.ParameterTree.Unselected += new System.Windows.RoutedEventHandler(this.SetParameterTree); |
372 | 380 | ||
373 | #line default | 381 | #line default |
374 | #line hidden | 382 | #line hidden |
375 | return; | 383 | return; |
376 | case 9: | 384 | case 9: |
377 | this.ScheduleTree = ((System.Windows.Controls.TreeViewItem)(target)); | 385 | this.ScheduleTree = ((System.Windows.Controls.TreeViewItem)(target)); |
378 | 386 | ||
379 | #line 118 "..\..\RoboforkMenu.xaml" | 387 | #line 118 "..\..\RoboforkMenu.xaml" |
380 | this.ScheduleTree.Selected += new System.Windows.RoutedEventHandler(this.GetScheduleTree); | 388 | this.ScheduleTree.Selected += new System.Windows.RoutedEventHandler(this.GetScheduleTree); |
381 | 389 | ||
382 | #line default | 390 | #line default |
383 | #line hidden | 391 | #line hidden |
384 | 392 | ||
385 | #line 119 "..\..\RoboforkMenu.xaml" | 393 | #line 119 "..\..\RoboforkMenu.xaml" |
386 | this.ScheduleTree.Unselected += new System.Windows.RoutedEventHandler(this.SetScheduleTree); | 394 | this.ScheduleTree.Unselected += new System.Windows.RoutedEventHandler(this.SetScheduleTree); |
387 | 395 | ||
388 | #line default | 396 | #line default |
389 | #line hidden | 397 | #line hidden |
390 | return; | 398 | return; |
391 | case 10: | 399 | case 10: |
392 | this.LoggingTree = ((System.Windows.Controls.TreeViewItem)(target)); | 400 | this.LoggingTree = ((System.Windows.Controls.TreeViewItem)(target)); |
393 | 401 | ||
394 | #line 124 "..\..\RoboforkMenu.xaml" | 402 | #line 124 "..\..\RoboforkMenu.xaml" |
395 | this.LoggingTree.Selected += new System.Windows.RoutedEventHandler(this.GetLoggingTree); | 403 | this.LoggingTree.Selected += new System.Windows.RoutedEventHandler(this.GetLoggingTree); |
396 | 404 | ||
397 | #line default | 405 | #line default |
398 | #line hidden | 406 | #line hidden |
399 | 407 | ||
400 | #line 125 "..\..\RoboforkMenu.xaml" | 408 | #line 125 "..\..\RoboforkMenu.xaml" |
401 | this.LoggingTree.Unselected += new System.Windows.RoutedEventHandler(this.SetLoggingTree); | 409 | this.LoggingTree.Unselected += new System.Windows.RoutedEventHandler(this.SetLoggingTree); |
402 | 410 | ||
403 | #line default | 411 | #line default |
404 | #line hidden | 412 | #line hidden |
405 | return; | 413 | return; |
406 | case 11: | 414 | case 11: |
407 | this.AlertTree = ((System.Windows.Controls.TreeViewItem)(target)); | 415 | this.AlertTree = ((System.Windows.Controls.TreeViewItem)(target)); |
408 | 416 | ||
409 | #line 133 "..\..\RoboforkMenu.xaml" | 417 | #line 133 "..\..\RoboforkMenu.xaml" |
410 | this.AlertTree.Selected += new System.Windows.RoutedEventHandler(this.GetAlertTree); | 418 | this.AlertTree.Selected += new System.Windows.RoutedEventHandler(this.GetAlertTree); |
411 | 419 | ||
412 | #line default | 420 | #line default |
413 | #line hidden | 421 | #line hidden |
414 | 422 | ||
415 | #line 134 "..\..\RoboforkMenu.xaml" | 423 | #line 134 "..\..\RoboforkMenu.xaml" |
416 | this.AlertTree.Unselected += new System.Windows.RoutedEventHandler(this.SetAlertTree); | 424 | this.AlertTree.Unselected += new System.Windows.RoutedEventHandler(this.SetAlertTree); |
417 | 425 | ||
418 | #line default | 426 | #line default |
419 | #line hidden | 427 | #line hidden |
420 | return; | 428 | return; |
421 | case 12: | 429 | case 12: |
422 | this.HelpTree = ((System.Windows.Controls.TreeViewItem)(target)); | 430 | this.HelpTree = ((System.Windows.Controls.TreeViewItem)(target)); |
423 | 431 | ||
424 | #line 139 "..\..\RoboforkMenu.xaml" | 432 | #line 139 "..\..\RoboforkMenu.xaml" |
425 | this.HelpTree.Selected += new System.Windows.RoutedEventHandler(this.GetHelpTree); | 433 | this.HelpTree.Selected += new System.Windows.RoutedEventHandler(this.GetHelpTree); |
426 | 434 | ||
427 | #line default | 435 | #line default |
428 | #line hidden | 436 | #line hidden |
429 | 437 | ||
430 | #line 140 "..\..\RoboforkMenu.xaml" | 438 | #line 140 "..\..\RoboforkMenu.xaml" |
431 | this.HelpTree.Unselected += new System.Windows.RoutedEventHandler(this.SetHelpTree); | 439 | this.HelpTree.Unselected += new System.Windows.RoutedEventHandler(this.SetHelpTree); |
432 | 440 | ||
433 | #line default | 441 | #line default |
434 | #line hidden | 442 | #line hidden |
435 | return; | 443 | return; |
436 | case 13: | 444 | case 13: |
437 | this.NewProjectTree = ((System.Windows.Controls.TreeViewItem)(target)); | 445 | this.NewProjectTree = ((System.Windows.Controls.TreeViewItem)(target)); |
438 | 446 | ||
439 | #line 145 "..\..\RoboforkMenu.xaml" | 447 | #line 145 "..\..\RoboforkMenu.xaml" |
440 | this.NewProjectTree.Selected += new System.Windows.RoutedEventHandler(this.GetNewProjectTree); | 448 | this.NewProjectTree.Selected += new System.Windows.RoutedEventHandler(this.GetNewProjectTree); |
441 | 449 | ||
442 | #line default | 450 | #line default |
443 | #line hidden | 451 | #line hidden |
444 | 452 | ||
445 | #line 146 "..\..\RoboforkMenu.xaml" | 453 | #line 146 "..\..\RoboforkMenu.xaml" |
446 | this.NewProjectTree.Unselected += new System.Windows.RoutedEventHandler(this.SetNewProjectTree); | 454 | this.NewProjectTree.Unselected += new System.Windows.RoutedEventHandler(this.SetNewProjectTree); |
447 | 455 | ||
448 | #line default | 456 | #line default |
449 | #line hidden | 457 | #line hidden |
450 | return; | 458 | return; |
451 | case 14: | 459 | case 14: |
452 | this.MainTab = ((System.Windows.Controls.TabControl)(target)); | 460 | this.MainTab = ((System.Windows.Controls.TabControl)(target)); |
453 | return; | 461 | return; |
454 | case 15: | 462 | case 15: |
455 | this.TabMap = ((System.Windows.Controls.TabItem)(target)); | 463 | this.TabMap = ((System.Windows.Controls.TabItem)(target)); |
456 | return; | 464 | return; |
457 | case 16: | 465 | case 16: |
458 | this.MyDesignerCanvas = ((RoboforkApp.DesignerCanvas)(target)); | 466 | this.GridMap = ((System.Windows.Controls.Grid)(target)); |
459 | return; | 467 | return; |
460 | case 17: | 468 | case 17: |
461 | this.MCGrid = ((System.Windows.Controls.Grid)(target)); | 469 | this.MyDesignerCanvas = ((RoboforkApp.DesignerCanvas)(target)); |
462 | return; | 470 | return; |
463 | case 18: | 471 | case 18: |
464 | this.grdRouteInfo = ((System.Windows.Controls.Grid)(target)); | 472 | this.MCGrid = ((System.Windows.Controls.Grid)(target)); |
465 | return; | 473 | return; |
466 | case 19: | 474 | case 19: |
467 | this.MyDesignerCanvasSchedule = ((RoboforkApp.DesignerCanvas)(target)); | 475 | this.grdRouteInfo = ((System.Windows.Controls.Grid)(target)); |
468 | return; | 476 | return; |
469 | case 20: | 477 | case 20: |
470 | this.MCGridShedule = ((System.Windows.Controls.Grid)(target)); | 478 | this.MyDesignerCanvasSchedule = ((RoboforkApp.DesignerCanvas)(target)); |
471 | return; | 479 | return; |
472 | case 21: | 480 | case 21: |
473 | this.TabWork = ((System.Windows.Controls.TabItem)(target)); | 481 | this.MCGridShedule = ((System.Windows.Controls.Grid)(target)); |
474 | return; | 482 | return; |
475 | case 22: | 483 | case 22: |
484 | this.TabWork = ((System.Windows.Controls.TabItem)(target)); | ||
485 | return; | ||
486 | case 23: | ||
476 | this.TabSchedule = ((System.Windows.Controls.TabItem)(target)); | 487 | this.TabSchedule = ((System.Windows.Controls.TabItem)(target)); |
477 | return; | 488 | return; |
478 | } | 489 | } |
479 | this._contentLoaded = true; | 490 | this._contentLoaded = true; |
480 | } | 491 | } |
481 | } | 492 | } |
482 | } | 493 | } |
483 | 494 | ||
484 | 495 |
sources/RoboforkApp/obj/Release/RoboforkMenu.g.i.cs
1 | #pragma checksum "..\..\RoboforkMenu.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "F78B0A153F96E7BFD712AB642D563B04" | 1 | #pragma checksum "..\..\RoboforkMenu.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "C9703D3DF624983A80ECCEEE6ED3548E" |
2 | //------------------------------------------------------------------------------ | 2 | //------------------------------------------------------------------------------ |
3 | // <auto-generated> | 3 | // <auto-generated> |
4 | // This code was generated by a tool. | 4 | // This code was generated by a tool. |
5 | // Runtime Version:4.0.30319.42000 | 5 | // Runtime Version:4.0.30319.42000 |
6 | // | 6 | // |
7 | // Changes to this file may cause incorrect behavior and will be lost if | 7 | // Changes to this file may cause incorrect behavior and will be lost if |
8 | // the code is regenerated. | 8 | // the code is regenerated. |
9 | // </auto-generated> | 9 | // </auto-generated> |
10 | //------------------------------------------------------------------------------ | 10 | //------------------------------------------------------------------------------ |
11 | 11 | ||
12 | using RoboforkApp; | 12 | using RoboforkApp; |
13 | using System; | 13 | using System; |
14 | using System.Diagnostics; | 14 | using System.Diagnostics; |
15 | using System.Windows; | 15 | using System.Windows; |
16 | using System.Windows.Automation; | 16 | using System.Windows.Automation; |
17 | using System.Windows.Controls; | 17 | using System.Windows.Controls; |
18 | using System.Windows.Controls.Primitives; | 18 | using System.Windows.Controls.Primitives; |
19 | using System.Windows.Data; | 19 | using System.Windows.Data; |
20 | using System.Windows.Documents; | 20 | using System.Windows.Documents; |
21 | using System.Windows.Ink; | 21 | using System.Windows.Ink; |
22 | using System.Windows.Input; | 22 | using System.Windows.Input; |
23 | using System.Windows.Markup; | 23 | using System.Windows.Markup; |
24 | using System.Windows.Media; | 24 | using System.Windows.Media; |
25 | using System.Windows.Media.Animation; | 25 | using System.Windows.Media.Animation; |
26 | using System.Windows.Media.Effects; | 26 | using System.Windows.Media.Effects; |
27 | using System.Windows.Media.Imaging; | 27 | using System.Windows.Media.Imaging; |
28 | using System.Windows.Media.Media3D; | 28 | using System.Windows.Media.Media3D; |
29 | using System.Windows.Media.TextFormatting; | 29 | using System.Windows.Media.TextFormatting; |
30 | using System.Windows.Navigation; | 30 | using System.Windows.Navigation; |
31 | using System.Windows.Shapes; | 31 | using System.Windows.Shapes; |
32 | using System.Windows.Shell; | 32 | using System.Windows.Shell; |
33 | 33 | ||
34 | 34 | ||
35 | namespace RoboforkApp { | 35 | namespace RoboforkApp { |
36 | 36 | ||
37 | 37 | ||
38 | /// <summary> | 38 | /// <summary> |
39 | /// RoboforkMenu | 39 | /// RoboforkMenu |
40 | /// </summary> | 40 | /// </summary> |
41 | public partial class RoboforkMenu : System.Windows.Window, System.Windows.Markup.IComponentConnector { | 41 | public partial class RoboforkMenu : System.Windows.Window, System.Windows.Markup.IComponentConnector { |
42 | 42 | ||
43 | 43 | ||
44 | #line 45 "..\..\RoboforkMenu.xaml" | 44 | #line 45 "..\..\RoboforkMenu.xaml" |
45 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] | 45 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] |
46 | internal System.Windows.Controls.TreeViewItem PassplanTree; | 46 | internal System.Windows.Controls.TreeViewItem PassplanTree; |
47 | 47 | ||
48 | #line default | 48 | #line default |
49 | #line hidden | 49 | #line hidden |
50 | 50 | ||
51 | 51 | ||
52 | #line 52 "..\..\RoboforkMenu.xaml" | 52 | #line 52 "..\..\RoboforkMenu.xaml" |
53 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] | 53 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] |
54 | internal System.Windows.Controls.TreeViewItem NodeTree; | 54 | internal System.Windows.Controls.TreeViewItem NodeTree; |
55 | 55 | ||
56 | #line default | 56 | #line default |
57 | #line hidden | 57 | #line hidden |
58 | 58 | ||
59 | 59 | ||
60 | #line 64 "..\..\RoboforkMenu.xaml" | 60 | #line 64 "..\..\RoboforkMenu.xaml" |
61 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] | 61 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] |
62 | internal System.Windows.Controls.TreeViewItem FK15Tree; | 62 | internal System.Windows.Controls.TreeViewItem FK15Tree; |
63 | 63 | ||
64 | #line default | 64 | #line default |
65 | #line hidden | 65 | #line hidden |
66 | 66 | ||
67 | 67 | ||
68 | #line 70 "..\..\RoboforkMenu.xaml" | 68 | #line 70 "..\..\RoboforkMenu.xaml" |
69 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] | 69 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] |
70 | internal System.Windows.Controls.TreeViewItem VehicleAddTree; | 70 | internal System.Windows.Controls.TreeViewItem VehicleAddTree; |
71 | 71 | ||
72 | #line default | 72 | #line default |
73 | #line hidden | 73 | #line hidden |
74 | 74 | ||
75 | 75 | ||
76 | #line 82 "..\..\RoboforkMenu.xaml" | 76 | #line 82 "..\..\RoboforkMenu.xaml" |
77 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] | 77 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] |
78 | internal System.Windows.Controls.TreeViewItem TaskpattermTree; | 78 | internal System.Windows.Controls.TreeViewItem TaskpattermTree; |
79 | 79 | ||
80 | #line default | 80 | #line default |
81 | #line hidden | 81 | #line hidden |
82 | 82 | ||
83 | 83 | ||
84 | #line 88 "..\..\RoboforkMenu.xaml" | 84 | #line 88 "..\..\RoboforkMenu.xaml" |
85 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] | 85 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] |
86 | internal System.Windows.Controls.TreeViewItem WorkAddTree; | 86 | internal System.Windows.Controls.TreeViewItem WorkAddTree; |
87 | 87 | ||
88 | #line default | 88 | #line default |
89 | #line hidden | 89 | #line hidden |
90 | 90 | ||
91 | 91 | ||
92 | #line 101 "..\..\RoboforkMenu.xaml" | 92 | #line 101 "..\..\RoboforkMenu.xaml" |
93 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] | 93 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] |
94 | internal System.Windows.Controls.TreeViewItem ConnectTree; | 94 | internal System.Windows.Controls.TreeViewItem ConnectTree; |
95 | 95 | ||
96 | #line default | 96 | #line default |
97 | #line hidden | 97 | #line hidden |
98 | 98 | ||
99 | 99 | ||
100 | #line 107 "..\..\RoboforkMenu.xaml" | 100 | #line 107 "..\..\RoboforkMenu.xaml" |
101 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] | 101 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] |
102 | internal System.Windows.Controls.TreeViewItem ParameterTree; | 102 | internal System.Windows.Controls.TreeViewItem ParameterTree; |
103 | 103 | ||
104 | #line default | 104 | #line default |
105 | #line hidden | 105 | #line hidden |
106 | 106 | ||
107 | 107 | ||
108 | #line 117 "..\..\RoboforkMenu.xaml" | 108 | #line 117 "..\..\RoboforkMenu.xaml" |
109 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] | 109 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] |
110 | internal System.Windows.Controls.TreeViewItem ScheduleTree; | 110 | internal System.Windows.Controls.TreeViewItem ScheduleTree; |
111 | 111 | ||
112 | #line default | 112 | #line default |
113 | #line hidden | 113 | #line hidden |
114 | 114 | ||
115 | 115 | ||
116 | #line 123 "..\..\RoboforkMenu.xaml" | 116 | #line 123 "..\..\RoboforkMenu.xaml" |
117 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] | 117 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] |
118 | internal System.Windows.Controls.TreeViewItem LoggingTree; | 118 | internal System.Windows.Controls.TreeViewItem LoggingTree; |
119 | 119 | ||
120 | #line default | 120 | #line default |
121 | #line hidden | 121 | #line hidden |
122 | 122 | ||
123 | 123 | ||
124 | #line 132 "..\..\RoboforkMenu.xaml" | 124 | #line 132 "..\..\RoboforkMenu.xaml" |
125 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] | 125 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] |
126 | internal System.Windows.Controls.TreeViewItem AlertTree; | 126 | internal System.Windows.Controls.TreeViewItem AlertTree; |
127 | 127 | ||
128 | #line default | 128 | #line default |
129 | #line hidden | 129 | #line hidden |
130 | 130 | ||
131 | 131 | ||
132 | #line 138 "..\..\RoboforkMenu.xaml" | 132 | #line 138 "..\..\RoboforkMenu.xaml" |
133 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] | 133 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] |
134 | internal System.Windows.Controls.TreeViewItem HelpTree; | 134 | internal System.Windows.Controls.TreeViewItem HelpTree; |
135 | 135 | ||
136 | #line default | 136 | #line default |
137 | #line hidden | 137 | #line hidden |
138 | 138 | ||
139 | 139 | ||
140 | #line 144 "..\..\RoboforkMenu.xaml" | 140 | #line 144 "..\..\RoboforkMenu.xaml" |
141 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] | 141 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] |
142 | internal System.Windows.Controls.TreeViewItem NewProjectTree; | 142 | internal System.Windows.Controls.TreeViewItem NewProjectTree; |
143 | 143 | ||
144 | #line default | 144 | #line default |
145 | #line hidden | 145 | #line hidden |
146 | 146 | ||
147 | 147 | ||
148 | #line 162 "..\..\RoboforkMenu.xaml" | 148 | #line 162 "..\..\RoboforkMenu.xaml" |
149 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] | 149 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] |
150 | internal System.Windows.Controls.TabControl MainTab; | 150 | internal System.Windows.Controls.TabControl MainTab; |
151 | 151 | ||
152 | #line default | 152 | #line default |
153 | #line hidden | 153 | #line hidden |
154 | 154 | ||
155 | 155 | ||
156 | #line 165 "..\..\RoboforkMenu.xaml" | 156 | #line 165 "..\..\RoboforkMenu.xaml" |
157 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] | 157 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] |
158 | internal System.Windows.Controls.TabItem TabMap; | 158 | internal System.Windows.Controls.TabItem TabMap; |
159 | 159 | ||
160 | #line default | 160 | #line default |
161 | #line hidden | 161 | #line hidden |
162 | 162 | ||
163 | 163 | ||
164 | #line 178 "..\..\RoboforkMenu.xaml" | ||
165 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] | ||
166 | internal System.Windows.Controls.Grid GridMap; | ||
167 | |||
168 | #line default | ||
169 | #line hidden | ||
170 | |||
171 | |||
164 | #line 186 "..\..\RoboforkMenu.xaml" | 172 | #line 186 "..\..\RoboforkMenu.xaml" |
165 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] | 173 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] |
166 | internal RoboforkApp.DesignerCanvas MyDesignerCanvas; | 174 | internal RoboforkApp.DesignerCanvas MyDesignerCanvas; |
167 | 175 | ||
168 | #line default | 176 | #line default |
169 | #line hidden | 177 | #line hidden |
170 | 178 | ||
171 | 179 | ||
172 | #line 193 "..\..\RoboforkMenu.xaml" | 180 | #line 193 "..\..\RoboforkMenu.xaml" |
173 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] | 181 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] |
174 | internal System.Windows.Controls.Grid MCGrid; | 182 | internal System.Windows.Controls.Grid MCGrid; |
175 | 183 | ||
176 | #line default | 184 | #line default |
177 | #line hidden | 185 | #line hidden |
178 | 186 | ||
179 | 187 | ||
180 | #line 250 "..\..\RoboforkMenu.xaml" | 188 | #line 250 "..\..\RoboforkMenu.xaml" |
181 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] | 189 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] |
182 | internal System.Windows.Controls.Grid grdRouteInfo; | 190 | internal System.Windows.Controls.Grid grdRouteInfo; |
183 | 191 | ||
184 | #line default | 192 | #line default |
185 | #line hidden | 193 | #line hidden |
186 | 194 | ||
187 | 195 | ||
188 | #line 326 "..\..\RoboforkMenu.xaml" | 196 | #line 328 "..\..\RoboforkMenu.xaml" |
189 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] | 197 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] |
190 | internal RoboforkApp.DesignerCanvas MyDesignerCanvasSchedule; | 198 | internal RoboforkApp.DesignerCanvas MyDesignerCanvasSchedule; |
191 | 199 | ||
192 | #line default | 200 | #line default |
193 | #line hidden | 201 | #line hidden |
194 | 202 | ||
195 | 203 | ||
196 | #line 329 "..\..\RoboforkMenu.xaml" | 204 | #line 331 "..\..\RoboforkMenu.xaml" |
197 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] | 205 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] |
198 | internal System.Windows.Controls.Grid MCGridShedule; | 206 | internal System.Windows.Controls.Grid MCGridShedule; |
199 | 207 | ||
200 | #line default | 208 | #line default |
201 | #line hidden | 209 | #line hidden |
202 | 210 | ||
203 | 211 | ||
204 | #line 378 "..\..\RoboforkMenu.xaml" | 212 | #line 380 "..\..\RoboforkMenu.xaml" |
205 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] | 213 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] |
206 | internal System.Windows.Controls.TabItem TabWork; | 214 | internal System.Windows.Controls.TabItem TabWork; |
207 | 215 | ||
208 | #line default | 216 | #line default |
209 | #line hidden | 217 | #line hidden |
210 | 218 | ||
211 | 219 | ||
212 | #line 385 "..\..\RoboforkMenu.xaml" | 220 | #line 387 "..\..\RoboforkMenu.xaml" |
213 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] | 221 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] |
214 | internal System.Windows.Controls.TabItem TabSchedule; | 222 | internal System.Windows.Controls.TabItem TabSchedule; |
215 | 223 | ||
216 | #line default | 224 | #line default |
217 | #line hidden | 225 | #line hidden |
218 | 226 | ||
219 | private bool _contentLoaded; | 227 | private bool _contentLoaded; |
220 | 228 | ||
221 | /// <summary> | 229 | /// <summary> |
222 | /// InitializeComponent | 230 | /// InitializeComponent |
223 | /// </summary> | 231 | /// </summary> |
224 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] | 232 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] |
225 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] | 233 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] |
226 | public void InitializeComponent() { | 234 | public void InitializeComponent() { |
227 | if (_contentLoaded) { | 235 | if (_contentLoaded) { |
228 | return; | 236 | return; |
229 | } | 237 | } |
230 | _contentLoaded = true; | 238 | _contentLoaded = true; |
231 | System.Uri resourceLocater = new System.Uri("/RboforkApp;component/roboforkmenu.xaml", System.UriKind.Relative); | 239 | System.Uri resourceLocater = new System.Uri("/RboforkApp;component/roboforkmenu.xaml", System.UriKind.Relative); |
232 | 240 | ||
233 | #line 1 "..\..\RoboforkMenu.xaml" | 241 | #line 1 "..\..\RoboforkMenu.xaml" |
234 | System.Windows.Application.LoadComponent(this, resourceLocater); | 242 | System.Windows.Application.LoadComponent(this, resourceLocater); |
235 | 243 | ||
236 | #line default | 244 | #line default |
237 | #line hidden | 245 | #line hidden |
238 | } | 246 | } |
239 | 247 | ||
240 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] | 248 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] |
241 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] | 249 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] |
242 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] | 250 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] |
243 | internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) { | 251 | internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) { |
244 | return System.Delegate.CreateDelegate(delegateType, this, handler); | 252 | return System.Delegate.CreateDelegate(delegateType, this, handler); |
245 | } | 253 | } |
246 | 254 | ||
247 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] | 255 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] |
248 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] | 256 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] |
249 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] | 257 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] |
250 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] | 258 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] |
251 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] | 259 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] |
252 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] | 260 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] |
253 | void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { | 261 | void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { |
254 | switch (connectionId) | 262 | switch (connectionId) |
255 | { | 263 | { |
256 | case 1: | 264 | case 1: |
257 | this.PassplanTree = ((System.Windows.Controls.TreeViewItem)(target)); | 265 | this.PassplanTree = ((System.Windows.Controls.TreeViewItem)(target)); |
258 | 266 | ||
259 | #line 46 "..\..\RoboforkMenu.xaml" | 267 | #line 46 "..\..\RoboforkMenu.xaml" |
260 | this.PassplanTree.Selected += new System.Windows.RoutedEventHandler(this.GetPassplanTree); | 268 | this.PassplanTree.Selected += new System.Windows.RoutedEventHandler(this.GetPassplanTree); |
261 | 269 | ||
262 | #line default | 270 | #line default |
263 | #line hidden | 271 | #line hidden |
264 | 272 | ||
265 | #line 47 "..\..\RoboforkMenu.xaml" | 273 | #line 47 "..\..\RoboforkMenu.xaml" |
266 | this.PassplanTree.Unselected += new System.Windows.RoutedEventHandler(this.SetPassplanTree); | 274 | this.PassplanTree.Unselected += new System.Windows.RoutedEventHandler(this.SetPassplanTree); |
267 | 275 | ||
268 | #line default | 276 | #line default |
269 | #line hidden | 277 | #line hidden |
270 | return; | 278 | return; |
271 | case 2: | 279 | case 2: |
272 | this.NodeTree = ((System.Windows.Controls.TreeViewItem)(target)); | 280 | this.NodeTree = ((System.Windows.Controls.TreeViewItem)(target)); |
273 | 281 | ||
274 | #line 53 "..\..\RoboforkMenu.xaml" | 282 | #line 53 "..\..\RoboforkMenu.xaml" |
275 | this.NodeTree.Selected += new System.Windows.RoutedEventHandler(this.GetNodeTree); | 283 | this.NodeTree.Selected += new System.Windows.RoutedEventHandler(this.GetNodeTree); |
276 | 284 | ||
277 | #line default | 285 | #line default |
278 | #line hidden | 286 | #line hidden |
279 | 287 | ||
280 | #line 54 "..\..\RoboforkMenu.xaml" | 288 | #line 54 "..\..\RoboforkMenu.xaml" |
281 | this.NodeTree.Unselected += new System.Windows.RoutedEventHandler(this.SetNodeTree); | 289 | this.NodeTree.Unselected += new System.Windows.RoutedEventHandler(this.SetNodeTree); |
282 | 290 | ||
283 | #line default | 291 | #line default |
284 | #line hidden | 292 | #line hidden |
285 | return; | 293 | return; |
286 | case 3: | 294 | case 3: |
287 | this.FK15Tree = ((System.Windows.Controls.TreeViewItem)(target)); | 295 | this.FK15Tree = ((System.Windows.Controls.TreeViewItem)(target)); |
288 | 296 | ||
289 | #line 65 "..\..\RoboforkMenu.xaml" | 297 | #line 65 "..\..\RoboforkMenu.xaml" |
290 | this.FK15Tree.Selected += new System.Windows.RoutedEventHandler(this.GetFK15Tree); | 298 | this.FK15Tree.Selected += new System.Windows.RoutedEventHandler(this.GetFK15Tree); |
291 | 299 | ||
292 | #line default | 300 | #line default |
293 | #line hidden | 301 | #line hidden |
294 | 302 | ||
295 | #line 66 "..\..\RoboforkMenu.xaml" | 303 | #line 66 "..\..\RoboforkMenu.xaml" |
296 | this.FK15Tree.Unselected += new System.Windows.RoutedEventHandler(this.SetFK15Tree); | 304 | this.FK15Tree.Unselected += new System.Windows.RoutedEventHandler(this.SetFK15Tree); |
297 | 305 | ||
298 | #line default | 306 | #line default |
299 | #line hidden | 307 | #line hidden |
300 | return; | 308 | return; |
301 | case 4: | 309 | case 4: |
302 | this.VehicleAddTree = ((System.Windows.Controls.TreeViewItem)(target)); | 310 | this.VehicleAddTree = ((System.Windows.Controls.TreeViewItem)(target)); |
303 | 311 | ||
304 | #line 71 "..\..\RoboforkMenu.xaml" | 312 | #line 71 "..\..\RoboforkMenu.xaml" |
305 | this.VehicleAddTree.Selected += new System.Windows.RoutedEventHandler(this.GetVehicleAddTree); | 313 | this.VehicleAddTree.Selected += new System.Windows.RoutedEventHandler(this.GetVehicleAddTree); |
306 | 314 | ||
307 | #line default | 315 | #line default |
308 | #line hidden | 316 | #line hidden |
309 | 317 | ||
310 | #line 72 "..\..\RoboforkMenu.xaml" | 318 | #line 72 "..\..\RoboforkMenu.xaml" |
311 | this.VehicleAddTree.Unselected += new System.Windows.RoutedEventHandler(this.SetVehicleAddTree); | 319 | this.VehicleAddTree.Unselected += new System.Windows.RoutedEventHandler(this.SetVehicleAddTree); |
312 | 320 | ||
313 | #line default | 321 | #line default |
314 | #line hidden | 322 | #line hidden |
315 | return; | 323 | return; |
316 | case 5: | 324 | case 5: |
317 | this.TaskpattermTree = ((System.Windows.Controls.TreeViewItem)(target)); | 325 | this.TaskpattermTree = ((System.Windows.Controls.TreeViewItem)(target)); |
318 | 326 | ||
319 | #line 83 "..\..\RoboforkMenu.xaml" | 327 | #line 83 "..\..\RoboforkMenu.xaml" |
320 | this.TaskpattermTree.Selected += new System.Windows.RoutedEventHandler(this.GetTaskpattermTree); | 328 | this.TaskpattermTree.Selected += new System.Windows.RoutedEventHandler(this.GetTaskpattermTree); |
321 | 329 | ||
322 | #line default | 330 | #line default |
323 | #line hidden | 331 | #line hidden |
324 | 332 | ||
325 | #line 84 "..\..\RoboforkMenu.xaml" | 333 | #line 84 "..\..\RoboforkMenu.xaml" |
326 | this.TaskpattermTree.Unselected += new System.Windows.RoutedEventHandler(this.SetTaskpattermTree); | 334 | this.TaskpattermTree.Unselected += new System.Windows.RoutedEventHandler(this.SetTaskpattermTree); |
327 | 335 | ||
328 | #line default | 336 | #line default |
329 | #line hidden | 337 | #line hidden |
330 | return; | 338 | return; |
331 | case 6: | 339 | case 6: |
332 | this.WorkAddTree = ((System.Windows.Controls.TreeViewItem)(target)); | 340 | this.WorkAddTree = ((System.Windows.Controls.TreeViewItem)(target)); |
333 | 341 | ||
334 | #line 89 "..\..\RoboforkMenu.xaml" | 342 | #line 89 "..\..\RoboforkMenu.xaml" |
335 | this.WorkAddTree.Selected += new System.Windows.RoutedEventHandler(this.GetWorkAddTree); | 343 | this.WorkAddTree.Selected += new System.Windows.RoutedEventHandler(this.GetWorkAddTree); |
336 | 344 | ||
337 | #line default | 345 | #line default |
338 | #line hidden | 346 | #line hidden |
339 | 347 | ||
340 | #line 90 "..\..\RoboforkMenu.xaml" | 348 | #line 90 "..\..\RoboforkMenu.xaml" |
341 | this.WorkAddTree.Unselected += new System.Windows.RoutedEventHandler(this.SetWorkAddTree); | 349 | this.WorkAddTree.Unselected += new System.Windows.RoutedEventHandler(this.SetWorkAddTree); |
342 | 350 | ||
343 | #line default | 351 | #line default |
344 | #line hidden | 352 | #line hidden |
345 | return; | 353 | return; |
346 | case 7: | 354 | case 7: |
347 | this.ConnectTree = ((System.Windows.Controls.TreeViewItem)(target)); | 355 | this.ConnectTree = ((System.Windows.Controls.TreeViewItem)(target)); |
348 | 356 | ||
349 | #line 102 "..\..\RoboforkMenu.xaml" | 357 | #line 102 "..\..\RoboforkMenu.xaml" |
350 | this.ConnectTree.Selected += new System.Windows.RoutedEventHandler(this.GetConnectTree); | 358 | this.ConnectTree.Selected += new System.Windows.RoutedEventHandler(this.GetConnectTree); |
351 | 359 | ||
352 | #line default | 360 | #line default |
353 | #line hidden | 361 | #line hidden |
354 | 362 | ||
355 | #line 103 "..\..\RoboforkMenu.xaml" | 363 | #line 103 "..\..\RoboforkMenu.xaml" |
356 | this.ConnectTree.Unselected += new System.Windows.RoutedEventHandler(this.SetConnectTree); | 364 | this.ConnectTree.Unselected += new System.Windows.RoutedEventHandler(this.SetConnectTree); |
357 | 365 | ||
358 | #line default | 366 | #line default |
359 | #line hidden | 367 | #line hidden |
360 | return; | 368 | return; |
361 | case 8: | 369 | case 8: |
362 | this.ParameterTree = ((System.Windows.Controls.TreeViewItem)(target)); | 370 | this.ParameterTree = ((System.Windows.Controls.TreeViewItem)(target)); |
363 | 371 | ||
364 | #line 108 "..\..\RoboforkMenu.xaml" | 372 | #line 108 "..\..\RoboforkMenu.xaml" |
365 | this.ParameterTree.Selected += new System.Windows.RoutedEventHandler(this.GetParameterTree); | 373 | this.ParameterTree.Selected += new System.Windows.RoutedEventHandler(this.GetParameterTree); |
366 | 374 | ||
367 | #line default | 375 | #line default |
368 | #line hidden | 376 | #line hidden |
369 | 377 | ||
370 | #line 109 "..\..\RoboforkMenu.xaml" | 378 | #line 109 "..\..\RoboforkMenu.xaml" |
371 | this.ParameterTree.Unselected += new System.Windows.RoutedEventHandler(this.SetParameterTree); | 379 | this.ParameterTree.Unselected += new System.Windows.RoutedEventHandler(this.SetParameterTree); |
372 | 380 | ||
373 | #line default | 381 | #line default |
374 | #line hidden | 382 | #line hidden |
375 | return; | 383 | return; |
376 | case 9: | 384 | case 9: |
377 | this.ScheduleTree = ((System.Windows.Controls.TreeViewItem)(target)); | 385 | this.ScheduleTree = ((System.Windows.Controls.TreeViewItem)(target)); |
378 | 386 | ||
379 | #line 118 "..\..\RoboforkMenu.xaml" | 387 | #line 118 "..\..\RoboforkMenu.xaml" |
380 | this.ScheduleTree.Selected += new System.Windows.RoutedEventHandler(this.GetScheduleTree); | 388 | this.ScheduleTree.Selected += new System.Windows.RoutedEventHandler(this.GetScheduleTree); |
381 | 389 | ||
382 | #line default | 390 | #line default |
383 | #line hidden | 391 | #line hidden |
384 | 392 | ||
385 | #line 119 "..\..\RoboforkMenu.xaml" | 393 | #line 119 "..\..\RoboforkMenu.xaml" |
386 | this.ScheduleTree.Unselected += new System.Windows.RoutedEventHandler(this.SetScheduleTree); | 394 | this.ScheduleTree.Unselected += new System.Windows.RoutedEventHandler(this.SetScheduleTree); |
387 | 395 | ||
388 | #line default | 396 | #line default |
389 | #line hidden | 397 | #line hidden |
390 | return; | 398 | return; |
391 | case 10: | 399 | case 10: |
392 | this.LoggingTree = ((System.Windows.Controls.TreeViewItem)(target)); | 400 | this.LoggingTree = ((System.Windows.Controls.TreeViewItem)(target)); |
393 | 401 | ||
394 | #line 124 "..\..\RoboforkMenu.xaml" | 402 | #line 124 "..\..\RoboforkMenu.xaml" |
395 | this.LoggingTree.Selected += new System.Windows.RoutedEventHandler(this.GetLoggingTree); | 403 | this.LoggingTree.Selected += new System.Windows.RoutedEventHandler(this.GetLoggingTree); |
396 | 404 | ||
397 | #line default | 405 | #line default |
398 | #line hidden | 406 | #line hidden |
399 | 407 | ||
400 | #line 125 "..\..\RoboforkMenu.xaml" | 408 | #line 125 "..\..\RoboforkMenu.xaml" |
401 | this.LoggingTree.Unselected += new System.Windows.RoutedEventHandler(this.SetLoggingTree); | 409 | this.LoggingTree.Unselected += new System.Windows.RoutedEventHandler(this.SetLoggingTree); |
402 | 410 | ||
403 | #line default | 411 | #line default |
404 | #line hidden | 412 | #line hidden |
405 | return; | 413 | return; |
406 | case 11: | 414 | case 11: |
407 | this.AlertTree = ((System.Windows.Controls.TreeViewItem)(target)); | 415 | this.AlertTree = ((System.Windows.Controls.TreeViewItem)(target)); |
408 | 416 | ||
409 | #line 133 "..\..\RoboforkMenu.xaml" | 417 | #line 133 "..\..\RoboforkMenu.xaml" |
410 | this.AlertTree.Selected += new System.Windows.RoutedEventHandler(this.GetAlertTree); | 418 | this.AlertTree.Selected += new System.Windows.RoutedEventHandler(this.GetAlertTree); |
411 | 419 | ||
412 | #line default | 420 | #line default |
413 | #line hidden | 421 | #line hidden |
414 | 422 | ||
415 | #line 134 "..\..\RoboforkMenu.xaml" | 423 | #line 134 "..\..\RoboforkMenu.xaml" |
416 | this.AlertTree.Unselected += new System.Windows.RoutedEventHandler(this.SetAlertTree); | 424 | this.AlertTree.Unselected += new System.Windows.RoutedEventHandler(this.SetAlertTree); |
417 | 425 | ||
418 | #line default | 426 | #line default |
419 | #line hidden | 427 | #line hidden |
420 | return; | 428 | return; |
421 | case 12: | 429 | case 12: |
422 | this.HelpTree = ((System.Windows.Controls.TreeViewItem)(target)); | 430 | this.HelpTree = ((System.Windows.Controls.TreeViewItem)(target)); |
423 | 431 | ||
424 | #line 139 "..\..\RoboforkMenu.xaml" | 432 | #line 139 "..\..\RoboforkMenu.xaml" |
425 | this.HelpTree.Selected += new System.Windows.RoutedEventHandler(this.GetHelpTree); | 433 | this.HelpTree.Selected += new System.Windows.RoutedEventHandler(this.GetHelpTree); |
426 | 434 | ||
427 | #line default | 435 | #line default |
428 | #line hidden | 436 | #line hidden |
429 | 437 | ||
430 | #line 140 "..\..\RoboforkMenu.xaml" | 438 | #line 140 "..\..\RoboforkMenu.xaml" |
431 | this.HelpTree.Unselected += new System.Windows.RoutedEventHandler(this.SetHelpTree); | 439 | this.HelpTree.Unselected += new System.Windows.RoutedEventHandler(this.SetHelpTree); |
432 | 440 | ||
433 | #line default | 441 | #line default |
434 | #line hidden | 442 | #line hidden |
435 | return; | 443 | return; |
436 | case 13: | 444 | case 13: |
437 | this.NewProjectTree = ((System.Windows.Controls.TreeViewItem)(target)); | 445 | this.NewProjectTree = ((System.Windows.Controls.TreeViewItem)(target)); |
438 | 446 | ||
439 | #line 145 "..\..\RoboforkMenu.xaml" | 447 | #line 145 "..\..\RoboforkMenu.xaml" |
440 | this.NewProjectTree.Selected += new System.Windows.RoutedEventHandler(this.GetNewProjectTree); | 448 | this.NewProjectTree.Selected += new System.Windows.RoutedEventHandler(this.GetNewProjectTree); |
441 | 449 | ||
442 | #line default | 450 | #line default |
443 | #line hidden | 451 | #line hidden |
444 | 452 | ||
445 | #line 146 "..\..\RoboforkMenu.xaml" | 453 | #line 146 "..\..\RoboforkMenu.xaml" |
446 | this.NewProjectTree.Unselected += new System.Windows.RoutedEventHandler(this.SetNewProjectTree); | 454 | this.NewProjectTree.Unselected += new System.Windows.RoutedEventHandler(this.SetNewProjectTree); |
447 | 455 | ||
448 | #line default | 456 | #line default |
449 | #line hidden | 457 | #line hidden |
450 | return; | 458 | return; |
451 | case 14: | 459 | case 14: |
452 | this.MainTab = ((System.Windows.Controls.TabControl)(target)); | 460 | this.MainTab = ((System.Windows.Controls.TabControl)(target)); |
453 | return; | 461 | return; |
454 | case 15: | 462 | case 15: |
455 | this.TabMap = ((System.Windows.Controls.TabItem)(target)); | 463 | this.TabMap = ((System.Windows.Controls.TabItem)(target)); |
456 | return; | 464 | return; |
457 | case 16: | 465 | case 16: |
458 | this.MyDesignerCanvas = ((RoboforkApp.DesignerCanvas)(target)); | 466 | this.GridMap = ((System.Windows.Controls.Grid)(target)); |
459 | return; | 467 | return; |
460 | case 17: | 468 | case 17: |
461 | this.MCGrid = ((System.Windows.Controls.Grid)(target)); | 469 | this.MyDesignerCanvas = ((RoboforkApp.DesignerCanvas)(target)); |
462 | return; | 470 | return; |
463 | case 18: | 471 | case 18: |
464 | this.grdRouteInfo = ((System.Windows.Controls.Grid)(target)); | 472 | this.MCGrid = ((System.Windows.Controls.Grid)(target)); |
465 | return; | 473 | return; |
466 | case 19: | 474 | case 19: |
467 | this.MyDesignerCanvasSchedule = ((RoboforkApp.DesignerCanvas)(target)); | 475 | this.grdRouteInfo = ((System.Windows.Controls.Grid)(target)); |
468 | return; | 476 | return; |
469 | case 20: | 477 | case 20: |
470 | this.MCGridShedule = ((System.Windows.Controls.Grid)(target)); | 478 | this.MyDesignerCanvasSchedule = ((RoboforkApp.DesignerCanvas)(target)); |
471 | return; | 479 | return; |
472 | case 21: | 480 | case 21: |
473 | this.TabWork = ((System.Windows.Controls.TabItem)(target)); | 481 | this.MCGridShedule = ((System.Windows.Controls.Grid)(target)); |
474 | return; | 482 | return; |
475 | case 22: | 483 | case 22: |
484 | this.TabWork = ((System.Windows.Controls.TabItem)(target)); | ||
485 | return; | ||
486 | case 23: | ||
476 | this.TabSchedule = ((System.Windows.Controls.TabItem)(target)); | 487 | this.TabSchedule = ((System.Windows.Controls.TabItem)(target)); |
477 | return; | 488 | return; |
478 | } | 489 | } |
479 | this._contentLoaded = true; | 490 | this._contentLoaded = true; |
480 | } | 491 | } |
481 | } | 492 | } |
482 | } | 493 | } |
483 | 494 | ||
484 | 495 |