|
@@ -1,5 +1,5 @@
|
|
|
-// Updated by XamlIntelliSenseFileGenerator 3/31/2021 12:29:59 PM
|
|
|
-#pragma checksum "..\..\ViolationPage.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "B2C5F7EEDA6A6A4F16A1E93BB2B8CB6055C6543173540F08E80E0667BC72D981"
|
|
|
+// Updated by XamlIntelliSenseFileGenerator 3/31/2021 12:36:05 PM
|
|
|
+#pragma checksum "..\..\ViolationPage.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "B1443489D4FBE181BB0D0382B25D639474092A42BA68436C4FEB255C2967AA95"
|
|
|
//------------------------------------------------------------------------------
|
|
|
// <auto-generated>
|
|
|
// This code was generated by a tool.
|
|
@@ -46,6 +46,38 @@ namespace ViolationNOT
|
|
|
#line default
|
|
|
#line hidden
|
|
|
|
|
|
+
|
|
|
+#line 41 "..\..\ViolationPage.xaml"
|
|
|
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
|
+ internal System.Windows.Controls.TextBlock TxtCarNumber;
|
|
|
+
|
|
|
+#line default
|
|
|
+#line hidden
|
|
|
+
|
|
|
+
|
|
|
+#line 43 "..\..\ViolationPage.xaml"
|
|
|
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
|
+ internal System.Windows.Controls.Image Photo;
|
|
|
+
|
|
|
+#line default
|
|
|
+#line hidden
|
|
|
+
|
|
|
+
|
|
|
+#line 45 "..\..\ViolationPage.xaml"
|
|
|
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
|
+ internal System.Windows.Controls.Button Yes;
|
|
|
+
|
|
|
+#line default
|
|
|
+#line hidden
|
|
|
+
|
|
|
+
|
|
|
+#line 46 "..\..\ViolationPage.xaml"
|
|
|
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
|
+ internal System.Windows.Controls.Button No;
|
|
|
+
|
|
|
+#line default
|
|
|
+#line hidden
|
|
|
+
|
|
|
private bool _contentLoaded;
|
|
|
|
|
|
/// <summary>
|
|
@@ -80,23 +112,23 @@ namespace ViolationNOT
|
|
|
switch (connectionId)
|
|
|
{
|
|
|
case 1:
|
|
|
- this.BtnAddViolation = ((System.Windows.Controls.Button)(target));
|
|
|
-
|
|
|
-#line 28 "..\..\ViolationPage.xaml"
|
|
|
- this.BtnAddViolation.Click += new System.Windows.RoutedEventHandler(this.BtnAddViolation_Click);
|
|
|
-
|
|
|
-#line default
|
|
|
-#line hidden
|
|
|
+ this.TxtCaType = ((System.Windows.Controls.TextBlock)(target));
|
|
|
+ return;
|
|
|
+ case 2:
|
|
|
+ this.TxtCarNumber = ((System.Windows.Controls.TextBlock)(target));
|
|
|
+ return;
|
|
|
+ case 3:
|
|
|
+ this.Photo = ((System.Windows.Controls.Image)(target));
|
|
|
+ return;
|
|
|
+ case 4:
|
|
|
+ this.Yes = ((System.Windows.Controls.Button)(target));
|
|
|
+ return;
|
|
|
+ case 5:
|
|
|
+ this.No = ((System.Windows.Controls.Button)(target));
|
|
|
return;
|
|
|
}
|
|
|
this._contentLoaded = true;
|
|
|
}
|
|
|
-
|
|
|
- internal System.Windows.Controls.TextBox TxtCaType;
|
|
|
- internal System.Windows.Controls.TextBox TxtCarNumber;
|
|
|
- internal System.Windows.Controls.Image Photo;
|
|
|
- internal System.Windows.Controls.Button Yes;
|
|
|
- internal System.Windows.Controls.Button No;
|
|
|
}
|
|
|
}
|
|
|
|