public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/NIS.Module.Laboratory;component/Views/Browse/LaboratoryBrowseView.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.StackPanel)(this.FindName("LayoutRoot")));
     this.Filter_Nazov = ((NeuroSpeech.UIAtoms.Controls.AtomTextBox)(this.FindName("Filter_Nazov")));
     this.Filter_Adresa = ((NeuroSpeech.UIAtoms.Controls.AtomTextBox)(this.FindName("Filter_Adresa")));
     this.OnFilter = ((NIS.Controls.Buttons.Layouts.FilterButton)(this.FindName("OnFilter")));
     this.OnCancelFilter = ((NIS.Controls.Buttons.Layouts.FilterDeleteButton)(this.FindName("OnCancelFilter")));
     this.gdLaboratory = ((System.Windows.Controls.DataGrid)(this.FindName("gdLaboratory")));
     this.ActionPanel = ((System.Windows.Controls.StackPanel)(this.FindName("ActionPanel")));
     this.OnCreate = ((NIS.Controls.Buttons.Layouts.CreateButton)(this.FindName("OnCreate")));
     this.OnDetail = ((NIS.Controls.Buttons.Layouts.DetailButton)(this.FindName("OnDetail")));
     this.OnDelete = ((NIS.Controls.Buttons.Layouts.DeleteButton)(this.FindName("OnDelete")));
 }
Ejemplo n.º 2
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/NIS.Module.Laboratory;component/Views/Summary/MaterialSummaryView.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.DetailForm = ((NeuroSpeech.UIAtoms.Controls.AtomForm)(this.FindName("DetailForm")));
     this.MaterialPO_Nazov = ((NeuroSpeech.UIAtoms.Controls.AtomTextBox)(this.FindName("MaterialPO_Nazov")));
     this.MaterialPO_Popis = ((NeuroSpeech.UIAtoms.Controls.AtomTextBox)(this.FindName("MaterialPO_Popis")));
     this.LatkySummaryTab = ((System.Windows.Controls.TabControl)(this.FindName("LatkySummaryTab")));
     this.LatkyTab = ((System.Windows.Controls.TabItem)(this.FindName("LatkyTab")));
     this.LatkyForm = ((NeuroSpeech.UIAtoms.Controls.AtomForm)(this.FindName("LatkyForm")));
     this.LatkyFilter_Nazov = ((NeuroSpeech.UIAtoms.Controls.AtomTextBox)(this.FindName("LatkyFilter_Nazov")));
     this.LatkyFilter_Skratka = ((NeuroSpeech.UIAtoms.Controls.AtomTextBox)(this.FindName("LatkyFilter_Skratka")));
     this.OnFilter = ((NIS.Controls.Buttons.Layouts.FilterButton)(this.FindName("OnFilter")));
     this.OnCancelFilter = ((NIS.Controls.Buttons.Layouts.FilterDeleteButton)(this.FindName("OnCancelFilter")));
     this.dgLatky = ((System.Windows.Controls.DataGrid)(this.FindName("dgLatky")));
 }
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/NIS.Module.Laboratory;component/Views/Summary/LaboratorySummaryView.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.DetailForm = ((NeuroSpeech.UIAtoms.Controls.AtomForm)(this.FindName("DetailForm")));
     this.LaboratoryPO_Nazov = ((NeuroSpeech.UIAtoms.Controls.AtomTextBox)(this.FindName("LaboratoryPO_Nazov")));
     this.LaboratoryPO_Adresa = ((NeuroSpeech.UIAtoms.Controls.AtomTextBox)(this.FindName("LaboratoryPO_Adresa")));
     this.LabSumTab = ((System.Windows.Controls.TabControl)(this.FindName("LabSumTab")));
     this.VysetreniaTab = ((System.Windows.Controls.TabItem)(this.FindName("VysetreniaTab")));
     this.PristrojeForm2 = ((NeuroSpeech.UIAtoms.Controls.AtomForm)(this.FindName("PristrojeForm2")));
     this.VysetrenieFilter_Nazov = ((NeuroSpeech.UIAtoms.Controls.AtomTextBox)(this.FindName("VysetrenieFilter_Nazov")));
     this.VysetrenieFilter_Komentar = ((NeuroSpeech.UIAtoms.Controls.AtomTextBox)(this.FindName("VysetrenieFilter_Komentar")));
     this.OnFilter = ((NIS.Controls.Buttons.Layouts.FilterButton)(this.FindName("OnFilter")));
     this.OnCancelFilter = ((NIS.Controls.Buttons.Layouts.FilterDeleteButton)(this.FindName("OnCancelFilter")));
     this.dgVysetrenia = ((System.Windows.Controls.DataGrid)(this.FindName("dgVysetrenia")));
     this.VzorkyTab = ((System.Windows.Controls.TabItem)(this.FindName("VzorkyTab")));
     this.ZamestanciForm = ((NeuroSpeech.UIAtoms.Controls.AtomForm)(this.FindName("ZamestanciForm")));
     this.dgZamestanci = ((System.Windows.Controls.DataGrid)(this.FindName("dgZamestanci")));
     this.PristrojeTab = ((System.Windows.Controls.TabItem)(this.FindName("PristrojeTab")));
     this.PristrojeForm = ((NeuroSpeech.UIAtoms.Controls.AtomForm)(this.FindName("PristrojeForm")));
     this.dgPristroje = ((System.Windows.Controls.DataGrid)(this.FindName("dgPristroje")));
 }