Index: Core/Gui/src/Core.Gui/Forms/Main/MainWindow.xaml.cs =================================================================== diff -u -r2835cfad71d9aab6f7373b628efdd896fdc09989 -r35e1f5d8cc279c74a0d63d6cfb8916fe5d132ef4 --- Core/Gui/src/Core.Gui/Forms/Main/MainWindow.xaml.cs (.../MainWindow.xaml.cs) (revision 2835cfad71d9aab6f7373b628efdd896fdc09989) +++ Core/Gui/src/Core.Gui/Forms/Main/MainWindow.xaml.cs (.../MainWindow.xaml.cs) (revision 35e1f5d8cc279c74a0d63d6cfb8916fe5d132ef4) @@ -83,7 +83,7 @@ InitializeComponent(); windowInteropHelper = new WindowInteropHelper(this); - Name = "MainWindow"; + Name = "RiskeerMainWindow"; NewProjectCommand = new RelayCommand(OnNewProject); SaveProjectCommand = new RelayCommand(OnSaveProject, CanExecuteSaveCommand); Index: System tests/AutomatedSystemTests/AutomatedSystemTests/AutomatedSystemTests.csproj =================================================================== diff -u -rdb9940830293e2ab2cce9f4382b8c3d27a82f27d -r35e1f5d8cc279c74a0d63d6cfb8916fe5d132ef4 --- System tests/AutomatedSystemTests/AutomatedSystemTests/AutomatedSystemTests.csproj (.../AutomatedSystemTests.csproj) (revision db9940830293e2ab2cce9f4382b8c3d27a82f27d) +++ System tests/AutomatedSystemTests/AutomatedSystemTests/AutomatedSystemTests.csproj (.../AutomatedSystemTests.csproj) (revision 35e1f5d8cc279c74a0d63d6cfb8916fe5d132ef4) @@ -165,6 +165,18 @@ f103591c-470f-43f6-9be6-e6eb74067b9c 8f7fe1fa-f1ef-4825-8e3a-6a13124b5fbc + + d45e90df-b917-4d7a-86b6-2316333a0f72 + NewProjectBackstage.rxrec + true + 4bc39657-c2dc-4deb-be2b-b0e1f9096440 + + + d45e90df-b917-4d7a-86b6-2316333a0f72 + NewProjectBackstage.rxrec + true + 0cc7197c-fa70-4d6b-960e-8b0847868149 + AddBackgroundLayer.rxrec true @@ -633,6 +645,18 @@ true ad1b407f-d5d9-429b-a732-b051aedc7a90 + + e256c001-5d4e-4fed-867b-c1d56e944ac4 + SelectState.rxrec + true + 38b8750f-9004-40ad-8da4-a3acb6e52b1a + + + e256c001-5d4e-4fed-867b-c1d56e944ac4 + SelectState.rxrec + true + e479ed1b-27d4-4cf1-bb76-a8a00af7afec + 1a2c2ff6-3175-4621-8731-c6b45579fc0c DragAndDropItemOntoAnotherItem.rxrec @@ -1098,14 +1122,14 @@ 2a82ac1c-983a-4fbb-bfe6-1ba8c7b0d338 - - NewProject.rxrec + + NewProjectUsingKeyboard.rxrec true 8e04af26-6cb4-4ddc-99d3-815547ab48e0 39b9d06d-71b7-4758-9b92-32814138b9d3 - - NewProject.rxrec + + NewProjectUsingKeyboard.rxrec true 58917d69-2f81-4b87-9767-540983f1b18d 39b9d06d-71b7-4758-9b92-32814138b9d3 @@ -2597,6 +2621,11 @@ 825ce2a6-cd3b-42f6-9972-8ced75f1a54f 8b6648ca-2429-462f-8074-96184700bbed + + 8b6648ca-2429-462f-8074-96184700bbed + d45e90df-b917-4d7a-86b6-2316333a0f72 + 2c7465e0-4b16-45ab-a42a-4089c0acceb1 + 8b6648ca-2429-462f-8074-96184700bbed 9a604b1c-d4af-4820-b692-4d7137157976 @@ -2782,6 +2811,11 @@ c2bbe5ad-0b01-4d4d-96ea-d1a409b864c9 9e09a6da-7c2a-433b-9b61-c8fc413c2e93 + + 8b6648ca-2429-462f-8074-96184700bbed + e256c001-5d4e-4fed-867b-c1d56e944ac4 + c80e171a-4479-4f25-8072-e92859e1fa11 + 8b6648ca-2429-462f-8074-96184700bbed 1a2c2ff6-3175-4621-8731-c6b45579fc0c @@ -2937,7 +2971,7 @@ fb360840-4623-47a1-a936-f62b3f14df39 65d26ded-850f-4a04-a479-9d3870513676 - + 8b6648ca-2429-462f-8074-96184700bbed 39b9d06d-71b7-4758-9b92-32814138b9d3 f0658d7f-65e3-4f38-afe8-97fd942c1478 @@ -3565,6 +3599,12 @@ fe5d5f36-0d60-4a1a-8018-4e469c240742 + + 4408b284-562b-42f3-8343-b6584e9b3d60 + + + 7c232303-3507-4621-919f-e51f67706be7 + 70adccec-360c-4240-9723-fdc7d4f728df @@ -3613,9 +3653,6 @@ 7df97b20-1c35-4243-a0b3-c4947cc3b006 - - 38509785-8e37-4d81-82ce-0f3a73e76bba - 4442ef79-2bb9-4a72-8114-f70b1ff5bc23 Index: System tests/AutomatedSystemTests/AutomatedSystemTests/AutomatedSystemTestsRepository.cs =================================================================== diff -u -rb3ae4965efe24a51104d4c49088395d272bc4256 -r35e1f5d8cc279c74a0d63d6cfb8916fe5d132ef4 --- System tests/AutomatedSystemTests/AutomatedSystemTests/AutomatedSystemTestsRepository.cs (.../AutomatedSystemTestsRepository.cs) (revision b3ae4965efe24a51104d4c49088395d272bc4256) +++ System tests/AutomatedSystemTests/AutomatedSystemTests/AutomatedSystemTestsRepository.cs (.../AutomatedSystemTestsRepository.cs) (revision 35e1f5d8cc279c74a0d63d6cfb8916fe5d132ef4) @@ -541,6 +541,42 @@ set { _nameColumn = value; } } + string _NameState = ""; + + /// + /// Gets or sets the value of variable NameState. + /// + [TestVariable("a5fb3f89-9def-4a33-b1a0-454f91840689")] + public string NameState + { + get { return _NameState; } + set { _NameState = value; } + } + + string _StateToSelect = ""; + + /// + /// Gets or sets the value of variable StateToSelect. + /// + [TestVariable("dd230550-3763-4882-aad6-2c842903d448")] + public string StateToSelect + { + get { return _StateToSelect; } + set { _StateToSelect = value; } + } + + string _trajectID = ""; + + /// + /// Gets or sets the value of variable trajectID. + /// + [TestVariable("171a542e-eb85-404b-a2fe-920346f601f6")] + public string trajectID + { + get { return _trajectID; } + set { _trajectID = value; } + } + #endregion /// @@ -754,14 +790,12 @@ [RepositoryFolder("d918d6a6-a4c6-4c01-a295-0360a81bad96")] public partial class RiskeerMainWindowAppFolder : RepoGenBaseFolder { - AutomatedSystemTestsRepositoryFolders.ProjectExplorerFolder _projectexplorer; + AutomatedSystemTestsRepositoryFolders.ProjectExplorerPanelFolder _projectexplorerpanel; AutomatedSystemTestsRepositoryFolders.RibbonFolder _ribbon; - AutomatedSystemTestsRepositoryFolders.HeaderOpenViewsFolder _headeropenviews; - AutomatedSystemTestsRepositoryFolders.DocumentViewContainerUncachedFolder _documentviewcontaineruncached; + AutomatedSystemTestsRepositoryFolders.ContainerMultipleViewsFolder _containermultipleviews; AutomatedSystemTestsRepositoryFolders.DocumentViewContainerFolder _documentviewcontainer; - AutomatedSystemTestsRepositoryFolders.PropertiesPanelContainerFolder _propertiespanelcontainer; - AutomatedSystemTestsRepositoryFolders.MessagesDataGridViewFolder _messagesdatagridview; - AutomatedSystemTestsRepositoryFolders.MapLegendPanelFolder _maplegendpanel; + AutomatedSystemTestsRepositoryFolders.BackstageButtonsFolder _backstagebuttons; + AutomatedSystemTestsRepositoryFolders.RibbonButtonsFolder _ribbonbuttons; RepoItemInfo _genericcontainermapInfo; RepoItemInfo _closebuttongenericcontainermapInfo; RepoItemInfo _textlabelpanelonleftInfo; @@ -772,17 +806,15 @@ public RiskeerMainWindowAppFolder(RepoGenBaseFolder parentFolder) : base("RiskeerMainWindow", "/form[@automationid='RiskeerMainWindow']", parentFolder, 30000, null, true, "d918d6a6-a4c6-4c01-a295-0360a81bad96", "") { - _projectexplorer = new AutomatedSystemTestsRepositoryFolders.ProjectExplorerFolder(this); + _projectexplorerpanel = new AutomatedSystemTestsRepositoryFolders.ProjectExplorerPanelFolder(this); _ribbon = new AutomatedSystemTestsRepositoryFolders.RibbonFolder(this); - _headeropenviews = new AutomatedSystemTestsRepositoryFolders.HeaderOpenViewsFolder(this); - _documentviewcontaineruncached = new AutomatedSystemTestsRepositoryFolders.DocumentViewContainerUncachedFolder(this); + _containermultipleviews = new AutomatedSystemTestsRepositoryFolders.ContainerMultipleViewsFolder(this); _documentviewcontainer = new AutomatedSystemTestsRepositoryFolders.DocumentViewContainerFolder(this); - _propertiespanelcontainer = new AutomatedSystemTestsRepositoryFolders.PropertiesPanelContainerFolder(this); - _messagesdatagridview = new AutomatedSystemTestsRepositoryFolders.MessagesDataGridViewFolder(this); - _maplegendpanel = new AutomatedSystemTestsRepositoryFolders.MapLegendPanelFolder(this); + _backstagebuttons = new AutomatedSystemTestsRepositoryFolders.BackstageButtonsFolder(this); + _ribbonbuttons = new AutomatedSystemTestsRepositoryFolders.RibbonButtonsFolder(this); _genericcontainermapInfo = new RepoItemInfo(this, "GenericContainerMap", "*/container/container/tabpagelist[$indexContainerMap]", 30000, null, "c3fa3e58-ebae-43e2-88e2-41bd6c9116ad"); _closebuttongenericcontainermapInfo = new RepoItemInfo(this, "CloseButtonGenericContainerMap", "*/container/container/tabpagelist[$indexContainerMap]//button[@name='DocumentCloseButton']", 30000, null, "ce11034c-12e0-4686-8388-75ac745d1755"); - _textlabelpanelonleftInfo = new RepoItemInfo(this, "TextLabelPanelOnLeft", "*/tabpagelist/container[@name='HeaderPanel']/tabpage/text[@text=$nameOfPanel]", 30000, null, "e1c99c99-37e6-45b7-8ef7-3177828972c0"); + _textlabelpanelonleftInfo = new RepoItemInfo(this, "TextLabelPanelOnLeft", "container/container/tabpagelist/container[@automationid='HeaderPanel']/tabpage/text[@text=$nameOfPanel]", 30000, null, "e1c99c99-37e6-45b7-8ef7-3177828972c0"); } /// @@ -882,12 +914,12 @@ } /// - /// The ProjectExplorer folder. + /// The ProjectExplorerPanel folder. /// [RepositoryFolder("f5ed0b8b-7145-426f-982e-b89248da6d53")] - public virtual AutomatedSystemTestsRepositoryFolders.ProjectExplorerFolder ProjectExplorer + public virtual AutomatedSystemTestsRepositoryFolders.ProjectExplorerPanelFolder ProjectExplorerPanel { - get { return _projectexplorer; } + get { return _projectexplorerpanel; } } /// @@ -900,24 +932,15 @@ } /// - /// The HeaderOpenViews folder. + /// The ContainerMultipleViews folder. /// - [RepositoryFolder("b2c76482-93c5-4171-9eaf-0f674aebb65b")] - public virtual AutomatedSystemTestsRepositoryFolders.HeaderOpenViewsFolder HeaderOpenViews + [RepositoryFolder("ebcd2df5-06fe-4f67-b3ff-78d522f58619")] + public virtual AutomatedSystemTestsRepositoryFolders.ContainerMultipleViewsFolder ContainerMultipleViews { - get { return _headeropenviews; } + get { return _containermultipleviews; } } /// - /// The DocumentViewContainerUncached folder. - /// - [RepositoryFolder("0577a18c-71af-4c1c-bb03-b668001706c5")] - public virtual AutomatedSystemTestsRepositoryFolders.DocumentViewContainerUncachedFolder DocumentViewContainerUncached - { - get { return _documentviewcontaineruncached; } - } - - /// /// The DocumentViewContainer folder. /// [RepositoryFolder("78b3cba4-3858-49b9-8809-b7f79f03aa5c")] @@ -927,48 +950,39 @@ } /// - /// The PropertiesPanelContainer folder. + /// The BackstageButtons folder. /// - [RepositoryFolder("41bb0ddf-7a93-4518-a257-8322f257edf1")] - public virtual AutomatedSystemTestsRepositoryFolders.PropertiesPanelContainerFolder PropertiesPanelContainer + [RepositoryFolder("636ce012-0182-4643-b426-4c5d6e56ef16")] + public virtual AutomatedSystemTestsRepositoryFolders.BackstageButtonsFolder BackstageButtons { - get { return _propertiespanelcontainer; } + get { return _backstagebuttons; } } /// - /// The MessagesDataGridView folder. + /// The RibbonButtons folder. /// - [RepositoryFolder("ebb0b0be-617b-4c07-a1f1-dd02286813f8")] - public virtual AutomatedSystemTestsRepositoryFolders.MessagesDataGridViewFolder MessagesDataGridView + [RepositoryFolder("f790aa62-d4d1-4192-8400-a58b665ae5a6")] + public virtual AutomatedSystemTestsRepositoryFolders.RibbonButtonsFolder RibbonButtons { - get { return _messagesdatagridview; } + get { return _ribbonbuttons; } } - - /// - /// The MapLegendPanel folder. - /// - [RepositoryFolder("b84d06d6-645e-4e5d-9705-593afd9b9f18")] - public virtual AutomatedSystemTestsRepositoryFolders.MapLegendPanelFolder MapLegendPanel - { - get { return _maplegendpanel; } - } } /// - /// The ProjectExplorerFolder folder. + /// The ProjectExplorerPanelFolder folder. /// [RepositoryFolder("f5ed0b8b-7145-426f-982e-b89248da6d53")] - public partial class ProjectExplorerFolder : RepoGenBaseFolder + public partial class ProjectExplorerPanelFolder : RepoGenBaseFolder { - AutomatedSystemTestsRepositoryFolders.ProjectRootNodeFolder _projectrootnode; + AutomatedSystemTestsRepositoryFolders.TrajectNodeFolder _trajectnode; /// - /// Creates a new ProjectExplorer folder. + /// Creates a new ProjectExplorerPanel folder. /// - public ProjectExplorerFolder(RepoGenBaseFolder parentFolder) : - base("ProjectExplorer", "?/container/container[@instance='0']/container[@controlname='ProjectExplorer']//tree[@controlname='treeView']/tree[@accessiblerole='Outline']", parentFolder, 30000, null, true, "f5ed0b8b-7145-426f-982e-b89248da6d53", "") + public ProjectExplorerPanelFolder(RepoGenBaseFolder parentFolder) : + base("ProjectExplorerPanel", "*/*/container/container[@instance='0']/container[@controlname='ProjectExplorer']//tree[@controlname='treeView']/tree[@accessiblerole='Outline']", parentFolder, 30000, null, true, "f5ed0b8b-7145-426f-982e-b89248da6d53", "") { - _projectrootnode = new AutomatedSystemTestsRepositoryFolders.ProjectRootNodeFolder(this); + _trajectnode = new AutomatedSystemTestsRepositoryFolders.TrajectNodeFolder(this); } /// @@ -996,29 +1010,29 @@ } /// - /// The ProjectRootNode folder. + /// The TrajectNode folder. /// [RepositoryFolder("b466899e-e209-4d83-a46c-0533f333cea5")] - public virtual AutomatedSystemTestsRepositoryFolders.ProjectRootNodeFolder ProjectRootNode + public virtual AutomatedSystemTestsRepositoryFolders.TrajectNodeFolder TrajectNode { - get { return _projectrootnode; } + get { return _trajectnode; } } } /// - /// The ProjectRootNodeFolder folder. + /// The TrajectNodeFolder folder. /// [RepositoryFolder("b466899e-e209-4d83-a46c-0533f333cea5")] - public partial class ProjectRootNodeFolder : RepoGenBaseFolder + public partial class TrajectNodeFolder : RepoGenBaseFolder { AutomatedSystemTestsRepositoryFolders.TrajectWithSubstringInNameFolder _trajectwithsubstringinname; RepoItemInfo _achtergrondkaartInfo; /// - /// Creates a new ProjectRootNode folder. + /// Creates a new TrajectNode folder. /// - public ProjectRootNodeFolder(RepoGenBaseFolder parentFolder) : - base("ProjectRootNode", "treeitem[1]", parentFolder, 30000, null, false, "b466899e-e209-4d83-a46c-0533f333cea5", "") + public TrajectNodeFolder(RepoGenBaseFolder parentFolder) : + base("TrajectNode", "treeitem[1]", parentFolder, 30000, null, false, "b466899e-e209-4d83-a46c-0533f333cea5", "") { _trajectwithsubstringinname = new AutomatedSystemTestsRepositoryFolders.TrajectWithSubstringInNameFolder(this); _achtergrondkaartInfo = new RepoItemInfo(this, "Achtergrondkaart", "?/?/treeitem[@accessiblename='Achtergrondkaart']", 30000, null, "6131d385-9dd7-4e3e-b606-103f620b1765"); @@ -2087,6 +2101,112 @@ } /// + /// The ContainerMultipleViewsFolder folder. + /// + [RepositoryFolder("ebcd2df5-06fe-4f67-b3ff-78d522f58619")] + public partial class ContainerMultipleViewsFolder : RepoGenBaseFolder + { + AutomatedSystemTestsRepositoryFolders.HeaderOpenViewsFolder _headeropenviews; + AutomatedSystemTestsRepositoryFolders.DocumentViewNewContainerFolder _documentviewnewcontainer; + AutomatedSystemTestsRepositoryFolders.MessagesDataGridViewFolder _messagesdatagridview; + AutomatedSystemTestsRepositoryFolders.PropertiesPanelContainerFolder _propertiespanelcontainer; + AutomatedSystemTestsRepositoryFolders.DocumentViewContainerUncachedFolder _documentviewcontaineruncached; + AutomatedSystemTestsRepositoryFolders.MapLegendPanelFolder _maplegendpanel; + + /// + /// Creates a new ContainerMultipleViews folder. + /// + public ContainerMultipleViewsFolder(RepoGenBaseFolder parentFolder) : + base("ContainerMultipleViews", "container/container[4]", parentFolder, 30000, null, false, "ebcd2df5-06fe-4f67-b3ff-78d522f58619", "") + { + _headeropenviews = new AutomatedSystemTestsRepositoryFolders.HeaderOpenViewsFolder(this); + _documentviewnewcontainer = new AutomatedSystemTestsRepositoryFolders.DocumentViewNewContainerFolder(this); + _messagesdatagridview = new AutomatedSystemTestsRepositoryFolders.MessagesDataGridViewFolder(this); + _propertiespanelcontainer = new AutomatedSystemTestsRepositoryFolders.PropertiesPanelContainerFolder(this); + _documentviewcontaineruncached = new AutomatedSystemTestsRepositoryFolders.DocumentViewContainerUncachedFolder(this); + _maplegendpanel = new AutomatedSystemTestsRepositoryFolders.MapLegendPanelFolder(this); + } + + /// + /// The Self item. + /// + [RepositoryItem("ebcd2df5-06fe-4f67-b3ff-78d522f58619")] + public virtual Ranorex.Container Self + { + get + { + return _selfInfo.CreateAdapter(true); + } + } + + /// + /// The Self item info. + /// + [RepositoryItemInfo("ebcd2df5-06fe-4f67-b3ff-78d522f58619")] + public virtual RepoItemInfo SelfInfo + { + get + { + return _selfInfo; + } + } + + /// + /// The HeaderOpenViews folder. + /// + [RepositoryFolder("b2c76482-93c5-4171-9eaf-0f674aebb65b")] + public virtual AutomatedSystemTestsRepositoryFolders.HeaderOpenViewsFolder HeaderOpenViews + { + get { return _headeropenviews; } + } + + /// + /// The DocumentViewNewContainer folder. + /// + [RepositoryFolder("c96ae454-f14f-419c-828a-a8634a4504bd")] + public virtual AutomatedSystemTestsRepositoryFolders.DocumentViewNewContainerFolder DocumentViewNewContainer + { + get { return _documentviewnewcontainer; } + } + + /// + /// The MessagesDataGridView folder. + /// + [RepositoryFolder("ebb0b0be-617b-4c07-a1f1-dd02286813f8")] + public virtual AutomatedSystemTestsRepositoryFolders.MessagesDataGridViewFolder MessagesDataGridView + { + get { return _messagesdatagridview; } + } + + /// + /// The PropertiesPanelContainer folder. + /// + [RepositoryFolder("41bb0ddf-7a93-4518-a257-8322f257edf1")] + public virtual AutomatedSystemTestsRepositoryFolders.PropertiesPanelContainerFolder PropertiesPanelContainer + { + get { return _propertiespanelcontainer; } + } + + /// + /// The DocumentViewContainerUncached folder. + /// + [RepositoryFolder("0577a18c-71af-4c1c-bb03-b668001706c5")] + public virtual AutomatedSystemTestsRepositoryFolders.DocumentViewContainerUncachedFolder DocumentViewContainerUncached + { + get { return _documentviewcontaineruncached; } + } + + /// + /// The MapLegendPanel folder. + /// + [RepositoryFolder("b84d06d6-645e-4e5d-9705-593afd9b9f18")] + public virtual AutomatedSystemTestsRepositoryFolders.MapLegendPanelFolder MapLegendPanel + { + get { return _maplegendpanel; } + } + } + + /// /// The HeaderOpenViewsFolder folder. /// [RepositoryFolder("b2c76482-93c5-4171-9eaf-0f674aebb65b")] @@ -2099,7 +2219,7 @@ /// Creates a new HeaderOpenViews folder. /// public HeaderOpenViewsFolder(RepoGenBaseFolder parentFolder) : - base("HeaderOpenViews", "?/container/tabpagelist/button[@automationid='MenuDropDownButton']", parentFolder, 30000, null, true, "b2c76482-93c5-4171-9eaf-0f674aebb65b", "") + base("HeaderOpenViews", "container[11]/?/?/button[@automationid='MenuDropDownButton']", parentFolder, 30000, null, true, "b2c76482-93c5-4171-9eaf-0f674aebb65b", "") { _viewclosebuttonInfo = new RepoItemInfo(this, "ViewCloseButton", "?/tabpage/button[@automationid='DocumentCloseButton']", 30000, null, "79aa5f18-da55-4d5b-9c7c-bc833052d329"); _textheaderpanelInfo = new RepoItemInfo(this, "textHeaderPanel", "container[@automationid='HeaderPanel']/tabpage/?/text[@text>$nameMap]", 30000, null, "71969c09-ef02-4547-bddc-6e74e1272049"); @@ -2179,6 +2299,661 @@ } /// + /// The DocumentViewNewContainerFolder folder. + /// + [RepositoryFolder("c96ae454-f14f-419c-828a-a8634a4504bd")] + public partial class DocumentViewNewContainerFolder : RepoGenBaseFolder + { + + /// + /// Creates a new DocumentViewNewContainer folder. + /// + public DocumentViewNewContainerFolder(RepoGenBaseFolder parentFolder) : + base("DocumentViewNewContainer", "container[11]", parentFolder, 30000, null, false, "c96ae454-f14f-419c-828a-a8634a4504bd", "") + { + } + + /// + /// The Self item. + /// + [RepositoryItem("c96ae454-f14f-419c-828a-a8634a4504bd")] + public virtual Ranorex.Container Self + { + get + { + return _selfInfo.CreateAdapter(true); + } + } + + /// + /// The Self item info. + /// + [RepositoryItemInfo("c96ae454-f14f-419c-828a-a8634a4504bd")] + public virtual RepoItemInfo SelfInfo + { + get + { + return _selfInfo; + } + } + } + + /// + /// The MessagesDataGridViewFolder folder. + /// + [RepositoryFolder("ebb0b0be-617b-4c07-a1f1-dd02286813f8")] + public partial class MessagesDataGridViewFolder : RepoGenBaseFolder + { + AutomatedSystemTestsRepositoryFolders.GenericRowMessageFolder _genericrowmessage; + AutomatedSystemTestsRepositoryFolders.LastRowMessageFolder _lastrowmessage; + + /// + /// Creates a new MessagesDataGridView folder. + /// + public MessagesDataGridViewFolder(RepoGenBaseFolder parentFolder) : + base("MessagesDataGridView", "container/container/container[@controlname='MessageWindow']/table[@controlname='messagesDataGridView']", parentFolder, 30000, null, true, "ebb0b0be-617b-4c07-a1f1-dd02286813f8", "") + { + _genericrowmessage = new AutomatedSystemTestsRepositoryFolders.GenericRowMessageFolder(this); + _lastrowmessage = new AutomatedSystemTestsRepositoryFolders.LastRowMessageFolder(this); + } + + /// + /// The Self item. + /// + [RepositoryItem("ebb0b0be-617b-4c07-a1f1-dd02286813f8")] + public virtual Ranorex.Table Self + { + get + { + return _selfInfo.CreateAdapter(true); + } + } + + /// + /// The Self item info. + /// + [RepositoryItemInfo("ebb0b0be-617b-4c07-a1f1-dd02286813f8")] + public virtual RepoItemInfo SelfInfo + { + get + { + return _selfInfo; + } + } + + /// + /// The GenericRowMessage folder. + /// + [RepositoryFolder("43bcbd48-5fca-439f-aa46-2e7f8b5fc251")] + public virtual AutomatedSystemTestsRepositoryFolders.GenericRowMessageFolder GenericRowMessage + { + get { return _genericrowmessage; } + } + + /// + /// The LastRowMessage folder. + /// + [RepositoryFolder("b8b81b1e-3805-45e2-bbbf-bd069416fe50")] + public virtual AutomatedSystemTestsRepositoryFolders.LastRowMessageFolder LastRowMessage + { + get { return _lastrowmessage; } + } + } + + /// + /// The GenericRowMessageFolder folder. + /// + [RepositoryFolder("43bcbd48-5fca-439f-aa46-2e7f8b5fc251")] + public partial class GenericRowMessageFolder : RepoGenBaseFolder + { + RepoItemInfo _genericcellmessageInfo; + GenericCellIconInfoClass _genericcelliconInfo; + + /// + /// Creates a new GenericRowMessage folder. + /// + public GenericRowMessageFolder(RepoGenBaseFolder parentFolder) : + base("GenericRowMessage", "row[@accessiblename='Row '+$indexRowMessage]", parentFolder, 30000, null, false, "43bcbd48-5fca-439f-aa46-2e7f8b5fc251", "") + { + _genericcellmessageInfo = new RepoItemInfo(this, "GenericCellMessage", "cell[@accessiblename>'Bericht']", 30000, null, "4f6147c7-b35a-42d1-8fdd-175372b09979"); + _genericcelliconInfo = new GenericCellIconInfoClass(this); + } + + /// + /// The GenericCellIconInfoClass folder. + /// + [RepositoryItemInfo("3a1ced42-1f85-4f8c-bb0d-5eaded2e7819")] + public class GenericCellIconInfoClass : RepoItemInfo + { + /// + /// GenericCellIconInfoClass class constructor. + /// + public GenericCellIconInfoClass(RepoGenBaseFolder parentFolder) + : base(parentFolder, "GenericCellIcon", "cell[@accessiblename>' Row']", 30000, null, "3a1ced42-1f85-4f8c-bb0d-5eaded2e7819") + { } + + /// + /// Gets the ErrorIcon item image. + /// + /// The ErrorIcon image. + [RepositoryImage("059402d7-47dc-4145-82d6-ce241d086db5")] + public CompressedImage GetErrorIcon() + { + return GetImage("059402d7-47dc-4145-82d6-ce241d086db5"); + } + + /// + /// Gets the ErrorIcon item image. + /// + /// The bounds of the sub-image to return. + /// The cropped image. + [RepositoryImage("059402d7-47dc-4145-82d6-ce241d086db5")] + public CompressedImage GetErrorIcon(System.Drawing.Rectangle cropRect) + { + return GetImage("059402d7-47dc-4145-82d6-ce241d086db5", cropRect); + } + } + + /// + /// The Self item. + /// + [RepositoryItem("43bcbd48-5fca-439f-aa46-2e7f8b5fc251")] + public virtual Ranorex.Row Self + { + get + { + return _selfInfo.CreateAdapter(true); + } + } + + /// + /// The Self item info. + /// + [RepositoryItemInfo("43bcbd48-5fca-439f-aa46-2e7f8b5fc251")] + public virtual RepoItemInfo SelfInfo + { + get + { + return _selfInfo; + } + } + + /// + /// The GenericCellMessage item. + /// + [RepositoryItem("4f6147c7-b35a-42d1-8fdd-175372b09979")] + public virtual Ranorex.Cell GenericCellMessage + { + get + { + return _genericcellmessageInfo.CreateAdapter(true); + } + } + + /// + /// The GenericCellMessage item info. + /// + [RepositoryItemInfo("4f6147c7-b35a-42d1-8fdd-175372b09979")] + public virtual RepoItemInfo GenericCellMessageInfo + { + get + { + return _genericcellmessageInfo; + } + } + + /// + /// The GenericCellIcon item. + /// + [RepositoryItem("3a1ced42-1f85-4f8c-bb0d-5eaded2e7819")] + public virtual Ranorex.Cell GenericCellIcon + { + get + { + return _genericcelliconInfo.CreateAdapter(true); + } + } + + /// + /// The GenericCellIcon item info. + /// + [RepositoryItemInfo("3a1ced42-1f85-4f8c-bb0d-5eaded2e7819")] + public virtual GenericCellIconInfoClass GenericCellIconInfo + { + get + { + return _genericcelliconInfo; + } + } + } + + /// + /// The LastRowMessageFolder folder. + /// + [RepositoryFolder("b8b81b1e-3805-45e2-bbbf-bd069416fe50")] + public partial class LastRowMessageFolder : RepoGenBaseFolder + { + RepoItemInfo _lastcellmessageInfo; + LastCellIconInfoClass _lastcelliconInfo; + + /// + /// Creates a new LastRowMessage folder. + /// + public LastRowMessageFolder(RepoGenBaseFolder parentFolder) : + base("LastRowMessage", "row[@accessiblename<' 0']", parentFolder, 30000, null, false, "b8b81b1e-3805-45e2-bbbf-bd069416fe50", "") + { + _lastcellmessageInfo = new RepoItemInfo(this, "LastCellMessage", "cell[@accessiblename>'Bericht']", 30000, null, "073038e2-924e-4a9e-b82b-1d992e9dd9ce"); + _lastcelliconInfo = new LastCellIconInfoClass(this); + } + + /// + /// The LastCellIconInfoClass folder. + /// + [RepositoryItemInfo("681f78f5-27fe-4bad-a2ff-cc072cca5be6")] + public class LastCellIconInfoClass : RepoItemInfo + { + /// + /// LastCellIconInfoClass class constructor. + /// + public LastCellIconInfoClass(RepoGenBaseFolder parentFolder) + : base(parentFolder, "LastCellIcon", "cell[@accessiblename>' Row']", 30000, null, "681f78f5-27fe-4bad-a2ff-cc072cca5be6") + { } + + /// + /// Gets the ErrorIcon item image. + /// + /// The ErrorIcon image. + [RepositoryImage("665de6ca-e067-4d0f-baa5-45da0f1bc156")] + public CompressedImage GetErrorIcon() + { + return GetImage("665de6ca-e067-4d0f-baa5-45da0f1bc156"); + } + + /// + /// Gets the ErrorIcon item image. + /// + /// The bounds of the sub-image to return. + /// The cropped image. + [RepositoryImage("665de6ca-e067-4d0f-baa5-45da0f1bc156")] + public CompressedImage GetErrorIcon(System.Drawing.Rectangle cropRect) + { + return GetImage("665de6ca-e067-4d0f-baa5-45da0f1bc156", cropRect); + } + } + + /// + /// The Self item. + /// + [RepositoryItem("b8b81b1e-3805-45e2-bbbf-bd069416fe50")] + public virtual Ranorex.Row Self + { + get + { + return _selfInfo.CreateAdapter(true); + } + } + + /// + /// The Self item info. + /// + [RepositoryItemInfo("b8b81b1e-3805-45e2-bbbf-bd069416fe50")] + public virtual RepoItemInfo SelfInfo + { + get + { + return _selfInfo; + } + } + + /// + /// The LastCellMessage item. + /// + [RepositoryItem("073038e2-924e-4a9e-b82b-1d992e9dd9ce")] + public virtual Ranorex.Cell LastCellMessage + { + get + { + return _lastcellmessageInfo.CreateAdapter(true); + } + } + + /// + /// The LastCellMessage item info. + /// + [RepositoryItemInfo("073038e2-924e-4a9e-b82b-1d992e9dd9ce")] + public virtual RepoItemInfo LastCellMessageInfo + { + get + { + return _lastcellmessageInfo; + } + } + + /// + /// The LastCellIcon item. + /// + [RepositoryItem("681f78f5-27fe-4bad-a2ff-cc072cca5be6")] + public virtual Ranorex.Cell LastCellIcon + { + get + { + return _lastcelliconInfo.CreateAdapter(true); + } + } + + /// + /// The LastCellIcon item info. + /// + [RepositoryItemInfo("681f78f5-27fe-4bad-a2ff-cc072cca5be6")] + public virtual LastCellIconInfoClass LastCellIconInfo + { + get + { + return _lastcelliconInfo; + } + } + } + + /// + /// The PropertiesPanelContainerFolder folder. + /// + [RepositoryFolder("41bb0ddf-7a93-4518-a257-8322f257edf1")] + public partial class PropertiesPanelContainerFolder : RepoGenBaseFolder + { + AutomatedSystemTestsRepositoryFolders.TableFolder _table; + + /// + /// Creates a new PropertiesPanelContainer folder. + /// + public PropertiesPanelContainerFolder(RepoGenBaseFolder parentFolder) : + base("PropertiesPanelContainer", "container/container[@controltypename='WinFormsAdapter']/container[@controlname='PropertiesPanelGridView']", parentFolder, 30000, null, true, "41bb0ddf-7a93-4518-a257-8322f257edf1", "") + { + _table = new AutomatedSystemTestsRepositoryFolders.TableFolder(this); + } + + /// + /// The Self item. + /// + [RepositoryItem("41bb0ddf-7a93-4518-a257-8322f257edf1")] + public virtual Ranorex.Container Self + { + get + { + return _selfInfo.CreateAdapter(true); + } + } + + /// + /// The Self item info. + /// + [RepositoryItemInfo("41bb0ddf-7a93-4518-a257-8322f257edf1")] + public virtual RepoItemInfo SelfInfo + { + get + { + return _selfInfo; + } + } + + /// + /// The Table folder. + /// + [RepositoryFolder("50f9e3b1-cf09-4ca3-8d3c-7edd64e7251e")] + public virtual AutomatedSystemTestsRepositoryFolders.TableFolder Table + { + get { return _table; } + } + } + + /// + /// The TableFolder folder. + /// + [RepositoryFolder("50f9e3b1-cf09-4ca3-8d3c-7edd64e7251e")] + public partial class TableFolder : RepoGenBaseFolder + { + RepoItemInfo _isrelevantInfo; + RepoItemInfo _genericparametervisibleinpropertiespanelInfo; + RepoItemInfo _sourcepathInfo; + RepoItemInfo _nameInfo; + RepoItemInfo _contributionpercentageInfo; + RepoItemInfo _trajecttypeInfo; + RepoItemInfo _faalkansbijdragepercentInfo; + RepoItemInfo _hydraulischebelastingenlocatieInfo; + + /// + /// Creates a new Table folder. + /// + public TableFolder(RepoGenBaseFolder parentFolder) : + base("Table", ".//table[@accessiblename='Properties Window']", parentFolder, 30000, null, true, "50f9e3b1-cf09-4ca3-8d3c-7edd64e7251e", "") + { + _isrelevantInfo = new RepoItemInfo(this, "IsRelevant", "row[@accessiblename='Is relevant']", 30000, null, "a71a9303-6a79-4eab-86c6-b77f1a561c93"); + _genericparametervisibleinpropertiespanelInfo = new RepoItemInfo(this, "GenericParameterVisibleInPropertiesPanel", "row[@accessiblename>$nameOfParameterInPropertiesPanel]", 30000, null, "fa26997c-4865-408a-9bd8-120810ae0e7a"); + _sourcepathInfo = new RepoItemInfo(this, "SourcePath", "row[@accessiblename='Bronlocatie']", 30000, null, "aa50f2b7-9af1-4ae4-b50a-b071b2de54d6"); + _nameInfo = new RepoItemInfo(this, "Name", "row[@accessiblename='Naam']", 30000, null, "98c1c28a-f4dc-42c8-9ead-d777288121c5"); + _contributionpercentageInfo = new RepoItemInfo(this, "ContributionPercentage", "row[@accessiblename>'Aandeel']", 30000, null, "863390a3-2d56-4c70-826d-86c4fb70b44f"); + _trajecttypeInfo = new RepoItemInfo(this, "Trajecttype", "row[@accessiblename='Trajecttype']", 30000, null, "c93d6b35-2159-4c88-a103-599b6efcb316"); + _faalkansbijdragepercentInfo = new RepoItemInfo(this, "FaalkansbijdragePercent", "row[@accessiblename='Faalkansbijdrage [%]']", 30000, null, "104dcdca-9c98-4ba3-b553-7e2e25c29d6a"); + _hydraulischebelastingenlocatieInfo = new RepoItemInfo(this, "HydraulischeBelastingenlocatie", "row[@accessiblename>'Hydraulische belastingenl']", 30000, null, "886ec40d-3348-40d3-b6f5-3e5f73116927"); + } + + /// + /// The Self item. + /// + [RepositoryItem("50f9e3b1-cf09-4ca3-8d3c-7edd64e7251e")] + public virtual Ranorex.Table Self + { + get + { + return _selfInfo.CreateAdapter(true); + } + } + + /// + /// The Self item info. + /// + [RepositoryItemInfo("50f9e3b1-cf09-4ca3-8d3c-7edd64e7251e")] + public virtual RepoItemInfo SelfInfo + { + get + { + return _selfInfo; + } + } + + /// + /// The IsRelevant item. + /// + [RepositoryItem("a71a9303-6a79-4eab-86c6-b77f1a561c93")] + public virtual Ranorex.Row IsRelevant + { + get + { + return _isrelevantInfo.CreateAdapter(true); + } + } + + /// + /// The IsRelevant item info. + /// + [RepositoryItemInfo("a71a9303-6a79-4eab-86c6-b77f1a561c93")] + public virtual RepoItemInfo IsRelevantInfo + { + get + { + return _isrelevantInfo; + } + } + + /// + /// The GenericParameterVisibleInPropertiesPanel item. + /// + [RepositoryItem("fa26997c-4865-408a-9bd8-120810ae0e7a")] + public virtual Ranorex.Row GenericParameterVisibleInPropertiesPanel + { + get + { + return _genericparametervisibleinpropertiespanelInfo.CreateAdapter(true); + } + } + + /// + /// The GenericParameterVisibleInPropertiesPanel item info. + /// + [RepositoryItemInfo("fa26997c-4865-408a-9bd8-120810ae0e7a")] + public virtual RepoItemInfo GenericParameterVisibleInPropertiesPanelInfo + { + get + { + return _genericparametervisibleinpropertiespanelInfo; + } + } + + /// + /// The SourcePath item. + /// + [RepositoryItem("aa50f2b7-9af1-4ae4-b50a-b071b2de54d6")] + public virtual Ranorex.Row SourcePath + { + get + { + return _sourcepathInfo.CreateAdapter(true); + } + } + + /// + /// The SourcePath item info. + /// + [RepositoryItemInfo("aa50f2b7-9af1-4ae4-b50a-b071b2de54d6")] + public virtual RepoItemInfo SourcePathInfo + { + get + { + return _sourcepathInfo; + } + } + + /// + /// The Name item. + /// + [RepositoryItem("98c1c28a-f4dc-42c8-9ead-d777288121c5")] + public virtual Ranorex.Row Name + { + get + { + return _nameInfo.CreateAdapter(true); + } + } + + /// + /// The Name item info. + /// + [RepositoryItemInfo("98c1c28a-f4dc-42c8-9ead-d777288121c5")] + public virtual RepoItemInfo NameInfo + { + get + { + return _nameInfo; + } + } + + /// + /// The ContributionPercentage item. + /// + [RepositoryItem("863390a3-2d56-4c70-826d-86c4fb70b44f")] + public virtual Ranorex.Row ContributionPercentage + { + get + { + return _contributionpercentageInfo.CreateAdapter(true); + } + } + + /// + /// The ContributionPercentage item info. + /// + [RepositoryItemInfo("863390a3-2d56-4c70-826d-86c4fb70b44f")] + public virtual RepoItemInfo ContributionPercentageInfo + { + get + { + return _contributionpercentageInfo; + } + } + + /// + /// The Trajecttype item. + /// + [RepositoryItem("c93d6b35-2159-4c88-a103-599b6efcb316")] + public virtual Ranorex.Row Trajecttype + { + get + { + return _trajecttypeInfo.CreateAdapter(true); + } + } + + /// + /// The Trajecttype item info. + /// + [RepositoryItemInfo("c93d6b35-2159-4c88-a103-599b6efcb316")] + public virtual RepoItemInfo TrajecttypeInfo + { + get + { + return _trajecttypeInfo; + } + } + + /// + /// The FaalkansbijdragePercent item. + /// + [RepositoryItem("104dcdca-9c98-4ba3-b553-7e2e25c29d6a")] + public virtual Ranorex.Row FaalkansbijdragePercent + { + get + { + return _faalkansbijdragepercentInfo.CreateAdapter(true); + } + } + + /// + /// The FaalkansbijdragePercent item info. + /// + [RepositoryItemInfo("104dcdca-9c98-4ba3-b553-7e2e25c29d6a")] + public virtual RepoItemInfo FaalkansbijdragePercentInfo + { + get + { + return _faalkansbijdragepercentInfo; + } + } + + /// + /// The HydraulischeBelastingenlocatie item. + /// + [RepositoryItem("886ec40d-3348-40d3-b6f5-3e5f73116927")] + public virtual Ranorex.Row HydraulischeBelastingenlocatie + { + get + { + return _hydraulischebelastingenlocatieInfo.CreateAdapter(true); + } + } + + /// + /// The HydraulischeBelastingenlocatie item info. + /// + [RepositoryItemInfo("886ec40d-3348-40d3-b6f5-3e5f73116927")] + public virtual RepoItemInfo HydraulischeBelastingenlocatieInfo + { + get + { + return _hydraulischebelastingenlocatieInfo; + } + } + } + + /// /// The DocumentViewContainerUncachedFolder folder. /// [RepositoryFolder("0577a18c-71af-4c1c-bb03-b668001706c5")] @@ -2203,7 +2978,7 @@ /// Creates a new DocumentViewContainerUncached folder. /// public DocumentViewContainerUncachedFolder(RepoGenBaseFolder parentFolder) : - base("DocumentViewContainerUncached", "?/container/container[@instance='1']", parentFolder, 30000, null, false, "0577a18c-71af-4c1c-bb03-b668001706c5", "") + base("DocumentViewContainerUncached", "container/container[@instance='1' and @controltypename='WinFormsAdapter']", parentFolder, 30000, null, false, "0577a18c-71af-4c1c-bb03-b668001706c5", "") { _fm_contributionview = new AutomatedSystemTestsRepositoryFolders.FM_ContributionViewFolder(this); _fm_resultview = new AutomatedSystemTestsRepositoryFolders.FM_ResultViewFolder(this); @@ -2423,15 +3198,15 @@ [RepositoryFolder("66d5c3ad-ea35-4782-8889-9aefcb8059a9")] public partial class FM_ContributionViewFolder : RepoGenBaseFolder { - AutomatedSystemTestsRepositoryFolders.TableFolder _table; + AutomatedSystemTestsRepositoryFolders.TableFolder1 _table; /// /// Creates a new FM_ContributionView folder. /// public FM_ContributionViewFolder(RepoGenBaseFolder parentFolder) : base("FM_ContributionView", "container[@controlname='FailureMechanismContributionView']", parentFolder, 30000, null, false, "66d5c3ad-ea35-4782-8889-9aefcb8059a9", "") { - _table = new AutomatedSystemTestsRepositoryFolders.TableFolder(this); + _table = new AutomatedSystemTestsRepositoryFolders.TableFolder1(this); } /// @@ -2462,25 +3237,25 @@ /// The Table folder. /// [RepositoryFolder("351ac775-45ce-4f53-8ba7-49cf19ae37b1")] - public virtual AutomatedSystemTestsRepositoryFolders.TableFolder Table + public virtual AutomatedSystemTestsRepositoryFolders.TableFolder1 Table { get { return _table; } } } /// - /// The TableFolder folder. + /// The TableFolder1 folder. /// [RepositoryFolder("351ac775-45ce-4f53-8ba7-49cf19ae37b1")] - public partial class TableFolder : RepoGenBaseFolder + public partial class TableFolder1 : RepoGenBaseFolder { RepoItemInfo _contributioncellunchachedInfo; RepoItemInfo _probabilityspacecelluncachedInfo; /// /// Creates a new Table folder. /// - public TableFolder(RepoGenBaseFolder parentFolder) : + public TableFolder1(RepoGenBaseFolder parentFolder) : base("Table", "container[@controlname='probabilityDistributionGrid']/table", parentFolder, 30000, null, false, "351ac775-45ce-4f53-8ba7-49cf19ae37b1", "") { _contributioncellunchachedInfo = new RepoItemInfo(this, "ContributionCellUnchached", "row[@accessiblevalue~';'+$fmLabel+';']/cell[@accessiblename>'Toegestane bijdrage']", 30000, null, "92529114-2d07-4d87-bd57-14b079ae6590"); @@ -2566,7 +3341,7 @@ [RepositoryFolder("9f847d0f-b605-48f5-b38e-9eb9bbefddb9")] public partial class FM_ResultViewFolder : RepoGenBaseFolder { - AutomatedSystemTestsRepositoryFolders.TableFolder1 _table; + AutomatedSystemTestsRepositoryFolders.TableFolder2 _table; AutomatedSystemTestsRepositoryFolders.AssemblyWithProbFolder _assemblywithprob; RepoItemInfo _labelnoprobInfo; RepoItemInfo _warningiconmanualassessmentInfo; @@ -2577,7 +3352,7 @@ public FM_ResultViewFolder(RepoGenBaseFolder parentFolder) : base("FM_ResultView", "container[@controlname='FailureMechanismResultView']", parentFolder, 10000, null, true, "9f847d0f-b605-48f5-b38e-9eb9bbefddb9", "") { - _table = new AutomatedSystemTestsRepositoryFolders.TableFolder1(this); + _table = new AutomatedSystemTestsRepositoryFolders.TableFolder2(this); _assemblywithprob = new AutomatedSystemTestsRepositoryFolders.AssemblyWithProbFolder(this); _labelnoprobInfo = new RepoItemInfo(this, "LabelNoProb", "container[@controlname='TableLayoutPanel']/container/container/text/text", 30000, null, "c399e33b-877b-44d3-b11d-669c5860639a"); _warningiconmanualassessmentInfo = new RepoItemInfo(this, "WarningIconManualAssessment", "container[@controlname='TableLayoutPanel']/element", 30000, null, "2d024a52-8ed7-4669-8bde-85ea423ad519"); @@ -2659,7 +3434,7 @@ /// The Table folder. /// [RepositoryFolder("a41c39c2-763f-4195-aef0-17e3e2be8655")] - public virtual AutomatedSystemTestsRepositoryFolders.TableFolder1 Table + public virtual AutomatedSystemTestsRepositoryFolders.TableFolder2 Table { get { return _table; } } @@ -2675,10 +3450,10 @@ } /// - /// The TableFolder1 folder. + /// The TableFolder2 folder. /// [RepositoryFolder("a41c39c2-763f-4195-aef0-17e3e2be8655")] - public partial class TableFolder1 : RepoGenBaseFolder + public partial class TableFolder2 : RepoGenBaseFolder { RepoItemInfo _simpleassessmenttyperownthInfo; RepoItemInfo _detailedasssessmenttyperownthInfo; @@ -2704,7 +3479,7 @@ /// /// Creates a new Table folder. /// - public TableFolder1(RepoGenBaseFolder parentFolder) : + public TableFolder2(RepoGenBaseFolder parentFolder) : base("Table", "container/table[@controlname='dataGridView']", parentFolder, 10000, null, true, "a41c39c2-763f-4195-aef0-17e3e2be8655", "") { _simpleassessmenttyperownthInfo = new RepoItemInfo(this, "SimpleAssessmentTypeRowNth", "row[@accessiblename='Row '+$rowIndex]/cell[@accessiblename>'Eenvoudige toets Row ']", 10000, null, "8033307f-3336-4988-948c-afb2b363647a"); @@ -3860,7 +4635,7 @@ [RepositoryFolder("1ab7d847-ce5b-4285-b807-fda2d07e73e8")] public partial class LeftSideFolder : RepoGenBaseFolder { - AutomatedSystemTestsRepositoryFolders.TableFolder2 _table; + AutomatedSystemTestsRepositoryFolders.TableFolder3 _table; AutomatedSystemTestsRepositoryFolders.CalculationButtonsFolder _calculationbuttons; /// @@ -3869,7 +4644,7 @@ public LeftSideFolder(RepoGenBaseFolder parentFolder) : base("LeftSide", "container[@controlname='panel1']", parentFolder, 30000, null, false, "1ab7d847-ce5b-4285-b807-fda2d07e73e8", "") { - _table = new AutomatedSystemTestsRepositoryFolders.TableFolder2(this); + _table = new AutomatedSystemTestsRepositoryFolders.TableFolder3(this); _calculationbuttons = new AutomatedSystemTestsRepositoryFolders.CalculationButtonsFolder(this); } @@ -3901,7 +4676,7 @@ /// The Table folder. /// [RepositoryFolder("847ec7b3-da1c-4be8-9dd4-a6d20db9310e")] - public virtual AutomatedSystemTestsRepositoryFolders.TableFolder2 Table + public virtual AutomatedSystemTestsRepositoryFolders.TableFolder3 Table { get { return _table; } } @@ -3917,10 +4692,10 @@ } /// - /// The TableFolder2 folder. + /// The TableFolder3 folder. /// [RepositoryFolder("847ec7b3-da1c-4be8-9dd4-a6d20db9310e")] - public partial class TableFolder2 : RepoGenBaseFolder + public partial class TableFolder3 : RepoGenBaseFolder { RepoItemInfo _checkboxcalculatenthrowInfo; RepoItemInfo _checkboxreadillustrationpointsnthrowInfo; @@ -3931,7 +4706,7 @@ /// /// Creates a new Table folder. /// - public TableFolder2(RepoGenBaseFolder parentFolder) : + public TableFolder3(RepoGenBaseFolder parentFolder) : base("Table", "container/table", parentFolder, 30000, null, false, "847ec7b3-da1c-4be8-9dd4-a6d20db9310e", "") { _checkboxcalculatenthrowInfo = new RepoItemInfo(this, "checkBoxCalculateNthRow", "row[@accessiblename='Row '+$rowIndex]/cell[@accessiblename>'Berekenen']", 30000, null, "b23f96f2-3091-4bfa-b2b3-ced15cdca711"); @@ -4199,7 +4974,7 @@ public partial class ScenariosViewFolder : RepoGenBaseFolder { AutomatedSystemTestsRepositoryFolders.ListSectionsNamesFolder _listsectionsnames; - AutomatedSystemTestsRepositoryFolders.TableFolder3 _table; + AutomatedSystemTestsRepositoryFolders.TableFolder4 _table; /// /// Creates a new ScenariosView folder. @@ -4208,7 +4983,7 @@ base("ScenariosView", "container[@controlname='ScenariosView']", parentFolder, 30000, null, false, "8d70b984-d778-4632-99c5-59000fa3b167", "") { _listsectionsnames = new AutomatedSystemTestsRepositoryFolders.ListSectionsNamesFolder(this); - _table = new AutomatedSystemTestsRepositoryFolders.TableFolder3(this); + _table = new AutomatedSystemTestsRepositoryFolders.TableFolder4(this); } /// @@ -4248,7 +5023,7 @@ /// The Table folder. /// [RepositoryFolder("c392e579-2f5f-4a7d-9900-272745c078bf")] - public virtual AutomatedSystemTestsRepositoryFolders.TableFolder3 Table + public virtual AutomatedSystemTestsRepositoryFolders.TableFolder4 Table { get { return _table; } } @@ -4321,18 +5096,18 @@ } /// - /// The TableFolder3 folder. + /// The TableFolder4 folder. /// [RepositoryFolder("c392e579-2f5f-4a7d-9900-272745c078bf")] - public partial class TableFolder3 : RepoGenBaseFolder + public partial class TableFolder4 : RepoGenBaseFolder { AutomatedSystemTestsRepositoryFolders.GenericRowCheckFolder _genericrowcheck; RepoItemInfo _genericrowcontributionInfo; /// /// Creates a new Table folder. /// - public TableFolder3(RepoGenBaseFolder parentFolder) : + public TableFolder4(RepoGenBaseFolder parentFolder) : base("Table", "container/container/container/container/table", parentFolder, 30000, null, false, "c392e579-2f5f-4a7d-9900-272745c078bf", "") { _genericrowcheck = new AutomatedSystemTestsRepositoryFolders.GenericRowCheckFolder(this); @@ -4443,7 +5218,7 @@ [RepositoryFolder("5463a298-04f2-4ecb-81d1-9702c5733f45")] public partial class HydraulicBCDunesFolder : RepoGenBaseFolder { - AutomatedSystemTestsRepositoryFolders.TableFolder4 _table; + AutomatedSystemTestsRepositoryFolders.TableFolder5 _table; AutomatedSystemTestsRepositoryFolders.CalculationButtonsDAFolder _calculationbuttonsda; /// @@ -4452,7 +5227,7 @@ public HydraulicBCDunesFolder(RepoGenBaseFolder parentFolder) : base("HydraulicBCDunes", "container[@controlname>'Dune']", parentFolder, 30000, null, false, "5463a298-04f2-4ecb-81d1-9702c5733f45", "") { - _table = new AutomatedSystemTestsRepositoryFolders.TableFolder4(this); + _table = new AutomatedSystemTestsRepositoryFolders.TableFolder5(this); _calculationbuttonsda = new AutomatedSystemTestsRepositoryFolders.CalculationButtonsDAFolder(this); } @@ -4484,7 +5259,7 @@ /// The Table folder. /// [RepositoryFolder("b032b126-789d-46aa-b7ab-ab1c08998b17")] - public virtual AutomatedSystemTestsRepositoryFolders.TableFolder4 Table + public virtual AutomatedSystemTestsRepositoryFolders.TableFolder5 Table { get { return _table; } } @@ -4500,18 +5275,18 @@ } /// - /// The TableFolder4 folder. + /// The TableFolder5 folder. /// [RepositoryFolder("b032b126-789d-46aa-b7ab-ab1c08998b17")] - public partial class TableFolder4 : RepoGenBaseFolder + public partial class TableFolder5 : RepoGenBaseFolder { RepoItemInfo _genericrowhydraulicbcdunesInfo; RepoItemInfo _cellcalculatedwaterleveldaInfo; /// /// Creates a new Table folder. /// - public TableFolder4(RepoGenBaseFolder parentFolder) : + public TableFolder5(RepoGenBaseFolder parentFolder) : base("Table", "container/table", parentFolder, 30000, null, false, "b032b126-789d-46aa-b7ab-ab1c08998b17", "") { _genericrowhydraulicbcdunesInfo = new RepoItemInfo(this, "GenericRowHydraulicBCDunes", "row[@accessiblename='Row '+$indexRow]", 30000, null, "c8521886-54a9-407d-94d4-a646a9c0f68e"); @@ -4664,7 +5439,7 @@ public partial class AssemblyResultFolder : RepoGenBaseFolder { AutomatedSystemTestsRepositoryFolders.SummaryFolder _summary; - AutomatedSystemTestsRepositoryFolders.TableFolder5 _table; + AutomatedSystemTestsRepositoryFolders.TableFolder6 _table; RepoItemInfo _warningiconmanualassessmentInfo; /// @@ -4674,7 +5449,7 @@ base("AssemblyResult", ".//container[@controlname='AssemblyResultTotalView']", parentFolder, 30000, null, false, "82c9e9d8-a1cb-491c-82a8-73b6890efdc7", "") { _summary = new AutomatedSystemTestsRepositoryFolders.SummaryFolder(this); - _table = new AutomatedSystemTestsRepositoryFolders.TableFolder5(this); + _table = new AutomatedSystemTestsRepositoryFolders.TableFolder6(this); _warningiconmanualassessmentInfo = new RepoItemInfo(this, "WarningIconManualAssessment", "container/element", 30000, null, "8d5c9928-8755-4ea6-888f-981f4ab3e558"); } @@ -4739,7 +5514,7 @@ /// The Table folder. /// [RepositoryFolder("4c15a955-c1b0-48c4-bcdc-7150cc96054e")] - public virtual AutomatedSystemTestsRepositoryFolders.TableFolder5 Table + public virtual AutomatedSystemTestsRepositoryFolders.TableFolder6 Table { get { return _table; } } @@ -4890,18 +5665,18 @@ } /// - /// The TableFolder5 folder. + /// The TableFolder6 folder. /// [RepositoryFolder("4c15a955-c1b0-48c4-bcdc-7150cc96054e")] - public partial class TableFolder5 : RepoGenBaseFolder + public partial class TableFolder6 : RepoGenBaseFolder { RepoItemInfo _assessmentlabelgenericrowInfo; RepoItemInfo _assessmentapproxprobgenericrowInfo; /// /// Creates a new Table folder. /// - public TableFolder5(RepoGenBaseFolder parentFolder) : + public TableFolder6(RepoGenBaseFolder parentFolder) : base("Table", "container[@controlname='dataGridViewControl']/table", parentFolder, 30000, null, false, "4c15a955-c1b0-48c4-bcdc-7150cc96054e", "") { _assessmentlabelgenericrowInfo = new RepoItemInfo(this, "AssessmentLabelGenericRow", "row[@accessiblename='Row '+$indexRow]/cell[@accessiblename>'Toetsoordeel']", 30000, null, "b264fcc2-36d7-4507-a402-d4fc29ede170"); @@ -5053,7 +5828,7 @@ [RepositoryFolder("5a151305-72de-45f8-b2e3-6fcfc226f361")] public partial class AssemblySectionsViewFolder : RepoGenBaseFolder { - AutomatedSystemTestsRepositoryFolders.TableFolder6 _table; + AutomatedSystemTestsRepositoryFolders.TableFolder7 _table; RepoItemInfo _warningiconmanualassessmentInfo; /// @@ -5062,7 +5837,7 @@ public AssemblySectionsViewFolder(RepoGenBaseFolder parentFolder) : base("AssemblySectionsView", "container[@controlname='AssemblyResultPerSectionView']", parentFolder, 30000, null, false, "5a151305-72de-45f8-b2e3-6fcfc226f361", "") { - _table = new AutomatedSystemTestsRepositoryFolders.TableFolder6(this); + _table = new AutomatedSystemTestsRepositoryFolders.TableFolder7(this); _warningiconmanualassessmentInfo = new RepoItemInfo(this, "WarningIconManualAssessment", "container/element", 30000, null, "5e19e06d-72a6-4305-a262-6de7ec9bd6e1"); } @@ -5118,24 +5893,24 @@ /// The Table folder. /// [RepositoryFolder("e21708c5-fec0-48a4-a781-9a094d1d956a")] - public virtual AutomatedSystemTestsRepositoryFolders.TableFolder6 Table + public virtual AutomatedSystemTestsRepositoryFolders.TableFolder7 Table { get { return _table; } } } /// - /// The TableFolder6 folder. + /// The TableFolder7 folder. /// [RepositoryFolder("e21708c5-fec0-48a4-a781-9a094d1d956a")] - public partial class TableFolder6 : RepoGenBaseFolder + public partial class TableFolder7 : RepoGenBaseFolder { RepoItemInfo _genericcellInfo; /// /// Creates a new Table folder. /// - public TableFolder6(RepoGenBaseFolder parentFolder) : + public TableFolder7(RepoGenBaseFolder parentFolder) : base("Table", "container/table", parentFolder, 30000, null, false, "e21708c5-fec0-48a4-a781-9a094d1d956a", "") { _genericcellInfo = new RepoItemInfo(this, "GenericCell", "row[@accessiblename='Row '+$indexRow]/cell[@accessiblename~$substringColumnHeader]", 30000, null, "9323c6c5-cfc2-46c8-8616-81c493b076f0"); @@ -5488,6 +6263,97 @@ } /// + /// The MapLegendPanelFolder folder. + /// + [RepositoryFolder("b84d06d6-645e-4e5d-9705-593afd9b9f18")] + public partial class MapLegendPanelFolder : RepoGenBaseFolder + { + AutomatedSystemTestsRepositoryFolders.RootNodeFolder _rootnode; + + /// + /// Creates a new MapLegendPanel folder. + /// + public MapLegendPanelFolder(RepoGenBaseFolder parentFolder) : + base("MapLegendPanel", "*/*/container[@controlname='MapLegendView']/container", parentFolder, 30000, null, true, "b84d06d6-645e-4e5d-9705-593afd9b9f18", "") + { + _rootnode = new AutomatedSystemTestsRepositoryFolders.RootNodeFolder(this); + } + + /// + /// The Self item. + /// + [RepositoryItem("b84d06d6-645e-4e5d-9705-593afd9b9f18")] + public virtual Ranorex.Container Self + { + get + { + return _selfInfo.CreateAdapter(true); + } + } + + /// + /// The Self item info. + /// + [RepositoryItemInfo("b84d06d6-645e-4e5d-9705-593afd9b9f18")] + public virtual RepoItemInfo SelfInfo + { + get + { + return _selfInfo; + } + } + + /// + /// The RootNode folder. + /// + [RepositoryFolder("2068096e-8bfc-444e-ad21-f3ee0812f9bf")] + public virtual AutomatedSystemTestsRepositoryFolders.RootNodeFolder RootNode + { + get { return _rootnode; } + } + } + + /// + /// The RootNodeFolder folder. + /// + [RepositoryFolder("2068096e-8bfc-444e-ad21-f3ee0812f9bf")] + public partial class RootNodeFolder : RepoGenBaseFolder + { + + /// + /// Creates a new RootNode folder. + /// + public RootNodeFolder(RepoGenBaseFolder parentFolder) : + base("RootNode", "tree/tree/treeitem", parentFolder, 30000, null, false, "2068096e-8bfc-444e-ad21-f3ee0812f9bf", "") + { + } + + /// + /// The Self item. + /// + [RepositoryItem("2068096e-8bfc-444e-ad21-f3ee0812f9bf")] + public virtual Ranorex.TreeItem Self + { + get + { + return _selfInfo.CreateAdapter(true); + } + } + + /// + /// The Self item info. + /// + [RepositoryItemInfo("2068096e-8bfc-444e-ad21-f3ee0812f9bf")] + public virtual RepoItemInfo SelfInfo + { + get + { + return _selfInfo; + } + } + } + + /// /// The DocumentViewContainerFolder folder. /// [RepositoryFolder("78b3cba4-3858-49b9-8809-b7f79f03aa5c")] @@ -6368,15 +7234,15 @@ [RepositoryFolder("93d4e291-937c-4920-ad9f-0e07533582a4")] public partial class FailureMechanismsContributionViewFolder : RepoGenBaseFolder { - AutomatedSystemTestsRepositoryFolders.TableFolder7 _table; + AutomatedSystemTestsRepositoryFolders.TableFolder8 _table; /// /// Creates a new FailureMechanismsContributionView folder. /// public FailureMechanismsContributionViewFolder(RepoGenBaseFolder parentFolder) : base("FailureMechanismsContributionView", "container[@controlname='FailureMechanismContributionView']", parentFolder, 30000, null, false, "93d4e291-937c-4920-ad9f-0e07533582a4", "") { - _table = new AutomatedSystemTestsRepositoryFolders.TableFolder7(this); + _table = new AutomatedSystemTestsRepositoryFolders.TableFolder8(this); } /// @@ -6407,25 +7273,25 @@ /// The Table folder. /// [RepositoryFolder("bac209b8-47a0-49c9-aabb-618dc821852b")] - public virtual AutomatedSystemTestsRepositoryFolders.TableFolder7 Table + public virtual AutomatedSystemTestsRepositoryFolders.TableFolder8 Table { get { return _table; } } } /// - /// The TableFolder7 folder. + /// The TableFolder8 folder. /// [RepositoryFolder("bac209b8-47a0-49c9-aabb-618dc821852b")] - public partial class TableFolder7 : RepoGenBaseFolder + public partial class TableFolder8 : RepoGenBaseFolder { RepoItemInfo _contributioncellInfo; RepoItemInfo _probabilityspacecellInfo; /// /// Creates a new Table folder. /// - public TableFolder7(RepoGenBaseFolder parentFolder) : + public TableFolder8(RepoGenBaseFolder parentFolder) : base("Table", "container[@controlname='probabilityDistributionGrid']/table", parentFolder, 30000, null, false, "bac209b8-47a0-49c9-aabb-618dc821852b", "") { _contributioncellInfo = new RepoItemInfo(this, "ContributionCell", "row[@accessiblevalue~';'+$fmLabel+';']/cell[@accessiblename>'Toegestane bijdrage']", 30000, null, "4b3f7ec4-14c8-42ca-a940-a03d49ae168c"); @@ -6562,15 +7428,15 @@ [RepositoryFolder("d5d31bfe-0545-4bf6-ae8d-2a692de100bd")] public partial class LeftSideFolder1 : RepoGenBaseFolder { - AutomatedSystemTestsRepositoryFolders.TableFolder8 _table; + AutomatedSystemTestsRepositoryFolders.TableFolder9 _table; /// /// Creates a new LeftSide folder. /// public LeftSideFolder1(RepoGenBaseFolder parentFolder) : base("LeftSide", "container[@controlname='panel1']", parentFolder, 30000, null, false, "d5d31bfe-0545-4bf6-ae8d-2a692de100bd", "") { - _table = new AutomatedSystemTestsRepositoryFolders.TableFolder8(this); + _table = new AutomatedSystemTestsRepositoryFolders.TableFolder9(this); } /// @@ -6601,17 +7467,17 @@ /// The Table folder. /// [RepositoryFolder("ca96439e-ba37-4ebe-aa7b-19515fb51914")] - public virtual AutomatedSystemTestsRepositoryFolders.TableFolder8 Table + public virtual AutomatedSystemTestsRepositoryFolders.TableFolder9 Table { get { return _table; } } } /// - /// The TableFolder8 folder. + /// The TableFolder9 folder. /// [RepositoryFolder("ca96439e-ba37-4ebe-aa7b-19515fb51914")] - public partial class TableFolder8 : RepoGenBaseFolder + public partial class TableFolder9 : RepoGenBaseFolder { RepoItemInfo _genericrowInfo; RepoItemInfo _checkboxcalculatenthrowInfo; @@ -6621,7 +7487,7 @@ /// /// Creates a new Table folder. /// - public TableFolder8(RepoGenBaseFolder parentFolder) : + public TableFolder9(RepoGenBaseFolder parentFolder) : base("Table", "container/table", parentFolder, 30000, null, false, "ca96439e-ba37-4ebe-aa7b-19515fb51914", "") { _genericrowInfo = new RepoItemInfo(this, "GenericRow", "row[@accessiblename='Row '+$rowIndex]", 30000, null, "8d26c2ea-9826-475b-ba13-7a87660216ce"); @@ -6757,7 +7623,7 @@ [RepositoryFolder("b29993ca-0b96-4e0e-b212-220bcef5fd4f")] public partial class HydraulicBCDunesFolder1 : RepoGenBaseFolder { - AutomatedSystemTestsRepositoryFolders.TableFolder9 _table; + AutomatedSystemTestsRepositoryFolders.TableFolder10 _table; AutomatedSystemTestsRepositoryFolders.CalculationButtonsDAFolder1 _calculationbuttonsda; /// @@ -6766,7 +7632,7 @@ public HydraulicBCDunesFolder1(RepoGenBaseFolder parentFolder) : base("HydraulicBCDunes", "container[@controlname>'Dune']", parentFolder, 30000, null, false, "b29993ca-0b96-4e0e-b212-220bcef5fd4f", "") { - _table = new AutomatedSystemTestsRepositoryFolders.TableFolder9(this); + _table = new AutomatedSystemTestsRepositoryFolders.TableFolder10(this); _calculationbuttonsda = new AutomatedSystemTestsRepositoryFolders.CalculationButtonsDAFolder1(this); } @@ -6798,7 +7664,7 @@ /// The Table folder. /// [RepositoryFolder("7f2e2214-c731-479d-a92c-16e73c0a37a0")] - public virtual AutomatedSystemTestsRepositoryFolders.TableFolder9 Table + public virtual AutomatedSystemTestsRepositoryFolders.TableFolder10 Table { get { return _table; } } @@ -6814,18 +7680,18 @@ } /// - /// The TableFolder9 folder. + /// The TableFolder10 folder. /// [RepositoryFolder("7f2e2214-c731-479d-a92c-16e73c0a37a0")] - public partial class TableFolder9 : RepoGenBaseFolder + public partial class TableFolder10 : RepoGenBaseFolder { RepoItemInfo _genericrowhydraulicbcdunesInfo; RepoItemInfo _cellcalculatedwaterleveldaInfo; /// /// Creates a new Table folder. /// - public TableFolder9(RepoGenBaseFolder parentFolder) : + public TableFolder10(RepoGenBaseFolder parentFolder) : base("Table", "container/table", parentFolder, 30000, null, false, "7f2e2214-c731-479d-a92c-16e73c0a37a0", "") { _genericrowhydraulicbcdunesInfo = new RepoItemInfo(this, "GenericRowHydraulicBCDunes", "row[@accessiblename='Row '+$indexRow]", 30000, null, "73e414b7-73d4-49d0-bf0a-6486e581e805"); @@ -6972,38 +7838,34 @@ } /// - /// The PropertiesPanelContainerFolder folder. + /// The BackstageButtonsFolder folder. /// - [RepositoryFolder("41bb0ddf-7a93-4518-a257-8322f257edf1")] - public partial class PropertiesPanelContainerFolder : RepoGenBaseFolder + [RepositoryFolder("636ce012-0182-4643-b426-4c5d6e56ef16")] + public partial class BackstageButtonsFolder : RepoGenBaseFolder { - AutomatedSystemTestsRepositoryFolders.TableFolder10 _table; + RepoItemInfo _newInfo; + RepoItemInfo _openInfo; + RepoItemInfo _saveInfo; + RepoItemInfo _saveasInfo; + RepoItemInfo _aboutInfo; /// - /// Creates a new PropertiesPanelContainer folder. + /// Creates a new BackstageButtons folder. /// - public PropertiesPanelContainerFolder(RepoGenBaseFolder parentFolder) : - base("PropertiesPanelContainer", ".//container[@controlname='PropertiesPanelGridView']", parentFolder, 30000, null, true, "41bb0ddf-7a93-4518-a257-8322f257edf1", "") + public BackstageButtonsFolder(RepoGenBaseFolder parentFolder) : + base("BackstageButtons", "", parentFolder, 0, null, false, "636ce012-0182-4643-b426-4c5d6e56ef16", "") { - _table = new AutomatedSystemTestsRepositoryFolders.TableFolder10(this); + _newInfo = new RepoItemInfo(this, "New", "container[@caption='']/?/?/button[@text='Nieuw']", 30000, null, "268a8b16-4b1c-4d45-adc7-5744a8765318"); + _openInfo = new RepoItemInfo(this, "Open", "container[@caption='']/?/?/button[@text='Openen']", 30000, null, "ab213c77-c980-46c2-b357-7287428ee860"); + _saveInfo = new RepoItemInfo(this, "Save", "container[@caption='']/?/?/button[@text='Opslaan']", 30000, null, "a0e895ca-a393-42a6-b4c3-13ea9623ce2d"); + _saveasInfo = new RepoItemInfo(this, "SaveAs", "container[@caption='']/?/?/button[@text='Opslaan als']", 30000, null, "95f30535-50c1-4bd0-acd4-b08ea923df5b"); + _aboutInfo = new RepoItemInfo(this, "About", "container[@caption='']/?/?/button[@text='Over']", 30000, null, "a06e70af-7133-4234-8d3a-13ef1c2be9d0"); } /// - /// The Self item. - /// - [RepositoryItem("41bb0ddf-7a93-4518-a257-8322f257edf1")] - public virtual Ranorex.Container Self - { - get - { - return _selfInfo.CreateAdapter(true); - } - } - - /// /// The Self item info. /// - [RepositoryItemInfo("41bb0ddf-7a93-4518-a257-8322f257edf1")] + [RepositoryItemInfo("636ce012-0182-4643-b426-4c5d6e56ef16")] public virtual RepoItemInfo SelfInfo { get @@ -7013,298 +7875,169 @@ } /// - /// The Table folder. + /// The New item. /// - [RepositoryFolder("50f9e3b1-cf09-4ca3-8d3c-7edd64e7251e")] - public virtual AutomatedSystemTestsRepositoryFolders.TableFolder10 Table + [RepositoryItem("268a8b16-4b1c-4d45-adc7-5744a8765318")] + public virtual Ranorex.Button New { - get { return _table; } - } - } - - /// - /// The TableFolder10 folder. - /// - [RepositoryFolder("50f9e3b1-cf09-4ca3-8d3c-7edd64e7251e")] - public partial class TableFolder10 : RepoGenBaseFolder - { - RepoItemInfo _isrelevantInfo; - RepoItemInfo _genericparametervisibleinpropertiespanelInfo; - RepoItemInfo _sourcepathInfo; - RepoItemInfo _nameInfo; - RepoItemInfo _contributionpercentageInfo; - RepoItemInfo _trajecttypeInfo; - RepoItemInfo _faalkansbijdragepercentInfo; - RepoItemInfo _hydraulischebelastingenlocatieInfo; - - /// - /// Creates a new Table folder. - /// - public TableFolder10(RepoGenBaseFolder parentFolder) : - base("Table", ".//table[@accessiblename='Properties Window']", parentFolder, 30000, null, true, "50f9e3b1-cf09-4ca3-8d3c-7edd64e7251e", "") - { - _isrelevantInfo = new RepoItemInfo(this, "IsRelevant", "row[@accessiblename='Is relevant']", 30000, null, "a71a9303-6a79-4eab-86c6-b77f1a561c93"); - _genericparametervisibleinpropertiespanelInfo = new RepoItemInfo(this, "GenericParameterVisibleInPropertiesPanel", "row[@accessiblename>$nameOfParameterInPropertiesPanel]", 30000, null, "fa26997c-4865-408a-9bd8-120810ae0e7a"); - _sourcepathInfo = new RepoItemInfo(this, "SourcePath", "row[@accessiblename='Bronlocatie']", 30000, null, "aa50f2b7-9af1-4ae4-b50a-b071b2de54d6"); - _nameInfo = new RepoItemInfo(this, "Name", "row[@accessiblename='Naam']", 30000, null, "98c1c28a-f4dc-42c8-9ead-d777288121c5"); - _contributionpercentageInfo = new RepoItemInfo(this, "ContributionPercentage", "row[@accessiblename>'Aandeel']", 30000, null, "863390a3-2d56-4c70-826d-86c4fb70b44f"); - _trajecttypeInfo = new RepoItemInfo(this, "Trajecttype", "row[@accessiblename='Trajecttype']", 30000, null, "c93d6b35-2159-4c88-a103-599b6efcb316"); - _faalkansbijdragepercentInfo = new RepoItemInfo(this, "FaalkansbijdragePercent", "row[@accessiblename='Faalkansbijdrage [%]']", 30000, null, "104dcdca-9c98-4ba3-b553-7e2e25c29d6a"); - _hydraulischebelastingenlocatieInfo = new RepoItemInfo(this, "HydraulischeBelastingenlocatie", "row[@accessiblename>'Hydraulische belastingenl']", 30000, null, "886ec40d-3348-40d3-b6f5-3e5f73116927"); - } - - /// - /// The Self item. - /// - [RepositoryItem("50f9e3b1-cf09-4ca3-8d3c-7edd64e7251e")] - public virtual Ranorex.Table Self - { get { - return _selfInfo.CreateAdapter(true); + return _newInfo.CreateAdapter(true); } } /// - /// The Self item info. + /// The New item info. /// - [RepositoryItemInfo("50f9e3b1-cf09-4ca3-8d3c-7edd64e7251e")] - public virtual RepoItemInfo SelfInfo + [RepositoryItemInfo("268a8b16-4b1c-4d45-adc7-5744a8765318")] + public virtual RepoItemInfo NewInfo { get { - return _selfInfo; + return _newInfo; } } /// - /// The IsRelevant item. + /// The Open item. /// - [RepositoryItem("a71a9303-6a79-4eab-86c6-b77f1a561c93")] - public virtual Ranorex.Row IsRelevant + [RepositoryItem("ab213c77-c980-46c2-b357-7287428ee860")] + public virtual Ranorex.Button Open { get { - return _isrelevantInfo.CreateAdapter(true); + return _openInfo.CreateAdapter(true); } } /// - /// The IsRelevant item info. + /// The Open item info. /// - [RepositoryItemInfo("a71a9303-6a79-4eab-86c6-b77f1a561c93")] - public virtual RepoItemInfo IsRelevantInfo + [RepositoryItemInfo("ab213c77-c980-46c2-b357-7287428ee860")] + public virtual RepoItemInfo OpenInfo { get { - return _isrelevantInfo; + return _openInfo; } } /// - /// The GenericParameterVisibleInPropertiesPanel item. + /// The Save item. /// - [RepositoryItem("fa26997c-4865-408a-9bd8-120810ae0e7a")] - public virtual Ranorex.Row GenericParameterVisibleInPropertiesPanel + [RepositoryItem("a0e895ca-a393-42a6-b4c3-13ea9623ce2d")] + public virtual Ranorex.Button Save { get { - return _genericparametervisibleinpropertiespanelInfo.CreateAdapter(true); + return _saveInfo.CreateAdapter(true); } } /// - /// The GenericParameterVisibleInPropertiesPanel item info. + /// The Save item info. /// - [RepositoryItemInfo("fa26997c-4865-408a-9bd8-120810ae0e7a")] - public virtual RepoItemInfo GenericParameterVisibleInPropertiesPanelInfo + [RepositoryItemInfo("a0e895ca-a393-42a6-b4c3-13ea9623ce2d")] + public virtual RepoItemInfo SaveInfo { get { - return _genericparametervisibleinpropertiespanelInfo; + return _saveInfo; } } /// - /// The SourcePath item. + /// The SaveAs item. /// - [RepositoryItem("aa50f2b7-9af1-4ae4-b50a-b071b2de54d6")] - public virtual Ranorex.Row SourcePath + [RepositoryItem("95f30535-50c1-4bd0-acd4-b08ea923df5b")] + public virtual Ranorex.Button SaveAs { get { - return _sourcepathInfo.CreateAdapter(true); + return _saveasInfo.CreateAdapter(true); } } /// - /// The SourcePath item info. + /// The SaveAs item info. /// - [RepositoryItemInfo("aa50f2b7-9af1-4ae4-b50a-b071b2de54d6")] - public virtual RepoItemInfo SourcePathInfo + [RepositoryItemInfo("95f30535-50c1-4bd0-acd4-b08ea923df5b")] + public virtual RepoItemInfo SaveAsInfo { get { - return _sourcepathInfo; + return _saveasInfo; } } /// - /// The Name item. + /// The About item. /// - [RepositoryItem("98c1c28a-f4dc-42c8-9ead-d777288121c5")] - public virtual Ranorex.Row Name + [RepositoryItem("a06e70af-7133-4234-8d3a-13ef1c2be9d0")] + public virtual Ranorex.Button About { get { - return _nameInfo.CreateAdapter(true); + return _aboutInfo.CreateAdapter(true); } } /// - /// The Name item info. + /// The About item info. /// - [RepositoryItemInfo("98c1c28a-f4dc-42c8-9ead-d777288121c5")] - public virtual RepoItemInfo NameInfo + [RepositoryItemInfo("a06e70af-7133-4234-8d3a-13ef1c2be9d0")] + public virtual RepoItemInfo AboutInfo { get { - return _nameInfo; + return _aboutInfo; } } - - /// - /// The ContributionPercentage item. - /// - [RepositoryItem("863390a3-2d56-4c70-826d-86c4fb70b44f")] - public virtual Ranorex.Row ContributionPercentage - { - get - { - return _contributionpercentageInfo.CreateAdapter(true); - } - } - - /// - /// The ContributionPercentage item info. - /// - [RepositoryItemInfo("863390a3-2d56-4c70-826d-86c4fb70b44f")] - public virtual RepoItemInfo ContributionPercentageInfo - { - get - { - return _contributionpercentageInfo; - } - } - - /// - /// The Trajecttype item. - /// - [RepositoryItem("c93d6b35-2159-4c88-a103-599b6efcb316")] - public virtual Ranorex.Row Trajecttype - { - get - { - return _trajecttypeInfo.CreateAdapter(true); - } - } - - /// - /// The Trajecttype item info. - /// - [RepositoryItemInfo("c93d6b35-2159-4c88-a103-599b6efcb316")] - public virtual RepoItemInfo TrajecttypeInfo - { - get - { - return _trajecttypeInfo; - } - } - - /// - /// The FaalkansbijdragePercent item. - /// - [RepositoryItem("104dcdca-9c98-4ba3-b553-7e2e25c29d6a")] - public virtual Ranorex.Row FaalkansbijdragePercent - { - get - { - return _faalkansbijdragepercentInfo.CreateAdapter(true); - } - } - - /// - /// The FaalkansbijdragePercent item info. - /// - [RepositoryItemInfo("104dcdca-9c98-4ba3-b553-7e2e25c29d6a")] - public virtual RepoItemInfo FaalkansbijdragePercentInfo - { - get - { - return _faalkansbijdragepercentInfo; - } - } - - /// - /// The HydraulischeBelastingenlocatie item. - /// - [RepositoryItem("886ec40d-3348-40d3-b6f5-3e5f73116927")] - public virtual Ranorex.Row HydraulischeBelastingenlocatie - { - get - { - return _hydraulischebelastingenlocatieInfo.CreateAdapter(true); - } - } - - /// - /// The HydraulischeBelastingenlocatie item info. - /// - [RepositoryItemInfo("886ec40d-3348-40d3-b6f5-3e5f73116927")] - public virtual RepoItemInfo HydraulischeBelastingenlocatieInfo - { - get - { - return _hydraulischebelastingenlocatieInfo; - } - } } /// - /// The MessagesDataGridViewFolder folder. + /// The RibbonButtonsFolder folder. /// - [RepositoryFolder("ebb0b0be-617b-4c07-a1f1-dd02286813f8")] - public partial class MessagesDataGridViewFolder : RepoGenBaseFolder + [RepositoryFolder("f790aa62-d4d1-4192-8400-a58b665ae5a6")] + public partial class RibbonButtonsFolder : RepoGenBaseFolder { - AutomatedSystemTestsRepositoryFolders.GenericRowMessageFolder _genericrowmessage; - AutomatedSystemTestsRepositoryFolders.LastRowMessageFolder _lastrowmessage; + RepoItemInfo _projectInfo; + RepoItemInfo _trajectInfo; + RepoItemInfo _hydraulicloadsInfo; + RepoItemInfo _calculationsInfo; + RepoItemInfo _failurepathsInfo; + RepoItemInfo _genericribbonbuttonInfo; /// - /// Creates a new MessagesDataGridView folder. + /// Creates a new RibbonButtons folder. /// - public MessagesDataGridViewFolder(RepoGenBaseFolder parentFolder) : - base("MessagesDataGridView", "?/container/?/container[@controlname='MessageWindow']/table[@controlname='messagesDataGridView']", parentFolder, 30000, null, true, "ebb0b0be-617b-4c07-a1f1-dd02286813f8", "") + public RibbonButtonsFolder(RepoGenBaseFolder parentFolder) : + base("RibbonButtons", "?/?/container[@automationid='MainButtonStackPanel']", parentFolder, 30000, null, false, "f790aa62-d4d1-4192-8400-a58b665ae5a6", "") { - _genericrowmessage = new AutomatedSystemTestsRepositoryFolders.GenericRowMessageFolder(this); - _lastrowmessage = new AutomatedSystemTestsRepositoryFolders.LastRowMessageFolder(this); + _projectInfo = new RepoItemInfo(this, "Project", "button[@automationid='MainButtonBarProject']", 30000, null, "7821669f-2e79-4296-8bcc-19bf345ee572"); + _trajectInfo = new RepoItemInfo(this, "Traject", "button/text[@caption>'Traject']/parent::button", 30000, null, "b4007c17-2273-4385-b759-7617c46debcd"); + _hydraulicloadsInfo = new RepoItemInfo(this, "HydraulicLoads", "button/text[@caption>'Hydraulische']/parent::button", 30000, null, "b1cf1423-a508-4c59-a4c5-107d6f6c3e8d"); + _calculationsInfo = new RepoItemInfo(this, "Calculations", "button/text[@caption>'Sterkte']/parent::button", 30000, null, "79e70cd3-243c-4924-a9a3-342ff576a983"); + _failurepathsInfo = new RepoItemInfo(this, "FailurePaths", "button/text[@caption>'Faalpaden']/parent::button", 30000, null, "406ca44b-f09e-4622-922c-11a65846e348"); + _genericribbonbuttonInfo = new RepoItemInfo(this, "GenericRibbonButton", "button/text[@caption>$StateToSelect]/parent::button", 30000, null, "10758b46-d10f-46af-883e-9629a38c517a"); } /// /// The Self item. /// - [RepositoryItem("ebb0b0be-617b-4c07-a1f1-dd02286813f8")] - public virtual Ranorex.Table Self + [RepositoryItem("f790aa62-d4d1-4192-8400-a58b665ae5a6")] + public virtual Ranorex.Container Self { get { - return _selfInfo.CreateAdapter(true); + return _selfInfo.CreateAdapter(true); } } /// /// The Self item info. /// - [RepositoryItemInfo("ebb0b0be-617b-4c07-a1f1-dd02286813f8")] + [RepositoryItemInfo("f790aa62-d4d1-4192-8400-a58b665ae5a6")] public virtual RepoItemInfo SelfInfo { get @@ -7314,370 +8047,151 @@ } /// - /// The GenericRowMessage folder. + /// The Project item. /// - [RepositoryFolder("43bcbd48-5fca-439f-aa46-2e7f8b5fc251")] - public virtual AutomatedSystemTestsRepositoryFolders.GenericRowMessageFolder GenericRowMessage + [RepositoryItem("7821669f-2e79-4296-8bcc-19bf345ee572")] + public virtual Ranorex.Button Project { - get { return _genericrowmessage; } - } - - /// - /// The LastRowMessage folder. - /// - [RepositoryFolder("b8b81b1e-3805-45e2-bbbf-bd069416fe50")] - public virtual AutomatedSystemTestsRepositoryFolders.LastRowMessageFolder LastRowMessage - { - get { return _lastrowmessage; } - } - } - - /// - /// The GenericRowMessageFolder folder. - /// - [RepositoryFolder("43bcbd48-5fca-439f-aa46-2e7f8b5fc251")] - public partial class GenericRowMessageFolder : RepoGenBaseFolder - { - RepoItemInfo _genericcellmessageInfo; - GenericCellIconInfoClass _genericcelliconInfo; - - /// - /// Creates a new GenericRowMessage folder. - /// - public GenericRowMessageFolder(RepoGenBaseFolder parentFolder) : - base("GenericRowMessage", "row[@accessiblename='Row '+$indexRowMessage]", parentFolder, 30000, null, false, "43bcbd48-5fca-439f-aa46-2e7f8b5fc251", "") - { - _genericcellmessageInfo = new RepoItemInfo(this, "GenericCellMessage", "cell[@accessiblename>'Bericht']", 30000, null, "4f6147c7-b35a-42d1-8fdd-175372b09979"); - _genericcelliconInfo = new GenericCellIconInfoClass(this); - } - - /// - /// The GenericCellIconInfoClass folder. - /// - [RepositoryItemInfo("3a1ced42-1f85-4f8c-bb0d-5eaded2e7819")] - public class GenericCellIconInfoClass : RepoItemInfo - { - /// - /// GenericCellIconInfoClass class constructor. - /// - public GenericCellIconInfoClass(RepoGenBaseFolder parentFolder) - : base(parentFolder, "GenericCellIcon", "cell[@accessiblename>' Row']", 30000, null, "3a1ced42-1f85-4f8c-bb0d-5eaded2e7819") - { } - - /// - /// Gets the ErrorIcon item image. - /// - /// The ErrorIcon image. - [RepositoryImage("059402d7-47dc-4145-82d6-ce241d086db5")] - public CompressedImage GetErrorIcon() - { - return GetImage("059402d7-47dc-4145-82d6-ce241d086db5"); - } - - /// - /// Gets the ErrorIcon item image. - /// - /// The bounds of the sub-image to return. - /// The cropped image. - [RepositoryImage("059402d7-47dc-4145-82d6-ce241d086db5")] - public CompressedImage GetErrorIcon(System.Drawing.Rectangle cropRect) - { - return GetImage("059402d7-47dc-4145-82d6-ce241d086db5", cropRect); - } - } - - /// - /// The Self item. - /// - [RepositoryItem("43bcbd48-5fca-439f-aa46-2e7f8b5fc251")] - public virtual Ranorex.Row Self - { get { - return _selfInfo.CreateAdapter(true); + return _projectInfo.CreateAdapter(true); } } /// - /// The Self item info. + /// The Project item info. /// - [RepositoryItemInfo("43bcbd48-5fca-439f-aa46-2e7f8b5fc251")] - public virtual RepoItemInfo SelfInfo + [RepositoryItemInfo("7821669f-2e79-4296-8bcc-19bf345ee572")] + public virtual RepoItemInfo ProjectInfo { get { - return _selfInfo; + return _projectInfo; } } /// - /// The GenericCellMessage item. + /// The Traject item. /// - [RepositoryItem("4f6147c7-b35a-42d1-8fdd-175372b09979")] - public virtual Ranorex.Cell GenericCellMessage + [RepositoryItem("b4007c17-2273-4385-b759-7617c46debcd")] + public virtual Ranorex.Button Traject { get { - return _genericcellmessageInfo.CreateAdapter(true); + return _trajectInfo.CreateAdapter(true); } } /// - /// The GenericCellMessage item info. + /// The Traject item info. /// - [RepositoryItemInfo("4f6147c7-b35a-42d1-8fdd-175372b09979")] - public virtual RepoItemInfo GenericCellMessageInfo + [RepositoryItemInfo("b4007c17-2273-4385-b759-7617c46debcd")] + public virtual RepoItemInfo TrajectInfo { get { - return _genericcellmessageInfo; + return _trajectInfo; } } /// - /// The GenericCellIcon item. + /// The HydraulicLoads item. /// - [RepositoryItem("3a1ced42-1f85-4f8c-bb0d-5eaded2e7819")] - public virtual Ranorex.Cell GenericCellIcon + [RepositoryItem("b1cf1423-a508-4c59-a4c5-107d6f6c3e8d")] + public virtual Ranorex.Button HydraulicLoads { get { - return _genericcelliconInfo.CreateAdapter(true); + return _hydraulicloadsInfo.CreateAdapter(true); } } /// - /// The GenericCellIcon item info. + /// The HydraulicLoads item info. /// - [RepositoryItemInfo("3a1ced42-1f85-4f8c-bb0d-5eaded2e7819")] - public virtual GenericCellIconInfoClass GenericCellIconInfo + [RepositoryItemInfo("b1cf1423-a508-4c59-a4c5-107d6f6c3e8d")] + public virtual RepoItemInfo HydraulicLoadsInfo { get { - return _genericcelliconInfo; + return _hydraulicloadsInfo; } } - } - /// - /// The LastRowMessageFolder folder. - /// - [RepositoryFolder("b8b81b1e-3805-45e2-bbbf-bd069416fe50")] - public partial class LastRowMessageFolder : RepoGenBaseFolder - { - RepoItemInfo _lastcellmessageInfo; - LastCellIconInfoClass _lastcelliconInfo; - /// - /// Creates a new LastRowMessage folder. + /// The Calculations item. /// - public LastRowMessageFolder(RepoGenBaseFolder parentFolder) : - base("LastRowMessage", "row[@accessiblename<' 0']", parentFolder, 30000, null, false, "b8b81b1e-3805-45e2-bbbf-bd069416fe50", "") + [RepositoryItem("79e70cd3-243c-4924-a9a3-342ff576a983")] + public virtual Ranorex.Button Calculations { - _lastcellmessageInfo = new RepoItemInfo(this, "LastCellMessage", "cell[@accessiblename>'Bericht']", 30000, null, "073038e2-924e-4a9e-b82b-1d992e9dd9ce"); - _lastcelliconInfo = new LastCellIconInfoClass(this); - } - - /// - /// The LastCellIconInfoClass folder. - /// - [RepositoryItemInfo("681f78f5-27fe-4bad-a2ff-cc072cca5be6")] - public class LastCellIconInfoClass : RepoItemInfo - { - /// - /// LastCellIconInfoClass class constructor. - /// - public LastCellIconInfoClass(RepoGenBaseFolder parentFolder) - : base(parentFolder, "LastCellIcon", "cell[@accessiblename>' Row']", 30000, null, "681f78f5-27fe-4bad-a2ff-cc072cca5be6") - { } - - /// - /// Gets the ErrorIcon item image. - /// - /// The ErrorIcon image. - [RepositoryImage("665de6ca-e067-4d0f-baa5-45da0f1bc156")] - public CompressedImage GetErrorIcon() - { - return GetImage("665de6ca-e067-4d0f-baa5-45da0f1bc156"); - } - - /// - /// Gets the ErrorIcon item image. - /// - /// The bounds of the sub-image to return. - /// The cropped image. - [RepositoryImage("665de6ca-e067-4d0f-baa5-45da0f1bc156")] - public CompressedImage GetErrorIcon(System.Drawing.Rectangle cropRect) - { - return GetImage("665de6ca-e067-4d0f-baa5-45da0f1bc156", cropRect); - } - } - - /// - /// The Self item. - /// - [RepositoryItem("b8b81b1e-3805-45e2-bbbf-bd069416fe50")] - public virtual Ranorex.Row Self - { get { - return _selfInfo.CreateAdapter(true); + return _calculationsInfo.CreateAdapter(true); } } /// - /// The Self item info. + /// The Calculations item info. /// - [RepositoryItemInfo("b8b81b1e-3805-45e2-bbbf-bd069416fe50")] - public virtual RepoItemInfo SelfInfo + [RepositoryItemInfo("79e70cd3-243c-4924-a9a3-342ff576a983")] + public virtual RepoItemInfo CalculationsInfo { get { - return _selfInfo; + return _calculationsInfo; } } /// - /// The LastCellMessage item. + /// The FailurePaths item. /// - [RepositoryItem("073038e2-924e-4a9e-b82b-1d992e9dd9ce")] - public virtual Ranorex.Cell LastCellMessage + [RepositoryItem("406ca44b-f09e-4622-922c-11a65846e348")] + public virtual Ranorex.Button FailurePaths { get { - return _lastcellmessageInfo.CreateAdapter(true); + return _failurepathsInfo.CreateAdapter(true); } } /// - /// The LastCellMessage item info. + /// The FailurePaths item info. /// - [RepositoryItemInfo("073038e2-924e-4a9e-b82b-1d992e9dd9ce")] - public virtual RepoItemInfo LastCellMessageInfo + [RepositoryItemInfo("406ca44b-f09e-4622-922c-11a65846e348")] + public virtual RepoItemInfo FailurePathsInfo { get { - return _lastcellmessageInfo; + return _failurepathsInfo; } } /// - /// The LastCellIcon item. + /// The GenericRibbonButton item. /// - [RepositoryItem("681f78f5-27fe-4bad-a2ff-cc072cca5be6")] - public virtual Ranorex.Cell LastCellIcon + [RepositoryItem("10758b46-d10f-46af-883e-9629a38c517a")] + public virtual Ranorex.Button GenericRibbonButton { get { - return _lastcelliconInfo.CreateAdapter(true); + return _genericribbonbuttonInfo.CreateAdapter(true); } } /// - /// The LastCellIcon item info. + /// The GenericRibbonButton item info. /// - [RepositoryItemInfo("681f78f5-27fe-4bad-a2ff-cc072cca5be6")] - public virtual LastCellIconInfoClass LastCellIconInfo + [RepositoryItemInfo("10758b46-d10f-46af-883e-9629a38c517a")] + public virtual RepoItemInfo GenericRibbonButtonInfo { get { - return _lastcelliconInfo; + return _genericribbonbuttonInfo; } } } /// - /// The MapLegendPanelFolder folder. - /// - [RepositoryFolder("b84d06d6-645e-4e5d-9705-593afd9b9f18")] - public partial class MapLegendPanelFolder : RepoGenBaseFolder - { - AutomatedSystemTestsRepositoryFolders.RootNodeFolder _rootnode; - - /// - /// Creates a new MapLegendPanel folder. - /// - public MapLegendPanelFolder(RepoGenBaseFolder parentFolder) : - base("MapLegendPanel", ".//container[@controlname='MapLegendView']/container", parentFolder, 30000, null, true, "b84d06d6-645e-4e5d-9705-593afd9b9f18", "") - { - _rootnode = new AutomatedSystemTestsRepositoryFolders.RootNodeFolder(this); - } - - /// - /// The Self item. - /// - [RepositoryItem("b84d06d6-645e-4e5d-9705-593afd9b9f18")] - public virtual Ranorex.Container Self - { - get - { - return _selfInfo.CreateAdapter(true); - } - } - - /// - /// The Self item info. - /// - [RepositoryItemInfo("b84d06d6-645e-4e5d-9705-593afd9b9f18")] - public virtual RepoItemInfo SelfInfo - { - get - { - return _selfInfo; - } - } - - /// - /// The RootNode folder. - /// - [RepositoryFolder("2068096e-8bfc-444e-ad21-f3ee0812f9bf")] - public virtual AutomatedSystemTestsRepositoryFolders.RootNodeFolder RootNode - { - get { return _rootnode; } - } - } - - /// - /// The RootNodeFolder folder. - /// - [RepositoryFolder("2068096e-8bfc-444e-ad21-f3ee0812f9bf")] - public partial class RootNodeFolder : RepoGenBaseFolder - { - - /// - /// Creates a new RootNode folder. - /// - public RootNodeFolder(RepoGenBaseFolder parentFolder) : - base("RootNode", "tree/tree/treeitem", parentFolder, 30000, null, false, "2068096e-8bfc-444e-ad21-f3ee0812f9bf", "") - { - } - - /// - /// The Self item. - /// - [RepositoryItem("2068096e-8bfc-444e-ad21-f3ee0812f9bf")] - public virtual Ranorex.TreeItem Self - { - get - { - return _selfInfo.CreateAdapter(true); - } - } - - /// - /// The Self item info. - /// - [RepositoryItemInfo("2068096e-8bfc-444e-ad21-f3ee0812f9bf")] - public virtual RepoItemInfo SelfInfo - { - get - { - return _selfInfo; - } - } - } - - /// /// The ContextMenuAppFolder folder. /// [RepositoryFolder("982924af-cebe-4e46-9281-476e566d6398")] @@ -9215,7 +9729,7 @@ /// Creates a new GenericTrajectIDRow folder. /// public GenericTrajectIDRowFolder(RepoGenBaseFolder parentFolder) : - base("GenericTrajectIDRow", "row[@accessiblevalue>$trajectToAdd]", parentFolder, 30000, false, false, "44bf3838-090b-46fe-8754-6602b139c5ec", "") + base("GenericTrajectIDRow", "row[@accessiblevalue>$trajectID]", parentFolder, 30000, false, false, "44bf3838-090b-46fe-8754-6602b139c5ec", "") { _celltrajectidInfo = new RepoItemInfo(this, "CellTrajectId", "cell[2]", 30000, null, "9398ea14-bc10-44f5-b61a-a281f098ba05"); _cellsignallingvalueInfo = new RepoItemInfo(this, "CellSignallingValue", "cell[3]", 30000, null, "87a37e52-ec70-43cc-a88a-ca8783019ca2"); Index: System tests/AutomatedSystemTests/AutomatedSystemTests/AutomatedSystemTestsRepository.rximg =================================================================== diff -u -r45aabd834806980c289feff40f35f1a213a77eac -r35e1f5d8cc279c74a0d63d6cfb8916fe5d132ef4 Binary files differ Index: System tests/AutomatedSystemTests/AutomatedSystemTests/AutomatedSystemTestsRepository.rxrep =================================================================== diff -u -rb3ae4965efe24a51104d4c49088395d272bc4256 -r35e1f5d8cc279c74a0d63d6cfb8916fe5d132ef4 --- System tests/AutomatedSystemTests/AutomatedSystemTests/AutomatedSystemTestsRepository.rxrep (.../AutomatedSystemTestsRepository.rxrep) (revision b3ae4965efe24a51104d4c49088395d272bc4256) +++ System tests/AutomatedSystemTests/AutomatedSystemTests/AutomatedSystemTestsRepository.rxrep (.../AutomatedSystemTestsRepository.rxrep) (revision 35e1f5d8cc279c74a0d63d6cfb8916fe5d132ef4) @@ -25,16 +25,16 @@ capname="tree" id="f5ed0b8b-7145-426f-982e-b89248da6d53" isrooted="True" - name="ProjectExplorer" + name="ProjectExplorerPanel" refimgid="0367a7c9-5817-4439-aa80-d9a552964982" searchtimeout="30000ms" usecache="True"> - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='0']/container[@controlname='ProjectExplorer']//tree[@controlname='treeView']/tree[@accessiblerole='Outline']/treeitem[1]/treeitem[@accessiblename~$substringTrajectName]/treeitem[@accessiblename='Normen'] + /form[@automationid='RiskeerMainWindow']/*/*/container/container[@instance='0']/container[@controlname='ProjectExplorer']//tree[@controlname='treeView']/tree[@accessiblerole='Outline']/treeitem[1]/treeitem[@accessiblename~$substringTrajectName]/treeitem[@accessiblename='Normen'] - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='0']/container[@controlname='ProjectExplorer']//tree[@controlname='treeView']/tree[@accessiblerole='Outline']/treeitem[1]/treeitem[@accessiblename~$substringTrajectName]/treeitem[@accessiblename='Faalkansbegroting'] + /form[@automationid='RiskeerMainWindow']/*/*/container/container[@instance='0']/container[@controlname='ProjectExplorer']//tree[@controlname='treeView']/tree[@accessiblerole='Outline']/treeitem[1]/treeitem[@accessiblename~$substringTrajectName]/treeitem[@accessiblename='Faalkansbegroting'] - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='0']/container[@controlname='ProjectExplorer']//tree[@controlname='treeView']/tree[@accessiblerole='Outline']/treeitem[1]/treeitem[@accessiblename~$substringTrajectName]/treeitem[@accessiblename=$substringNameItemInTraject] + /form[@automationid='RiskeerMainWindow']/*/*/container/container[@instance='0']/container[@controlname='ProjectExplorer']//tree[@controlname='treeView']/tree[@accessiblerole='Outline']/treeitem[1]/treeitem[@accessiblename~$substringTrajectName]/treeitem[@accessiblename=$substringNameItemInTraject] - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='0']/container[@controlname='ProjectExplorer']//tree[@controlname='treeView']/tree[@accessiblerole='Outline']/treeitem[1]/treeitem[@accessiblename~$substringTrajectName]/treeitem[@accessiblename=$substringNameItemInTraject] + /form[@automationid='RiskeerMainWindow']/*/*/container/container[@instance='0']/container[@controlname='ProjectExplorer']//tree[@controlname='treeView']/tree[@accessiblerole='Outline']/treeitem[1]/treeitem[@accessiblename~$substringTrajectName]/treeitem[@accessiblename=$substringNameItemInTraject] - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='0']/container[@controlname='ProjectExplorer']//tree[@controlname='treeView']/tree[@accessiblerole='Outline']/treeitem[1]/treeitem[@accessiblename~$substringTrajectName]/treeitem[@accessiblename~$substringFMName]/treeitem[@accessiblename='Invoer']/treeitem[@accessiblename='Profielschematisaties']/treeitem[$index] + /form[@automationid='RiskeerMainWindow']/*/*/container/container[@instance='0']/container[@controlname='ProjectExplorer']//tree[@controlname='treeView']/tree[@accessiblerole='Outline']/treeitem[1]/treeitem[@accessiblename~$substringTrajectName]/treeitem[@accessiblename~$substringFMName]/treeitem[@accessiblename='Invoer']/treeitem[@accessiblename='Profielschematisaties']/treeitem[$index] - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='0']/container[@controlname='ProjectExplorer']//tree[@controlname='treeView']/tree[@accessiblerole='Outline']/treeitem[1]/treeitem[@accessiblename~$substringTrajectName]/treeitem[@accessiblename~$substringFMName]/treeitem[@accessiblename='Invoer']/treeitem[@accessiblename='Profielschematisaties'] + /form[@automationid='RiskeerMainWindow']/*/*/container/container[@instance='0']/container[@controlname='ProjectExplorer']//tree[@controlname='treeView']/tree[@accessiblerole='Outline']/treeitem[1]/treeitem[@accessiblename~$substringTrajectName]/treeitem[@accessiblename~$substringFMName]/treeitem[@accessiblename='Invoer']/treeitem[@accessiblename='Profielschematisaties'] - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='0']/container[@controlname='ProjectExplorer']//tree[@controlname='treeView']/tree[@accessiblerole='Outline']/treeitem[1]/treeitem[@accessiblename~$substringTrajectName]/treeitem[@accessiblename~$substringFMName]/treeitem[@accessiblename='Invoer']/treeitem[@accessiblename='Stochastische ondergrondmodellen']/treeitem[@accessiblename=$subsurfaceStochasticModelName]/treeitem[@accessiblename=$subsurfaceSchematizationName] + /form[@automationid='RiskeerMainWindow']/*/*/container/container[@instance='0']/container[@controlname='ProjectExplorer']//tree[@controlname='treeView']/tree[@accessiblerole='Outline']/treeitem[1]/treeitem[@accessiblename~$substringTrajectName]/treeitem[@accessiblename~$substringFMName]/treeitem[@accessiblename='Invoer']/treeitem[@accessiblename='Stochastische ondergrondmodellen']/treeitem[@accessiblename=$subsurfaceStochasticModelName]/treeitem[@accessiblename=$subsurfaceSchematizationName] - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='0']/container[@controlname='ProjectExplorer']//tree[@controlname='treeView']/tree[@accessiblerole='Outline']/treeitem[1]/treeitem[@accessiblename~$substringTrajectName]/treeitem[@accessiblename~$substringFMName]/treeitem[@accessiblename='Invoer']/treeitem[@accessiblename='Stochastische ondergrondmodellen'] + /form[@automationid='RiskeerMainWindow']/*/*/container/container[@instance='0']/container[@controlname='ProjectExplorer']//tree[@controlname='treeView']/tree[@accessiblerole='Outline']/treeitem[1]/treeitem[@accessiblename~$substringTrajectName]/treeitem[@accessiblename~$substringFMName]/treeitem[@accessiblename='Invoer']/treeitem[@accessiblename='Stochastische ondergrondmodellen'] - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='0']/container[@controlname='ProjectExplorer']//tree[@controlname='treeView']/tree[@accessiblerole='Outline']/treeitem[1]/treeitem[@accessiblename~$substringTrajectName]/treeitem[@accessiblename~$substringFMName]/treeitem[@accessiblename='Invoer'] + /form[@automationid='RiskeerMainWindow']/*/*/container/container[@instance='0']/container[@controlname='ProjectExplorer']//tree[@controlname='treeView']/tree[@accessiblerole='Outline']/treeitem[1]/treeitem[@accessiblename~$substringTrajectName]/treeitem[@accessiblename~$substringFMName]/treeitem[@accessiblename='Invoer'] - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='0']/container[@controlname='ProjectExplorer']//tree[@controlname='treeView']/tree[@accessiblerole='Outline']/treeitem[1]/treeitem[@accessiblename~$substringTrajectName]/treeitem[@accessiblename~$substringFMName]/treeitem[@accessiblename='Berekeningen']/treeitem/treeitem[@accessiblename=$singleCalculationName]/treeitem[@accessiblename='Invoer'] + /form[@automationid='RiskeerMainWindow']/*/*/container/container[@instance='0']/container[@controlname='ProjectExplorer']//tree[@controlname='treeView']/tree[@accessiblerole='Outline']/treeitem[1]/treeitem[@accessiblename~$substringTrajectName]/treeitem[@accessiblename~$substringFMName]/treeitem[@accessiblename='Berekeningen']/treeitem/treeitem[@accessiblename=$singleCalculationName]/treeitem[@accessiblename='Invoer'] - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='0']/container[@controlname='ProjectExplorer']//tree[@controlname='treeView']/tree[@accessiblerole='Outline']/treeitem[1]/treeitem[@accessiblename~$substringTrajectName]/treeitem[@accessiblename~$substringFMName]/treeitem[@accessiblename='Berekeningen'] + /form[@automationid='RiskeerMainWindow']/*/*/container/container[@instance='0']/container[@controlname='ProjectExplorer']//tree[@controlname='treeView']/tree[@accessiblerole='Outline']/treeitem[1]/treeitem[@accessiblename~$substringTrajectName]/treeitem[@accessiblename~$substringFMName]/treeitem[@accessiblename='Berekeningen'] - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='0']/container[@controlname='ProjectExplorer']//tree[@controlname='treeView']/tree[@accessiblerole='Outline']/treeitem[1]/treeitem[@accessiblename~$substringTrajectName]/treeitem[@accessiblename~$substringFMName] + /form[@automationid='RiskeerMainWindow']/*/*/container/container[@instance='0']/container[@controlname='ProjectExplorer']//tree[@controlname='treeView']/tree[@accessiblerole='Outline']/treeitem[1]/treeitem[@accessiblename~$substringTrajectName]/treeitem[@accessiblename~$substringFMName] - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='0']/container[@controlname='ProjectExplorer']//tree[@controlname='treeView']/tree[@accessiblerole='Outline']/treeitem[1]/treeitem[@accessiblename~$substringTrajectName]/treeitem[@accessiblename~$substringItemName]/treeitem[@accessiblename~$substringSubItemName]/treeitem[@accessiblename~$substringSubSubItemName] + /form[@automationid='RiskeerMainWindow']/*/*/container/container[@instance='0']/container[@controlname='ProjectExplorer']//tree[@controlname='treeView']/tree[@accessiblerole='Outline']/treeitem[1]/treeitem[@accessiblename~$substringTrajectName]/treeitem[@accessiblename~$substringItemName]/treeitem[@accessiblename~$substringSubItemName]/treeitem[@accessiblename~$substringSubSubItemName] - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='0']/container[@controlname='ProjectExplorer']//tree[@controlname='treeView']/tree[@accessiblerole='Outline']/treeitem[1]/treeitem[@accessiblename~$substringTrajectName]/treeitem[@accessiblename~$substringItemName]/treeitem[@accessiblename~$substringSubItemName] + /form[@automationid='RiskeerMainWindow']/*/*/container/container[@instance='0']/container[@controlname='ProjectExplorer']//tree[@controlname='treeView']/tree[@accessiblerole='Outline']/treeitem[1]/treeitem[@accessiblename~$substringTrajectName]/treeitem[@accessiblename~$substringItemName]/treeitem[@accessiblename~$substringSubItemName] - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='0']/container[@controlname='ProjectExplorer']//tree[@controlname='treeView']/tree[@accessiblerole='Outline']/treeitem[1]/treeitem[@accessiblename~$substringTrajectName]/treeitem[@accessiblename~$substringItemName] + /form[@automationid='RiskeerMainWindow']/*/*/container/container[@instance='0']/container[@controlname='ProjectExplorer']//tree[@controlname='treeView']/tree[@accessiblerole='Outline']/treeitem[1]/treeitem[@accessiblename~$substringTrajectName]/treeitem[@accessiblename~$substringItemName] - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='0']/container[@controlname='ProjectExplorer']//tree[@controlname='treeView']/tree[@accessiblerole='Outline']/treeitem[1]/treeitem[@accessiblename~$substringTrajectName] + /form[@automationid='RiskeerMainWindow']/*/*/container/container[@instance='0']/container[@controlname='ProjectExplorer']//tree[@controlname='treeView']/tree[@accessiblerole='Outline']/treeitem[1]/treeitem[@accessiblename~$substringTrajectName] - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='0']/container[@controlname='ProjectExplorer']//tree[@controlname='treeView']/tree[@accessiblerole='Outline']/treeitem[1]/?/?/treeitem[@accessiblename='Achtergrondkaart'] + /form[@automationid='RiskeerMainWindow']/*/*/container/container[@instance='0']/container[@controlname='ProjectExplorer']//tree[@controlname='treeView']/tree[@accessiblerole='Outline']/treeitem[1]/?/?/treeitem[@accessiblename='Achtergrondkaart'] - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='0']/container[@controlname='ProjectExplorer']//tree[@controlname='treeView']/tree[@accessiblerole='Outline']/treeitem[1] + /form[@automationid='RiskeerMainWindow']/*/*/container/container[@instance='0']/container[@controlname='ProjectExplorer']//tree[@controlname='treeView']/tree[@accessiblerole='Outline']/treeitem[1] - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='0']/container[@controlname='ProjectExplorer']//tree[@controlname='treeView']/tree[@accessiblerole='Outline'] + /form[@automationid='RiskeerMainWindow']/*/*/container/container[@instance='0']/container[@controlname='ProjectExplorer']//tree[@controlname='treeView']/tree[@accessiblerole='Outline'] - - /form[@automationid='RiskeerMainWindow']/?/container/tabpagelist/button[@automationid='MenuDropDownButton']/?/tabpage/button[@automationid='DocumentCloseButton'] - - - /form[@automationid='RiskeerMainWindow']/?/container/tabpagelist/button[@automationid='MenuDropDownButton']/container[@automationid='HeaderPanel']/tabpage/?/text[@text>$nameMap] - - - /form[@automationid='RiskeerMainWindow']/?/container/tabpagelist/button[@automationid='MenuDropDownButton'] - - - + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container[11]/?/?/button[@automationid='MenuDropDownButton']/?/tabpage/button[@automationid='DocumentCloseButton'] + + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container[11]/?/?/button[@automationid='MenuDropDownButton']/container[@automationid='HeaderPanel']/tabpage/?/text[@text>$nameMap] + + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container[11]/?/?/button[@automationid='MenuDropDownButton'] + + + - - - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname='FailureMechanismContributionView']/container[@controlname='probabilityDistributionGrid']/table/row[@accessiblevalue~';'+$fmLabel+';']/cell[@accessiblename>'Toegestane bijdrage'] - - - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname='FailureMechanismContributionView']/container[@controlname='probabilityDistributionGrid']/table/row[@accessiblevalue~';'+$fmLabel+';']/cell[@accessiblename>'Faalkansruimte'] - - - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname='FailureMechanismContributionView']/container[@controlname='probabilityDistributionGrid']/table - - - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname='FailureMechanismContributionView'] + /form[@automationid='RiskeerMainWindow']/container/container[4]/container[11] + name="GenericRowMessage" + searchtimeout="30000ms" + usecache="False"> - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname='FailureMechanismResultView']/container/table[@controlname='dataGridView']/row[@accessiblename='Row '+$rowIndex]/cell[@accessiblename>'Eenvoudige toets Row '] - - - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname='FailureMechanismResultView']/container/table[@controlname='dataGridView']/row[@accessiblename='Row '+$rowIndex]/cell[@accessiblename>'Gedetailleerde toets per vak Row '] - - - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname='FailureMechanismResultView']/container/table[@controlname='dataGridView']/row[@accessiblename='Row '+$rowIndex]/cell[@accessiblename>'Gedetailleerde toets per vakfaalkans Row '] - - - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname='FailureMechanismResultView']/container/table[@controlname='dataGridView']/row[@accessiblename='Row '+$rowIndex]/cell[@accessiblename='Toets op maat Row '+$rowIndex] - - - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname='FailureMechanismResultView']/container/table[@controlname='dataGridView']/row[@accessiblename='Row '+$rowIndex]/cell[@accessiblename>'Toets op maatfaalkans Row '] - - - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname='FailureMechanismResultView']/container/table[@controlname='dataGridView']/row[@accessiblename='Row '+$rowIndex]/cell[@accessiblename>'Toetsoordeelgedetailleerde'] - - - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname='FailureMechanismResultView']/container/table[@controlname='dataGridView']/row[@accessiblename='Row '+$rowIndex]/cell[@accessiblename>'Gedetailleerde toetsper vakcategoriegrens Iv'] - - - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname='FailureMechanismResultView']/container/table[@controlname='dataGridView']/row[@accessiblename='Row '+$rowIndex]/cell[@accessiblename>'Gedetailleerde toetsper vakcategoriegrens IIv'] - - - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname='FailureMechanismResultView']/container/table[@controlname='dataGridView']/row[@accessiblename='Row '+$rowIndex]/cell[@accessiblename>'Gedetailleerde toetsper vakcategoriegrens IIIv'] - - - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname='FailureMechanismResultView']/container/table[@controlname='dataGridView']/row[@accessiblename='Row '+$rowIndex]/cell[@accessiblename>'Gedetailleerde toetsper vakcategoriegrens IVv'] - - - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname='FailureMechanismResultView']/container/table[@controlname='dataGridView']/row[@accessiblename='Row '+$rowIndex]/cell[@accessiblename>'Gedetailleerde toetsper vakcategoriegrens Vv'] - - - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname='FailureMechanismResultView']/container/table[@controlname='dataGridView']/row[@accessiblename='Row '+$rowIndex]/cell[@accessiblename>'Toetsoordeelgedetailleerde'] - - - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname='FailureMechanismResultView']/container/table[@controlname='dataGridView']/row[@accessiblename='Row '+$rowIndex]/cell[@accessiblename>'Gedetailleerde toets per vak'] - - - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname='FailureMechanismResultView']/container/table[@controlname='dataGridView']/row[@accessiblename='Row '+$rowIndex]/cell[@accessiblename>'Overschrijftoetsoordeel'] - - - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname='FailureMechanismResultView']/container/table[@controlname='dataGridView']/row[@accessiblename='Row '+$rowIndex]/cell[@accessiblename>'Toetsoordeelhandmatig'] + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container/container[@controlname='MessageWindow']/table[@controlname='messagesDataGridView']/row[@accessiblename='Row '+$indexRowMessage]/cell[@accessiblename>'Bericht'] - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname='FailureMechanismResultView']/container/table[@controlname='dataGridView']/row[@accessiblename='Row '+$rowIndex]/cell[@accessiblename>'Toetsoordeelhandmatig'] - - - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname='FailureMechanismResultView']/container/table[@controlname='dataGridView']/scrollbar[@controltypename='HScrollBar']/button[@accessiblename='Column right'] - - - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname='FailureMechanismResultView']/container/table[@controlname='dataGridView']/scrollbar[@controltypename='HScrollBar']/button[@accessiblename='Column left'] - - - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname='FailureMechanismResultView']/container/table[@controlname='dataGridView']/row[@accessiblename='Row 0']/cell[@accessiblename>'Overschrijftoetsoordeel'] + + iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAABGdBTUEAALGPC/xhBQAAAAlwSFlz +AAAOxAAADsQBlSsOGwAAAflJREFUOE/Fk/9LE2Ecx/u/+iG0NL9c5+bZdI1NkuI0z+NBtsMIdLqz +dkWiEzGJ2M2dY4JgYAZB+xeCyF/8YWw6dTnPtXOnnvpDvuNZnI4JJUFvPgfPvT/Pi8/n+Xbj53Wl +quo/hTOZjKZpkiQ953kEBviFWUlfUDWcSqX8hBRDXjMRsT6oiHJialfo9JM+pCqTfusSjPS4IBiz +8llq0Yq/PFIeIKx55fRzUo+IIcFdxdtwNpsNBAKl2RDIw7F2BPXLA45yf9vJp0Th9ZOAX8Q06kM2 +jIXpo54KOeo0g07qG31siWd/PGas1YV0N6NpcepDNoyNwfKsWBgYrUZ9YMWeVr27xZge098oEiHU +h2w43PvQ+hgzZRcwWo36wPa8zQVP066PNZJvg+w96kM2LPd6j1fUg2AHbRLVTte/wQf2vetu3tWY +9zDGwtxwTViSSCk6Yc7JtElUM95NlpcTwHY6Gradd/YUIT81XrttbFi2p+14RaNNohr1geUctzfZ ++oPF6FfHrdob9uuoRHEnzB++j9Nq+xFFj4SBbTB1INOCDxNqHxWEOzDidufkR+ZSTH8lbrlac/db +Ci8EIxlN9/ueuduvvCRUSA/y/BpXl5+Ui+rMfnRmeyL0hblJeL6KhKphqPIwCHnKcUMch8GfPoy/ +0v+F8V1TqnoOxOXBfwwHqGMAAAAASUVORK5CYII= + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container/container[@controlname='MessageWindow']/table[@controlname='messagesDataGridView']/row[@accessiblename='Row '+$indexRowMessage]/cell[@accessiblename>' Row'] - - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname='FailureMechanismResultView']/container/table[@controlname='dataGridView']/row[@accessiblename='Row 0']/cell[@accessiblename>'Toetsoordeelhandmatig'] - - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname='FailureMechanismResultView']/container/table[@controlname='dataGridView'] + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container/container[@controlname='MessageWindow']/table[@controlname='messagesDataGridView']/row[@accessiblename='Row '+$indexRowMessage] - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname='FailureMechanismResultView']/container[@controlname='TableLayoutPanel']/container[@controlname='FailureMechanismAssemblyControl']/container[@controlname='GroupPanel']/text/text + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container/container[@controlname='MessageWindow']/table[@controlname='messagesDataGridView']/row[@accessiblename<' 0']/cell[@accessiblename>'Bericht'] - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname='FailureMechanismResultView']/container[@controlname='TableLayoutPanel']/container[@controlname='FailureMechanismAssemblyControl']/container[@controlname='probabilityPanel']/text/text + + iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAABGdBTUEAALGPC/xhBQAAAAlwSFlz +AAAOxAAADsQBlSsOGwAAAflJREFUOE/Fk/9LE2Ecx/u/+iG0NL9c5+bZdI1NkuI0z+NBtsMIdLqz +dkWiEzGJ2M2dY4JgYAZB+xeCyF/8YWw6dTnPtXOnnvpDvuNZnI4JJUFvPgfPvT/Pi8/n+Xbj53Wl +quo/hTOZjKZpkiQ953kEBviFWUlfUDWcSqX8hBRDXjMRsT6oiHJialfo9JM+pCqTfusSjPS4IBiz +8llq0Yq/PFIeIKx55fRzUo+IIcFdxdtwNpsNBAKl2RDIw7F2BPXLA45yf9vJp0Th9ZOAX8Q06kM2 +jIXpo54KOeo0g07qG31siWd/PGas1YV0N6NpcepDNoyNwfKsWBgYrUZ9YMWeVr27xZge098oEiHU +h2w43PvQ+hgzZRcwWo36wPa8zQVP066PNZJvg+w96kM2LPd6j1fUg2AHbRLVTte/wQf2vetu3tWY +9zDGwtxwTViSSCk6Yc7JtElUM95NlpcTwHY6Gradd/YUIT81XrttbFi2p+14RaNNohr1geUctzfZ ++oPF6FfHrdob9uuoRHEnzB++j9Nq+xFFj4SBbTB1INOCDxNqHxWEOzDidufkR+ZSTH8lbrlac/db +Ci8EIxlN9/ueuduvvCRUSA/y/BpXl5+Ui+rMfnRmeyL0hblJeL6KhKphqPIwCHnKcUMch8GfPoy/ +0v+F8V1TqnoOxOXBfwwHqGMAAAAASUVORK5CYII= + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container/container[@controlname='MessageWindow']/table[@controlname='messagesDataGridView']/row[@accessiblename<' 0']/cell[@accessiblename>' Row'] - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname='FailureMechanismResultView']/container[@controlname='TableLayoutPanel']/container[@controlname='FailureMechanismAssemblyControl'] + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container/container[@controlname='MessageWindow']/table[@controlname='messagesDataGridView']/row[@accessiblename<' 0'] - - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname='FailureMechanismResultView']/container[@controlname='TableLayoutPanel']/container/container/text/text - - - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname='FailureMechanismResultView']/container[@controlname='TableLayoutPanel']/element - - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname='FailureMechanismResultView'] + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container/container[@controlname='MessageWindow']/table[@controlname='messagesDataGridView'] + usecache="True"> + usecache="True"> - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname='AssessmentSectionAssemblyCategoriesView']/container[@controlname='assemblyCategoriesTable']/table[@controlname='dataGridView']/row[@accessiblename='Row '+$rowIndex]/cell[@accessiblename>'Categorie Row '] + addcaps="row,accessible" + capname="row" + id="a71a9303-6a79-4eab-86c6-b77f1a561c93" + name="IsRelevant" + refimgid="b10e19f9-7815-4f72-bde5-ded05eaaa1a8" + searchtimeout="30000ms"> + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@controltypename='WinFormsAdapter']/container[@controlname='PropertiesPanelGridView']//table[@accessiblename='Properties Window']/row[@accessiblename='Is relevant'] - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname='AssessmentSectionAssemblyCategoriesView']/container[@controlname='assemblyCategoriesTable']/table[@controlname='dataGridView']/row[@accessiblevalue>$categoryName+';']/cell[@accessiblename>$boundaryTypeSubstring] + addcaps="row,accessible" + capname="row" + id="fa26997c-4865-408a-9bd8-120810ae0e7a" + name="GenericParameterVisibleInPropertiesPanel" + refimgid="b10e19f9-7815-4f72-bde5-ded05eaaa1a8" + searchtimeout="30000ms"> + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@controltypename='WinFormsAdapter']/container[@controlname='PropertiesPanelGridView']//table[@accessiblename='Properties Window']/row[@accessiblename>$nameOfParameterInPropertiesPanel] - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname='AssessmentSectionAssemblyCategoriesView']/container[@controlname='assemblyCategoriesTable']/table[@controlname='dataGridView']/row[@accessiblename='Row '+$rowIndex]/cell[@accessiblename>'Ondergrens'] + addcaps="row,accessible" + capname="row" + id="aa50f2b7-9af1-4ae4-b50a-b071b2de54d6" + name="SourcePath" + refimgid="69ee7df9-acc8-40f8-9b15-90ebe83bc0a3" + searchtimeout="30000ms"> + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@controltypename='WinFormsAdapter']/container[@controlname='PropertiesPanelGridView']//table[@accessiblename='Properties Window']/row[@accessiblename='Bronlocatie'] - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname='AssessmentSectionAssemblyCategoriesView']/container[@controlname='assemblyCategoriesTable']/table[@controlname='dataGridView']/row[@accessiblename='Row '+$rowIndex]/cell[@accessiblename>'Bovengrens'] + addcaps="row,accessible" + capname="row" + id="98c1c28a-f4dc-42c8-9ead-d777288121c5" + name="Name" + refimgid="0d93e35c-ce0b-48d6-afb4-ecc5194f06a5" + searchtimeout="30000ms"> + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@controltypename='WinFormsAdapter']/container[@controlname='PropertiesPanelGridView']//table[@accessiblename='Properties Window']/row[@accessiblename='Naam'] - - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname='AssessmentSectionAssemblyCategoriesView']/container[@controlname='assemblyCategoriesTable']/table[@controlname='dataGridView'] - - - - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname='AssessmentSectionAssemblyCategoriesView'] - - - - - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname='FailureMechanismAssemblyCategoriesView']/container[@controlname='tableLayoutPanel']/container[@controlname='failureMechanismAssemblyGroupBox']/container/table/row[@accessiblevalue>$categoryName]/cell[@accessiblename>$boundaryTypeSubstring] + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@controltypename='WinFormsAdapter']/container[@controlname='PropertiesPanelGridView']//table[@accessiblename='Properties Window']/row[@accessiblename>'Aandeel'] - - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname='FailureMechanismAssemblyCategoriesView']/container[@controlname='tableLayoutPanel']/container[@controlname='failureMechanismAssemblyGroupBox']/container/table - - - - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname='FailureMechanismAssemblyCategoriesView']/?/container[@controlname='failureMechanismSectionAssemblyGroupBox']/?/table/row[@accessiblevalue>$categoryName]/cell[@accessiblename>$boundaryTypeSubstring] + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@controltypename='WinFormsAdapter']/container[@controlname='PropertiesPanelGridView']//table[@accessiblename='Properties Window']/row[@accessiblename='Trajecttype'] - - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname='FailureMechanismAssemblyCategoriesView']/?/container[@controlname='failureMechanismSectionAssemblyGroupBox']/?/table - - - - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname='FailureMechanismAssemblyCategoriesView']/?/container[@controlname='failureMechanism'+$sectionSubstring+'AssemblyGroupBox']/?/table/row[@accessiblevalue>$categoryName+$categorysuffix]/cell[@accessiblename>$boundaryTypeSubstring] + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@controltypename='WinFormsAdapter']/container[@controlname='PropertiesPanelGridView']//table[@accessiblename='Properties Window']/row[@accessiblename='Faalkansbijdrage [%]'] + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@controltypename='WinFormsAdapter']/container[@controlname='PropertiesPanelGridView']//table[@accessiblename='Properties Window']/row[@accessiblename>'Hydraulische belastingenl'] + - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname='FailureMechanismAssemblyCategoriesView']/?/container[@controlname='failureMechanism'+$sectionSubstring+'AssemblyGroupBox']/?/table + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@controltypename='WinFormsAdapter']/container[@controlname='PropertiesPanelGridView']//table[@accessiblename='Properties Window'] - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname='FailureMechanismAssemblyCategoriesView'] + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@controltypename='WinFormsAdapter']/container[@controlname='PropertiesPanelGridView'] - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname~'CalculationsView']/container/container[@controlname='panel1']/container/table/row[@accessiblename='Row '+$rowIndex]/cell[@accessiblename>'Berekenen'] + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname='FailureMechanismContributionView']/container[@controlname='probabilityDistributionGrid']/table/row[@accessiblevalue~';'+$fmLabel+';']/cell[@accessiblename>'Toegestane bijdrage'] - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname~'CalculationsView']/container/container[@controlname='panel1']/container/table/row[@accessiblename='Row '+$rowIndex]/cell[@accessiblename>'Illustratie'] + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname='FailureMechanismContributionView']/container[@controlname='probabilityDistributionGrid']/table/row[@accessiblevalue~';'+$fmLabel+';']/cell[@accessiblename>'Faalkansruimte'] + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname='FailureMechanismContributionView']/container[@controlname='probabilityDistributionGrid']/table + + + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname='FailureMechanismContributionView'] + + + + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname='FailureMechanismResultView']/container/table[@controlname='dataGridView']/row[@accessiblename='Row '+$rowIndex]/cell[@accessiblename>'Eenvoudige toets Row '] + + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname='FailureMechanismResultView']/container/table[@controlname='dataGridView']/row[@accessiblename='Row '+$rowIndex]/cell[@accessiblename>'Gedetailleerde toets per vak Row '] + + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname='FailureMechanismResultView']/container/table[@controlname='dataGridView']/row[@accessiblename='Row '+$rowIndex]/cell[@accessiblename>'Gedetailleerde toets per vakfaalkans Row '] + + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname='FailureMechanismResultView']/container/table[@controlname='dataGridView']/row[@accessiblename='Row '+$rowIndex]/cell[@accessiblename='Toets op maat Row '+$rowIndex] + + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname='FailureMechanismResultView']/container/table[@controlname='dataGridView']/row[@accessiblename='Row '+$rowIndex]/cell[@accessiblename>'Toets op maatfaalkans Row '] + + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname='FailureMechanismResultView']/container/table[@controlname='dataGridView']/row[@accessiblename='Row '+$rowIndex]/cell[@accessiblename>'Toetsoordeelgedetailleerde'] + + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname='FailureMechanismResultView']/container/table[@controlname='dataGridView']/row[@accessiblename='Row '+$rowIndex]/cell[@accessiblename>'Gedetailleerde toetsper vakcategoriegrens Iv'] + + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname='FailureMechanismResultView']/container/table[@controlname='dataGridView']/row[@accessiblename='Row '+$rowIndex]/cell[@accessiblename>'Gedetailleerde toetsper vakcategoriegrens IIv'] + + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname='FailureMechanismResultView']/container/table[@controlname='dataGridView']/row[@accessiblename='Row '+$rowIndex]/cell[@accessiblename>'Gedetailleerde toetsper vakcategoriegrens IIIv'] + + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname='FailureMechanismResultView']/container/table[@controlname='dataGridView']/row[@accessiblename='Row '+$rowIndex]/cell[@accessiblename>'Gedetailleerde toetsper vakcategoriegrens IVv'] + + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname='FailureMechanismResultView']/container/table[@controlname='dataGridView']/row[@accessiblename='Row '+$rowIndex]/cell[@accessiblename>'Gedetailleerde toetsper vakcategoriegrens Vv'] + + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname='FailureMechanismResultView']/container/table[@controlname='dataGridView']/row[@accessiblename='Row '+$rowIndex]/cell[@accessiblename>'Toetsoordeelgedetailleerde'] + + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname='FailureMechanismResultView']/container/table[@controlname='dataGridView']/row[@accessiblename='Row '+$rowIndex]/cell[@accessiblename>'Gedetailleerde toets per vak'] + + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname='FailureMechanismResultView']/container/table[@controlname='dataGridView']/row[@accessiblename='Row '+$rowIndex]/cell[@accessiblename>'Overschrijftoetsoordeel'] + + - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname~'CalculationsView']/container/container[@controlname='panel1']/container/table/row[@accessiblename='Row '+$rowIndex]/cell[@accessiblename>'Waterstand'] + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname='FailureMechanismResultView']/container/table[@controlname='dataGridView']/row[@accessiblename='Row '+$rowIndex]/cell[@accessiblename>'Toetsoordeelhandmatig'] + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname='FailureMechanismResultView']/container/table[@controlname='dataGridView']/row[@accessiblename='Row '+$rowIndex]/cell[@accessiblename>'Toetsoordeelhandmatig'] + + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname='FailureMechanismResultView']/container/table[@controlname='dataGridView']/scrollbar[@controltypename='HScrollBar']/button[@accessiblename='Column right'] + + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname='FailureMechanismResultView']/container/table[@controlname='dataGridView']/scrollbar[@controltypename='HScrollBar']/button[@accessiblename='Column left'] + + - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname~'CalculationsView']/container/container[@controlname='panel1']/container/table/row[@accessiblename='Row 2']/cell[@accessiblename='Berekenen Row 2'] + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname='FailureMechanismResultView']/container/table[@controlname='dataGridView']/row[@accessiblename='Row 0']/cell[@accessiblename>'Overschrijftoetsoordeel'] - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname~'CalculationsView']/container/container[@controlname='panel1']/container/table/row[@accessiblename='Row 2']/cell[@accessiblename='Waterstand [m+NAP] Row 2'] + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname='FailureMechanismResultView']/container/table[@controlname='dataGridView']/row[@accessiblename='Row 0']/cell[@accessiblename>'Toetsoordeelhandmatig'] - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname~'CalculationsView']/container/container[@controlname='panel1']/container/table + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname='FailureMechanismResultView']/container/table[@controlname='dataGridView'] - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname~'CalculationsView']/container/container[@controlname='panel1']/container[@controlname>'Button']/button[@controlname='CalculateForSelectedButton'] + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname='FailureMechanismResultView']/container[@controlname='TableLayoutPanel']/container[@controlname='FailureMechanismAssemblyControl']/container[@controlname='GroupPanel']/text/text + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname='FailureMechanismResultView']/container[@controlname='TableLayoutPanel']/container[@controlname='FailureMechanismAssemblyControl']/container[@controlname='probabilityPanel']/text/text + - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname~'CalculationsView']/container/container[@controlname='panel1']/container[@controlname>'Button'] + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname='FailureMechanismResultView']/container[@controlname='TableLayoutPanel']/container[@controlname='FailureMechanismAssemblyControl'] - - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname~'CalculationsView']/container/container[@controlname='panel1'] - - - - - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname~'CalculationsView']/container/container[@controlname='panel2'] - - - - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname~'CalculationsView']/container - - - - - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname='ScenariosView']/container/container/?/list/list/listitem[@index=$indexSection] + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname='FailureMechanismResultView']/container[@controlname='TableLayoutPanel']/container/container/text/text + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname='FailureMechanismResultView']/container[@controlname='TableLayoutPanel']/element + - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname='ScenariosView']/container/container/?/list/list + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname='FailureMechanismResultView'] + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname='AssessmentSectionAssemblyCategoriesView']/container[@controlname='assemblyCategoriesTable']/table[@controlname='dataGridView']/row[@accessiblename='Row '+$rowIndex]/cell[@accessiblename>'Categorie Row '] + + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname='AssessmentSectionAssemblyCategoriesView']/container[@controlname='assemblyCategoriesTable']/table[@controlname='dataGridView']/row[@accessiblevalue>$categoryName+';']/cell[@accessiblename>$boundaryTypeSubstring] + + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname='AssessmentSectionAssemblyCategoriesView']/container[@controlname='assemblyCategoriesTable']/table[@controlname='dataGridView']/row[@accessiblename='Row '+$rowIndex]/cell[@accessiblename>'Ondergrens'] + + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname='AssessmentSectionAssemblyCategoriesView']/container[@controlname='assemblyCategoriesTable']/table[@controlname='dataGridView']/row[@accessiblename='Row '+$rowIndex]/cell[@accessiblename>'Bovengrens'] + - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname='ScenariosView']/container/container/container/container/table/row[@accessiblename='Row '+$indexRow]/cell[@accessiblename>'In oordeel'] + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname='AssessmentSectionAssemblyCategoriesView']/container[@controlname='assemblyCategoriesTable']/table[@controlname='dataGridView'] - - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname='ScenariosView']/container/container/container/container/table/row[@accessiblename='Row 0']/cell[@accessiblename>'Bijdrage aanscenario[%]'] - - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname='ScenariosView']/container/container/container/container/table + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname='AssessmentSectionAssemblyCategoriesView'] - - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname='ScenariosView'] - - - - - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname>'Dune']/container/table/row[@accessiblename='Row '+$indexRow] - - - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname>'Dune']/container/table/row[@accessiblename='Row '+$rowIndex]/cell[@accessiblename>'Rekenwaarde waterstand'] - + + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname='FailureMechanismAssemblyCategoriesView']/container[@controlname='tableLayoutPanel']/container[@controlname='failureMechanismAssemblyGroupBox']/container/table/row[@accessiblevalue>$categoryName]/cell[@accessiblename>$boundaryTypeSubstring] + + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname='FailureMechanismAssemblyCategoriesView']/container[@controlname='tableLayoutPanel']/container[@controlname='failureMechanismAssemblyGroupBox']/container/table + + + + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname='FailureMechanismAssemblyCategoriesView']/?/container[@controlname='failureMechanismSectionAssemblyGroupBox']/?/table/row[@accessiblevalue>$categoryName]/cell[@accessiblename>$boundaryTypeSubstring] + + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname='FailureMechanismAssemblyCategoriesView']/?/container[@controlname='failureMechanismSectionAssemblyGroupBox']/?/table + + + + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname='FailureMechanismAssemblyCategoriesView']/?/container[@controlname='failureMechanism'+$sectionSubstring+'AssemblyGroupBox']/?/table/row[@accessiblevalue>$categoryName+$categorysuffix]/cell[@accessiblename>$boundaryTypeSubstring] + + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname='FailureMechanismAssemblyCategoriesView']/?/container[@controlname='failureMechanism'+$sectionSubstring+'AssemblyGroupBox']/?/table + + - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname>'Dune']/container/table + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname='FailureMechanismAssemblyCategoriesView'] - - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname>'Dune']/container[@controlname>'Button']/button[@controlname='CalculateForSelectedButton'] - + + + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname~'CalculationsView']/container/container[@controlname='panel1']/container/table/row[@accessiblename='Row '+$rowIndex]/cell[@accessiblename>'Berekenen'] + + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname~'CalculationsView']/container/container[@controlname='panel1']/container/table/row[@accessiblename='Row '+$rowIndex]/cell[@accessiblename>'Illustratie'] + + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname~'CalculationsView']/container/container[@controlname='panel1']/container/table/row[@accessiblename='Row '+$rowIndex]/cell[@accessiblename>'Waterstand'] + + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname~'CalculationsView']/container/container[@controlname='panel1']/container/table/row[@accessiblename='Row 2']/cell[@accessiblename='Berekenen Row 2'] + + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname~'CalculationsView']/container/container[@controlname='panel1']/container/table/row[@accessiblename='Row 2']/cell[@accessiblename='Waterstand [m+NAP] Row 2'] + + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname~'CalculationsView']/container/container[@controlname='panel1']/container/table + + + + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname~'CalculationsView']/container/container[@controlname='panel1']/container[@controlname>'Button']/button[@controlname='CalculateForSelectedButton'] + + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname~'CalculationsView']/container/container[@controlname='panel1']/container[@controlname>'Button'] + + + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname~'CalculationsView']/container/container[@controlname='panel1'] + + + + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname~'CalculationsView']/container/container[@controlname='panel2'] + + - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname>'Dune']/container[@controlname>'Button'] + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname~'CalculationsView']/container - - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname>'Dune'] - - - - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/?/?/button[@controlname='btnDialog'] - - - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/?/?/button[@controlname='btnDropDown'] - - - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/?/?/table[@controlname='dataGridView'] - - - - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']//container[@controlname='AssemblyResultTotalView']/container[@controlname='assemblyResultGroupBox']/container[@controlname='assemblyResultTableLayoutPanel']/container[@controlname='totalAssemblyCategoryGroupControl']/container/text - - - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']//container[@controlname='AssemblyResultTotalView']/container[@controlname='assemblyResultGroupBox']/container[@controlname='assemblyResultTableLayoutPanel']/container[@controlname='failureMechanismsWithProbabilityAssemblyControl']/container[@controlname='GroupPanel']/text/text - - - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']//container[@controlname='AssemblyResultTotalView']/container[@controlname='assemblyResultGroupBox']/container[@controlname='assemblyResultTableLayoutPanel']/container[@controlname='failureMechanismsWithProbabilityAssemblyControl']/container[@controlname='probabilityPanel']/text/text - - - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']//container[@controlname='AssemblyResultTotalView']/container[@controlname='assemblyResultGroupBox']/container[@controlname='assemblyResultTableLayoutPanel']/container[@controlname='failureMechanismsWithoutProbabilityAssemblyControl']/container/text - + + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname='ScenariosView']/container/container/?/list/list/listitem[@index=$indexSection] + + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname='ScenariosView']/container/container/?/list/list + + + + + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname='ScenariosView']/container/container/container/container/table/row[@accessiblename='Row '+$indexRow]/cell[@accessiblename>'In oordeel'] + + + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname='ScenariosView']/container/container/container/container/table/row[@accessiblename='Row 0']/cell[@accessiblename>'Bijdrage aanscenario[%]'] + + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname='ScenariosView']/container/container/container/container/table + + - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']//container[@controlname='AssemblyResultTotalView']/container[@controlname='assemblyResultGroupBox']/container[@controlname='assemblyResultTableLayoutPanel'] + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname='ScenariosView'] - - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']//container[@controlname='AssemblyResultTotalView']/container[@controlname='dataGridViewControl']/table/row[@accessiblename='Row '+$indexRow]/cell[@accessiblename>'Toetsoordeel'] - - - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']//container[@controlname='AssemblyResultTotalView']/container[@controlname='dataGridViewControl']/table/row[@accessiblename='Row '+$indexRow]/cell[@accessiblename>'Benaderde'] - + + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname>'Dune']/container/table/row[@accessiblename='Row '+$indexRow] + + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname>'Dune']/container/table/row[@accessiblename='Row '+$rowIndex]/cell[@accessiblename>'Rekenwaarde waterstand'] + + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname>'Dune']/container/table + + + + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname>'Dune']/container[@controlname>'Button']/button[@controlname='CalculateForSelectedButton'] + + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname>'Dune']/container[@controlname>'Button'] + + - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']//container[@controlname='AssemblyResultTotalView']/container[@controlname='dataGridViewControl']/table + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname>'Dune'] - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']//container[@controlname='AssemblyResultTotalView']/container/element + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/?/?/button[@controlname='btnDialog'] - - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']//container[@controlname='AssemblyResultTotalView'] - - - + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/?/?/button[@controlname='btnDropDown'] + + - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname='AssemblyResultCategoriesView']/container/container/container/table + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/?/?/table[@controlname='dataGridView'] - - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname='AssemblyResultCategoriesView'] - - - + + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']//container[@controlname='AssemblyResultTotalView']/container[@controlname='assemblyResultGroupBox']/container[@controlname='assemblyResultTableLayoutPanel']/container[@controlname='totalAssemblyCategoryGroupControl']/container/text + + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']//container[@controlname='AssemblyResultTotalView']/container[@controlname='assemblyResultGroupBox']/container[@controlname='assemblyResultTableLayoutPanel']/container[@controlname='failureMechanismsWithProbabilityAssemblyControl']/container[@controlname='GroupPanel']/text/text + + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']//container[@controlname='AssemblyResultTotalView']/container[@controlname='assemblyResultGroupBox']/container[@controlname='assemblyResultTableLayoutPanel']/container[@controlname='failureMechanismsWithProbabilityAssemblyControl']/container[@controlname='probabilityPanel']/text/text + + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']//container[@controlname='AssemblyResultTotalView']/container[@controlname='assemblyResultGroupBox']/container[@controlname='assemblyResultTableLayoutPanel']/container[@controlname='failureMechanismsWithoutProbabilityAssemblyControl']/container/text + + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']//container[@controlname='AssemblyResultTotalView']/container[@controlname='assemblyResultGroupBox']/container[@controlname='assemblyResultTableLayoutPanel'] + + + + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']//container[@controlname='AssemblyResultTotalView']/container[@controlname='dataGridViewControl']/table/row[@accessiblename='Row '+$indexRow]/cell[@accessiblename>'Toetsoordeel'] + + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']//container[@controlname='AssemblyResultTotalView']/container[@controlname='dataGridViewControl']/table/row[@accessiblename='Row '+$indexRow]/cell[@accessiblename>'Benaderde'] + + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']//container[@controlname='AssemblyResultTotalView']/container[@controlname='dataGridViewControl']/table + + - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname='AssemblyResultPerSectionView']/container/table/row[@accessiblename='Row '+$indexRow]/cell[@accessiblename~$substringColumnHeader] + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']//container[@controlname='AssemblyResultTotalView']/container/element - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname='AssemblyResultPerSectionView']/container/table + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']//container[@controlname='AssemblyResultTotalView'] - - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname='AssemblyResultPerSectionView']/container/element - - - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname='AssemblyResultPerSectionView'] - - - - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname='CalculationsView']/container/container/container/list/list/listitem[@index=$indexSection] + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname='AssemblyResultCategoriesView']/container/container/container/table - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname='CalculationsView']/container/container/container/list/list + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname='AssemblyResultCategoriesView'] - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname='CalculationsView']//table/row[@accessiblename='Row '+$indexRowCalculation]/cell[@accessiblename>'Hydraulische belastingenlocatie'] - - - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname='CalculationsView']//table/row[@accessiblename='Row '+$indexRowCalculation]/cell[@accessiblename>$nameColumn] + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname='AssemblyResultPerSectionView']/container/table/row[@accessiblename='Row '+$indexRow]/cell[@accessiblename~$substringColumnHeader] + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname='AssemblyResultPerSectionView']/container/table + + + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname='AssemblyResultPerSectionView']/container/element + + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname='AssemblyResultPerSectionView'] + + + + - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname='CalculationsView']//table/row[@accessiblename='Row '+$indexRowCalculation]/cell[@accessiblename>'Verwachtingswaardedempingsfactor'] + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname='CalculationsView']/container/container/container/list/list/listitem[@index=$indexSection] - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname='CalculationsView']//table/row[@accessiblename='Row '+$indexRowCalculation] + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname='CalculationsView']/container/container/container/list/list + + + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname='CalculationsView']//table/row[@accessiblename='Row '+$indexRowCalculation]/cell[@accessiblename>'Hydraulische belastingenlocatie'] + + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname='CalculationsView']//table/row[@accessiblename='Row '+$indexRowCalculation]/cell[@accessiblename>$nameColumn] + + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname='CalculationsView']//table/row[@accessiblename='Row '+$indexRowCalculation]/cell[@accessiblename>'Verwachtingswaardedempingsfactor'] + + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname='CalculationsView']//table/row[@accessiblename='Row '+$indexRowCalculation] + + + + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname='CalculationsView']//table + + - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname='CalculationsView']//table + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter']/container[@controlname='CalculationsView'] - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname='CalculationsView'] + /form[@automationid='RiskeerMainWindow']/container/container[4]/container/container[@instance='1' and @controltypename='WinFormsAdapter'] + + + + /form[@automationid='RiskeerMainWindow']/container/container[4]/*/*/container[@controlname='MapLegendView']/container/tree/tree/treeitem + + + + /form[@automationid='RiskeerMainWindow']/container/container[4]/*/*/container[@controlname='MapLegendView']/container + + - /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1'] + /form[@automationid='RiskeerMainWindow']/container/container[4] - - - - /form[@automationid='RiskeerMainWindow']//container[@controlname='PropertiesPanelGridView']//table[@accessiblename='Properties Window']/row[@accessiblename='Is relevant'] - - - /form[@automationid='RiskeerMainWindow']//container[@controlname='PropertiesPanelGridView']//table[@accessiblename='Properties Window']/row[@accessiblename>$nameOfParameterInPropertiesPanel] - - - /form[@automationid='RiskeerMainWindow']//container[@controlname='PropertiesPanelGridView']//table[@accessiblename='Properties Window']/row[@accessiblename='Bronlocatie'] - - - /form[@automationid='RiskeerMainWindow']//container[@controlname='PropertiesPanelGridView']//table[@accessiblename='Properties Window']/row[@accessiblename='Naam'] - - - /form[@automationid='RiskeerMainWindow']//container[@controlname='PropertiesPanelGridView']//table[@accessiblename='Properties Window']/row[@accessiblename>'Aandeel'] - - - /form[@automationid='RiskeerMainWindow']//container[@controlname='PropertiesPanelGridView']//table[@accessiblename='Properties Window']/row[@accessiblename='Trajecttype'] - - - /form[@automationid='RiskeerMainWindow']//container[@controlname='PropertiesPanelGridView']//table[@accessiblename='Properties Window']/row[@accessiblename='Faalkansbijdrage [%]'] - - - /form[@automationid='RiskeerMainWindow']//container[@controlname='PropertiesPanelGridView']//table[@accessiblename='Properties Window']/row[@accessiblename>'Hydraulische belastingenl'] - - - /form[@automationid='RiskeerMainWindow']//container[@controlname='PropertiesPanelGridView']//table[@accessiblename='Properties Window'] - - - - /form[@automationid='RiskeerMainWindow']//container[@controlname='PropertiesPanelGridView'] - - - - - - /form[@automationid='RiskeerMainWindow']/?/container/?/container[@controlname='MessageWindow']/table[@controlname='messagesDataGridView']/row[@accessiblename='Row '+$indexRowMessage]/cell[@accessiblename>'Bericht'] - - - - iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAABGdBTUEAALGPC/xhBQAAAAlwSFlz -AAAOxAAADsQBlSsOGwAAAflJREFUOE/Fk/9LE2Ecx/u/+iG0NL9c5+bZdI1NkuI0z+NBtsMIdLqz -dkWiEzGJ2M2dY4JgYAZB+xeCyF/8YWw6dTnPtXOnnvpDvuNZnI4JJUFvPgfPvT/Pi8/n+Xbj53Wl -quo/hTOZjKZpkiQ953kEBviFWUlfUDWcSqX8hBRDXjMRsT6oiHJialfo9JM+pCqTfusSjPS4IBiz -8llq0Yq/PFIeIKx55fRzUo+IIcFdxdtwNpsNBAKl2RDIw7F2BPXLA45yf9vJp0Th9ZOAX8Q06kM2 -jIXpo54KOeo0g07qG31siWd/PGas1YV0N6NpcepDNoyNwfKsWBgYrUZ9YMWeVr27xZge098oEiHU -h2w43PvQ+hgzZRcwWo36wPa8zQVP066PNZJvg+w96kM2LPd6j1fUg2AHbRLVTte/wQf2vetu3tWY -9zDGwtxwTViSSCk6Yc7JtElUM95NlpcTwHY6Gradd/YUIT81XrttbFi2p+14RaNNohr1geUctzfZ -+oPF6FfHrdob9uuoRHEnzB++j9Nq+xFFj4SBbTB1INOCDxNqHxWEOzDidufkR+ZSTH8lbrlac/db -Ci8EIxlN9/ueuduvvCRUSA/y/BpXl5+Ui+rMfnRmeyL0hblJeL6KhKphqPIwCHnKcUMch8GfPoy/ -0v+F8V1TqnoOxOXBfwwHqGMAAAAASUVORK5CYII= - - /form[@automationid='RiskeerMainWindow']/?/container/?/container[@controlname='MessageWindow']/table[@controlname='messagesDataGridView']/row[@accessiblename='Row '+$indexRowMessage]/cell[@accessiblename>' Row'] - - - /form[@automationid='RiskeerMainWindow']/?/container/?/container[@controlname='MessageWindow']/table[@controlname='messagesDataGridView']/row[@accessiblename='Row '+$indexRowMessage] - - - - - /form[@automationid='RiskeerMainWindow']/?/container/?/container[@controlname='MessageWindow']/table[@controlname='messagesDataGridView']/row[@accessiblename<' 0']/cell[@accessiblename>'Bericht'] - - - - iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAABGdBTUEAALGPC/xhBQAAAAlwSFlz -AAAOxAAADsQBlSsOGwAAAflJREFUOE/Fk/9LE2Ecx/u/+iG0NL9c5+bZdI1NkuI0z+NBtsMIdLqz -dkWiEzGJ2M2dY4JgYAZB+xeCyF/8YWw6dTnPtXOnnvpDvuNZnI4JJUFvPgfPvT/Pi8/n+Xbj53Wl -quo/hTOZjKZpkiQ953kEBviFWUlfUDWcSqX8hBRDXjMRsT6oiHJialfo9JM+pCqTfusSjPS4IBiz -8llq0Yq/PFIeIKx55fRzUo+IIcFdxdtwNpsNBAKl2RDIw7F2BPXLA45yf9vJp0Th9ZOAX8Q06kM2 -jIXpo54KOeo0g07qG31siWd/PGas1YV0N6NpcepDNoyNwfKsWBgYrUZ9YMWeVr27xZge098oEiHU -h2w43PvQ+hgzZRcwWo36wPa8zQVP066PNZJvg+w96kM2LPd6j1fUg2AHbRLVTte/wQf2vetu3tWY -9zDGwtxwTViSSCk6Yc7JtElUM95NlpcTwHY6Gradd/YUIT81XrttbFi2p+14RaNNohr1geUctzfZ -+oPF6FfHrdob9uuoRHEnzB++j9Nq+xFFj4SBbTB1INOCDxNqHxWEOzDidufkR+ZSTH8lbrlac/db -Ci8EIxlN9/ueuduvvCRUSA/y/BpXl5+Ui+rMfnRmeyL0hblJeL6KhKphqPIwCHnKcUMch8GfPoy/ -0v+F8V1TqnoOxOXBfwwHqGMAAAAASUVORK5CYII= - - /form[@automationid='RiskeerMainWindow']/?/container/?/container[@controlname='MessageWindow']/table[@controlname='messagesDataGridView']/row[@accessiblename<' 0']/cell[@accessiblename>' Row'] - - - /form[@automationid='RiskeerMainWindow']/?/container/?/container[@controlname='MessageWindow']/table[@controlname='messagesDataGridView']/row[@accessiblename<' 0'] - - - - /form[@automationid='RiskeerMainWindow']/?/container/?/container[@controlname='MessageWindow']/table[@controlname='messagesDataGridView'] - - - - - - /form[@automationid='RiskeerMainWindow']//container[@controlname='MapLegendView']/container/tree/tree/treeitem - - - - /form[@automationid='RiskeerMainWindow']//container[@controlname='MapLegendView']/container - - - /form[@automationid='RiskeerMainWindow']/*/tabpagelist/container[@name='HeaderPanel']/tabpage/text[@text=$nameOfPanel] + /form[@automationid='RiskeerMainWindow']/container/container/tabpagelist/container[@automationid='HeaderPanel']/tabpage/text[@text=$nameOfPanel] + + + /form[@automationid='RiskeerMainWindow']/container[@caption='']/?/?/button[@text='Nieuw'] + + + /form[@automationid='RiskeerMainWindow']/container[@caption='']/?/?/button[@text='Openen'] + + + /form[@automationid='RiskeerMainWindow']/container[@caption='']/?/?/button[@text='Opslaan'] + + + /form[@automationid='RiskeerMainWindow']/container[@caption='']/?/?/button[@text='Opslaan als'] + + + /form[@automationid='RiskeerMainWindow']/container[@caption='']/?/?/button[@text='Over'] + + + + + /form[@automationid='RiskeerMainWindow']/?/?/container[@automationid='MainButtonStackPanel']/button[@automationid='MainButtonBarProject'] + + + /form[@automationid='RiskeerMainWindow']/?/?/container[@automationid='MainButtonStackPanel']/button/text[@caption>'Traject']/parent::button + + + /form[@automationid='RiskeerMainWindow']/?/?/container[@automationid='MainButtonStackPanel']/button/text[@caption>'Hydraulische']/parent::button + + + /form[@automationid='RiskeerMainWindow']/?/?/container[@automationid='MainButtonStackPanel']/button/text[@caption>'Sterkte']/parent::button + + + /form[@automationid='RiskeerMainWindow']/?/?/container[@automationid='MainButtonStackPanel']/button/text[@caption>'Faalpaden']/parent::button + + + /form[@automationid='RiskeerMainWindow']/?/?/container[@automationid='MainButtonStackPanel']/button/text[@caption>$StateToSelect]/parent::button + + + /form[@automationid='RiskeerMainWindow']/?/?/container[@automationid='MainButtonStackPanel'] + + /form[@automationid='RiskeerMainWindow'] @@ -2647,7 +2779,7 @@ capname="button" id="ce4cea6f-cbb0-4c97-a077-14d79e60ca7d" name="ButtonOk" - refimgid="4d3d6958-7fc8-4e8f-89bc-9291f98aab0c" + refimgid="9d721ab0-ebb6-4cd2-9318-a983f178689c" searchtimeout="30000ms"> /form[@controlname='ReferenceLineMetaSelectionDialog']/container/container/button[@controlname='Ok'] @@ -2673,24 +2805,24 @@ id="9398ea14-bc10-44f5-b61a-a281f098ba05" name="CellTrajectId" searchtimeout="30000ms"> - /form[@controlname='ReferenceLineMetaSelectionDialog']/?/?/container[@controlname='ReferenceLineMetaDataGridViewControl']/table[@controlname='dataGridView']/row[@accessiblevalue>$trajectToAdd]/cell[2] + /form[@controlname='ReferenceLineMetaSelectionDialog']/?/?/container[@controlname='ReferenceLineMetaDataGridViewControl']/table[@controlname='dataGridView']/row[@accessiblevalue>$trajectID]/cell[2] - /form[@controlname='ReferenceLineMetaSelectionDialog']/?/?/container[@controlname='ReferenceLineMetaDataGridViewControl']/table[@controlname='dataGridView']/row[@accessiblevalue>$trajectToAdd]/cell[3] + /form[@controlname='ReferenceLineMetaSelectionDialog']/?/?/container[@controlname='ReferenceLineMetaDataGridViewControl']/table[@controlname='dataGridView']/row[@accessiblevalue>$trajectID]/cell[3] - /form[@controlname='ReferenceLineMetaSelectionDialog']/?/?/container[@controlname='ReferenceLineMetaDataGridViewControl']/table[@controlname='dataGridView']/row[@accessiblevalue>$trajectToAdd]/cell[4] + /form[@controlname='ReferenceLineMetaSelectionDialog']/?/?/container[@controlname='ReferenceLineMetaDataGridViewControl']/table[@controlname='dataGridView']/row[@accessiblevalue>$trajectID]/cell[4] - /form[@controlname='ReferenceLineMetaSelectionDialog']/?/?/container[@controlname='ReferenceLineMetaDataGridViewControl']/table[@controlname='dataGridView']/row[@accessiblevalue>$trajectToAdd] + /form[@controlname='ReferenceLineMetaSelectionDialog']/?/?/container[@controlname='ReferenceLineMetaDataGridViewControl']/table[@controlname='dataGridView']/row[@accessiblevalue>$trajectID] @@ -3423,5 +3555,17 @@ id="0654e545-9710-4c76-b4ae-a428f59a6303" name="nameColumn"> + + + + + + Index: System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/ActionsAUT/StartAUT.UserCode.cs =================================================================== diff -u -ra00c7888b39b9ac6f1799537d7e982162581cfbb -r35e1f5d8cc279c74a0d63d6cfb8916fe5d132ef4 --- System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/ActionsAUT/StartAUT.UserCode.cs (.../StartAUT.UserCode.cs) (revision a00c7888b39b9ac6f1799537d7e982162581cfbb) +++ System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/ActionsAUT/StartAUT.UserCode.cs (.../StartAUT.UserCode.cs) (revision 35e1f5d8cc279c74a0d63d6cfb8916fe5d132ef4) @@ -49,7 +49,7 @@ repo.RiskeerMainWindow.SelfInfo.WaitForExists(120000); Delay.Duration(1000, false); try { - repo.RiskeerMainWindow.ProjectExplorer.ProjectRootNode.SelfInfo.WaitForExists(5000); + repo.RiskeerMainWindow.ProjectExplorerPanel.SelfInfo.WaitForExists(5000); Report.Info("Application started up properly!"); i=20; } catch (Exception e) { Index: System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/ActionsAUT/StartAUT.cs =================================================================== diff -u -rc1728bd5b5c5376904c0ff2a698ec2d68d4dab82 -r35e1f5d8cc279c74a0d63d6cfb8916fe5d132ef4 --- System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/ActionsAUT/StartAUT.cs (.../StartAUT.cs) (revision c1728bd5b5c5376904c0ff2a698ec2d68d4dab82) +++ System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/ActionsAUT/StartAUT.cs (.../StartAUT.cs) (revision 35e1f5d8cc279c74a0d63d6cfb8916fe5d132ef4) @@ -105,26 +105,16 @@ Init(); - Report.Log(ReportLevel.Info, "Delay", "Waiting for 100ms.", new RecordItemIndex(0)); - Delay.Duration(100, false); + Report.Log(ReportLevel.Info, "Delay", "Waiting for 200ms.", new RecordItemIndex(0)); + Delay.Duration(200, false); - Report.Log(ReportLevel.Info, "Delay", "Waiting for 100ms.", new RecordItemIndex(1)); - Delay.Duration(100, false); - ResolveAppPath(); Delay.Milliseconds(0); - //Report.Log(ReportLevel.Info, "Application", "Run application with file name from variable $AppPath in normal mode. Return value bound to $StartAutProcessIDVar.", new RecordItemIndex(3)); - //StartAutProcessIDVar = ValueConverter.ToString(Host.Local.RunApplication(AppPath, "", "", false)); - //Delay.Milliseconds(0); - StartAUT_Run_application(); Delay.Milliseconds(0); - //Report.Log(ReportLevel.Info, "Wait", "Waiting 1m to exist. Associated repository item: 'RiskeerMainWindow'", repo.RiskeerMainWindow.SelfInfo, new ActionTimeout(60000), new RecordItemIndex(5)); - //repo.RiskeerMainWindow.SelfInfo.WaitForExists(60000); - - Report.Log(ReportLevel.Info, "Delay", "Waiting for 1s.", new RecordItemIndex(6)); + Report.Log(ReportLevel.Info, "Delay", "Waiting for 1s.", new RecordItemIndex(3)); Delay.Duration(1000, false); } Index: System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/ActionsAUT/StartAUT.rxrec =================================================================== diff -u -rc1728bd5b5c5376904c0ff2a698ec2d68d4dab82 -r35e1f5d8cc279c74a0d63d6cfb8916fe5d132ef4 --- System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/ActionsAUT/StartAUT.rxrec (.../StartAUT.rxrec) (revision c1728bd5b5c5376904c0ff2a698ec2d68d4dab82) +++ System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/ActionsAUT/StartAUT.rxrec (.../StartAUT.rxrec) (revision 35e1f5d8cc279c74a0d63d6cfb8916fe5d132ef4) @@ -34,23 +34,14 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - False - - - False - - - HwndWrapper[Riskeer.exe;;df3ecb58-fa8f-41b4-b047-fb520ee93ccf] - - - 2427748 - - - 0 - - - LeftToRightReading - - - Overlapped - - - True - - - System.Windows.Controls.ContentControl - - - Ranorex.Plugin.Wpf.DepoGroup<Core.Common.Gui.Forms.MainWindow.MainWindow> - - - DepoGroup<MainWindow> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - /form[@automationid='RiskeerMainWindow'] - - - + /// This method gets called right after the recording has been started. + /// It can be used to execute recording specific initialization code. + /// + private void Init() + { + // Your recording specific initialization code goes here. + } + + public void DoNotSaveIfAsked(RepoItemInfo buttonInfo) + { + if (buttonInfo.Exists(Duration.FromMilliseconds(1000))) { + Report.Log(ReportLevel.Info, "Mouse", "(Optional Action)\r\nMouse Left Click item 'buttonInfo' at Center.", buttonInfo); + buttonInfo.FindAdapter