From b75f509365ae6acf82050a14814a70e7e3eb66ad Mon Sep 17 00:00:00 2001 From: Mike Pohatu Date: Wed, 23 Nov 2016 21:37:59 +1300 Subject: [PATCH] added config12.xml --- TestConfigs/Config.12.xml | 240 +++++++++++++++++++++++++++++++++ TestConfigs/Config.xml | 277 +++++++++++++++++++++++++++++++------- TsGui.sln | 1 + 3 files changed, 472 insertions(+), 46 deletions(-) create mode 100644 TestConfigs/Config.12.xml diff --git a/TestConfigs/Config.12.xml b/TestConfigs/Config.12.xml new file mode 100644 index 00000000..7f11b230 --- /dev/null +++ b/TestConfigs/Config.12.xml @@ -0,0 +1,240 @@ + + + 300 + 600 + + + + + Title Text + Text + #FF006AD4 + #FFFFFF + + + + -Next- + -Back- + -Cancel- + -Finish- + + +
+ Powered by TsGui - www.20road.com + 17 + right +
+ + + + + 110 + 160 + + + + + + Engineer + + + Jane Doe + + Enter the user to be using this device + + + + IT_Team + + Desktop + + + + + + + + + + + + + + Title text override + Text override + + + + 360 + 180 + 170 + + + + + + + `~!@#$%^*()+={}[]\\/|,.? :;\"'>&< + + OSDComputerName_FullQuery + + Enter a computer name for the device + + + + + OSDComputerName + MINNT + MINWIN + + + _SMSTSMachineName + MINNT + MINWIN + + + ComputerName + MINNT + MINWIN + + + SELECT SMBIOSAssetTag FROM Win32_SystemEnclosure + No Asset Tag + + + SELECT SerialNumber FROM Win32_BIOS + + + + + + Group_Fin + Group_IT + User + + + John Doe User + + Enter the user to be using this device + + + + Group_PMO + User + + + John Doe PM + + Enter the user to be using this device + + + + Group_HR + User + + + John Doe HR + + Enter the user to be using this device + + + + Department + + Finance + + + + + + + + TOGGLE_Apps + + left + + + TRUE + FALSE + + + + + + Group_Apps + 200 + 120 + 80 + + + + + + + + + App_MsOffice + + right + + + + + App_MsAccess + + right + + + + App_MsVisio + + right + + + + Group_PMO + Group_IT + No_Project + App_MsProject + + right + + + +
\ No newline at end of file diff --git a/TestConfigs/Config.xml b/TestConfigs/Config.xml index c15e125b..7f11b230 100644 --- a/TestConfigs/Config.xml +++ b/TestConfigs/Config.xml @@ -1,55 +1,240 @@ - 320 - 390 - + + 300 + 600 + - TsGui - Task Sequence GUI + Title Text + Text + #FF006AD4 + #FFFFFF + + + -Next- + -Back- + -Cancel- + -Finish- + +
+ Powered by TsGui - www.20road.com + 17 + right +
+ + - - - - - `~!@#$%^*()+={}[]\\/|,.? :;\"'>&< - - OSDComputerName_FullQuery - - Enter a computer name for the device - - - - - Test 1 2 -3 -4 - - - - + + 110 + 160 + + + + + + Engineer + + + Jane Doe + + Enter the user to be using this device + + + + IT_Team + + Desktop + + + + + + + + + + + + + + Title text override + Text override + + + + 360 + 180 + 170 + + + + + + + `~!@#$%^*()+={}[]\\/|,.? :;\"'>&< + + OSDComputerName_FullQuery + + Enter a computer name for the device + + + + + OSDComputerName + MINNT + MINWIN + + + _SMSTSMachineName + MINNT + MINWIN + + + ComputerName + MINNT + MINWIN + + + SELECT SMBIOSAssetTag FROM Win32_SystemEnclosure + No Asset Tag + + + SELECT SerialNumber FROM Win32_BIOS + + + + + + Group_Fin + Group_IT + User + + + John Doe User + + Enter the user to be using this device + + + + Group_PMO + User + + + John Doe PM + + Enter the user to be using this device + + + + Group_HR + User + + + John Doe HR + + Enter the user to be using this device + + + + Department + + Finance + + + + + + + + TOGGLE_Apps + + left + + + TRUE + FALSE + + + + + + Group_Apps + 200 + 120 + 80 + + + + + + + + + App_MsOffice + + right + + + + + App_MsAccess + + right + + + + App_MsVisio + + right + + + + Group_PMO + Group_IT + No_Project + App_MsProject + + right + +
\ No newline at end of file diff --git a/TsGui.sln b/TsGui.sln index d4db3e13..7dfc8f1d 100644 --- a/TsGui.sln +++ b/TsGui.sln @@ -20,6 +20,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "TestConfigs", "TestConfigs" TestConfigs\Config.1.xml = TestConfigs\Config.1.xml TestConfigs\Config.10.xml = TestConfigs\Config.10.xml TestConfigs\Config.11.xml = TestConfigs\Config.11.xml + TestConfigs\Config.12.xml = TestConfigs\Config.12.xml TestConfigs\Config.2.xml = TestConfigs\Config.2.xml TestConfigs\Config.3.xml = TestConfigs\Config.3.xml TestConfigs\Config.4.xml = TestConfigs\Config.4.xml