Advertisement
harshadura

faisss

Jul 7th, 2013
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.66 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <PurcForm><Xform><xf:xforms xmlns:xf="http://www.w3.org/2002/xforms" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:jr="http://openrosa.org/javarosa">
  3. <xf:model id="openmrs_model">
  4. <xf:instance id="openmrs_model_instance">
  5. <form id="1" name="Test1" version="1" uuid="2e5e8c7a-412b-442b-a301-934255986e3c" xmlns:openmrs="formentry.infopath_server_url cannot be empty/moduleServlet/formentry/forms/schema/1-1" xmlns:xd="http://schemas.microsoft.com/office/infopath/2003">
  6. <header>
  7. <enterer/>
  8. <date_entered/>
  9. <session/>
  10. <uid/>
  11. </header>
  12. <patient>
  13. <patient.given_name openmrs_table="patient_name" openmrs_attribute="given_name"/>
  14. <patient.medical_record_number openmrs_table="patient_identifier" openmrs_attribute="identifier"/>
  15. <patient.middle_name openmrs_table="patient_name" openmrs_attribute="middle_name"/>
  16. <patient.patient_id openmrs_table="patient" openmrs_attribute="patient_id"/>
  17. <patient.sex openmrs_table="patient" openmrs_attribute="gender"/>
  18. </patient>
  19. <encounter>
  20. <encounter.encounter_datetime openmrs_table="encounter" openmrs_attribute="encounter_datetime" xsi:nil="true">'today()'</encounter.encounter_datetime>
  21. <encounter.location_id openmrs_table="encounter" openmrs_attribute="location_id" xsi:nil="true"/>
  22. <encounter.provider_id openmrs_table="encounter" openmrs_attribute="provider_id" xsi:nil="true" provider_id_type="PROVIDER.ID"/>
  23. </encounter>
  24. <obs openmrs_concept="3^MEDICAL RECORD OBSERVATIONS^99DCT" openmrs_datatype="ZZ">
  25. <family_name openmrs_concept="5^FAMILY_NAME^99DCT" openmrs_datatype="NM">
  26. <date xsi:nil="true"/>
  27. <time xsi:nil="true"/>
  28. <value xsi:nil="true"/>
  29. </family_name>
  30. </obs>
  31. <other/><patient><family_name/><value/></patient><patient><patient.family_name/></patient></form>
  32. </xf:instance>
  33. <xf:bind id="patient.given_name" nodeset="/form/patient/patient.given_name" type="xsd:string" jr:preload="patient" jr:preloadParams="givenName"/>
  34. <xf:bind id="patient.medical_record_number" nodeset="/form/patient/patient.medical_record_number" type="xsd:string" jr:preload="patient" jr:preloadParams="patientIdentifier"/>
  35. <xf:bind id="patient.middle_name" nodeset="/form/patient/patient.middle_name" type="xsd:string" jr:preload="patient" jr:preloadParams="middleName"/>
  36. <xf:bind id="patient.patient_id" nodeset="/form/patient/patient.patient_id" type="xsd:int" required="true()" visible="false()" jr:preload="patient" jr:preloadParams="patientId"/>
  37. <xf:bind id="patient.sex" nodeset="/form/patient/patient.sex" type="xsd:string" jr:preload="patient" jr:preloadParams="sex"/>
  38. <xf:bind id="encounter.encounter_datetime" nodeset="/form/encounter/encounter.encounter_datetime" type="xsd:date" constraint=". &lt;= today()" message="Encounter date cannot be after today" required="true()"/>
  39. <xf:bind id="encounter.location_id" nodeset="/form/encounter/encounter.location_id" type="xsd:string" required="true()"/>
  40. <xf:bind id="encounter.provider_id" nodeset="/form/encounter/encounter.provider_id" type="xsd:string" required="true()"/>
  41.  
  42. <xf:bind id="patient_patient.family_name" nodeset="/form/patient/patient.family_name" type="xsd:string"/></xf:model>
  43. <xf:group id="1">
  44. <xf:label>Page1</xf:label>
  45. <xf:input bind="patient.given_name">
  46. <xf:label>GIVEN NAME</xf:label>
  47. </xf:input>
  48. <xf:input bind="patient.medical_record_number">
  49. <xf:label>MEDICAL RECORD NUMBER</xf:label>
  50. </xf:input>
  51. <xf:input bind="patient.middle_name">
  52. <xf:label>MIDDLE NAME</xf:label>
  53. </xf:input>
  54. <xf:input bind="patient.patient_id">
  55. <xf:label>PATIENT ID</xf:label>
  56. </xf:input>
  57. <xf:input bind="patient.sex">
  58. <xf:label>SEX</xf:label>
  59. </xf:input>
  60. <xf:input bind="encounter.encounter_datetime">
  61. <xf:label>ENCOUNTER DATETIME</xf:label>
  62. </xf:input>
  63. <xf:select1 bind="encounter.location_id">
  64. <xf:label>LOCATION ID</xf:label>
  65. <xf:item id="1">
  66. <xf:label>Unknown Location [1]</xf:label>
  67. <xf:value>1</xf:value>
  68. </xf:item>
  69. </xf:select1>
  70. <xf:select1 bind="encounter.provider_id">
  71. <xf:label>PROVIDER ID</xf:label>
  72. <xf:item id="1">
  73. <xf:label>nurse jenn [1]</xf:label>
  74. <xf:value>1</xf:value>
  75. </xf:item><xf:item id="2">
  76. <xf:label>doc sira [2]</xf:label>
  77. <xf:value>2</xf:value>
  78. </xf:item>
  79.  
  80. </xf:select1>
  81.  
  82. <xf:input bind="patient_patient.family_name"><xf:label>FAMILY NAME</xf:label></xf:input></xf:group>
  83. </xf:xforms></Xform><Layout><Form id="1"><Page Text="Page1" fontWeight="normal" fontSize="16px" fontFamily="Verdana, 'Lucida Grande', 'Trebuchet MS', Arial, Sans-Serif" Binding="Page1" Width="900px" Height="691px" backgroundColor=""><Item WidgetType="Label" Text="FAMILY NAME" HelpText="FAMILY NAME" Binding="patient/patient.family_name" Left="133px" Top="60px" TabIndex="0" fontSize="16px" fontFamily="Verdana,'Lucida Grande','Trebuchet MS',Arial,Sans-Serif"/><Item WidgetType="TextBox" HelpText="FAMILY NAME" Binding="patient/patient.family_name" Left="247px" Top="60px" Width="200px" Height="25px" TabIndex="2" fontSize="16px" fontFamily="Verdana,'Lucida Grande','Trebuchet MS',Arial,Sans-Serif"/><Item WidgetType="Label" Text="GIVEN NAME" HelpText="GIVEN NAME" Binding="patient/patient.given_name" Left="138px" Top="100px" TabIndex="0" fontSize="16px" fontFamily="Verdana,'Lucida Grande','Trebuchet MS',Arial,Sans-Serif"/><Item WidgetType="TextBox" HelpText="GIVEN NAME" Binding="patient/patient.given_name" Left="247px" Top="100px" Width="200px" Height="25px" TabIndex="3" fontSize="16px" fontFamily="Verdana,'Lucida Grande','Trebuchet MS',Arial,Sans-Serif"/><Item WidgetType="Label" Text="MEDICAL RECORD NUMBER" HelpText="MEDICAL RECORD NUMBER" Binding="patient/patient.medical_record_number" Left="20px" Top="140px" TabIndex="0" fontSize="16px" fontFamily="Verdana,'Lucida Grande','Trebuchet MS',Arial,Sans-Serif"/><Item WidgetType="TextBox" HelpText="MEDICAL RECORD NUMBER" Binding="patient/patient.medical_record_number" Left="247px" Top="140px" Width="200px" Height="25px" TabIndex="4" fontSize="16px" fontFamily="Verdana,'Lucida Grande','Trebuchet MS',Arial,Sans-Serif"/><Item WidgetType="Label" Text="MIDDLE NAME" HelpText="MIDDLE NAME" Binding="patient/patient.middle_name" Left="127px" Top="180px" TabIndex="0" fontSize="16px" fontFamily="Verdana,'Lucida Grande','Trebuchet MS',Arial,Sans-Serif"/><Item WidgetType="TextBox" HelpText="MIDDLE NAME" Binding="patient/patient.middle_name" Left="247px" Top="180px" Width="200px" Height="25px" TabIndex="5" fontSize="16px" fontFamily="Verdana,'Lucida Grande','Trebuchet MS',Arial,Sans-Serif"/><Item WidgetType="Label" Text="SEX" HelpText="SEX" Binding="patient/patient.sex" Left="210px" Top="220px" TabIndex="0" fontSize="16px" fontFamily="Verdana,'Lucida Grande','Trebuchet MS',Arial,Sans-Serif"/><Item WidgetType="TextBox" HelpText="SEX" Binding="patient/patient.sex" Left="247px" Top="220px" Width="200px" Height="25px" TabIndex="6" fontSize="16px" fontFamily="Verdana,'Lucida Grande','Trebuchet MS',Arial,Sans-Serif"/><Item WidgetType="Label" Text="ENCOUNTER DATETIME" HelpText="ENCOUNTER DATETIME" Binding="encounter/encounter.encounter_datetime" Left="53px" Top="260px" TabIndex="0" fontSize="16px" fontFamily="Verdana,'Lucida Grande','Trebuchet MS',Arial,Sans-Serif"/><Item WidgetType="DatePicker" HelpText="ENCOUNTER DATETIME" Binding="encounter/encounter.encounter_datetime" Left="247px" Top="260px" Width="200px" Height="25px" TabIndex="7" fontSize="16px" fontFamily="Verdana,'Lucida Grande','Trebuchet MS',Arial,Sans-Serif"/><Item WidgetType="Label" Text="LOCATION ID" HelpText="LOCATION ID" Binding="encounter/encounter.location_id" Left="132px" Top="300px" TabIndex="0" fontSize="16px" fontFamily="Verdana,'Lucida Grande','Trebuchet MS',Arial,Sans-Serif"/><Item WidgetType="ListBox" HelpText="LOCATION ID" Binding="encounter/encounter.location_id" Left="247px" Top="300px" Width="200px" Height="25px" TabIndex="8" fontSize="16px" fontFamily="Verdana,'Lucida Grande','Trebuchet MS',Arial,Sans-Serif"/><Item WidgetType="Label" Text="PROVIDER ID" HelpText="PROVIDER ID" Binding="encounter/encounter.provider_id" Left="132px" Top="340px" TabIndex="0" fontSize="16px" fontFamily="Verdana,'Lucida Grande','Trebuchet MS',Arial,Sans-Serif"/><Item WidgetType="ListBox" HelpText="PROVIDER ID" Binding="encounter/encounter.provider_id" Left="247px" Top="340px" Width="200px" Height="25px" TabIndex="9" fontSize="16px" fontFamily="Verdana,'Lucida Grande','Trebuchet MS',Arial,Sans-Serif"/><Item WidgetType="Button" Text="Submit" HelpText="submit" Binding="submit" Left="20px" Top="390px" Width="70px" Height="30px" TabIndex="10" fontSize="16px" fontFamily="Verdana,'Lucida Grande','Trebuchet MS',Arial,Sans-Serif"/><Item WidgetType="Button" Text="Cancel" HelpText="cancel" Binding="cancel" Left="220px" Top="390px" Width="70px" Height="30px" TabIndex="11" fontSize="16px" fontFamily="Verdana,'Lucida Grande','Trebuchet MS',Arial,Sans-Serif"/></Page></Form></Layout><Language><LanguageText lang="en"><xform id="1"><text xpath="xforms/model[@id='openmrs_model']/instance[@id='openmrs_model_instance']/form[@name]" value="Test1"/><text xpath="xforms/group[@id='1']/label" value="Page1"/><text xpath="xforms/group[@id='1']/input[@bind='patient.given_name']/label" value="GIVEN NAME"/><text xpath="xforms/group[@id='1']/input[@bind='patient.medical_record_number']/label" value="MEDICAL RECORD NUMBER"/><text xpath="xforms/group[@id='1']/input[@bind='patient.middle_name']/label" value="MIDDLE NAME"/><text xpath="xforms/group[@id='1']/input[@bind='patient.patient_id']/label" value="PATIENT ID"/><text xpath="xforms/group[@id='1']/input[@bind='patient.sex']/label" value="SEX"/><text xpath="xforms/group[@id='1']/input[@bind='encounter.encounter_datetime']/label" value="ENCOUNTER DATETIME"/><text xpath="xforms/group[@id='1']/select1[@bind='encounter.location_id']/label" value="LOCATION ID"/><text xpath="xforms/group[@id='1']/select1[@bind='encounter.location_id']/item[@id='1']/label" value="Unknown Location [1]"/><text xpath="xforms/group[@id='1']/select1[@bind='encounter.provider_id']/label" value="PROVIDER ID"/><text xpath="xforms/group[@id='1']/select1[@bind='encounter.provider_id']/item[@id='1']/label" value="nurse jenn [1]"/><text xpath="xforms/group[@id='1']/select1[@bind='encounter.provider_id']/item[@id='2']/label" value="doc sira [2]"/><text xpath="xforms/group[@id='1']/input[@bind='patient_patient.family_name']/label" value="FAMILY NAME"/><text xpath="xforms/model[@id='openmrs_model']/bind[@id='encounter.encounter_datetime'][@message]" value="Encounter date cannot be after today"/></xform><Form id="1"><text xpath="Form/Page[@Binding='Page1'][@Text]" value="Page1"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.family_name' and @WidgetType='Label'][@Text]" value="FAMILY NAME"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.family_name' and @WidgetType='Label'][@HelpText]" value="FAMILY NAME"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.family_name' and @WidgetType='Label'][@Top]" value="60px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.family_name' and @WidgetType='Label'][@Left]" value="133px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.family_name' and @WidgetType='TextBox'][@HelpText]" value="FAMILY NAME"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.family_name' and @WidgetType='TextBox'][@Top]" value="60px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.family_name' and @WidgetType='TextBox'][@Left]" value="247px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.family_name' and @WidgetType='TextBox'][@Width]" value="200px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.given_name' and @WidgetType='Label'][@Text]" value="GIVEN NAME"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.given_name' and @WidgetType='Label'][@HelpText]" value="GIVEN NAME"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.given_name' and @WidgetType='Label'][@Top]" value="100px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.given_name' and @WidgetType='Label'][@Left]" value="138px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.given_name' and @WidgetType='TextBox'][@HelpText]" value="GIVEN NAME"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.given_name' and @WidgetType='TextBox'][@Top]" value="100px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.given_name' and @WidgetType='TextBox'][@Left]" value="247px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.given_name' and @WidgetType='TextBox'][@Width]" value="200px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.medical_record_number' and @WidgetType='Label'][@Text]" value="MEDICAL RECORD NUMBER"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.medical_record_number' and @WidgetType='Label'][@HelpText]" value="MEDICAL RECORD NUMBER"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.medical_record_number' and @WidgetType='Label'][@Top]" value="140px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.medical_record_number' and @WidgetType='Label'][@Left]" value="20px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.medical_record_number' and @WidgetType='TextBox'][@HelpText]" value="MEDICAL RECORD NUMBER"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.medical_record_number' and @WidgetType='TextBox'][@Top]" value="140px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.medical_record_number' and @WidgetType='TextBox'][@Left]" value="247px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.medical_record_number' and @WidgetType='TextBox'][@Width]" value="200px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.middle_name' and @WidgetType='Label'][@Text]" value="MIDDLE NAME"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.middle_name' and @WidgetType='Label'][@HelpText]" value="MIDDLE NAME"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.middle_name' and @WidgetType='Label'][@Top]" value="180px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.middle_name' and @WidgetType='Label'][@Left]" value="127px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.middle_name' and @WidgetType='TextBox'][@HelpText]" value="MIDDLE NAME"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.middle_name' and @WidgetType='TextBox'][@Top]" value="180px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.middle_name' and @WidgetType='TextBox'][@Left]" value="247px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.middle_name' and @WidgetType='TextBox'][@Width]" value="200px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.sex' and @WidgetType='Label'][@Text]" value="SEX"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.sex' and @WidgetType='Label'][@HelpText]" value="SEX"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.sex' and @WidgetType='Label'][@Top]" value="220px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.sex' and @WidgetType='Label'][@Left]" value="210px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.sex' and @WidgetType='TextBox'][@HelpText]" value="SEX"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.sex' and @WidgetType='TextBox'][@Top]" value="220px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.sex' and @WidgetType='TextBox'][@Left]" value="247px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='patient/patient.sex' and @WidgetType='TextBox'][@Width]" value="200px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='encounter/encounter.encounter_datetime' and @WidgetType='Label'][@Text]" value="ENCOUNTER DATETIME"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='encounter/encounter.encounter_datetime' and @WidgetType='Label'][@HelpText]" value="ENCOUNTER DATETIME"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='encounter/encounter.encounter_datetime' and @WidgetType='Label'][@Top]" value="260px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='encounter/encounter.encounter_datetime' and @WidgetType='Label'][@Left]" value="53px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='encounter/encounter.encounter_datetime' and @WidgetType='DatePicker'][@HelpText]" value="ENCOUNTER DATETIME"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='encounter/encounter.encounter_datetime' and @WidgetType='DatePicker'][@Top]" value="260px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='encounter/encounter.encounter_datetime' and @WidgetType='DatePicker'][@Left]" value="247px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='encounter/encounter.encounter_datetime' and @WidgetType='DatePicker'][@Width]" value="200px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='encounter/encounter.location_id' and @WidgetType='Label'][@Text]" value="LOCATION ID"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='encounter/encounter.location_id' and @WidgetType='Label'][@HelpText]" value="LOCATION ID"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='encounter/encounter.location_id' and @WidgetType='Label'][@Top]" value="300px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='encounter/encounter.location_id' and @WidgetType='Label'][@Left]" value="132px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='encounter/encounter.location_id' and @WidgetType='ListBox'][@HelpText]" value="LOCATION ID"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='encounter/encounter.location_id' and @WidgetType='ListBox'][@Top]" value="300px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='encounter/encounter.location_id' and @WidgetType='ListBox'][@Left]" value="247px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='encounter/encounter.location_id' and @WidgetType='ListBox'][@Width]" value="200px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='encounter/encounter.provider_id' and @WidgetType='Label'][@Text]" value="PROVIDER ID"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='encounter/encounter.provider_id' and @WidgetType='Label'][@HelpText]" value="PROVIDER ID"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='encounter/encounter.provider_id' and @WidgetType='Label'][@Top]" value="340px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='encounter/encounter.provider_id' and @WidgetType='Label'][@Left]" value="132px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='encounter/encounter.provider_id' and @WidgetType='ListBox'][@HelpText]" value="PROVIDER ID"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='encounter/encounter.provider_id' and @WidgetType='ListBox'][@Top]" value="340px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='encounter/encounter.provider_id' and @WidgetType='ListBox'][@Left]" value="247px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='encounter/encounter.provider_id' and @WidgetType='ListBox'][@Width]" value="200px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='submit' and @WidgetType='Button'][@Text]" value="Submit"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='submit' and @WidgetType='Button'][@HelpText]" value="submit"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='submit' and @WidgetType='Button'][@Top]" value="390px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='submit' and @WidgetType='Button'][@Left]" value="20px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='submit' and @WidgetType='Button'][@Width]" value="70px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='cancel' and @WidgetType='Button'][@Text]" value="Cancel"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='cancel' and @WidgetType='Button'][@HelpText]" value="cancel"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='cancel' and @WidgetType='Button'][@Top]" value="390px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='cancel' and @WidgetType='Button'][@Left]" value="220px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='cancel' and @WidgetType='Button'][@Width]" value="70px"/></Form></LanguageText></Language></PurcForm>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement