Advertisement
Noneatme

Untitled

Sep 13th, 2012
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 16.46 KB | None | 0 0
  1. GUIEditor_Window = {}
  2. GUIEditor_TabPanel = {}
  3. GUIEditor_Tab = {}
  4. GUIEditor_Button = {}
  5. GUIEditor_Memo = {}
  6. GUIEditor_Checkbox = {}
  7. GUIEditor_Label = {}
  8. GUIEditor_Edit = {}
  9. GUIEditor_Radio = {}
  10. GUIEditor_Grid = {}
  11.  
  12. GUIEditor_Window[1] = guiCreateWindow(569,323,502,332,"Eventmanagement",false)
  13. GUIEditor_TabPanel[1] = guiCreateTabPanel(9,49,481,274,false,GUIEditor_Window[1])
  14. GUIEditor_Tab[1] = guiCreateTab("Events",GUIEditor_TabPanel[1])
  15. GUIEditor_Grid[1] = guiCreateGridList(9,8,159,205,false,GUIEditor_Tab[1])
  16. guiGridListSetSelectionMode(GUIEditor_Grid[1],2)
  17.  
  18. guiGridListAddColumn(GUIEditor_Grid[1],"Event",0.2)
  19. GUIEditor_Edit[1] = guiCreateEdit(10,219,157,19,"suche Events",false,GUIEditor_Tab[1])
  20. GUIEditor_Label[1] = guiCreateLabel(180,9,232,16,"Klicke auf ein Event fuer Informationen!",false,GUIEditor_Tab[1])
  21. guiSetFont(GUIEditor_Label[1],"default-bold-small")
  22. GUIEditor_Label[2] = guiCreateLabel(172,10,238,18,"______________________________________________",false,GUIEditor_Tab[1])
  23. guiLabelSetColor(GUIEditor_Label[2],0, 255, 255)
  24. GUIEditor_TabPanel[2] = guiCreateTabPanel(177,30,297,211,false,GUIEditor_Tab[1])
  25. GUIEditor_Tab[2] = guiCreateTab("Informationen",GUIEditor_TabPanel[2])
  26. GUIEditor_Memo[1] = guiCreateMemo(7,5,282,176,"Infomemo events",false,GUIEditor_Tab[2])
  27. GUIEditor_Tab[3] = guiCreateTab("Anmeldung",GUIEditor_TabPanel[2])
  28. GUIEditor_Label[3] = guiCreateLabel(9,49,47,17,"Wert*",false,GUIEditor_Tab[3])
  29. guiSetFont(GUIEditor_Label[3],"default-bold-small")
  30. GUIEditor_Edit[2] = guiCreateEdit(58,46,109,24,"Wert Event",false,GUIEditor_Tab[3])
  31. GUIEditor_Label[4] = guiCreateLabel(10,11,47,17,"Name: ",false,GUIEditor_Tab[3])
  32. guiSetFont(GUIEditor_Label[4],"default-bold-small")
  33. GUIEditor_Edit[3] = guiCreateEdit(59,8,109,24,"Spielername! Event",false,GUIEditor_Tab[3])
  34. GUIEditor_Checkbox[1] = guiCreateCheckBox(9,78,267,19,"Ich akzeptiere die Regeln und Halte sie ein!",false,false,GUIEditor_Tab[3])
  35. guiSetFont(GUIEditor_Checkbox[1],"default-bold-small")
  36. GUIEditor_Label[5] = guiCreateLabel(15,97,263,37,"(Das nichteinhalten der Regeln kann einen\nPermanenten spielausschluss zu folge haben.",false,GUIEditor_Tab[3])
  37. guiLabelSetColor(GUIEditor_Label[5],255, 0, 0)
  38. guiSetFont(GUIEditor_Label[5],"default-bold-small")
  39. GUIEditor_Button[1] = guiCreateButton(8,140,132,32,"Anmeldung absenden",false,GUIEditor_Tab[3])
  40. GUIEditor_Tab[4] = guiCreateTab("Regeln",GUIEditor_TabPanel[2])
  41. GUIEditor_Memo[2] = guiCreateMemo(7,5,282,176,"Regelmemo events",false,GUIEditor_Tab[4])
  42. GUIEditor_Tab[5] = guiCreateTab("Vorh.",GUIEditor_TabPanel[2])
  43. GUIEditor_Grid[2] = guiCreateGridList(8,4,283,176,false,GUIEditor_Tab[5])
  44. guiGridListSetSelectionMode(GUIEditor_Grid[2],2)
  45.  
  46. guiGridListAddColumn(GUIEditor_Grid[2],"Name",0.2)
  47.  
  48. guiGridListAddColumn(GUIEditor_Grid[2],"Datum",0.2)
  49.  
  50. guiGridListAddColumn(GUIEditor_Grid[2],"Wert",0.2)
  51. GUIEditor_Tab[6] = guiCreateTab("Umfragen",GUIEditor_TabPanel[1])
  52. GUIEditor_Grid[3] = guiCreateGridList(9,8,159,205,false,GUIEditor_Tab[6])
  53. guiGridListSetSelectionMode(GUIEditor_Grid[3],2)
  54.  
  55. guiGridListAddColumn(GUIEditor_Grid[3],"Umfrage",0.2)
  56. GUIEditor_Edit[4] = guiCreateEdit(10,219,157,19,"Suche Umfragen",false,GUIEditor_Tab[6])
  57. GUIEditor_Label[6] = guiCreateLabel(174,8,292,21,"Klicke auf eine Umfrage fuer weitere Informationen!",false,GUIEditor_Tab[6])
  58. guiSetFont(GUIEditor_Label[6],"default-bold-small")
  59. GUIEditor_Label[7] = guiCreateLabel(170,9,302,17,"________________________________________________",false,GUIEditor_Tab[6])
  60. guiLabelSetColor(GUIEditor_Label[7],0, 255, 255)
  61. GUIEditor_TabPanel[3] = guiCreateTabPanel(173,32,301,210,false,GUIEditor_Tab[6])
  62. GUIEditor_Tab[7] = guiCreateTab("Information",GUIEditor_TabPanel[3])
  63. GUIEditor_Memo[3] = guiCreateMemo(6,3,291,176,"Umfrageninformationsmemo",false,GUIEditor_Tab[7])
  64. GUIEditor_Tab[8] = guiCreateTab("Abstimmen",GUIEditor_TabPanel[3])
  65. GUIEditor_TabPanel[4] = guiCreateTabPanel(6,3,292,178,false,GUIEditor_Tab[8])
  66. GUIEditor_Tab[9] = guiCreateTab("Abstimmung 1",GUIEditor_TabPanel[4])
  67. GUIEditor_Checkbox[2] = guiCreateCheckBox(153,10,128,16,"Auswahl 8",false,false,GUIEditor_Tab[9])
  68. guiCheckBoxSetSelected(GUIEditor_Checkbox[2],true)
  69. guiSetFont(GUIEditor_Checkbox[2],"default-bold-small")
  70. GUIEditor_Checkbox[3] = guiCreateCheckBox(153,29,128,16,"Auswahl 9",false,false,GUIEditor_Tab[9])
  71. guiCheckBoxSetSelected(GUIEditor_Checkbox[3],true)
  72. guiSetFont(GUIEditor_Checkbox[3],"default-bold-small")
  73. GUIEditor_Checkbox[4] = guiCreateCheckBox(153,47,128,16,"Auswahl 10",false,false,GUIEditor_Tab[9])
  74. guiCheckBoxSetSelected(GUIEditor_Checkbox[4],true)
  75. guiSetFont(GUIEditor_Checkbox[4],"default-bold-small")
  76. GUIEditor_Checkbox[5] = guiCreateCheckBox(153,65,128,16,"Auswahl 11",false,false,GUIEditor_Tab[9])
  77. guiCheckBoxSetSelected(GUIEditor_Checkbox[5],true)
  78. guiSetFont(GUIEditor_Checkbox[5],"default-bold-small")
  79. GUIEditor_Checkbox[6] = guiCreateCheckBox(153,83,128,16,"Auswahl 12",false,false,GUIEditor_Tab[9])
  80. guiCheckBoxSetSelected(GUIEditor_Checkbox[6],true)
  81. guiSetFont(GUIEditor_Checkbox[6],"default-bold-small")
  82. GUIEditor_Checkbox[7] = guiCreateCheckBox(153,101,128,16,"Auswahl 13",false,false,GUIEditor_Tab[9])
  83. guiCheckBoxSetSelected(GUIEditor_Checkbox[7],true)
  84. guiSetFont(GUIEditor_Checkbox[7],"default-bold-small")
  85. GUIEditor_Checkbox[8] = guiCreateCheckBox(153,119,128,16,"Auswahl 14",false,false,GUIEditor_Tab[9])
  86. guiCheckBoxSetSelected(GUIEditor_Checkbox[8],true)
  87. guiSetFont(GUIEditor_Checkbox[8],"default-bold-small")
  88. GUIEditor_Checkbox[9] = guiCreateCheckBox(9,7,128,16,"Auswahl 1",false,false,GUIEditor_Tab[9])
  89. guiCheckBoxSetSelected(GUIEditor_Checkbox[9],true)
  90. guiSetFont(GUIEditor_Checkbox[9],"default-bold-small")
  91. GUIEditor_Checkbox[10] = guiCreateCheckBox(9,26,128,16,"Auswahl 2",false,false,GUIEditor_Tab[9])
  92. guiCheckBoxSetSelected(GUIEditor_Checkbox[10],true)
  93. guiSetFont(GUIEditor_Checkbox[10],"default-bold-small")
  94. GUIEditor_Checkbox[11] = guiCreateCheckBox(9,44,128,16,"Auswahl 3",false,false,GUIEditor_Tab[9])
  95. guiCheckBoxSetSelected(GUIEditor_Checkbox[11],true)
  96. guiSetFont(GUIEditor_Checkbox[11],"default-bold-small")
  97. GUIEditor_Checkbox[12] = guiCreateCheckBox(9,62,128,16,"Auswahl 4",false,false,GUIEditor_Tab[9])
  98. guiCheckBoxSetSelected(GUIEditor_Checkbox[12],true)
  99. guiSetFont(GUIEditor_Checkbox[12],"default-bold-small")
  100. GUIEditor_Checkbox[13] = guiCreateCheckBox(9,80,128,16,"Auswahl 5",false,false,GUIEditor_Tab[9])
  101. guiCheckBoxSetSelected(GUIEditor_Checkbox[13],true)
  102. guiSetFont(GUIEditor_Checkbox[13],"default-bold-small")
  103. GUIEditor_Checkbox[14] = guiCreateCheckBox(9,98,128,16,"Auswahl 6",false,false,GUIEditor_Tab[9])
  104. guiCheckBoxSetSelected(GUIEditor_Checkbox[14],true)
  105. guiSetFont(GUIEditor_Checkbox[14],"default-bold-small")
  106. GUIEditor_Checkbox[15] = guiCreateCheckBox(9,116,128,16,"Auswahl 7",false,false,GUIEditor_Tab[9])
  107. guiCheckBoxSetSelected(GUIEditor_Checkbox[15],true)
  108. guiSetFont(GUIEditor_Checkbox[15],"default-bold-small")
  109. GUIEditor_Tab[10] = guiCreateTab("Abstimmung 2",GUIEditor_TabPanel[4])
  110. GUIEditor_Radio[1] = guiCreateRadioButton(156,85,120,18,"Auswahl 12",false,GUIEditor_Tab[10])
  111. guiSetFont(GUIEditor_Radio[1],"default-bold-small")
  112. GUIEditor_Radio[2] = guiCreateRadioButton(156,104,120,18,"Auswahl 13",false,GUIEditor_Tab[10])
  113. guiSetFont(GUIEditor_Radio[2],"default-bold-small")
  114. GUIEditor_Radio[3] = guiCreateRadioButton(10,5,120,18,"Auswahl 1",false,GUIEditor_Tab[10])
  115. guiRadioButtonSetSelected(GUIEditor_Radio[3],true)
  116. guiSetFont(GUIEditor_Radio[3],"default-bold-small")
  117. GUIEditor_Radio[4] = guiCreateRadioButton(156,27,120,18,"Auswahl 9",false,GUIEditor_Tab[10])
  118. guiSetFont(GUIEditor_Radio[4],"default-bold-small")
  119. GUIEditor_Radio[5] = guiCreateRadioButton(156,47,120,18,"Auswahl 10",false,GUIEditor_Tab[10])
  120. guiSetFont(GUIEditor_Radio[5],"default-bold-small")
  121. GUIEditor_Radio[6] = guiCreateRadioButton(156,66,120,18,"Auswahl 11",false,GUIEditor_Tab[10])
  122. guiSetFont(GUIEditor_Radio[6],"default-bold-small")
  123. GUIEditor_Radio[7] = guiCreateRadioButton(156,122,120,18,"Auswahl 14",false,GUIEditor_Tab[10])
  124. guiSetFont(GUIEditor_Radio[7],"default-bold-small")
  125. GUIEditor_Radio[8] = guiCreateRadioButton(10,82,120,18,"Auswahl 5",false,GUIEditor_Tab[10])
  126. guiSetFont(GUIEditor_Radio[8],"default-bold-small")
  127. GUIEditor_Radio[9] = guiCreateRadioButton(10,101,120,18,"Auswahl 6",false,GUIEditor_Tab[10])
  128. guiSetFont(GUIEditor_Radio[9],"default-bold-small")
  129. GUIEditor_Radio[10] = guiCreateRadioButton(10,24,120,18,"Auswahl 2",false,GUIEditor_Tab[10])
  130. guiSetFont(GUIEditor_Radio[10],"default-bold-small")
  131. GUIEditor_Radio[11] = guiCreateRadioButton(10,44,120,18,"Auswahl 3",false,GUIEditor_Tab[10])
  132. guiSetFont(GUIEditor_Radio[11],"default-bold-small")
  133. GUIEditor_Radio[12] = guiCreateRadioButton(10,63,120,18,"Auswahl 4",false,GUIEditor_Tab[10])
  134. guiSetFont(GUIEditor_Radio[12],"default-bold-small")
  135. GUIEditor_Radio[13] = guiCreateRadioButton(10,119,120,18,"Auswahl 7",false,GUIEditor_Tab[10])
  136. guiSetFont(GUIEditor_Radio[13],"default-bold-small")
  137. GUIEditor_Radio[14] = guiCreateRadioButton(156,7,120,18,"Auswahl 8",false,GUIEditor_Tab[10])
  138. guiSetFont(GUIEditor_Radio[14],"default-bold-small")
  139. GUIEditor_Tab[11] = guiCreateTab("Fertig",GUIEditor_TabPanel[4])
  140. GUIEditor_Label[8] = guiCreateLabel(9,5,263,60,"Sobald du auf 'Absenden' gedrueckt hast, wird\ndeine Abstimmung gespeichert.\nWenn du bereits deine Stimme abgeben hast,\nkannst du sie hier loeschen.",false,GUIEditor_Tab[11])
  141. guiSetFont(GUIEditor_Label[8],"default-bold-small")
  142. GUIEditor_Button[2] = guiCreateButton(8,84,121,28,"Absenden",false,GUIEditor_Tab[11])
  143. GUIEditor_Tab[12] = guiCreateTab("Auswertung",GUIEditor_TabPanel[3])
  144. GUIEditor_Label[9] = guiCreateLabel(6,5,287,19,"Auswertung der Umfrage '':",false,GUIEditor_Tab[12])
  145. guiSetFont(GUIEditor_Label[9],"default-bold-small")
  146. GUIEditor_Label[10] = guiCreateLabel(11,43,113,103,"1: 0%(0 Stimmen)\n2: 0%(0 Stimmen)\n3: 0%(0 Stimmen)\n4: 0%(0 Stimmen)\n5: 0%(0 Stimmen)\n6: 0%(0 Stimmen)\n7: 0%(0 Stimmen)\n",false,GUIEditor_Tab[12])
  147. guiSetFont(GUIEditor_Label[10],"default-bold-small")
  148. GUIEditor_Label[11] = guiCreateLabel(155,43,113,103,"8: 0%(0 Stimmen)\n9: 0%(0 Stimmen)\n10: 0%(0 Stimmen)\n11: 0%(0 Stimmen)\n12: 0%(0 Stimmen)\n13: 0%(0 Stimmen)\n14: 0%(0 Stimmen)\n",false,GUIEditor_Tab[12])
  149. guiSetFont(GUIEditor_Label[11],"default-bold-small")
  150. GUIEditor_Label[12] = guiCreateLabel(3,7,288,16,"__________________________________________________",false,GUIEditor_Tab[12])
  151. guiLabelSetColor(GUIEditor_Label[12],0, 255, 0)
  152. GUIEditor_Label[13] = guiCreateLabel(9,147,270,22,"Es wurden insgesammt 0 Teilnehmer gezaehlt.",false,GUIEditor_Tab[12])
  153. guiLabelSetColor(GUIEditor_Label[13],200, 255, 255)
  154. guiLabelSetHorizontalAlign(GUIEditor_Label[13],"center",false)
  155. guiSetFont(GUIEditor_Label[13],"default-bold-small")
  156. GUIEditor_Tab[13] = guiCreateTab("Eventerstellung",GUIEditor_TabPanel[1])
  157. GUIEditor_TabPanel[5] = guiCreateTabPanel(6,5,470,238,false,GUIEditor_Tab[13])
  158. GUIEditor_Tab[14] = guiCreateTab("Informationen",GUIEditor_TabPanel[5])
  159. GUIEditor_Label[14] = guiCreateLabel(6,43,84,20,"Datum(Wann):",false,GUIEditor_Tab[14])
  160. guiSetFont(GUIEditor_Label[14],"default-bold-small")
  161. GUIEditor_Edit[5] = guiCreateEdit(92,39,126,25,"eventdatum",false,GUIEditor_Tab[14])
  162. GUIEditor_Label[15] = guiCreateLabel(11,12,76,16,"Eventname: ",false,GUIEditor_Tab[14])
  163. guiSetFont(GUIEditor_Label[15],"default-bold-small")
  164. GUIEditor_Edit[6] = guiCreateEdit(93,9,126,25,"Eventname",false,GUIEditor_Tab[14])
  165. GUIEditor_Label[16] = guiCreateLabel(9,71,76,16,"Ort:",false,GUIEditor_Tab[14])
  166. guiSetFont(GUIEditor_Label[16],"default-bold-small")
  167. GUIEditor_Edit[7] = guiCreateEdit(91,68,126,25,"Eventort",false,GUIEditor_Tab[14])
  168. GUIEditor_TabPanel[6] = guiCreateTabPanel(225,6,240,202,false,GUIEditor_Tab[14])
  169. GUIEditor_Tab[15] = guiCreateTab("Weiteres",GUIEditor_TabPanel[6])
  170. GUIEditor_Memo[4] = guiCreateMemo(5,3,230,168,"Eventerstellung:weiteresmemo",false,GUIEditor_Tab[15])
  171. GUIEditor_Tab[16] = guiCreateTab("Regeln",GUIEditor_TabPanel[6])
  172. GUIEditor_Memo[5] = guiCreateMemo(5,3,230,168,"Eventerstellung:regelnmemo",false,GUIEditor_Tab[16])
  173. GUIEditor_Checkbox[16] = guiCreateCheckBox(10,100,205,26,"Anmeldungen erlauben",false,false,GUIEditor_Tab[14])
  174. guiCheckBoxSetSelected(GUIEditor_Checkbox[16],true)
  175. guiSetFont(GUIEditor_Checkbox[16],"default-bold-small")
  176. GUIEditor_Button[3] = guiCreateButton(6,153,217,30,"Event erstellen",false,GUIEditor_Tab[14])
  177. guiSetFont(GUIEditor_Button[3],"default-bold-small")
  178. GUIEditor_Tab[17] = guiCreateTab("Vorhandene Events loeschen",GUIEditor_TabPanel[5])
  179. GUIEditor_Grid[4] = guiCreateGridList(5,5,300,199,false,GUIEditor_Tab[17])
  180. guiGridListSetSelectionMode(GUIEditor_Grid[4],2)
  181.  
  182. guiGridListAddColumn(GUIEditor_Grid[4],"Eventname",0.2)
  183.  
  184. guiGridListAddColumn(GUIEditor_Grid[4],"Datum",0.2)
  185. GUIEditor_Label[17] = guiCreateLabel(311,6,149,94,"Geloeschte Events sind\nfuer immer geloescht!",false,GUIEditor_Tab[17])
  186. guiSetFont(GUIEditor_Label[17],"default-bold-small")
  187. GUIEditor_Button[4] = guiCreateButton(311,122,151,62,"Ausgewaehltes Event\nloeschen",false,GUIEditor_Tab[17])
  188. guiSetFont(GUIEditor_Button[4],"default-bold-small")
  189. GUIEditor_Tab[18] = guiCreateTab("Umfrageerstellung",GUIEditor_TabPanel[1])
  190. GUIEditor_TabPanel[7] = guiCreateTabPanel(5,4,470,239,false,GUIEditor_Tab[18])
  191. GUIEditor_Tab[19] = guiCreateTab("Allgemein",GUIEditor_TabPanel[7])
  192. GUIEditor_Label[18] = guiCreateLabel(11,4,266,17,"Bitte Umfrage Beschreiben und Name angeben!",false,GUIEditor_Tab[19])
  193. guiSetFont(GUIEditor_Label[18],"default-bold-small")
  194. GUIEditor_Memo[6] = guiCreateMemo(10,25,291,176,"",false,GUIEditor_Tab[19])
  195. GUIEditor_Radio[15] = guiCreateRadioButton(313,24,145,19,"Pro User 1x Antwort",false,GUIEditor_Tab[19])
  196. guiSetFont(GUIEditor_Radio[15],"default-bold-small")
  197. GUIEditor_Radio[16] = guiCreateRadioButton(313,43,145,19,"Alle Antw. waehlbar",false,GUIEditor_Tab[19])
  198. guiRadioButtonSetSelected(GUIEditor_Radio[16],true)
  199. guiSetFont(GUIEditor_Radio[16],"default-bold-small")
  200. GUIEditor_Label[19] = guiCreateLabel(309,62,157,67,"Anzahl der Moeglichkeiten\nHaengt von Ausfuellung der\nKasten ab!",false,GUIEditor_Tab[19])
  201. guiSetFont(GUIEditor_Label[19],"default-bold-small")
  202. GUIEditor_Button[5] = guiCreateButton(308,139,151,33,"Umfrage erstellen",false,GUIEditor_Tab[19])
  203. guiSetFont(GUIEditor_Button[5],"default-bold-small")
  204. GUIEditor_Tab[20] = guiCreateTab("Antwortmoeglichkeiten",GUIEditor_TabPanel[7])
  205. GUIEditor_Label[20] = guiCreateLabel(250,6,29,204,"8.\n\n9.\n\n10.\n\n11.\n\n12.\n\n13.\n\n14.\n\n",false,GUIEditor_Tab[20])
  206. GUIEditor_Edit[8] = guiCreateEdit(277,120,168,21,"Auswahl 12",false,GUIEditor_Tab[20])
  207. GUIEditor_Edit[9] = guiCreateEdit(277,148,168,21,"Auswahl 13",false,GUIEditor_Tab[20])
  208. GUIEditor_Edit[10] = guiCreateEdit(278,5,168,21,"Auswahl 8",false,GUIEditor_Tab[20])
  209. GUIEditor_Edit[11] = guiCreateEdit(277,32,168,21,"Auswahl 9",false,GUIEditor_Tab[20])
  210. GUIEditor_Edit[12] = guiCreateEdit(278,61,168,21,"Auswahl 10",false,GUIEditor_Tab[20])
  211. GUIEditor_Edit[13] = guiCreateEdit(277,88,168,21,"Auswahl 11",false,GUIEditor_Tab[20])
  212. GUIEditor_Edit[14] = guiCreateEdit(278,176,168,21,"Auswahl 14",false,GUIEditor_Tab[20])
  213. GUIEditor_Label[21] = guiCreateLabel(9,4,29,204,"1.\n\n2.\n\n3.\n\n4.\n\n5.\n\n6.\n\n7.\n\n",false,GUIEditor_Tab[20])
  214. GUIEditor_Edit[15] = guiCreateEdit(36,118,168,21,"Auswahl 5",false,GUIEditor_Tab[20])
  215. GUIEditor_Edit[16] = guiCreateEdit(36,146,168,21,"Auswahl 6",false,GUIEditor_Tab[20])
  216. GUIEditor_Edit[17] = guiCreateEdit(37,3,168,21,"Auswahl 1",false,GUIEditor_Tab[20])
  217. GUIEditor_Edit[18] = guiCreateEdit(36,30,168,21,"Auswahl 2",false,GUIEditor_Tab[20])
  218. GUIEditor_Edit[19] = guiCreateEdit(37,59,168,21,"Auswahl 3",false,GUIEditor_Tab[20])
  219. GUIEditor_Edit[20] = guiCreateEdit(36,86,168,21,"Auswahl 4",false,GUIEditor_Tab[20])
  220. GUIEditor_Edit[21] = guiCreateEdit(37,174,168,21,"Auswahl 7",false,GUIEditor_Tab[20])
  221. GUIEditor_Tab[21] = guiCreateTab("Vorhandene Umfragen loeschen",GUIEditor_TabPanel[7])
  222. GUIEditor_Grid[5] = guiCreateGridList(7,5,290,200,false,GUIEditor_Tab[21])
  223. guiGridListSetSelectionMode(GUIEditor_Grid[5],2)
  224.  
  225. guiGridListAddColumn(GUIEditor_Grid[5],"Umfrage",0.2)
  226.  
  227. guiGridListAddColumn(GUIEditor_Grid[5],"Datum",0.2)
  228. GUIEditor_Label[22] = guiCreateLabel(305,3,153,77,"Warnung: Geloeschte\nUmfragen sind fuer immer\ngeloescht!",false,GUIEditor_Tab[21])
  229. guiSetFont(GUIEditor_Label[22],"default-bold-small")
  230. GUIEditor_Button[6] = guiCreateButton(304,112,157,59,"Ausgewaehlte Umfrage\nLoeschen",false,GUIEditor_Tab[21])
  231. guiSetFont(GUIEditor_Button[6],"default-bold-small")
  232. GUIEditor_Label[23] = guiCreateLabel(9,26,333,15,"Hier kannst du alle Aktuellen Events und Umfragen finden.",false,GUIEditor_Window[1])
  233. guiSetFont(GUIEditor_Label[23],"default-bold-small")
  234. GUIEditor_Button[7] = guiCreateButton(434,26,36,24,"[X]",false,GUIEditor_Window[1])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement