Subversion Repositories gelsvn

Rev

Rev 236 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 236 Rev 237
Line 25... Line 25...
25
GUICtrlCreateGroup("", -99, -99, 1, 1)
25
GUICtrlCreateGroup("", -99, -99, 1, 1)
26
GUICtrlCreateLabel("Environment variable scope", 16, 144, 187, 20, $SS_CENTERIMAGE)
26
GUICtrlCreateLabel("Environment variable scope", 16, 144, 187, 20, $SS_CENTERIMAGE)
27
$scopeCombo = GUICtrlCreateCombo("", 240, 144, 208, 24)
27
$scopeCombo = GUICtrlCreateCombo("", 240, 144, 208, 24)
28
GUICtrlSetData(-1, "Current User|System", "Current User")
28
GUICtrlSetData(-1, "Current User|System", "Current User")
29
$cancelButton = GUICtrlCreateButton("Cancel", 240, 192, 208, 41, 0)
29
$cancelButton = GUICtrlCreateButton("Cancel", 240, 192, 208, 41, 0)
-
 
30
 
-
 
31
useExisting($pathInput , GUICtrlRead( $scopeCombo ))
-
 
32
 
30
GUISetState(@SW_SHOW)
33
GUISetState(@SW_SHOW)
31
 
34
 
32
 
35
 
33
While 1
36
While 1
34
	$msg = GuiGetMsg()
37
	$msg = GuiGetMsg()