Example #1
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Medical.Apartment.Silverlight.UI;component/Customer/TreatmentNew.xaml", System.UriKind.Relative));
     this.uiLayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("uiLayoutRoot")));
     this.gridList = ((System.Windows.Controls.Grid)(this.FindName("gridList")));
     this.uiTitle = ((System.Windows.Controls.TextBlock)(this.FindName("uiTitle")));
     this.lblSite = ((System.Windows.Controls.TextBlock)(this.FindName("lblSite")));
     this.ucSitePicker = ((Medical.Apartment.Silverlight.UI.SitePicker)(this.FindName("ucSitePicker")));
     this.lblDoctor = ((System.Windows.Controls.TextBlock)(this.FindName("lblDoctor")));
     this.uiDoctor = ((System.Windows.Controls.ComboBox)(this.FindName("uiDoctor")));
     this.lblDescription = ((System.Windows.Controls.TextBlock)(this.FindName("lblDescription")));
     this.uiDescription = ((System.Windows.Controls.TextBox)(this.FindName("uiDescription")));
     this.ucCustomerDetails = ((Medical.Apartment.Silverlight.UI.CustomerDetails)(this.FindName("ucCustomerDetails")));
     this.btnOK = ((Medical.Apartment.Silverlight.UI.SingleClickButton)(this.FindName("btnOK")));
     this.btnCancel = ((Medical.Apartment.Silverlight.UI.SingleClickButton)(this.FindName("btnCancel")));
 }
Example #2
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Medical.Apartment.Silverlight.UI;component/Sales/BookingNew.xaml", System.UriKind.Relative));
     this.uiLayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("uiLayoutRoot")));
     this.gridList = ((System.Windows.Controls.Grid)(this.FindName("gridList")));
     this.uiTitle = ((System.Windows.Controls.TextBlock)(this.FindName("uiTitle")));
     this.lblSite = ((System.Windows.Controls.TextBlock)(this.FindName("lblSite")));
     this.ucSitePicker = ((Medical.Apartment.Silverlight.UI.SitePicker)(this.FindName("ucSitePicker")));
     this.lblRoom = ((System.Windows.Controls.TextBlock)(this.FindName("lblRoom")));
     this.uiRoom = ((System.Windows.Controls.ComboBox)(this.FindName("uiRoom")));
     this.lblRoomPrice = ((System.Windows.Controls.TextBlock)(this.FindName("lblRoomPrice")));
     this.uiRoomPrice = ((Telerik.Windows.Controls.RadNumericUpDown)(this.FindName("uiRoomPrice")));
     this.lblDateFrom = ((System.Windows.Controls.TextBlock)(this.FindName("lblDateFrom")));
     this.uiDateFrom = ((Telerik.Windows.Controls.RadDatePicker)(this.FindName("uiDateFrom")));
     this.lblDateTo = ((System.Windows.Controls.TextBlock)(this.FindName("lblDateTo")));
     this.uiDateTo = ((Telerik.Windows.Controls.RadDatePicker)(this.FindName("uiDateTo")));
     this.lblDescription = ((System.Windows.Controls.TextBlock)(this.FindName("lblDescription")));
     this.uiDescription = ((System.Windows.Controls.TextBox)(this.FindName("uiDescription")));
     this.ucCustomerDetails = ((Medical.Apartment.Silverlight.UI.CustomerDetails)(this.FindName("ucCustomerDetails")));
     this.ucCustomerDetails2 = ((Medical.Apartment.Silverlight.UI.CustomerDetails)(this.FindName("ucCustomerDetails2")));
     this.btnOK = ((Medical.Apartment.Silverlight.UI.SingleClickButton)(this.FindName("btnOK")));
     this.btnCancel = ((Medical.Apartment.Silverlight.UI.SingleClickButton)(this.FindName("btnCancel")));
 }
Example #3
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Medical.Apartment.Silverlight.UI;component/Customer/BookingAdmin.xaml", System.UriKind.Relative));
     this.uiLayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("uiLayoutRoot")));
     this.uiTitle = ((System.Windows.Controls.TextBlock)(this.FindName("uiTitle")));
     this.gvwBooking = ((Telerik.Windows.Controls.RadGridView)(this.FindName("gvwBooking")));
     this.btnNewBooking = ((Medical.Apartment.Silverlight.UI.SingleClickButton)(this.FindName("btnNewBooking")));
     this.btnSaveBooking = ((Medical.Apartment.Silverlight.UI.SingleClickButton)(this.FindName("btnSaveBooking")));
     this.btnCancelBooking = ((System.Windows.Controls.Button)(this.FindName("btnCancelBooking")));
     this.gridEquipmentService = ((System.Windows.Controls.Grid)(this.FindName("gridEquipmentService")));
     this.gridEquipment = ((System.Windows.Controls.Grid)(this.FindName("gridEquipment")));
     this.gvwBookingEquipment = ((Telerik.Windows.Controls.RadGridView)(this.FindName("gvwBookingEquipment")));
     this.uiEquipmentList = ((System.Windows.Controls.ComboBox)(this.FindName("uiEquipmentList")));
     this.btnInsertBookingEquipment = ((Medical.Apartment.Silverlight.UI.SingleClickButton)(this.FindName("btnInsertBookingEquipment")));
     this.btnSaveBookingEquipment = ((Medical.Apartment.Silverlight.UI.SingleClickButton)(this.FindName("btnSaveBookingEquipment")));
     this.btnCancelBookingEquipment = ((System.Windows.Controls.Button)(this.FindName("btnCancelBookingEquipment")));
     this.gridService = ((System.Windows.Controls.Grid)(this.FindName("gridService")));
     this.gvwBookingService = ((Telerik.Windows.Controls.RadGridView)(this.FindName("gvwBookingService")));
     this.uiServiceList = ((System.Windows.Controls.ComboBox)(this.FindName("uiServiceList")));
     this.btnInsertBookingService = ((Medical.Apartment.Silverlight.UI.SingleClickButton)(this.FindName("btnInsertBookingService")));
     this.btnSaveBookingService = ((Medical.Apartment.Silverlight.UI.SingleClickButton)(this.FindName("btnSaveBookingService")));
     this.btnCancelBookingService = ((System.Windows.Controls.Button)(this.FindName("btnCancelBookingService")));
     this.gridImages = ((System.Windows.Controls.Grid)(this.FindName("gridImages")));
     this.ucImageUpload = ((Medical.Apartment.Silverlight.UI.ImageUpload)(this.FindName("ucImageUpload")));
     this.uiPopupNewBooking = ((Telerik.Windows.Controls.RadWindow)(this.FindName("uiPopupNewBooking")));
     this.ucBookingNew = ((Medical.Apartment.Silverlight.UI.BookingNew)(this.FindName("ucBookingNew")));
     this.uiPopupCustomer = ((Telerik.Windows.Controls.RadWindow)(this.FindName("uiPopupCustomer")));
     this.ucCustomerDetails = ((Medical.Apartment.Silverlight.UI.CustomerDetails)(this.FindName("ucCustomerDetails")));
     this.uiPopupEquipmentDetails = ((Telerik.Windows.Controls.RadWindow)(this.FindName("uiPopupEquipmentDetails")));
     this.ucEquipmentDetails = ((Medical.Apartment.Silverlight.UI.EquipmentDetails)(this.FindName("ucEquipmentDetails")));
     this.uiPopupServiceDetails = ((Telerik.Windows.Controls.RadWindow)(this.FindName("uiPopupServiceDetails")));
     this.ucServiceDetails = ((Medical.Apartment.Silverlight.UI.ServiceDetails)(this.FindName("ucServiceDetails")));
 }