Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > AutoIt
You last visited: Today at 10:43

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



problem bot now working gui

Discussion on problem bot now working gui within the AutoIt forum part of the Coders Den category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Mar 2006
Posts: 15
Received Thanks: 0
problem bot now working gui

hi, when I select a checkbox buttons do not work
sorry I do not speak much English just a little google translator helps me: (
Code:
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <TabConstants.au3>
#include <WindowsConstants.au3>
Opt("GUIOnEventMode", 1)
#Region ### START Koda GUI section ### Form=C:\Documents and Settings\Administrador\Escritorio\Form1.kxf
$Form1 = GUICreate("Tabbed Notebook Dialog", 357, 266, 465, 171)
GUISetOnEvent($GUI_EVENT_CLOSE, "Form1Close")
GUISetOnEvent($GUI_EVENT_MINIMIZE, "Form1Minimize")
GUISetOnEvent($GUI_EVENT_MAXIMIZE, "Form1Maximize")
GUISetOnEvent($GUI_EVENT_RESTORE, "Form1Restore")
$PageControl1 = GUICtrlCreateTab(8, 8, 236, 216)
GUICtrlSetOnEvent(-1, "PageControl1Change")
$Mamerto = GUICtrlCreateTabItem("Mdddddddd")
$Button8 = GUICtrlCreateButton("Mffffffffffff", 16, 40, 65, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(1, "Button8Click")
$Label21 = GUICtrlCreateLabel("ddddddddd", 16, 64, 54, 18)
GUICtrlSetFont(1, 8, 800, 0, "Arial")
GUICtrlSetOnEvent(-1, "Label21Click")
$Label22 = GUICtrlCreateLabel("Label2", 24, 128, 36, 18)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Label22Click")
$Label23 = GUICtrlCreateLabel("Label4", 24, 160, 36, 18)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Label23Click")
$Label24 = GUICtrlCreateLabel("Label3", 24, 192, 36, 18)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Label24Click")
$Label25 = GUICtrlCreateLabel("Label5", 24, 96, 36, 18)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Label25Click")
$Checkbox101 = GUICtrlCreateCheckbox("Checkbox1", 72, 64, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox101Click")
$Checkbox102 = GUICtrlCreateCheckbox("Checkbox2", 104, 64, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox102Click")
$Checkbox103 = GUICtrlCreateCheckbox("Checkbox3", 136, 64, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox103Click")
$Checkbox104 = GUICtrlCreateCheckbox("Checkbox4", 168, 64, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox104Click")
$Checkbox105 = GUICtrlCreateCheckbox("Checkbox6", 72, 96, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox105Click")
$Checkbox106 = GUICtrlCreateCheckbox("Checkbox5", 200, 64, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox106Click")
$Checkbox107 = GUICtrlCreateCheckbox("Checkbox7", 104, 96, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox107Click")
$Checkbox108 = GUICtrlCreateCheckbox("Checkbox9", 168, 96, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox108Click")
$Checkbox109 = GUICtrlCreateCheckbox("Checkbox8", 136, 96, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox109Click")
$Checkbox110 = GUICtrlCreateCheckbox("Checkbox10", 200, 96, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox110Click")
$Checkbox111 = GUICtrlCreateCheckbox("Checkbox11", 72, 128, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox111Click")
$Checkbox112 = GUICtrlCreateCheckbox("Checkbox12", 104, 128, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox112Click")
$Checkbox113 = GUICtrlCreateCheckbox("Checkbox14", 168, 128, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox113Click")
$Checkbox114 = GUICtrlCreateCheckbox("Checkbox13", 136, 128, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox114Click")
$Checkbox115 = GUICtrlCreateCheckbox("Checkbox17", 104, 160, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox115Click")
$Checkbox116 = GUICtrlCreateCheckbox("Checkbox15", 200, 128, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox116Click")
$Checkbox117 = GUICtrlCreateCheckbox("Checkbox16", 72, 160, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox117Click")
$Checkbox118 = GUICtrlCreateCheckbox("Checkbox18", 136, 160, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox118Click")
$Checkbox119 = GUICtrlCreateCheckbox("Checkbox19", 168, 160, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox119Click")
$Checkbox120 = GUICtrlCreateCheckbox("Checkbox20", 200, 160, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox120Click")
$Checkbox121 = GUICtrlCreateCheckbox("Checkbox21", 72, 192, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox121Click")
$Checkbox122 = GUICtrlCreateCheckbox("Checkbox23", 136, 192, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox122Click")
$Checkbox123 = GUICtrlCreateCheckbox("Checkbox25", 200, 192, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox123Click")
$Checkbox124 = GUICtrlCreateCheckbox("Checkbox24", 168, 192, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox124Click")
$Checkbox125 = GUICtrlCreateCheckbox("Checkbox22", 104, 192, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox125Click")
$Negra = GUICtrlCreateTabItem("ffffffff")
$Button4 = GUICtrlCreateButton("Button4", 16, 40, 65, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Button4Click")
$Label1 = GUICtrlCreateLabel("Jffffffff", 24, 64, 19, 18)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(1, "Label1Click")
$Label2 = GUICtrlCreateLabel("fff", 24, 128, 34, 18)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Label2Click")
$Label3 = GUICtrlCreateLabel("ffffff", 24, 192, 39, 18)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Label3Click")
$Label4 = GUICtrlCreateLabel("fffffffe", 24, 160, 32, 18)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Label4Click")
$Label5 = GUICtrlCreateLabel("Pffffffff", 24, 96, 30, 18)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Label5Click")
$Checkbox1 = GUICtrlCreateCheckbox("Checkbox1", 72, 64, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox1Click")
$Checkbox2 = GUICtrlCreateCheckbox("Checkbox2", 104, 64, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox2Click")
$Checkbox3 = GUICtrlCreateCheckbox("Checkbox3", 136, 64, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox3Click")
$Checkbox4 = GUICtrlCreateCheckbox("Checkbox4", 168, 64, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox4Click")
$Checkbox5 = GUICtrlCreateCheckbox("Checkbox5", 200, 64, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox5Click")
$Checkbox6 = GUICtrlCreateCheckbox("Checkbox6", 72, 96, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox6Click")
$Checkbox7 = GUICtrlCreateCheckbox("Checkbox7", 104, 96, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox7Click")
$Checkbox8 = GUICtrlCreateCheckbox("Checkbox8", 136, 96, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox8Click")
$Checkbox9 = GUICtrlCreateCheckbox("Checkbox9", 168, 96, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox9Click")
$Checkbox10 = GUICtrlCreateCheckbox("Checkbox10", 200, 96, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox10Click")
$Checkbox11 = GUICtrlCreateCheckbox("Checkbox11", 72, 128, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox11Click")
$Checkbox12 = GUICtrlCreateCheckbox("Checkbox12", 104, 128, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox12Click")
$Checkbox13 = GUICtrlCreateCheckbox("Checkbox13", 136, 128, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox13Click")
$Checkbox14 = GUICtrlCreateCheckbox("Checkbox14", 168, 128, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox14Click")
$Checkbox15 = GUICtrlCreateCheckbox("Checkbox15", 200, 128, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox15Click")
$Checkbox16 = GUICtrlCreateCheckbox("Checkbox16", 72, 160, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox16Click")
$Checkbox17 = GUICtrlCreateCheckbox("Checkbox17", 104, 160, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox17Click")
$Checkbox18 = GUICtrlCreateCheckbox("Checkbox18", 136, 160, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox18Click")
$Checkbox19 = GUICtrlCreateCheckbox("Checkbox19", 168, 160, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox19Click")
$Checkbox20 = GUICtrlCreateCheckbox("Checkbox20", 200, 160, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox20Click")
$Checkbox21 = GUICtrlCreateCheckbox("Checkbox21", 72, 192, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox21Click")
$Checkbox22 = GUICtrlCreateCheckbox("Checkbox22", 104, 192, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox22Click")
$Checkbox23 = GUICtrlCreateCheckbox("Checkbox23", 136, 192, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox23Click")
$Checkbox24 = GUICtrlCreateCheckbox("Checkbox24", 168, 192, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox24Click")
$Checkbox25 = GUICtrlCreateCheckbox("Checkbox25", 200, 192, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox25Click")
$TonTo = GUICtrlCreateTabItem("ffffffffff")
$Button5 = GUICtrlCreateButton("Button4", 16, 40, 65, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Button5Click")
$Label6 = GUICtrlCreateLabel("ffffffffffff", 24, 64, 31, 18)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Label6Click")
$Label7 = GUICtrlCreateLabel("gggggggggggg", 24, 128, 34, 18)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Label7Click")
$Label8 = GUICtrlCreateLabel("Label4", 24, 160, 36, 18)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Label8Click")
$Label9 = GUICtrlCreateLabel("gggggg", 24, 192, 46, 18)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Label9Click")
$Label10 = GUICtrlCreateLabel("Sddd", 24, 96, 41, 18)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Label10Click")
$Checkbox26 = GUICtrlCreateCheckbox("Checkbox1", 72, 64, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox26Click")
$Checkbox27 = GUICtrlCreateCheckbox("Checkbox2", 104, 64, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox27Click")
$Checkbox28 = GUICtrlCreateCheckbox("Checkbox3", 136, 64, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox28Click")
$Checkbox29 = GUICtrlCreateCheckbox("Checkbox4", 168, 64, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox29Click")
$Checkbox30 = GUICtrlCreateCheckbox("Checkbox6", 72, 96, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox30Click")
$Checkbox31 = GUICtrlCreateCheckbox("Checkbox5", 200, 64, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox31Click")
$Checkbox32 = GUICtrlCreateCheckbox("Checkbox7", 104, 96, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox32Click")
$Checkbox33 = GUICtrlCreateCheckbox("Checkbox9", 168, 96, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox33Click")
$Checkbox34 = GUICtrlCreateCheckbox("Checkbox8", 136, 96, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox34Click")
$Checkbox35 = GUICtrlCreateCheckbox("Checkbox10", 200, 96, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox35Click")
$Checkbox36 = GUICtrlCreateCheckbox("Checkbox11", 72, 128, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox36Click")
$Checkbox37 = GUICtrlCreateCheckbox("Checkbox12", 104, 128, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox37Click")
$Checkbox38 = GUICtrlCreateCheckbox("Checkbox14", 168, 128, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox38Click")
$Checkbox39 = GUICtrlCreateCheckbox("Checkbox13", 136, 128, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox39Click")
$Checkbox40 = GUICtrlCreateCheckbox("Checkbox17", 104, 160, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox40Click")
$Checkbox41 = GUICtrlCreateCheckbox("Checkbox15", 200, 128, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox41Click")
$Checkbox42 = GUICtrlCreateCheckbox("Checkbox16", 72, 160, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox42Click")
$Checkbox43 = GUICtrlCreateCheckbox("Checkbox18", 136, 160, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox43Click")
$Checkbox44 = GUICtrlCreateCheckbox("Checkbox19", 168, 160, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox44Click")
$Checkbox45 = GUICtrlCreateCheckbox("Checkbox20", 200, 160, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox45Click")
$Checkbox46 = GUICtrlCreateCheckbox("Checkbox21", 72, 192, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox46Click")
$Checkbox47 = GUICtrlCreateCheckbox("Checkbox23", 136, 192, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox47Click")
$Checkbox48 = GUICtrlCreateCheckbox("Checkbox25", 200, 192, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox48Click")
$Checkbox49 = GUICtrlCreateCheckbox("Checkbox24", 168, 192, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox49Click")
$Checkbox50 = GUICtrlCreateCheckbox("Checkbox22", 104, 192, 17, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Arial")
GUICtrlSetOnEvent(-1, "Checkbox50Click")
$Sokete = GUICtrlCreateTabItem("Smmmm")
$Button6 = GUICtrlCreateButton("Button4", 16, 40, 65, 17)
GUICtrlSetOnEvent(-1, "Button6Click")
$Label11 = GUICtrlCreateLabel("Mclick", 24, 64, 35, 17)
GUICtrlSetOnEvent(-1, "Label11Click")
$Label12 = GUICtrlCreateLabel("dddd", 24, 128, 26, 17)
GUICtrlSetOnEvent(-1, "Label12Click")
$Label13 = GUICtrlCreateLabel("ddddd", 24, 160, 32, 17)
GUICtrlSetOnEvent(-1, "Label13Click")
$Label14 = GUICtrlCreateLabel("fffffff", 24, 192, 36, 17)
GUICtrlSetOnEvent(-1, "Label14Click")
$Label15 = GUICtrlCreateLabel("Mddddd", 24, 96, 39, 17)
GUICtrlSetOnEvent(-1, "Label15Click")
$Checkbox51 = GUICtrlCreateCheckbox("Checkbox1", 72, 64, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox51Click")
$Checkbox52 = GUICtrlCreateCheckbox("Checkbox2", 104, 64, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox52Click")
$Checkbox53 = GUICtrlCreateCheckbox("Checkbox3", 136, 64, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox53Click")
$Checkbox54 = GUICtrlCreateCheckbox("Checkbox4", 168, 64, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox54Click")
$Checkbox55 = GUICtrlCreateCheckbox("Checkbox6", 72, 96, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox55Click")
$Checkbox56 = GUICtrlCreateCheckbox("Checkbox5", 200, 64, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox56Click")
$Checkbox57 = GUICtrlCreateCheckbox("Checkbox7", 104, 96, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox57Click")
$Checkbox58 = GUICtrlCreateCheckbox("Checkbox9", 168, 96, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox58Click")
$Checkbox59 = GUICtrlCreateCheckbox("Checkbox8", 136, 96, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox59Click")
$Checkbox60 = GUICtrlCreateCheckbox("Checkbox10", 200, 96, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox60Click")
$Checkbox61 = GUICtrlCreateCheckbox("Checkbox11", 72, 128, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox61Click")
$Checkbox62 = GUICtrlCreateCheckbox("Checkbox12", 104, 128, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox62Click")
$Checkbox63 = GUICtrlCreateCheckbox("Checkbox14", 168, 128, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox63Click")
$Checkbox64 = GUICtrlCreateCheckbox("Checkbox13", 136, 128, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox64Click")
$Checkbox65 = GUICtrlCreateCheckbox("Checkbox17", 104, 160, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox65Click")
$Checkbox66 = GUICtrlCreateCheckbox("Checkbox15", 200, 128, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox66Click")
$Checkbox67 = GUICtrlCreateCheckbox("Checkbox16", 72, 160, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox67Click")
$Checkbox68 = GUICtrlCreateCheckbox("Checkbox18", 136, 160, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox68Click")
$Checkbox69 = GUICtrlCreateCheckbox("Checkbox19", 168, 160, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox69Click")
$Checkbox70 = GUICtrlCreateCheckbox("Checkbox20", 200, 160, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox70Click")
$Checkbox71 = GUICtrlCreateCheckbox("Checkbox21", 72, 192, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox71Click")
$Checkbox72 = GUICtrlCreateCheckbox("Checkbox23", 136, 192, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox72Click")
$Checkbox73 = GUICtrlCreateCheckbox("Checkbox25", 200, 192, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox73Click")
$Checkbox74 = GUICtrlCreateCheckbox("Checkbox24", 168, 192, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox74Click")
$Checkbox75 = GUICtrlCreateCheckbox("Checkbox22", 104, 192, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox75Click")
$Asssss = GUICtrlCreateTabItem("ggggggggg")
$Button7 = GUICtrlCreateButton("Button4", 16, 40, 65, 17)
GUICtrlSetOnEvent(-1, "Button7Click")
$Label16 = GUICtrlCreateLabel("fffff", 24, 64, 25, 17)
GUICtrlSetOnEvent(-1, "Label16Click")
$Label17 = GUICtrlCreateLabel("ddddd", 24, 128, 26, 17)
GUICtrlSetOnEvent(-1, "Label17Click")
$Label18 = GUICtrlCreateLabel("Rssss", 24, 160, 41, 17)
GUICtrlSetOnEvent(-1, "Label18Click")
$Label19 = GUICtrlCreateLabel("aaaaa", 24, 192, 38, 17)
GUICtrlSetOnEvent(-1, "Label19Click")
$Label20 = GUICtrlCreateLabel("aaaa", 24, 96, 25, 17)
GUICtrlSetOnEvent(-1, "Label20Click")
$Checkbox76 = GUICtrlCreateCheckbox("Checkbox1", 72, 64, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox76Click")
$Checkbox77 = GUICtrlCreateCheckbox("Checkbox2", 104, 64, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox77Click")
$Checkbox78 = GUICtrlCreateCheckbox("Checkbox3", 136, 64, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox78Click")
$Checkbox79 = GUICtrlCreateCheckbox("Checkbox4", 168, 64, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox79Click")
$Checkbox80 = GUICtrlCreateCheckbox("Checkbox6", 72, 96, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox80Click")
$Checkbox81 = GUICtrlCreateCheckbox("Checkbox5", 200, 64, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox81Click")
$Checkbox82 = GUICtrlCreateCheckbox("Checkbox7", 104, 96, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox82Click")
$Checkbox83 = GUICtrlCreateCheckbox("Checkbox9", 168, 96, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox83Click")
$Checkbox84 = GUICtrlCreateCheckbox("Checkbox8", 136, 96, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox84Click")
$Checkbox85 = GUICtrlCreateCheckbox("Checkbox10", 200, 96, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox85Click")
$Checkbox86 = GUICtrlCreateCheckbox("Checkbox11", 72, 128, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox86Click")
$Checkbox87 = GUICtrlCreateCheckbox("Checkbox12", 104, 128, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox87Click")
$Checkbox88 = GUICtrlCreateCheckbox("Checkbox14", 168, 128, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox88Click")
$Checkbox89 = GUICtrlCreateCheckbox("Checkbox13", 136, 128, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox89Click")
$Checkbox90 = GUICtrlCreateCheckbox("Checkbox17", 104, 160, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox90Click")
$Checkbox91 = GUICtrlCreateCheckbox("Checkbox15", 200, 128, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox91Click")
$Checkbox92 = GUICtrlCreateCheckbox("Checkbox16", 72, 160, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox92Click")
$Checkbox93 = GUICtrlCreateCheckbox("Checkbox18", 136, 160, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox93Click")
$Checkbox94 = GUICtrlCreateCheckbox("Checkbox19", 168, 160, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox94Click")
$Checkbox95 = GUICtrlCreateCheckbox("Checkbox20", 200, 160, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox95Click")
$Checkbox96 = GUICtrlCreateCheckbox("Checkbox21", 72, 192, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox96Click")
$Checkbox97 = GUICtrlCreateCheckbox("Checkbox23", 136, 192, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox97Click")
$Checkbox98 = GUICtrlCreateCheckbox("Checkbox25", 200, 192, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox98Click")
$Checkbox99 = GUICtrlCreateCheckbox("Checkbox24", 168, 192, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox99Click")
$Checkbox100 = GUICtrlCreateCheckbox("Checkbox22", 104, 192, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox100Click")
GUICtrlCreateTabItem("")
$Button1 = GUICtrlCreateButton("&OK", 6, 224, 75, 25)
GUICtrlSetOnEvent(-1, "Button1Click")
$Button2 = GUICtrlCreateButton("&Cancel", 166, 224, 75, 25)
GUICtrlSetOnEvent(-1, "Button2Click")
$Checkbox126 = GUICtrlCreateCheckbox("Checkbox126", 248, 8, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox126Click")
$Checkbox127 = GUICtrlCreateCheckbox("Checkbox127", 272, 8, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox127Click")
$Checkbox128 = GUICtrlCreateCheckbox("Checkbox128", 296, 8, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox128Click")
$Checkbox129 = GUICtrlCreateCheckbox("Checkbox129", 248, 40, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox129Click")
$Checkbox130 = GUICtrlCreateCheckbox("Checkbox130", 272, 40, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox130Click")
$Checkbox131 = GUICtrlCreateCheckbox("Checkbox131", 296, 40, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox131Click")
$Checkbox132 = GUICtrlCreateCheckbox("Checkbox132", 248, 72, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox132Click")
$Checkbox133 = GUICtrlCreateCheckbox("Checkbox133", 272, 72, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox133Click")
$Checkbox134 = GUICtrlCreateCheckbox("Checkbox134", 296, 72, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox134Click")
$Checkbox135 = GUICtrlCreateCheckbox("Checkbox135", 248, 104, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox135Click")
$Checkbox136 = GUICtrlCreateCheckbox("Checkbox136", 272, 104, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox136Click")
$Checkbox137 = GUICtrlCreateCheckbox("Checkbox137", 296, 104, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox137Click")
$Checkbox138 = GUICtrlCreateCheckbox("Checkbox138", 248, 136, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox138Click")
$Checkbox139 = GUICtrlCreateCheckbox("Checkbox139", 272, 136, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox139Click")
$Checkbox140 = GUICtrlCreateCheckbox("Checkbox140", 296, 136, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox140Click")
$Checkbox141 = GUICtrlCreateCheckbox("Checkbox141", 248, 168, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox141Click")
$Checkbox142 = GUICtrlCreateCheckbox("Checkbox142", 272, 168, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox142Click")
$Checkbox143 = GUICtrlCreateCheckbox("Checkbox143", 296, 168, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox143Click")
$Checkbox144 = GUICtrlCreateCheckbox("Checkbox144", 248, 200, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox144Click")
$Checkbox145 = GUICtrlCreateCheckbox("Checkbox145", 272, 200, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox145Click")
$Checkbox146 = GUICtrlCreateCheckbox("Checkbox146", 296, 200, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox146Click")
$Checkbox147 = GUICtrlCreateCheckbox("Checkbox147", 248, 232, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox147Click")
$Checkbox148 = GUICtrlCreateCheckbox("Checkbox148", 272, 232, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox148Click")
$Checkbox149 = GUICtrlCreateCheckbox("Checkbox149", 296, 232, 17, 17)
GUICtrlSetOnEvent(-1, "Checkbox149Click")
$Label26 = GUICtrlCreateLabel("S-1", 320, 8, 20, 17)
GUICtrlSetOnEvent(-1, "Label26Click")
$Label27 = GUICtrlCreateLabel("S-2", 320, 40, 20, 17)
GUICtrlSetOnEvent(-1, "Label27Click")
$Label28 = GUICtrlCreateLabel("S-3", 320, 72, 20, 17)
GUICtrlSetOnEvent(-1, "Label28Click")
$Label29 = GUICtrlCreateLabel("S-4", 320, 104, 20, 17)
GUICtrlSetOnEvent(-1, "Label29Click")

$Label30 = GUICtrlCreateLabel("S-5", 320, 136, 20, 17)
GUICtrlSetOnEvent(-1, "Label30Click")
$Label31 = GUICtrlCreateLabel("S-6", 320, 168, 20, 17)
GUICtrlSetOnEvent(-1, "Label31Click")
$Label32 = GUICtrlCreateLabel("S-7", 320, 200, 20, 17)
GUICtrlSetOnEvent(-1, "Label32Click")
$Label33 = GUICtrlCreateLabel("S-8", 320, 232, 20, 17)
GUICtrlSetOnEvent(-1, "Label33Click")

Opt("GUIEventOptions",1)
GUISetState()
#EndRegion ### END Koda GUI section ###

While 1
	Sleep(100)
WEnd

Func Button1Click()

EndFunc
Func Button2Click()

EndFunc
Func Button4Click()
Sleep (2000)
	send ("xxxxxxxx")
		Sleep (100)
	send ("{TAB}")
	Sleep (500)

	send ("696898")
	Send ("{ENTER}")
EndFunc
Func Button5Click()
Sleep (2000)
	send ("xxxxxxxx")
		Sleep (100)
	send ("{TAB}")
	Sleep (500)
	send ("axxxx")
	Send ("{ENTER}")
EndFunc
Func Button6Click()
	Sleep (2000)
	send ("xxxxxxxxx")
		Sleep (100)
	send ("{TAB}")
	Sleep (500)
	send ("xxxxxxxx")
	Send ("{ENTER}")
EndFunc
Func Button7Click()
Sleep (2000)
	send ("xxxxxxxx")
	Sleep (100)
	send ("{TAB}")
		Sleep (500)
	send ("axxxxxx")
	Send ("{ENTER}")
EndFunc
Func Button8Click()
Sleep (2000)
	send ("xxxxxxxxxxx")
	Sleep (100)
	send ("{TAB}")
	Sleep (500)
	send ("xxxxxxxxxx")
Send ("{ENTER}")
EndFunc
Func Checkbox100Click()

EndFunc
Func Checkbox101Click()

EndFunc
Func Checkbox102Click()

EndFunc
Func Checkbox103Click()

EndFunc
Func Checkbox104Click()

EndFunc
Func Checkbox105Click()

EndFunc
Func Checkbox106Click()

EndFunc
Func Checkbox107Click()

EndFunc
Func Checkbox108Click()

EndFunc
Func Checkbox109Click()

EndFunc
Func Checkbox10Click()

EndFunc
Func Checkbox110Click()

EndFunc
Func Checkbox111Click()

EndFunc
Func Checkbox112Click()

EndFunc
Func Checkbox113Click()

EndFunc
Func Checkbox114Click()

EndFunc
Func Checkbox115Click()

EndFunc
Func Checkbox116Click()

EndFunc
Func Checkbox117Click()

EndFunc
Func Checkbox118Click()

EndFunc
Func Checkbox119Click()

EndFunc
Func Checkbox11Click()

EndFunc
Func Checkbox120Click()

EndFunc
Func Checkbox121Click()

EndFunc
Func Checkbox122Click()

EndFunc
Func Checkbox123Click()

EndFunc
Func Checkbox124Click()

EndFunc
Func Checkbox125Click()

EndFunc
Func Checkbox126Click()
$begin1 = TimerInit()
sleep(3600000)
TimerDiff($begin1)
ControlClick("Tabbed Notebook Dialog", "", "[CLASS:Button; INSTANCE:133]")
MsgBox(4096, "Golden check", "Cajas Server 1", 10)
EndFunc

Func Checkbox127Click()
$begin2 = TimerInit()
sleep(3600000)
TimerDiff($begin2)
ControlClick("Tabbed Notebook Dialog", "", "[CLASS:Button; INSTANCE:134]")
MsgBox(4096, "Golden check", "Cajas Server 1", 10)
EndFunc

Func Checkbox128Click()
$begin3 = TimerInit()
sleep(3600000)
TimerDiff($begin3)
ControlClick("Tabbed Notebook Dialog", "", "[CLASS:Button; INSTANCE:135]")
MsgBox(4096, "Golden check", "Cajas Server 1", 10)
EndFunc
Func Checkbox129Click()
$begin = TimerInit()
sleep(3600000)
TimerDiff($begin)
ControlClick("Tabbed Notebook Dialog", "", "[CLASS:Button; INSTANCE:136]")
MsgBox(4096, "Golden check", "Cajas Server 2 ", 10)
EndFunc
Func Checkbox12Click()

EndFunc
Func Checkbox130Click()
$begin = TimerInit()
sleep(3600000)
TimerDiff($begin)
ControlClick("Tabbed Notebook Dialog", "", "[CLASS:Button; INSTANCE:137]")
MsgBox(4096, "Golden check", "Cajas Server 2", 10)
EndFunc
Func Checkbox131Click()
$begin = TimerInit()
sleep(3600000)
TimerDiff($begin)
ControlClick("Tabbed Notebook Dialog", "", "[CLASS:Button; INSTANCE:138]")
MsgBox(4096, "Golden check", "Cajas Server 2", 10)
EndFunc
Func Checkbox132Click()
$begin = TimerInit()
sleep(3600000)
TimerDiff($begin)
ControlClick("Tabbed Notebook Dialog", "", "[CLASS:Button; INSTANCE:139]")
MsgBox(4096, "Golden check", "Cajas Server 3", 10)
EndFunc
Func Checkbox133Click()
$begin = TimerInit()
sleep(3600000)
TimerDiff($begin)
ControlClick("Tabbed Notebook Dialog", "", "[CLASS:Button; INSTANCE:140]")
MsgBox(4096, "Golden check", "Cajas Server 3", 10)
EndFunc
Func Checkbox134Click()
$begin = TimerInit()
sleep(3600000)
TimerDiff($begin)
ControlClick("Tabbed Notebook Dialog", "", "[CLASS:Button; INSTANCE:141]")
MsgBox(4096, "Golden check", "Cajas Server 3", 10)
EndFunc
Func Checkbox135Click()
$begin = TimerInit()
sleep(3600000)
TimerDiff($begin)
ControlClick("Tabbed Notebook Dialog", "", "[CLASS:Button; INSTANCE:142]")
MsgBox(4096, "Golden check", "Cajas Server 4", 10)
EndFunc
Func Checkbox136Click()
$begin = TimerInit()
sleep(3600000)
TimerDiff($begin)
ControlClick("Tabbed Notebook Dialog", "", "[CLASS:Button; INSTANCE:143]")
MsgBox(4096, "Golden check", "Cajas Server 4", 10)
EndFunc
Func Checkbox137Click()
$begin = TimerInit()
sleep(3600000)
TimerDiff($begin)
ControlClick("Tabbed Notebook Dialog", "", "[CLASS:Button; INSTANCE:144]")
MsgBox(4096, "Golden check", "Cajas Server 4", 10)
EndFunc
Func Checkbox138Click()
$begin = TimerInit()
sleep(3600000)
TimerDiff($begin)
ControlClick("Tabbed Notebook Dialog", "", "[CLASS:Button; INSTANCE:145]")
MsgBox(4096, "Golden check", "Cajas Server 5", 10)
EndFunc
Func Checkbox139Click()
$begin = TimerInit()
sleep(3600000)
TimerDiff($begin)
ControlClick("Tabbed Notebook Dialog", "", "[CLASS:Button; INSTANCE:146]")
MsgBox(4096, "Golden check", "Cajas Server 5", 10)
EndFunc
Func Checkbox13Click()

EndFunc
Func Checkbox140Click()
$begin = TimerInit()
sleep(3600000)
TimerDiff($begin)
ControlClick("Tabbed Notebook Dialog", "", "[CLASS:Button; INSTANCE:147]")
MsgBox(4096, "Golden check", "Cajas Server 5", 10)
EndFunc
Func Checkbox141Click()
$begin = TimerInit()
sleep(3600000)
TimerDiff($begin)
ControlClick("Tabbed Notebook Dialog", "", "[CLASS:Button; INSTANCE:148]")
MsgBox(4096, "Golden check", "Cajas Server 6", 10)
EndFunc
Func Checkbox142Click()
$begin = TimerInit()
sleep(3600000)
TimerDiff($begin)
ControlClick("Tabbed Notebook Dialog", "", "[CLASS:Button; INSTANCE:149]")
MsgBox(4096, "Golden check", "Cajas Server 6", 10)
EndFunc
Func Checkbox143Click()
$begin = TimerInit()
sleep(3600000)
TimerDiff($begin)
ControlClick("Tabbed Notebook Dialog", "", "[CLASS:Button; INSTANCE:150]")
MsgBox(4096, "Golden check", "Cajas Server 6", 10)
EndFunc
Func Checkbox144Click()
$begin = TimerInit()
sleep(3600000)
TimerDiff($begin)
ControlClick("Tabbed Notebook Dialog", "", "[CLASS:Button; INSTANCE:151]")
MsgBox(4096, "Golden check", "Cajas Server 7", 10)
EndFunc
Func Checkbox145Click()
$begin = TimerInit()
sleep(3600000)
TimerDiff($begin)
ControlClick("Tabbed Notebook Dialog", "", "[CLASS:Button; INSTANCE:152]")
MsgBox(4096, "Golden check", "Cajas Server 7", 10)
EndFunc
Func Checkbox146Click()
$begin = TimerInit()
sleep(3600000)
TimerDiff($begin)
ControlClick("Tabbed Notebook Dialog", "", "[CLASS:Button; INSTANCE:153]")
MsgBox(4096, "Golden check", "Cajas Server 7", 10)
EndFunc
Func Checkbox147Click()
$begin = TimerInit()
sleep(3600000)
TimerDiff($begin)
ControlClick("Tabbed Notebook Dialog", "", "[CLASS:Button; INSTANCE:154]")
MsgBox(4096, "Golden check", "Cajas Server 8", 10)
EndFunc
Func Checkbox148Click()
$begin = TimerInit()
sleep(3600000)
TimerDiff($begin)
ControlClick("Tabbed Notebook Dialog", "", "[CLASS:Button; INSTANCE:155]")
MsgBox(4096, "Golden check", "Cajas Server 8", 10)
EndFunc
Func Checkbox149Click()
$begin = TimerInit()
sleep(3600000)
TimerDiff($begin)
ControlClick("Tabbed Notebook Dialog", "", "[CLASS:Button; INSTANCE:156]")
MsgBox(4096, "Golden check", "Cajas Server 8", 10)
EndFunc
Func Checkbox14Click()

EndFunc
Func Checkbox15Click()

EndFunc
Func Checkbox16Click()

EndFunc
Func Checkbox17Click()

EndFunc
Func Checkbox18Click()

EndFunc
Func Checkbox19Click()

EndFunc
Func Checkbox1Click()

EndFunc
Func Checkbox20Click()

EndFunc
Func Checkbox21Click()

EndFunc
Func Checkbox22Click()

EndFunc
Func Checkbox23Click()

EndFunc
Func Checkbox24Click()

EndFunc
Func Checkbox25Click()

EndFunc
Func Checkbox26Click()

EndFunc
Func Checkbox27Click()

EndFunc
Func Checkbox28Click()

EndFunc
Func Checkbox29Click()

EndFunc
Func Checkbox2Click()

EndFunc
Func Checkbox30Click()

EndFunc
Func Checkbox31Click()

EndFunc
Func Checkbox32Click()

EndFunc
Func Checkbox33Click()

EndFunc
Func Checkbox34Click()

EndFunc
Func Checkbox35Click()

EndFunc
Func Checkbox36Click()

EndFunc
Func Checkbox37Click()

EndFunc
Func Checkbox38Click()

EndFunc
Func Checkbox39Click()

EndFunc
Func Checkbox3Click()

EndFunc
Func Checkbox40Click()

EndFunc
Func Checkbox41Click()

EndFunc
Func Checkbox42Click()

EndFunc
Func Checkbox43Click()

EndFunc
Func Checkbox44Click()

EndFunc
Func Checkbox45Click()

EndFunc
Func Checkbox46Click()

EndFunc
Func Checkbox47Click()

EndFunc
Func Checkbox48Click()

EndFunc
Func Checkbox49Click()

EndFunc
Func Checkbox4Click()

EndFunc
Func Checkbox50Click()

EndFunc
Func Checkbox51Click()

EndFunc
Func Checkbox52Click()

EndFunc
Func Checkbox53Click()

EndFunc
Func Checkbox54Click()

EndFunc
Func Checkbox55Click()

EndFunc
Func Checkbox56Click()

EndFunc
Func Checkbox57Click()

EndFunc
Func Checkbox58Click()

EndFunc
Func Checkbox59Click()

EndFunc
Func Checkbox5Click()



EndFunc
Func Checkbox60Click()

EndFunc
Func Checkbox61Click()

EndFunc
Func Checkbox62Click()

EndFunc
Func Checkbox63Click()

EndFunc
Func Checkbox64Click()

EndFunc
Func Checkbox65Click()

EndFunc
Func Checkbox66Click()

EndFunc
Func Checkbox67Click()

EndFunc
Func Checkbox68Click()

EndFunc
Func Checkbox69Click()

EndFunc
Func Checkbox6Click()

EndFunc
Func Checkbox70Click()

EndFunc
Func Checkbox71Click()

EndFunc
Func Checkbox72Click()

EndFunc
Func Checkbox73Click()

EndFunc
Func Checkbox74Click()

EndFunc
Func Checkbox75Click()

EndFunc
Func Checkbox76Click()

EndFunc
Func Checkbox77Click()

EndFunc
Func Checkbox78Click()

EndFunc
Func Checkbox79Click()

EndFunc
Func Checkbox7Click()

EndFunc
Func Checkbox80Click()

EndFunc
Func Checkbox81Click()

EndFunc
Func Checkbox82Click()

EndFunc
Func Checkbox83Click()

EndFunc
Func Checkbox84Click()

EndFunc
Func Checkbox85Click()

EndFunc
Func Checkbox86Click()

EndFunc
Func Checkbox87Click()

EndFunc
Func Checkbox88Click()

EndFunc
Func Checkbox89Click()

EndFunc
Func Checkbox8Click()

EndFunc
Func Checkbox90Click()

EndFunc
Func Checkbox91Click()

EndFunc
Func Checkbox92Click()

EndFunc
Func Checkbox93Click()

EndFunc
Func Checkbox94Click()

EndFunc
Func Checkbox95Click()

EndFunc
Func Checkbox96Click()

EndFunc
Func Checkbox97Click()

EndFunc
Func Checkbox98Click()

EndFunc
Func Checkbox99Click()

EndFunc
Func Checkbox9Click()

EndFunc
Func Form1Close()
Exit
EndFunc
Func Form1Maximize()

EndFunc
Func Form1Minimize()

EndFunc
Func Form1Restore()

EndFunc
Func Label10Click()

EndFunc
Func Label11Click()

EndFunc
Func Label12Click()

EndFunc
Func Label13Click()

EndFunc
Func Label14Click()

EndFunc
Func Label15Click()

EndFunc
Func Label16Click()

EndFunc
Func Label17Click()

EndFunc
Func Label18Click()

EndFunc
Func Label19Click()

EndFunc
Func Label1Click()

EndFunc
Func Label20Click()

EndFunc
Func Label21Click()

EndFunc
Func Label22Click()

EndFunc
Func Label23Click()

EndFunc
Func Label24Click()

EndFunc
Func Label25Click()

EndFunc
Func Label26Click()

EndFunc
Func Label27Click()

EndFunc
Func Label28Click()

EndFunc
Func Label29Click()

EndFunc
Func Label2Click()

EndFunc
Func Label30Click()

EndFunc
Func Label31Click()

EndFunc
Func Label32Click()

EndFunc
Func Label33Click()

EndFunc
Func Label3Click()

EndFunc
Func Label4Click()

EndFunc
Func Label5Click()

EndFunc
Func Label6Click()

EndFunc
Func Label7Click()

EndFunc
Func Label8Click()

EndFunc
Func Label9Click()

EndFunc
Func PageControl1Change()

EndFunc
ManKo is offline  
Old 10/20/2012, 20:38   #2
 
elite*gold: 35
Join Date: Apr 2011
Posts: 800
Received Thanks: 214
Change
Code:
GUICtrlSetOnEvent(1, "Button8Click")
To
Code:
GUICtrlSetOnEvent(-1, "Button8Click")
"-" in front of "1" is missing.

Greez AppleTree
.AppleTree. is offline  
Old 10/22/2012, 07:07   #3
 
elite*gold: 10
Join Date: Sep 2012
Posts: 1,438
Received Thanks: 933
Sorry für den off topic, aber was is das für ne elendslange gui?
Requiable is offline  
Old 10/22/2012, 13:08   #4
 
lolkop's Avatar
 
elite*gold: 280
Join Date: May 2007
Posts: 2,818
Received Thanks: 3,483
Quote:
Originally Posted by Requiable View Post
Sorry für den off topic, aber was is das für ne elendslange gui?
zumal man das ganze auch schön als 10 zeiler mit einer schleife hätte lösen können...
lolkop is offline  
Thanks
1 User
Reply


Similar Threads Similar Threads
smc problem stopping working
03/16/2012 - SRO Private Server - 29 Replies
hello EPVP now i edit every thing correctly like i think :D so when opening SMC i get stopping working so what can i do thanks
having problem to get ibot working..
01/22/2012 - Silkroad Online - 0 Replies
dunno how to get this to work, i get the message "servers undergoing maintence" all the time...
Conquer not working problem (Please Help)
08/15/2009 - Conquer Online 2 - 0 Replies
When I try to open conquer online a messege appers and says conquer online has stopped working. It started about a month ago but before that nothing like this happened. Please help me guys. Problem signature Problem Event Name: APPCRASH Application Name: Conquer.exe Application Version: 2007.1210.0.123 Application Timestamp: 494bc0c3 Fault Module Name: Conquer.exe Fault Module Version: 2007.1210.0.123
BOT PROBLEM (updated bot, not working)
05/06/2007 - Silkroad Online - 17 Replies
Omg just got internet back online, and updated last bot, and what do i get? : BSObj Plugin can't create file transfer manager! Maybe pack file corrupted or someone is already accessing it now... try a few minutes later OK



All times are GMT +1. The time now is 10:43.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.