Subversion Repositories Kolibri OS

Rev

Rev 5435 | Rev 5441 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5435 Rev 5436
Line 21... Line 21...
21
#endif
21
#endif
Line 22... Line 22...
22
 
22
 
23
int	mouse_ddd;
23
int	mouse_ddd;
24
char lineh_s[30]="18\0";
24
char lineh_s[30]="18\0";
25
edit_box LineHeight_ed = {52,10,70,0xffffff,0x94AECE,0xffc90E,0xffffff,2,4,#lineh_s,#mouse_ddd, 1000000000000000b,2,2};
25
edit_box LineHeight_ed = {52,10,70,0xffffff,0x94AECE,0xffc90E,0xffffff,2,4,#lineh_s,#mouse_ddd, 1000000000000000b,2,2};
26
checkbox2 ShowDeviceName_chb = {10*65536+15, 10*65536+15, 5, 0xffffff, 0x9098B0, 0x80000000, SET_1, 110b};
26
checkbox2 ShowDeviceName_chb = {10*65536+15, 10*65536+15, 5, 0xffffff, 0x9098B0, 0x80000000, SET_1, CH_FLAG_MIDDLE, 0};
Line 27... Line 27...
27
checkbox2 RealFileNamesCase_chb = {10*65536+15, 30*65536+15, 5, 0xffffff, 0x9098B0, 0x80000000, SET_2, 100b};
27
checkbox2 RealFileNamesCase_chb = {10*65536+15, 30*65536+15, 5, 0xffffff, 0x9098B0, 0x80000000, SET_2, CH_FLAG_MIDDLE, 0};
28
 
28
 
29
void settings_dialog()
29
void settings_dialog()
30
{   
30
{   
31
	byte id;
31
	byte id;
32
	unsigned int key;
32
	unsigned int key;
-
 
33
	proc_info settings_form;
33
	proc_info settings_form;
34
	dword eolite_ini_path = abspath("Eolite.ini");
34
	dword eolite_ini_path = abspath("Eolite.ini");
35
 
-
 
36
	if (active_about) ExitProcess();
-
 
37
	active_about=1;
-
 
38
 
-
 
39
	ShowDeviceName_chb.size_of_str = strlen(SET_1) * 6;
35
	if (active_about) ExitProcess();
40
	RealFileNamesCase_chb.size_of_str = strlen(SET_2) * 6;
36
	active_about=1;
41
 
37
	SetEventMask(0x27);
42
	SetEventMask(0x27);
38
	loop() switch(WaitEvent())
43
	loop() switch(WaitEvent())
39
	{
44
	{