Advertisement
Guest User

DialogRecordSettings.xml

a guest
Aug 22nd, 2014
359
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.88 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--Titan-->
  3. <window type="dialog">
  4. <defaultcontrol always="true">10</defaultcontrol>
  5. <controls>
  6. <!--Dialog Overlay-->
  7. <include>DialogOverlay</include>
  8. <!--Dialog PVR Guid Info-->
  9. <control type="group">
  10. <include>animation_fade_open_close</include>
  11. <include>animation_fade_visible_hidden</include>
  12. <visible>!Window.IsVisible(yesnodialog)</visible>
  13. <!--Panel-->
  14. <control type="image">
  15. <posx>920</posx>
  16. <posy>180</posy>
  17. <width>80</width>
  18. <height>60</height>
  19. <texture>dialogs/default/arrow.png</texture>
  20. </control>
  21. <control type="image">
  22. <posx>526</posx>
  23. <posy>200</posy>
  24. <width>868</width>
  25. <height>520</height>
  26. <texture border="39">dialogs/default/bg.png</texture>
  27. </control>
  28. <!--Header-->
  29. <control type="label">
  30. <description>Heading</description>
  31. <posx>560</posx>
  32. <posy>135</posy>
  33. <width>800</width>
  34. <label>$ADDON[pvr.mediaportal.tvserver 30100]</label>
  35. <include>DialogHeader</include>
  36. <align>center</align>
  37. </control>
  38. <control type="group">
  39. <posx>560</posx>
  40. <posy>234</posy>
  41. <control type="image">
  42. <posx>0</posx>
  43. <posy>0</posy>
  44. <width>800</width>
  45. <height>455</height>
  46. <texture border="5">dialogs/default/inner.png</texture>
  47. </control>
  48. <!-- Dialog specific controls //-->
  49. <control type="label" description="Program title" id = "20">
  50. <posx>20</posx>
  51. <posy>10</posy>
  52. <width>800</width>
  53. <height>30</height>
  54. <font>font12_title</font>
  55. <!--<label>filled in by code</label>-->
  56. <align>left</align>
  57. <aligny>center</aligny>
  58. <textcolor>white</textcolor>
  59. </control>
  60. <control type="label" description="Program start time" id = "21">
  61. <posx>780</posx>
  62. <posy>10</posy>
  63. <width>355</width>
  64. <height>30</height>
  65. <font>Reg20</font>
  66. <!--<label>filled in by code</label>-->
  67. <align>right</align>
  68. <aligny>center</aligny>
  69. <textcolor>white</textcolor>
  70. </control>
  71. <control type="label" description="Program channel" id = "22">
  72. <posx>20</posx>
  73. <posy>50</posy>
  74. <width>355</width>
  75. <height>30</height>
  76. <font>font12_title</font>
  77. <!--<label>filled in by code</label>-->
  78. <align>left</align>
  79. <aligny>center</aligny>
  80. <textcolor>white</textcolor>
  81. </control>
  82. <control type="grouplist" description ="spincontrols" id="23">
  83. <posx>0</posx>
  84. <posy>100</posy>
  85. <itemgap>5</itemgap>
  86. <width>800</width>
  87. <height>290</height>
  88. <onup>9001</onup>
  89. <ondown>9001</ondown>
  90.  
  91. <control type="spincontrolex" id="10">
  92. <font>Reg28</font>
  93. <description>Frequency</description>
  94. <width>800</width>
  95. <height>40</height>
  96. <label>$ADDON[pvr.mediaportal.tvserver 30101]</label>
  97. <onright>10</onright>
  98. <onleft>0</onleft>
  99. <align>left</align>
  100. <include>DialogLabel</include>
  101. </control>
  102.  
  103. <control type="spincontrolex" id="11">
  104. <font>Reg28</font>
  105. <description>Airtime</description>
  106. <width>800</width>
  107. <height>40</height>
  108. <label>$ADDON[pvr.mediaportal.tvserver 30102]</label>
  109. <onright>11</onright>
  110. <onleft>0</onleft>
  111. <align>left</align>
  112. <include>DialogLabel</include>
  113. </control>
  114.  
  115. <control type="spincontrolex" id="12">
  116. <font>Reg28</font>
  117. <description>Channels</description>
  118. <width>800</width>
  119. <height>40</height>
  120. <label>$ADDON[pvr.mediaportal.tvserver 30103]</label>
  121. <onright>12</onright>
  122. <onleft>0</onleft>
  123. <align>left</align>
  124. <include>DialogLabel</include>
  125. </control>
  126.  
  127. <control type="image" id="24">
  128. <description>Separator</description>
  129. <height>2</height>
  130. <width>800</width>
  131. <aspectratio align="left" aligny="top">stretch</aspectratio>
  132. <texture>separator2.png</texture>
  133. </control>
  134.  
  135. <control type="spincontrolex" id="13">
  136. <font>Reg28</font>
  137. <description>Keep</description>
  138. <width>800</width>
  139. <height>40</height>
  140. <label>$ADDON[pvr.mediaportal.tvserver 30104]</label>
  141. <onright>13</onright>
  142. <onleft>0</onleft>
  143. <align>left</align>
  144. <include>DialogLabel</include>
  145. </control>
  146.  
  147. <control type="spincontrolex" id="14">
  148. <font>Reg28</font>
  149. <description>Record minutes before start</description>
  150. <width>800</width>
  151. <height>40</height>
  152. <label>$ADDON[pvr.mediaportal.tvserver 30105]</label>
  153. <onright>14</onright>
  154. <onleft>0</onleft>
  155. <align>left</align>
  156. <include>DialogLabel</include>
  157. </control>
  158.  
  159. <control type="spincontrolex" id="15">
  160. <font>Reg28</font>
  161. <description>Record minutes after end</description>
  162. <width>800</width>
  163. <height>40</height>
  164. <label>$ADDON[pvr.mediaportal.tvserver 30106]</label>
  165. <onright>15</onright>
  166. <onleft>0</onleft>
  167. <align>left</align>
  168. <include>DialogLabel</include>
  169. </control>
  170. </control>
  171. </control>
  172. <!--Button Group-->
  173. <control type="group" id="9001">
  174. <posx>660</posx>
  175. <posy>678</posy>
  176. <control type="button" id="1">
  177. <!--Select-->
  178. <description>Ok Button</description>
  179. <width>350</width>
  180. <height>100</height>
  181. <label>Schedule</label>
  182. <align>left</align>
  183. <textoffsetx>100</textoffsetx>
  184. <include>DialogButtonOKCancel</include>
  185. <texturefocus border="100,0,0,0">common/select-fo.png</texturefocus>
  186. <texturenofocus border="100,0,0,0">common/select-nf.png</texturenofocus>
  187. <onleft>1</onleft>
  188. <onright>2</onright>
  189. <onup>15</onup>
  190. <ondown>10</ondown>
  191. </control>
  192. <control type="button" id="2">
  193. <!--Close-->
  194. <description>Cancel Button</description>
  195. <posx>300</posx>
  196. <width>350</width>
  197. <height>100</height>
  198. <label>Cancel</label>
  199. <align>left</align>
  200. <textoffsetx>100</textoffsetx>
  201. <include>DialogButtonOKCancel</include>
  202. <texturefocus border="100,0,0,0">common/cancel-fo.png</texturefocus>
  203. <texturenofocus border="100,0,0,0">common/cancel-nf.png</texturenofocus>
  204. <onleft>1</onleft>
  205. <onright>2</onright>
  206. <onup>15</onup>
  207. </control>
  208. </control>
  209. </control>
  210. </controls>
  211. </window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement