Subversion Repositories Kolibri OS

Rev

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

Rev 5576 Rev 5581
Line 10... Line 10...
10
	?define USE_BIG_FONTS "ˆá¯®«ì§®¢ âì 㢥«¨ç¥­­ë¥ èà¨äâë"
10
	?define USE_BIG_FONTS "ˆá¯®«ì§®¢ âì 㢥«¨ç¥­­ë¥ èà¨äâë"
11
	?define LIST_LINE_HEIGHT "‚ëá®â  áâப¨ ¢ ᯨ᪥"
11
	?define LIST_LINE_HEIGHT "‚ëá®â  áâப¨ ¢ ᯨ᪥"
12
	?define NOTIFY_COPY_END "“¢¥¤®¬«ïâì ® § ¢¥à襭¨¨ ª®¯¨à®¢ ­¨ï"
12
	?define NOTIFY_COPY_END "“¢¥¤®¬«ïâì ® § ¢¥à襭¨¨ ª®¯¨à®¢ ­¨ï"
13
	?define CANCEL_T "Žâ¬¥­ "
13
	?define CANCEL_T "Žâ¬¥­ "
14
	?define APPLY_T "à¨¬¥­¨âì"
14
	?define APPLY_T "à¨¬¥­¨âì"
15
	?define T_DOUBLE_CLICK "‚à¥¬ï ¤¢®©­®£® ª«¨ª  (¢ á®âëå)"
15
	?define T_DOUBLE_CLICK "‚à¥¬ï ¤¢®©­®£® ª«¨ª  (¢ á®âëå)"
16
#else
16
#else
17
	?define EDIT_FILE_ASSOCIATIONS "Edit file associations"
17
	?define EDIT_FILE_ASSOCIATIONS "Edit file associations"
18
	?define TITLE_SETT "Settings"
18
	?define TITLE_SETT "Settings"
19
	?define SHOW_DEVICE_CLASS "Show device class name"
19
	?define SHOW_DEVICE_CLASS "Show device class name"
20
	?define SHOW_REAL_NAMES "Show real file names without changing case"
20
	?define SHOW_REAL_NAMES "Show real file names without changing case"
21
	?define USE_BIG_FONTS "Use big fonts"
21
	?define USE_BIG_FONTS "Use big fonts"
22
	?define LIST_LINE_HEIGHT "List line height"
22
	?define LIST_LINE_HEIGHT "List line height"
23
	?define NOTIFY_COPY_END "Notify when copying finished"
23
	?define NOTIFY_COPY_END "Notify when copying finished"
24
	?define CANCEL_T "Cancel"
24
	?define CANCEL_T "Cancel"
25
	?define APPLY_T "Apply"
25
	?define APPLY_T "Apply"
26
	?define T_DOUBLE_CLICK "Time double click (in hundredths)"
26
	?define T_DOUBLE_CLICK "Double click time (in hundredths)"
27
#endif
27
#endif
Line 28... Line 28...
28
 
28
 
Line 87... Line 87...
87
					ExitProcess();
87
					ExitProcess();
88
				}
88
				}
89
				break;
89
				break;
Line 90... Line 90...
90
			
90
			
91
		case evReDraw:
91
		case evReDraw:
92
				DefineAndDrawWindow(Form.left + Form.width/2, Form.top + Form.height/2 - 75, 300, 232+GetSkinHeight(),0x34,sc.work,TITLE_SETT);
92
				DefineAndDrawWindow(Form.left + Form.width/2, Form.top + Form.height/2 - 75, 300, 234+GetSkinHeight(),0x34,sc.work,TITLE_SETT);
93
				GetProcessInfo(#settings_form, SelfInfo);
93
				GetProcessInfo(#settings_form, SelfInfo);
94
				DrawSettingsCheckBoxes();
94
				DrawSettingsCheckBoxes();
95
				DrawFlatButton(9, 168, strlen(EDIT_FILE_ASSOCIATIONS)+4*6, 22, 5, 0xE4DFE1, EDIT_FILE_ASSOCIATIONS);
95
				DrawFlatButton(9, 166, strlen(EDIT_FILE_ASSOCIATIONS)+4*6, 22, 5, 0xE4DFE1, EDIT_FILE_ASSOCIATIONS);
96
				DrawFlatButton(128, settings_form.cheight - 30, 70, 22, 10, 0xE4DFE1, APPLY_T);
96
				DrawFlatButton(128, settings_form.cheight - 30, 70, 22, 10, 0xE4DFE1, APPLY_T);
97
				DrawFlatButton(208, settings_form.cheight - 30, 70, 22, 11, 0xE4DFE1, CANCEL_T);
97
				DrawFlatButton(208, settings_form.cheight - 30, 70, 22, 11, 0xE4DFE1, CANCEL_T);
98
	}
98
	}
99
	}
99
	}