Subversion Repositories Kolibri OS

Rev

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

Rev 5591 Rev 5606
Line 159... Line 159...
159
				{
159
				{
160
					cmd_free=3;
160
					cmd_free=3;
161
					ExitProcess();
161
					ExitProcess();
162
				}
162
				}
163
				if (id==20) SetProperties(id);
163
				if (id==20) SetProperties(id);
-
 
164
				if (id==21)
-
 
165
				{
164
				if (id==21) SetProperties(id);
166
					SetProperties(id);
-
 
167
					_not_draw = true;
-
 
168
					Open_Dir(#path,WITH_REDRAW);
-
 
169
					_not_draw = false;
-
 
170
					EventRedrawWindow(Form.left,Form.top);
-
 
171
				}
165
				if (id==22) SetProperties(id);
172
				if (id==22) SetProperties(id);
-
 
173
				
166
				DrawPropertiesCheckBoxes();
174
				DrawPropertiesCheckBoxes();
167
				break;
175
				break;
Line 168... Line 176...
168
				
176
				
169
		case evMouse:
177
		case evMouse:
Line 233... Line 241...
233
					flags_frame.size_x = - flags_frame.start_x * 2 + settings_form.cwidth - 2;
241
					flags_frame.size_x = - flags_frame.start_x * 2 + settings_form.cwidth - 2;
234
					flags_frame.font_color = sc.work_text;
242
					flags_frame.font_color = sc.work_text;
235
					flags_frame.font_backgr_color = sc.work;
243
					flags_frame.font_backgr_color = sc.work;
236
					flags_frame.ext_col = sc.work_graph;
244
					flags_frame.ext_col = sc.work_graph;
237
					frame_draw stdcall (#flags_frame);
245
					frame_draw stdcall (#flags_frame);
238
 
-
 
239
					DrawPropertiesCheckBoxes();
246
					DrawPropertiesCheckBoxes();
240
				}
247
				}
241
	}
248
	}
242
}
249
}