diff --git a/INSTALL.TXT b/INSTALL.TXT index 8e0a68e9..290ca9fb 100644 --- a/INSTALL.TXT +++ b/INSTALL.TXT @@ -18,5 +18,5 @@ For Unix: and /home_user_directory/.config/ideU -Fre;D +Fre;D diff --git a/src/actionsmodule.pas b/src/actionsmodule.pas index f78b48e1..e9291fda 100644 --- a/src/actionsmodule.pas +++ b/src/actionsmodule.pas @@ -1097,8 +1097,8 @@ procedure tactionsmo.projectopenexe(const sender: TObject); var fna1: filenamety; begin + debuggerfo.project_history.tag := 0; if projectfiledialog(fna1,false) = mr_ok then begin - debuggerfo.project_history.tag := 0; mainfo.openproject(fna1); end; end; diff --git a/src/commandorform.mfm b/src/commandorform.mfm index 794cf5b3..4d28961f 100644 --- a/src/commandorform.mfm +++ b/src/commandorform.mfm @@ -231,220 +231,6 @@ object debuggerfo: tdebuggerfo focusrectdist = 0 onexecute = assistiveactonexecute end - object paneledited: tdockpanel - color = 16775618 - taborder = 9 - bounds_x = 719 - bounds_y = 1 - bounds_cx = 361 - bounds_cy = 28 - object edited_run: tbutton - frame.optionsskin = [fso_flat] - frame.localprops = [frl_optionsskin] - frame.localprops1 = [] - hint = ' Run compiled edited file' - bounds_x = 333 - bounds_y = 1 - bounds_cx = 26 - bounds_cy = 26 - state = [as_localcaption, as_localimagelist, as_localimagenr, as_localimagenrdisabled, as_localcolor, as_localhint] - action = actionsmo.customrun - imagelist = actionsmo.buttonicons - imagenr = 27 - focusrectdist = 0 - end - object edited_abort: tbutton - frame.optionsskin = [fso_flat] - frame.localprops = [frl_optionsskin] - frame.localprops1 = [] - taborder = 1 - hint = ' Abort compile ' - bounds_x = 306 - bounds_y = 1 - bounds_cx = 26 - bounds_cy = 26 - state = [as_disabled, as_localdisabled, as_localcaption, as_localimagelist, as_localimagenr, as_localimagenrdisabled, as_localcolor, as_localhint] - action = actionsmo.abortmakeact - imagelist = actionsmo.buttonicons - imagenr = 2 - focusrectdist = 0 - end - object edited_make: tbutton - Tag = 32 - frame.optionsskin = [fso_flat] - frame.localprops = [frl_optionsskin] - frame.localprops1 = [] - taborder = 2 - hint = ' Compile edited-file ' - bounds_x = 279 - bounds_y = 1 - bounds_cx = 26 - bounds_cy = 26 - state = [as_localdisabled, as_localcaption, as_localimagelist, as_localimagenr, as_localimagenrdisabled, as_localcolor, as_localhint] - action = actionsmo.customcompil - imagelist = actionsmo.buttonicons - imagenr = 17 - focusrectdist = 0 - end - object edit_options: tdropdownlistedit - frame.colorclient = 16770809 - frame.localprops = [frl_colorclient] - frame.localprops1 = [] - frame.buttons.count = 1 - frame.buttons.items = < - item - end> - taborder = 3 - hint = ' Project Option for Edited file. X --> no parameter, otherwise parameter of project.' - bounds_x = 243 - bounds_y = 4 - bounds_cx = 35 - bounds_cy = 21 - optionsedit1 = [oe1_autopopupmenu, oe1_keyexecute, oe1_readonlydialog, oe1_savevalue, oe1_savestate, oe1_checkvalueafterstatread] - value = 'X' - dropdown.dropdownrowcount = 13 - dropdown.cols.count = 1 - dropdown.cols.items = < - item - data = ( - 'M' - 'B' - '1' - '2' - '3' - '4' - '5' - '6' - '7' - '8' - '9' - '0' - 'X' - ) - end> - reffontheight = 15 - end - object edit_compilernum: tenumedit - frame.colorclient = 15138793 - frame.localprops = [frl_colorclient] - frame.localprops1 = [] - frame.buttons.count = 1 - frame.buttons.items = < - item - end> - taborder = 4 - hint = ' Compiler number for Edited file ' - bounds_x = 208 - bounds_y = 4 - bounds_cx = 36 - bounds_cy = 21 - optionsedit1 = [oe1_autopopupmenu, oe1_keyexecute, oe1_readonlydialog, oe1_savevalue, oe1_savestate, oe1_checkvalueafterstatread] - dropdown.cols.count = 1 - dropdown.cols.items = < - item - data = ( - '1' - '2' - '3' - '4' - '5' - '6' - '7' - '8' - ) - end> - value = 0 - min = 0 - max = 100 - reffontheight = 15 - end - object edit_compiler: tdropdownlistedit - frame.colorclient = 13154534 - frame.localprops = [frl_colorclient] - frame.localprops1 = [] - frame.buttons.count = 1 - frame.buttons.items = < - item - end> - taborder = 5 - hint = ' Compiler Type for Edited file ' - bounds_x = 146 - bounds_y = 4 - bounds_cx = 63 - bounds_cy = 21 - optionsedit1 = [oe1_autopopupmenu, oe1_keyexecute, oe1_readonlydialog, oe1_savevalue, oe1_savestate, oe1_checkvalueafterstatread] - value = 'Pascal' - dropdown.dropdownrowcount = 5 - dropdown.cols.count = 1 - dropdown.cols.items = < - item - data = ( - 'Pascal' - 'Java' - 'C' - 'Python' - 'Other' - ) - end> - reffontheight = 15 - end - object save_file: tbutton - frame.optionsskin = [fso_flat] - frame.localprops = [frl_optionsskin] - frame.localprops1 = [] - taborder = 6 - hint = ' Save edited file ' - bounds_x = 118 - bounds_y = 1 - bounds_cx = 26 - bounds_cy = 26 - state = [as_localdisabled, as_localimagelist, as_localimagenr, as_localimagenrdisabled, as_localcolor, as_localhint] - action = actionsmo.customsave - imagelist = actionsmo.buttonicons - imagenr = 13 - focusrectdist = 0 - end - object open_file: tbutton - color = 13684944 - frame.optionsskin = [fso_flat] - frame.localprops = [frl_optionsskin] - frame.localprops1 = [] - taborder = 7 - hint = ' Open file ' - bounds_x = 90 - bounds_y = 1 - bounds_cx = 26 - bounds_cy = 26 - state = [as_localcaption, as_localimagelist, as_localimagenr, as_localimagenrdisabled, as_localcolor, as_localhint] - action = actionsmo.opensource - imagelist = actionsmo.buttonicons - imagenr = 22 - focusrectdist = 0 - end - object file_history: thistoryedit - Tag = 1 - frame.localprops = [] - frame.localprops1 = [] - frame.buttons.count = 1 - frame.buttons.items = < - item - end> - taborder = 8 - hint = ' History of files. ' - bounds_x = 3 - bounds_y = 4 - bounds_cx = 84 - bounds_cy = 21 - statfile = mainfo.mainstatfile - dropdown.cols.count = 1 - dropdown.cols.items = < - item - end> - onbeforedropdown = onbeforefilehis - onafterclosedropdown = onsetvaluefilehis - reffontheight = 15 - end - end object panelproject: tdockpanel color = 13930182 taborder = 10 @@ -837,6 +623,7 @@ object debuggerfo: tdebuggerfo bounds_cx = 84 bounds_cy = 21 statfile = mainfo.mainstatfile + textflags = [tf_right, tf_ycentered, tf_noselect] dropdown.cols.count = 1 dropdown.cols.items = < item @@ -846,4 +633,219 @@ object debuggerfo: tdebuggerfo reffontheight = 15 end end + object paneledited: tdockpanel + color = 16775618 + taborder = 9 + bounds_x = 719 + bounds_y = 1 + bounds_cx = 361 + bounds_cy = 28 + object edited_run: tbutton + frame.optionsskin = [fso_flat] + frame.localprops = [frl_optionsskin] + frame.localprops1 = [] + hint = ' Run compiled edited file' + bounds_x = 333 + bounds_y = 1 + bounds_cx = 26 + bounds_cy = 26 + state = [as_localcaption, as_localimagelist, as_localimagenr, as_localimagenrdisabled, as_localcolor, as_localhint] + action = actionsmo.customrun + imagelist = actionsmo.buttonicons + imagenr = 27 + focusrectdist = 0 + end + object edited_abort: tbutton + frame.optionsskin = [fso_flat] + frame.localprops = [frl_optionsskin] + frame.localprops1 = [] + taborder = 1 + hint = ' Abort compile ' + bounds_x = 306 + bounds_y = 1 + bounds_cx = 26 + bounds_cy = 26 + state = [as_disabled, as_localdisabled, as_localcaption, as_localimagelist, as_localimagenr, as_localimagenrdisabled, as_localcolor, as_localhint] + action = actionsmo.abortmakeact + imagelist = actionsmo.buttonicons + imagenr = 2 + focusrectdist = 0 + end + object edited_make: tbutton + Tag = 32 + frame.optionsskin = [fso_flat] + frame.localprops = [frl_optionsskin] + frame.localprops1 = [] + taborder = 2 + hint = ' Compile edited-file ' + bounds_x = 279 + bounds_y = 1 + bounds_cx = 26 + bounds_cy = 26 + state = [as_localdisabled, as_localcaption, as_localimagelist, as_localimagenr, as_localimagenrdisabled, as_localcolor, as_localhint] + action = actionsmo.customcompil + imagelist = actionsmo.buttonicons + imagenr = 17 + focusrectdist = 0 + end + object edit_options: tdropdownlistedit + frame.colorclient = 16770809 + frame.localprops = [frl_colorclient] + frame.localprops1 = [] + frame.buttons.count = 1 + frame.buttons.items = < + item + end> + taborder = 3 + hint = ' Project Option for Edited file. X --> no parameter, otherwise parameter of project.' + bounds_x = 243 + bounds_y = 4 + bounds_cx = 35 + bounds_cy = 21 + optionsedit1 = [oe1_autopopupmenu, oe1_keyexecute, oe1_readonlydialog, oe1_savevalue, oe1_savestate, oe1_checkvalueafterstatread] + value = 'X' + dropdown.dropdownrowcount = 13 + dropdown.cols.count = 1 + dropdown.cols.items = < + item + data = ( + 'M' + 'B' + '1' + '2' + '3' + '4' + '5' + '6' + '7' + '8' + '9' + '0' + 'X' + ) + end> + reffontheight = 15 + end + object edit_compilernum: tenumedit + frame.colorclient = 15138793 + frame.localprops = [frl_colorclient] + frame.localprops1 = [] + frame.buttons.count = 1 + frame.buttons.items = < + item + end> + taborder = 4 + hint = ' Compiler number for Edited file ' + bounds_x = 208 + bounds_y = 4 + bounds_cx = 36 + bounds_cy = 21 + optionsedit1 = [oe1_autopopupmenu, oe1_keyexecute, oe1_readonlydialog, oe1_savevalue, oe1_savestate, oe1_checkvalueafterstatread] + dropdown.cols.count = 1 + dropdown.cols.items = < + item + data = ( + '1' + '2' + '3' + '4' + '5' + '6' + '7' + '8' + ) + end> + value = 0 + min = 0 + max = 100 + reffontheight = 15 + end + object edit_compiler: tdropdownlistedit + frame.colorclient = 13154534 + frame.localprops = [frl_colorclient] + frame.localprops1 = [] + frame.buttons.count = 1 + frame.buttons.items = < + item + end> + taborder = 5 + hint = ' Compiler Type for Edited file ' + bounds_x = 146 + bounds_y = 4 + bounds_cx = 63 + bounds_cy = 21 + optionsedit1 = [oe1_autopopupmenu, oe1_keyexecute, oe1_readonlydialog, oe1_savevalue, oe1_savestate, oe1_checkvalueafterstatread] + value = 'Pascal' + dropdown.dropdownrowcount = 5 + dropdown.cols.count = 1 + dropdown.cols.items = < + item + data = ( + 'Pascal' + 'Java' + 'C' + 'Python' + 'Other' + ) + end> + reffontheight = 15 + end + object save_file: tbutton + frame.optionsskin = [fso_flat] + frame.localprops = [frl_optionsskin] + frame.localprops1 = [] + taborder = 6 + hint = ' Save edited file ' + bounds_x = 118 + bounds_y = 1 + bounds_cx = 26 + bounds_cy = 26 + state = [as_localdisabled, as_localimagelist, as_localimagenr, as_localimagenrdisabled, as_localcolor, as_localhint] + action = actionsmo.customsave + imagelist = actionsmo.buttonicons + imagenr = 13 + focusrectdist = 0 + end + object open_file: tbutton + color = 13684944 + frame.optionsskin = [fso_flat] + frame.localprops = [frl_optionsskin] + frame.localprops1 = [] + taborder = 7 + hint = ' Open file ' + bounds_x = 90 + bounds_y = 1 + bounds_cx = 26 + bounds_cy = 26 + state = [as_localcaption, as_localimagelist, as_localimagenr, as_localimagenrdisabled, as_localcolor, as_localhint] + action = actionsmo.opensource + imagelist = actionsmo.buttonicons + imagenr = 22 + focusrectdist = 0 + end + object file_history: thistoryedit + Tag = 1 + frame.localprops = [] + frame.localprops1 = [] + frame.buttons.count = 1 + frame.buttons.items = < + item + end> + taborder = 8 + hint = ' History of files. ' + bounds_x = 3 + bounds_y = 4 + bounds_cx = 84 + bounds_cy = 21 + statfile = mainfo.mainstatfile + textflags = [tf_right, tf_ycentered, tf_noselect] + dropdown.cols.count = 1 + dropdown.cols.items = < + item + end> + onbeforedropdown = onbeforefilehis + onafterclosedropdown = onsetvaluefilehis + reffontheight = 15 + end + end end diff --git a/src/commandorform_mfm.pas b/src/commandorform_mfm.pas index 127acb41..56e96f3a 100644 --- a/src/commandorform_mfm.pas +++ b/src/commandorform_mfm.pas @@ -8,8 +8,8 @@ implementation mseclasses,commandorform; const - objdata: record size: integer; data: array[0..19434] of byte end = - (size: 19435; data: ( + objdata: record size: integer; data: array[0..19526] of byte end = + (size: 19527; data: ( 84,80,70,48,11,116,100,101,98,117,103,103,101,114,102,111,10,100,101,98, 117,103,103,101,114,102,111,13,111,112,116,105,111,110,115,119,105,100,103,101, 116,11,13,111,119,95,109,111,117,115,101,102,111,99,117,115,11,111,119,95, @@ -341,38 +341,326 @@ implementation 97,117,108,116,111,110,101,110,116,101,114,107,101,121,0,13,102,111,99,117, 115,114,101,99,116,100,105,115,116,2,0,9,111,110,101,120,101,99,117,116, 101,7,21,97,115,115,105,115,116,105,118,101,97,99,116,111,110,101,120,101, - 99,117,116,101,0,0,10,116,100,111,99,107,112,97,110,101,108,11,112,97, - 110,101,108,101,100,105,116,101,100,5,99,111,108,111,114,4,194,249,255,0, - 8,116,97,98,111,114,100,101,114,2,9,8,98,111,117,110,100,115,95,120, - 3,207,2,8,98,111,117,110,100,115,95,121,2,1,9,98,111,117,110,100, - 115,95,99,120,3,105,1,9,98,111,117,110,100,115,95,99,121,2,28,0, - 7,116,98,117,116,116,111,110,10,101,100,105,116,101,100,95,114,117,110,17, - 102,114,97,109,101,46,111,112,116,105,111,110,115,115,107,105,110,11,8,102, - 115,111,95,102,108,97,116,0,16,102,114,97,109,101,46,108,111,99,97,108, - 112,114,111,112,115,11,15,102,114,108,95,111,112,116,105,111,110,115,115,107, - 105,110,0,17,102,114,97,109,101,46,108,111,99,97,108,112,114,111,112,115, - 49,11,0,4,104,105,110,116,6,25,32,82,117,110,32,99,111,109,112,105, - 108,101,100,32,101,100,105,116,101,100,32,102,105,108,101,8,98,111,117,110, - 100,115,95,120,3,77,1,8,98,111,117,110,100,115,95,121,2,1,9,98, - 111,117,110,100,115,95,99,120,2,26,9,98,111,117,110,100,115,95,99,121, - 2,26,5,115,116,97,116,101,11,15,97,115,95,108,111,99,97,108,99,97, - 112,116,105,111,110,17,97,115,95,108,111,99,97,108,105,109,97,103,101,108, - 105,115,116,15,97,115,95,108,111,99,97,108,105,109,97,103,101,110,114,23, - 97,115,95,108,111,99,97,108,105,109,97,103,101,110,114,100,105,115,97,98, - 108,101,100,13,97,115,95,108,111,99,97,108,99,111,108,111,114,12,97,115, - 95,108,111,99,97,108,104,105,110,116,0,6,97,99,116,105,111,110,7,19, - 97,99,116,105,111,110,115,109,111,46,99,117,115,116,111,109,114,117,110,9, + 99,117,116,101,0,0,10,116,100,111,99,107,112,97,110,101,108,12,112,97, + 110,101,108,112,114,111,106,101,99,116,5,99,111,108,111,114,4,198,142,212, + 0,8,116,97,98,111,114,100,101,114,2,10,4,104,105,110,116,6,19,32, + 80,97,110,101,108,32,111,102,32,112,114,111,106,101,99,116,46,32,8,98, + 111,117,110,100,115,95,120,3,192,0,8,98,111,117,110,100,115,95,121,2, + 1,9,98,111,117,110,100,115,95,99,120,3,13,2,9,98,111,117,110,100, + 115,95,99,121,2,28,0,10,116,100,111,99,107,112,97,110,101,108,10,112, + 97,110,101,108,119,97,116,99,104,5,99,111,108,111,114,4,208,208,208,0, + 8,116,97,98,111,114,100,101,114,2,13,8,98,111,117,110,100,115,95,120, + 3,238,0,8,98,111,117,110,100,115,95,121,2,1,9,98,111,117,110,100, + 115,95,99,120,2,69,9,98,111,117,110,100,115,95,99,121,2,26,0,6, + 116,105,109,97,103,101,7,116,105,109,97,103,101,49,16,102,114,97,109,101, + 46,108,111,99,97,108,112,114,111,112,115,11,0,17,102,114,97,109,101,46, + 108,111,99,97,108,112,114,111,112,115,49,11,0,8,116,97,98,111,114,100, + 101,114,2,3,4,104,105,110,116,6,27,68,101,98,117,103,103,101,114,32, + 87,97,116,99,104,47,72,105,110,116,32,79,112,116,105,111,110,115,8,98, + 111,117,110,100,115,95,120,2,8,8,98,111,117,110,100,115,95,121,2,2, + 9,98,111,117,110,100,115,95,99,120,2,54,9,98,111,117,110,100,115,95, + 99,121,2,14,17,98,105,116,109,97,112,46,111,114,105,103,102,111,114,109, + 97,116,6,4,106,112,101,103,12,98,105,116,109,97,112,46,105,109,97,103, + 101,10,252,7,0,0,0,0,0,0,0,0,0,0,54,0,0,0,10,0, + 0,0,200,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,216,214, + 214,1,204,202,202,1,202,202,202,1,213,213,213,1,216,217,215,1,208,209, + 207,1,209,210,208,1,221,222,220,1,213,221,214,1,203,211,204,1,200,207, + 202,2,195,204,201,1,199,207,206,1,197,205,204,1,182,190,189,1,182,185, + 199,2,182,184,195,1,207,206,215,1,213,211,217,1,203,198,200,1,214,208, + 209,1,219,213,214,1,202,211,198,1,206,210,204,1,212,210,210,1,214,208, + 213,1,212,206,211,1,209,207,207,1,207,211,205,1,208,217,204,1,221,212, + 199,1,217,210,201,1,210,208,207,1,200,204,209,1,189,195,202,1,184,187, + 191,1,193,191,190,1,204,201,197,1,196,200,218,1,195,201,214,1,195,204, + 213,1,190,201,205,1,201,209,209,1,208,213,212,1,207,205,205,1,223,219, + 218,1,208,205,207,1,212,210,209,1,216,215,211,1,213,214,205,1,206,207, + 198,1,206,203,198,1,213,212,214,1,211,213,214,1,209,211,212,1,204,206, + 207,1,197,199,200,1,190,194,195,1,191,195,196,1,194,198,199,1,184,185, + 211,1,157,158,184,1,139,140,166,1,127,128,154,1,108,109,135,1,101,102, + 128,1,109,110,136,1,116,117,145,1,126,128,138,1,134,136,146,1,129,131, + 141,1,151,153,163,1,183,185,195,1,206,208,218,1,216,218,228,1,197,199, + 209,1,213,219,218,1,207,212,211,1,201,203,204,1,204,201,203,1,208,205, + 207,1,208,210,211,1,207,212,211,1,204,210,209,1,190,208,231,1,179,197, + 220,1,159,179,204,1,139,159,184,1,122,142,167,1,107,127,152,1,95,115, + 140,1,87,107,132,1,89,93,104,1,116,122,133,1,120,129,138,1,117,129, + 135,1,133,145,149,1,163,172,176,1,191,195,200,1,204,207,212,1,195,195, + 201,1,200,202,203,1,203,205,205,1,205,206,202,1,208,209,205,1,212,213, + 211,1,188,191,195,1,201,204,208,1,207,210,215,1,196,200,205,1,176,182, + 189,1,154,159,168,1,124,131,140,1,102,109,118,1,84,95,99,1,53,64, + 68,1,40,49,52,1,42,52,52,1,40,48,48,1,38,44,43,1,39,45, + 44,1,37,44,41,1,68,64,63,1,68,66,66,1,62,64,65,1,75,79, + 84,1,72,79,88,1,72,81,95,1,114,127,143,1,150,164,182,1,187,192, + 207,1,197,201,212,1,209,212,216,1,216,219,217,1,211,214,212,1,197,200, + 204,1,179,183,194,1,166,171,186,1,108,122,140,1,98,107,120,1,81,84, + 88,1,71,67,66,1,73,69,64,1,77,75,74,1,64,67,71,1,47,53, + 60,1,50,50,50,1,48,50,51,1,21,28,31,1,39,50,54,1,55,67, + 73,1,50,61,69,1,81,90,99,1,102,108,119,1,113,117,128,1,146,151, + 160,1,183,187,192,1,200,205,206,1,206,211,210,1,210,212,213,1,211,214, + 218,1,206,210,215,1,188,194,201,1,156,161,170,1,112,120,133,1,73,80, + 95,1,40,48,65,1,18,28,45,1,15,25,13,1,33,42,29,1,52,59, + 44,1,51,57,38,1,50,53,31,1,73,76,51,1,99,101,72,1,103,102, + 74,1,130,116,97,1,113,100,84,1,112,104,91,1,172,169,164,1,217,221, + 222,1,205,214,223,1,178,189,203,1,143,158,174,1,132,135,163,1,163,167, + 185,1,199,203,208,1,208,214,209,1,189,195,190,1,163,167,172,1,144,148, + 166,1,138,141,169,1,182,188,195,1,214,212,211,1,229,216,200,1,199,177, + 149,1,154,129,97,1,125,103,75,1,113,98,79,1,107,98,85,1,97,86, + 66,1,92,85,68,1,47,45,35,1,58,62,57,1,52,57,58,1,11,17, + 22,1,25,33,40,1,30,35,44,1,42,49,66,1,72,79,94,1,118,125, + 134,1,160,166,171,1,185,190,193,1,196,199,204,1,205,209,210,1,181,186, + 189,1,141,147,154,1,91,97,108,1,37,44,59,1,7,17,35,1,19,30, + 52,1,49,59,83,1,100,92,109,1,153,143,159,1,194,182,194,1,190,176, + 182,1,179,163,164,1,171,152,147,1,110,89,81,1,23,1,0,1,33,10, + 0,1,114,93,65,1,182,166,143,1,227,217,200,1,248,243,234,1,250,251, + 249,1,234,238,243,1,189,197,204,1,162,165,193,1,185,189,207,1,210,214, + 219,1,214,220,215,1,201,207,202,1,189,193,198,1,188,192,210,1,194,197, + 225,1,213,233,255,1,241,252,255,1,252,250,250,1,219,208,194,1,158,144, + 126,1,95,84,70,1,36,32,27,1,0,0,0,1,109,89,54,1,181,163, + 134,1,187,173,154,1,192,185,176,1,179,175,174,1,139,138,140,1,112,113, + 117,1,53,53,59,1,28,36,59,1,17,27,45,1,36,45,58,1,94,101, + 110,1,149,155,160,1,173,176,181,1,209,210,208,1,202,204,205,1,188,191, + 196,1,154,158,169,1,98,105,122,1,63,72,92,1,82,91,118,1,122,133, + 161,1,187,182,197,1,221,215,226,1,235,228,233,1,220,208,206,1,217,202, + 193,1,223,205,188,1,164,143,121,1,69,47,22,1,94,72,44,1,136,115, + 88,1,168,149,128,1,205,190,174,1,232,223,213,1,243,239,234,1,240,238, + 238,1,208,210,211,1,193,198,213,1,195,199,210,1,199,202,206,1,202,205, + 203,2,201,204,208,1,198,202,213,1,196,201,216,1,228,231,235,1,231,229, + 228,1,226,217,207,1,208,193,174,1,180,162,139,1,141,123,100,1,90,75, + 56,1,49,36,20,1,173,153,118,1,217,198,171,1,217,202,186,1,227,218, + 215,1,239,232,239,1,223,219,230,1,195,194,204,1,142,141,151,1,72,82, + 106,1,69,78,98,1,92,101,115,1,146,153,162,1,193,197,202,1,208,208, + 214,1,206,203,198,1,213,211,210,1,217,219,220,1,203,206,214,1,165,170, + 185,1,123,129,152,1,101,108,135,1,98,106,136,1,147,156,169,1,189,198, + 207,1,232,237,238,1,228,230,224,1,200,197,182,1,182,177,152,1,163,154, + 121,1,132,123,86,1,149,137,127,1,140,128,118,1,145,135,128,1,199,190, + 186,1,225,220,219,1,205,202,204,1,193,192,196,1,181,181,187,1,214,220, + 219,1,211,216,215,1,211,213,214,1,217,214,216,1,219,216,218,1,213,215, + 216,1,204,209,208,1,196,202,201,1,207,194,178,1,230,216,198,1,238,224, + 206,1,212,195,174,1,165,147,124,1,140,119,92,1,148,124,94,1,169,144, + 112,1,154,143,123,1,173,164,151,1,195,189,190,1,225,222,237,1,232,232, + 255,1,190,193,221,1,138,143,168,1,109,114,139,1,101,108,133,1,129,136, + 156,1,163,171,184,1,190,196,203,1,202,205,209,1,206,205,207,1,217,214, + 206,1,211,208,203,1,202,202,202,1,202,204,212,1,208,211,226,1,200,205, + 226,1,169,176,203,1,136,144,174,1,94,102,161,1,88,95,150,1,114,118, + 166,1,157,157,193,1,174,169,196,1,168,161,176,1,157,146,154,1,146,132, + 136,1,116,114,120,1,135,133,139,1,157,154,163,1,195,194,203,1,206,207, + 217,1,196,197,207,1,207,207,219,1,211,213,224,1,201,210,197,1,205,209, + 203,1,210,208,208,1,210,204,209,1,208,202,207,1,207,205,205,1,207,211, + 205,1,208,217,204,1,197,204,213,1,197,206,219,1,189,203,221,1,173,188, + 207,1,143,157,175,1,121,130,143,1,121,124,129,1,130,130,130,1,149,146, + 141,1,177,176,180,1,187,189,207,1,145,150,181,1,109,116,155,1,97,106, + 149,1,101,111,151,1,127,138,176,1,170,178,201,1,196,203,222,1,209,215, + 228,1,202,205,213,1,202,204,205,1,217,215,215,1,208,208,208,8,205,203, + 209,1,192,191,200,1,176,176,188,1,159,162,177,1,145,148,169,1,139,143, + 171,1,144,149,180,1,153,160,193,1,156,165,178,1,167,176,186,1,182,189, + 198,1,196,202,207,1,205,210,209,1,210,211,207,1,212,212,206,1,213,211, + 203,1,208,208,208,8,207,208,204,1,207,210,208,1,205,209,210,1,196,202, + 207,1,182,188,199,1,167,175,192,1,157,166,186,1,151,162,184,1,130,140, + 164,1,136,144,167,1,146,153,172,1,159,164,179,1,174,179,188,1,189,192, + 196,1,202,204,204,1,209,210,208,1,208,208,208,14,213,211,210,1,209,209, + 209,1,207,209,210,1,204,207,212,1,197,202,211,1,191,197,210,1,192,199, + 214,1,197,205,222,1,190,199,208,1,194,204,211,1,201,210,214,1,207,212, + 215,1,207,211,212,1,208,209,207,1,208,207,203,1,206,205,201,1,208,208, + 208,8,206,205,201,1,208,209,207,1,209,211,211,1,208,211,215,1,201,207, + 214,1,195,201,212,1,191,199,212,1,189,198,212,1,190,197,216,1,191,198, + 215,1,195,201,214,1,198,202,213,1,204,206,214,1,208,209,213,1,212,212, + 212,1,215,213,213,1,208,208,208,6,0,0,12,116,98,111,111,108,101,97, + 110,101,100,105,116,5,104,105,110,116,115,17,102,114,97,109,101,46,99,111, + 108,111,114,99,108,105,101,110,116,4,255,140,140,0,13,102,114,97,109,101, + 46,99,97,112,116,105,111,110,6,2,32,32,16,102,114,97,109,101,46,108, + 111,99,97,108,112,114,111,112,115,11,15,102,114,108,95,99,111,108,111,114, + 99,108,105,101,110,116,0,17,102,114,97,109,101,46,108,111,99,97,108,112, + 114,111,112,115,49,11,0,16,102,114,97,109,101,46,111,117,116,101,114,102, + 114,97,109,101,1,2,0,2,3,2,11,2,3,0,4,104,105,110,116,6, + 30,32,69,120,101,99,117,116,97,98,108,101,32,108,105,110,101,115,32,104, + 105,110,116,32,111,110,47,111,102,102,32,8,98,111,117,110,100,115,95,120, + 2,46,8,98,111,117,110,100,115,95,121,2,10,9,98,111,117,110,100,115, + 95,99,120,2,24,9,98,111,117,110,100,115,95,99,121,2,17,8,111,110, + 99,104,97,110,103,101,7,13,104,105,110,116,111,110,101,120,101,99,117,116, + 101,5,118,97,108,117,101,9,0,0,12,116,98,111,111,108,101,97,110,101, + 100,105,116,7,119,97,116,99,104,101,115,17,102,114,97,109,101,46,99,111, + 108,111,114,99,108,105,101,110,116,4,204,255,214,0,13,102,114,97,109,101, + 46,99,97,112,116,105,111,110,6,2,32,32,16,102,114,97,109,101,46,108, + 111,99,97,108,112,114,111,112,115,11,15,102,114,108,95,99,111,108,111,114, + 99,108,105,101,110,116,0,17,102,114,97,109,101,46,108,111,99,97,108,112, + 114,111,112,115,49,11,0,16,102,114,97,109,101,46,111,117,116,101,114,102, + 114,97,109,101,1,2,0,2,3,2,11,2,3,0,8,116,97,98,111,114, + 100,101,114,2,1,4,104,105,110,116,6,20,32,83,101,116,32,87,97,116, + 99,104,101,115,32,79,110,47,79,102,102,32,8,98,111,117,110,100,115,95, + 120,2,23,8,98,111,117,110,100,115,95,121,2,10,9,98,111,117,110,100, + 115,95,99,120,2,23,9,98,111,117,110,100,115,95,99,121,2,17,8,111, + 110,99,104,97,110,103,101,7,14,119,97,116,99,104,111,110,101,120,101,99, + 117,116,101,0,0,12,116,98,111,111,108,101,97,110,101,100,105,116,11,98, + 114,101,97,107,95,112,111,105,110,116,17,102,114,97,109,101,46,99,111,108, + 111,114,99,108,105,101,110,116,4,7,0,0,160,13,102,114,97,109,101,46, + 99,97,112,116,105,111,110,6,2,32,32,16,102,114,97,109,101,46,108,111, + 99,97,108,112,114,111,112,115,11,15,102,114,108,95,99,111,108,111,114,99, + 108,105,101,110,116,0,17,102,114,97,109,101,46,108,111,99,97,108,112,114, + 111,112,115,49,11,0,16,102,114,97,109,101,46,111,117,116,101,114,102,114, + 97,109,101,1,2,0,2,3,2,11,2,3,0,8,116,97,98,111,114,100, + 101,114,2,2,4,104,105,110,116,6,24,32,83,101,116,32,66,114,101,97, + 107,32,112,111,105,110,116,32,111,110,47,111,102,102,32,8,98,111,117,110, + 100,115,95,120,2,3,8,98,111,117,110,100,115,95,121,2,10,9,98,111, + 117,110,100,115,95,99,120,2,23,9,98,111,117,110,100,115,95,99,121,2, + 17,8,111,110,99,104,97,110,103,101,7,14,98,114,101,97,107,111,110,101, + 120,101,99,117,116,101,0,0,0,7,116,98,117,116,116,111,110,17,112,114, + 111,106,101,99,116,95,105,110,116,101,114,114,117,112,116,17,102,114,97,109, + 101,46,111,112,116,105,111,110,115,115,107,105,110,11,8,102,115,111,95,102, + 108,97,116,0,16,102,114,97,109,101,46,108,111,99,97,108,112,114,111,112, + 115,11,15,102,114,108,95,111,112,116,105,111,110,115,115,107,105,110,0,17, + 102,114,97,109,101,46,108,111,99,97,108,112,114,111,112,115,49,11,0,4, + 104,105,110,116,6,14,32,80,114,111,106,101,99,116,32,115,116,111,112,32, + 8,98,111,117,110,100,115,95,120,3,241,1,8,98,111,117,110,100,115,95, + 121,2,1,9,98,111,117,110,100,115,95,99,120,2,26,9,98,111,117,110, + 100,115,95,99,121,2,26,5,115,116,97,116,101,11,11,97,115,95,100,105, + 115,97,98,108,101,100,16,97,115,95,108,111,99,97,108,100,105,115,97,98, + 108,101,100,17,97,115,95,108,111,99,97,108,105,109,97,103,101,108,105,115, + 116,15,97,115,95,108,111,99,97,108,105,109,97,103,101,110,114,23,97,115, + 95,108,111,99,97,108,105,109,97,103,101,110,114,100,105,115,97,98,108,101, + 100,13,97,115,95,108,111,99,97,108,99,111,108,111,114,12,97,115,95,108, + 111,99,97,108,104,105,110,116,0,6,97,99,116,105,111,110,7,19,97,99, + 116,105,111,110,115,109,111,46,105,110,116,101,114,114,117,112,116,9,105,109, + 97,103,101,108,105,115,116,7,21,97,99,116,105,111,110,115,109,111,46,98, + 117,116,116,111,110,105,99,111,110,115,7,105,109,97,103,101,110,114,2,1, + 13,102,111,99,117,115,114,101,99,116,100,105,115,116,2,0,0,0,7,116, + 98,117,116,116,111,110,13,112,114,111,106,101,99,116,95,114,101,115,101,116, + 17,102,114,97,109,101,46,111,112,116,105,111,110,115,115,107,105,110,11,8, + 102,115,111,95,102,108,97,116,0,16,102,114,97,109,101,46,108,111,99,97, + 108,112,114,111,112,115,11,15,102,114,108,95,111,112,116,105,111,110,115,115, + 107,105,110,0,17,102,114,97,109,101,46,108,111,99,97,108,112,114,111,112, + 115,49,11,0,8,116,97,98,111,114,100,101,114,2,1,4,104,105,110,116, + 6,15,32,80,114,111,106,101,99,116,32,82,101,115,101,116,32,8,98,111, + 117,110,100,115,95,120,3,214,1,8,98,111,117,110,100,115,95,121,2,1, + 9,98,111,117,110,100,115,95,99,120,2,26,9,98,111,117,110,100,115,95, + 99,121,2,26,5,115,116,97,116,101,11,11,97,115,95,100,105,115,97,98, + 108,101,100,16,97,115,95,108,111,99,97,108,100,105,115,97,98,108,101,100, + 17,97,115,95,108,111,99,97,108,105,109,97,103,101,108,105,115,116,15,97, + 115,95,108,111,99,97,108,105,109,97,103,101,110,114,23,97,115,95,108,111, + 99,97,108,105,109,97,103,101,110,114,100,105,115,97,98,108,101,100,13,97, + 115,95,108,111,99,97,108,99,111,108,111,114,12,97,115,95,108,111,99,97, + 108,104,105,110,116,0,6,97,99,116,105,111,110,7,15,97,99,116,105,111, + 110,115,109,111,46,114,101,115,101,116,9,105,109,97,103,101,108,105,115,116, + 7,21,97,99,116,105,111,110,115,109,111,46,98,117,116,116,111,110,105,99, + 111,110,115,7,105,109,97,103,101,110,114,2,2,13,102,111,99,117,115,114, + 101,99,116,100,105,115,116,2,0,0,0,7,116,98,117,116,116,111,110,24, + 112,114,111,106,101,99,116,95,115,116,101,112,95,105,110,115,116,114,117,99, + 116,105,111,110,17,102,114,97,109,101,46,111,112,116,105,111,110,115,115,107, + 105,110,11,8,102,115,111,95,102,108,97,116,0,16,102,114,97,109,101,46, + 108,111,99,97,108,112,114,111,112,115,11,15,102,114,108,95,111,112,116,105, + 111,110,115,115,107,105,110,0,17,102,114,97,109,101,46,108,111,99,97,108, + 112,114,111,112,115,49,11,0,8,116,97,98,111,114,100,101,114,2,2,4, + 104,105,110,116,6,26,32,80,114,111,106,101,99,116,32,83,116,101,112,32, + 105,110,115,116,114,117,99,116,105,111,110,32,8,98,111,117,110,100,115,95, + 120,3,187,1,8,98,111,117,110,100,115,95,121,2,1,9,98,111,117,110, + 100,115,95,99,120,2,26,9,98,111,117,110,100,115,95,99,121,2,26,5, + 115,116,97,116,101,11,17,97,115,95,108,111,99,97,108,105,109,97,103,101, + 108,105,115,116,15,97,115,95,108,111,99,97,108,105,109,97,103,101,110,114, + 23,97,115,95,108,111,99,97,108,105,109,97,103,101,110,114,100,105,115,97, + 98,108,101,100,13,97,115,95,108,111,99,97,108,99,111,108,111,114,12,97, + 115,95,108,111,99,97,108,104,105,110,116,0,6,97,99,116,105,111,110,7, + 15,97,99,116,105,111,110,115,109,111,46,115,116,101,112,105,9,105,109,97, + 103,101,108,105,115,116,7,21,97,99,116,105,111,110,115,109,111,46,98,117, + 116,116,111,110,105,99,111,110,115,7,105,109,97,103,101,110,114,2,32,13, + 102,111,99,117,115,114,101,99,116,100,105,115,116,2,0,0,0,7,116,98, + 117,116,116,111,110,24,112,114,111,106,101,99,116,95,110,101,120,116,95,105, + 110,115,116,114,117,99,116,105,111,110,17,102,114,97,109,101,46,111,112,116, + 105,111,110,115,115,107,105,110,11,8,102,115,111,95,102,108,97,116,0,16, + 102,114,97,109,101,46,108,111,99,97,108,112,114,111,112,115,11,15,102,114, + 108,95,111,112,116,105,111,110,115,115,107,105,110,0,17,102,114,97,109,101, + 46,108,111,99,97,108,112,114,111,112,115,49,11,0,8,116,97,98,111,114, + 100,101,114,2,3,4,104,105,110,116,6,26,32,80,114,111,106,101,99,116, + 32,78,101,120,116,32,73,110,115,116,114,117,99,116,105,111,110,32,8,98, + 111,117,110,100,115,95,120,3,160,1,8,98,111,117,110,100,115,95,121,2, + 1,9,98,111,117,110,100,115,95,99,120,2,26,9,98,111,117,110,100,115, + 95,99,121,2,26,5,115,116,97,116,101,11,17,97,115,95,108,111,99,97, + 108,105,109,97,103,101,108,105,115,116,15,97,115,95,108,111,99,97,108,105, + 109,97,103,101,110,114,23,97,115,95,108,111,99,97,108,105,109,97,103,101, + 110,114,100,105,115,97,98,108,101,100,13,97,115,95,108,111,99,97,108,99, + 111,108,111,114,12,97,115,95,108,111,99,97,108,104,105,110,116,0,6,97, + 99,116,105,111,110,7,15,97,99,116,105,111,110,115,109,111,46,110,101,120, + 116,105,9,105,109,97,103,101,108,105,115,116,7,21,97,99,116,105,111,110, + 115,109,111,46,98,117,116,116,111,110,105,99,111,110,115,7,105,109,97,103, + 101,110,114,2,30,13,102,111,99,117,115,114,101,99,116,100,105,115,116,2, + 0,0,0,7,116,98,117,116,116,111,110,14,112,114,111,106,101,99,116,95, + 102,105,110,105,115,104,17,102,114,97,109,101,46,111,112,116,105,111,110,115, + 115,107,105,110,11,8,102,115,111,95,102,108,97,116,0,16,102,114,97,109, + 101,46,108,111,99,97,108,112,114,111,112,115,11,15,102,114,108,95,111,112, + 116,105,111,110,115,115,107,105,110,0,17,102,114,97,109,101,46,108,111,99, + 97,108,112,114,111,112,115,49,11,0,8,116,97,98,111,114,100,101,114,2, + 4,4,104,105,110,116,6,16,32,80,114,111,106,101,99,116,32,70,105,110, + 105,115,104,32,8,98,111,117,110,100,115,95,120,3,133,1,8,98,111,117, + 110,100,115,95,121,2,1,9,98,111,117,110,100,115,95,99,120,2,26,9, + 98,111,117,110,100,115,95,99,121,2,26,5,115,116,97,116,101,11,11,97, + 115,95,100,105,115,97,98,108,101,100,16,97,115,95,108,111,99,97,108,100, + 105,115,97,98,108,101,100,17,97,115,95,108,111,99,97,108,105,109,97,103, + 101,108,105,115,116,15,97,115,95,108,111,99,97,108,105,109,97,103,101,110, + 114,23,97,115,95,108,111,99,97,108,105,109,97,103,101,110,114,100,105,115, + 97,98,108,101,100,13,97,115,95,108,111,99,97,108,99,111,108,111,114,12, + 97,115,95,108,111,99,97,108,104,105,110,116,0,6,97,99,116,105,111,110, + 7,16,97,99,116,105,111,110,115,109,111,46,102,105,110,105,115,104,9,105, + 109,97,103,101,108,105,115,116,7,21,97,99,116,105,111,110,115,109,111,46, + 98,117,116,116,111,110,105,99,111,110,115,7,105,109,97,103,101,110,114,2, + 29,0,0,7,116,98,117,116,116,111,110,12,112,114,111,106,101,99,116,95, + 115,116,101,112,17,102,114,97,109,101,46,111,112,116,105,111,110,115,115,107, + 105,110,11,8,102,115,111,95,102,108,97,116,0,16,102,114,97,109,101,46, + 108,111,99,97,108,112,114,111,112,115,11,15,102,114,108,95,111,112,116,105, + 111,110,115,115,107,105,110,0,17,102,114,97,109,101,46,108,111,99,97,108, + 112,114,111,112,115,49,11,0,8,116,97,98,111,114,100,101,114,2,5,4, + 104,105,110,116,6,14,32,80,114,111,106,101,99,116,32,115,116,101,112,32, + 8,98,111,117,110,100,115,95,120,3,106,1,8,98,111,117,110,100,115,95, + 121,2,1,9,98,111,117,110,100,115,95,99,120,2,26,9,98,111,117,110, + 100,115,95,99,121,2,26,5,115,116,97,116,101,11,17,97,115,95,108,111, + 99,97,108,105,109,97,103,101,108,105,115,116,15,97,115,95,108,111,99,97, + 108,105,109,97,103,101,110,114,23,97,115,95,108,111,99,97,108,105,109,97, + 103,101,110,114,100,105,115,97,98,108,101,100,13,97,115,95,108,111,99,97, + 108,99,111,108,111,114,12,97,115,95,108,111,99,97,108,104,105,110,116,0, + 6,97,99,116,105,111,110,7,14,97,99,116,105,111,110,115,109,111,46,115, + 116,101,112,9,105,109,97,103,101,108,105,115,116,7,21,97,99,116,105,111, + 110,115,109,111,46,98,117,116,116,111,110,105,99,111,110,115,7,105,109,97, + 103,101,110,114,2,31,0,0,7,116,98,117,116,116,111,110,12,112,114,111, + 106,101,99,116,95,110,101,120,116,17,102,114,97,109,101,46,111,112,116,105, + 111,110,115,115,107,105,110,11,8,102,115,111,95,102,108,97,116,0,16,102, + 114,97,109,101,46,108,111,99,97,108,112,114,111,112,115,11,15,102,114,108, + 95,111,112,116,105,111,110,115,115,107,105,110,0,17,102,114,97,109,101,46, + 108,111,99,97,108,112,114,111,112,115,49,11,0,8,116,97,98,111,114,100, + 101,114,2,6,4,104,105,110,116,6,14,32,80,114,111,106,101,99,116,32, + 78,101,120,116,32,8,98,111,117,110,100,115,95,120,3,79,1,8,98,111, + 117,110,100,115,95,121,2,1,9,98,111,117,110,100,115,95,99,120,2,26, + 9,98,111,117,110,100,115,95,99,121,2,26,5,115,116,97,116,101,11,17, + 97,115,95,108,111,99,97,108,105,109,97,103,101,108,105,115,116,15,97,115, + 95,108,111,99,97,108,105,109,97,103,101,110,114,23,97,115,95,108,111,99, + 97,108,105,109,97,103,101,110,114,100,105,115,97,98,108,101,100,13,97,115, + 95,108,111,99,97,108,99,111,108,111,114,12,97,115,95,108,111,99,97,108, + 104,105,110,116,0,6,97,99,116,105,111,110,7,14,97,99,116,105,111,110, + 115,109,111,46,110,101,120,116,9,105,109,97,103,101,108,105,115,116,7,21, + 97,99,116,105,111,110,115,109,111,46,98,117,116,116,111,110,105,99,111,110, + 115,7,105,109,97,103,101,110,114,2,28,0,0,7,116,98,117,116,116,111, + 110,13,112,114,111,106,101,99,116,95,115,116,97,114,116,17,102,114,97,109, + 101,46,111,112,116,105,111,110,115,115,107,105,110,11,8,102,115,111,95,102, + 108,97,116,0,16,102,114,97,109,101,46,108,111,99,97,108,112,114,111,112, + 115,11,15,102,114,108,95,111,112,116,105,111,110,115,115,107,105,110,0,17, + 102,114,97,109,101,46,108,111,99,97,108,112,114,111,112,115,49,11,0,8, + 116,97,98,111,114,100,101,114,2,7,4,104,105,110,116,6,15,32,80,114, + 111,106,101,99,116,32,83,116,97,114,116,32,8,98,111,117,110,100,115,95, + 120,3,52,1,8,98,111,117,110,100,115,95,121,2,1,9,98,111,117,110, + 100,115,95,99,120,2,26,9,98,111,117,110,100,115,95,99,121,2,26,5, + 115,116,97,116,101,11,17,97,115,95,108,111,99,97,108,105,109,97,103,101, + 108,105,115,116,15,97,115,95,108,111,99,97,108,105,109,97,103,101,110,114, + 23,97,115,95,108,111,99,97,108,105,109,97,103,101,110,114,100,105,115,97, + 98,108,101,100,13,97,115,95,108,111,99,97,108,99,111,108,111,114,12,97, + 115,95,108,111,99,97,108,104,105,110,116,0,6,97,99,116,105,111,110,7, + 18,97,99,116,105,111,110,115,109,111,46,99,111,110,116,105,110,117,101,9, 105,109,97,103,101,108,105,115,116,7,21,97,99,116,105,111,110,115,109,111, 46,98,117,116,116,111,110,105,99,111,110,115,7,105,109,97,103,101,110,114, 2,27,13,102,111,99,117,115,114,101,99,116,100,105,115,116,2,0,0,0, - 7,116,98,117,116,116,111,110,12,101,100,105,116,101,100,95,97,98,111,114, - 116,17,102,114,97,109,101,46,111,112,116,105,111,110,115,115,107,105,110,11, - 8,102,115,111,95,102,108,97,116,0,16,102,114,97,109,101,46,108,111,99, - 97,108,112,114,111,112,115,11,15,102,114,108,95,111,112,116,105,111,110,115, - 115,107,105,110,0,17,102,114,97,109,101,46,108,111,99,97,108,112,114,111, - 112,115,49,11,0,8,116,97,98,111,114,100,101,114,2,1,4,104,105,110, - 116,6,15,32,65,98,111,114,116,32,99,111,109,112,105,108,101,32,8,98, - 111,117,110,100,115,95,120,3,50,1,8,98,111,117,110,100,115,95,121,2, + 7,116,98,117,116,116,111,110,20,112,114,111,106,101,99,116,95,97,98,111, + 114,116,95,99,111,109,112,105,108,17,102,114,97,109,101,46,111,112,116,105, + 111,110,115,115,107,105,110,11,8,102,115,111,95,102,108,97,116,0,16,102, + 114,97,109,101,46,108,111,99,97,108,112,114,111,112,115,11,15,102,114,108, + 95,111,112,116,105,111,110,115,115,107,105,110,0,17,102,114,97,109,101,46, + 108,111,99,97,108,112,114,111,112,115,49,11,0,8,116,97,98,111,114,100, + 101,114,2,8,4,104,105,110,116,6,27,32,80,114,111,106,101,99,116,32, + 65,98,111,114,116,32,67,111,109,112,105,108,97,116,105,111,110,32,8,98, + 111,117,110,100,115,95,120,3,211,0,8,98,111,117,110,100,115,95,121,2, 1,9,98,111,117,110,100,115,95,99,120,2,26,9,98,111,117,110,100,115, 95,99,121,2,26,5,115,116,97,116,101,11,11,97,115,95,100,105,115,97, 98,108,101,100,16,97,115,95,108,111,99,97,108,100,105,115,97,98,108,101, @@ -386,602 +674,319 @@ implementation 108,105,115,116,7,21,97,99,116,105,111,110,115,109,111,46,98,117,116,116, 111,110,105,99,111,110,115,7,105,109,97,103,101,110,114,2,2,13,102,111, 99,117,115,114,101,99,116,100,105,115,116,2,0,0,0,7,116,98,117,116, - 116,111,110,11,101,100,105,116,101,100,95,109,97,107,101,3,84,97,103,2, - 32,17,102,114,97,109,101,46,111,112,116,105,111,110,115,115,107,105,110,11, - 8,102,115,111,95,102,108,97,116,0,16,102,114,97,109,101,46,108,111,99, - 97,108,112,114,111,112,115,11,15,102,114,108,95,111,112,116,105,111,110,115, - 115,107,105,110,0,17,102,114,97,109,101,46,108,111,99,97,108,112,114,111, - 112,115,49,11,0,8,116,97,98,111,114,100,101,114,2,2,4,104,105,110, - 116,6,21,32,67,111,109,112,105,108,101,32,101,100,105,116,101,100,45,102, - 105,108,101,32,8,98,111,117,110,100,115,95,120,3,23,1,8,98,111,117, - 110,100,115,95,121,2,1,9,98,111,117,110,100,115,95,99,120,2,26,9, - 98,111,117,110,100,115,95,99,121,2,26,5,115,116,97,116,101,11,16,97, - 115,95,108,111,99,97,108,100,105,115,97,98,108,101,100,15,97,115,95,108, - 111,99,97,108,99,97,112,116,105,111,110,17,97,115,95,108,111,99,97,108, - 105,109,97,103,101,108,105,115,116,15,97,115,95,108,111,99,97,108,105,109, - 97,103,101,110,114,23,97,115,95,108,111,99,97,108,105,109,97,103,101,110, - 114,100,105,115,97,98,108,101,100,13,97,115,95,108,111,99,97,108,99,111, - 108,111,114,12,97,115,95,108,111,99,97,108,104,105,110,116,0,6,97,99, - 116,105,111,110,7,22,97,99,116,105,111,110,115,109,111,46,99,117,115,116, - 111,109,99,111,109,112,105,108,9,105,109,97,103,101,108,105,115,116,7,21, - 97,99,116,105,111,110,115,109,111,46,98,117,116,116,111,110,105,99,111,110, - 115,7,105,109,97,103,101,110,114,2,17,13,102,111,99,117,115,114,101,99, - 116,100,105,115,116,2,0,0,0,17,116,100,114,111,112,100,111,119,110,108, - 105,115,116,101,100,105,116,12,101,100,105,116,95,111,112,116,105,111,110,115, + 116,111,110,12,112,114,111,106,101,99,116,95,109,97,107,101,3,84,97,103, + 2,1,17,102,114,97,109,101,46,111,112,116,105,111,110,115,115,107,105,110, + 11,8,102,115,111,95,102,108,97,116,0,16,102,114,97,109,101,46,108,111, + 99,97,108,112,114,111,112,115,11,15,102,114,108,95,111,112,116,105,111,110, + 115,115,107,105,110,0,17,102,114,97,109,101,46,108,111,99,97,108,112,114, + 111,112,115,49,11,0,8,116,97,98,111,114,100,101,114,2,9,4,104,105, + 110,116,6,36,32,80,114,111,106,101,99,116,32,109,97,107,101,32,119,105, + 116,104,32,115,101,108,101,99,116,101,100,32,111,112,116,105,111,110,115,32, + 8,98,111,117,110,100,115,95,120,3,184,0,8,98,111,117,110,100,115,95, + 121,2,1,9,98,111,117,110,100,115,95,99,120,2,26,9,98,111,117,110, + 100,115,95,99,121,2,26,5,115,116,97,116,101,11,15,97,115,95,108,111, + 99,97,108,99,104,101,99,107,101,100,15,97,115,95,108,111,99,97,108,99, + 97,112,116,105,111,110,17,97,115,95,108,111,99,97,108,105,109,97,103,101, + 108,105,115,116,15,97,115,95,108,111,99,97,108,105,109,97,103,101,110,114, + 23,97,115,95,108,111,99,97,108,105,109,97,103,101,110,114,100,105,115,97, + 98,108,101,100,12,97,115,95,108,111,99,97,108,104,105,110,116,0,6,97, + 99,116,105,111,110,7,30,97,99,116,105,111,110,115,109,111,46,112,114,111, + 106,101,99,116,99,117,115,116,111,109,99,111,109,112,105,108,101,9,105,109, + 97,103,101,108,105,115,116,7,21,97,99,116,105,111,110,115,109,111,46,98, + 117,116,116,111,110,105,99,111,110,115,7,105,109,97,103,101,110,114,2,17, + 0,0,17,116,100,114,111,112,100,111,119,110,108,105,115,116,101,100,105,116, + 15,112,114,111,106,101,99,116,95,111,112,116,105,111,110,115,17,102,114,97, + 109,101,46,99,111,108,111,114,99,108,105,101,110,116,4,249,230,255,0,16, + 102,114,97,109,101,46,108,111,99,97,108,112,114,111,112,115,11,15,102,114, + 108,95,99,111,108,111,114,99,108,105,101,110,116,0,17,102,114,97,109,101, + 46,108,111,99,97,108,112,114,111,112,115,49,11,0,19,102,114,97,109,101, + 46,98,117,116,116,111,110,115,46,99,111,117,110,116,2,1,19,102,114,97, + 109,101,46,98,117,116,116,111,110,115,46,105,116,101,109,115,14,1,0,0, + 8,116,97,98,111,114,100,101,114,2,10,4,104,105,110,116,6,20,32,80, + 114,111,106,101,99,116,32,79,112,116,105,111,110,32,78,117,109,32,8,98, + 111,117,110,100,115,95,120,3,147,0,8,98,111,117,110,100,115,95,121,2, + 3,9,98,111,117,110,100,115,95,99,120,2,34,9,98,111,117,110,100,115, + 95,99,121,2,21,12,111,112,116,105,111,110,115,101,100,105,116,49,11,17, + 111,101,49,95,97,117,116,111,112,111,112,117,112,109,101,110,117,14,111,101, + 49,95,107,101,121,101,120,101,99,117,116,101,18,111,101,49,95,114,101,97, + 100,111,110,108,121,100,105,97,108,111,103,13,111,101,49,95,115,97,118,101, + 118,97,108,117,101,13,111,101,49,95,115,97,118,101,115,116,97,116,101,27, + 111,101,49,95,99,104,101,99,107,118,97,108,117,101,97,102,116,101,114,115, + 116,97,116,114,101,97,100,0,5,118,97,108,117,101,6,1,77,25,100,114, + 111,112,100,111,119,110,46,100,114,111,112,100,111,119,110,114,111,119,99,111, + 117,110,116,2,12,19,100,114,111,112,100,111,119,110,46,99,111,108,115,46, + 99,111,117,110,116,2,1,19,100,114,111,112,100,111,119,110,46,99,111,108, + 115,46,105,116,101,109,115,14,1,4,100,97,116,97,1,6,1,77,6,1, + 66,6,1,49,6,1,50,6,1,51,6,1,52,6,1,53,6,1,54,6, + 1,55,6,1,56,6,1,57,6,1,48,0,0,0,13,114,101,102,102,111, + 110,116,104,101,105,103,104,116,2,15,0,0,7,116,98,117,116,116,111,110, + 12,112,114,111,106,101,99,116,95,115,97,118,101,17,102,114,97,109,101,46, + 111,112,116,105,111,110,115,115,107,105,110,11,8,102,115,111,95,102,108,97, + 116,0,16,102,114,97,109,101,46,108,111,99,97,108,112,114,111,112,115,11, + 15,102,114,108,95,111,112,116,105,111,110,115,115,107,105,110,0,17,102,114, + 97,109,101,46,108,111,99,97,108,112,114,111,112,115,49,11,0,8,116,97, + 98,111,114,100,101,114,2,11,4,104,105,110,116,6,14,32,83,97,118,101, + 32,112,114,111,106,101,99,116,32,8,98,111,117,110,100,115,95,120,2,119, + 8,98,111,117,110,100,115,95,121,2,1,9,98,111,117,110,100,115,95,99, + 120,2,26,9,98,111,117,110,100,115,95,99,121,2,26,5,115,116,97,116, + 101,11,16,97,115,95,108,111,99,97,108,100,105,115,97,98,108,101,100,15, + 97,115,95,108,111,99,97,108,99,97,112,116,105,111,110,17,97,115,95,108, + 111,99,97,108,105,109,97,103,101,108,105,115,116,15,97,115,95,108,111,99, + 97,108,105,109,97,103,101,110,114,23,97,115,95,108,111,99,97,108,105,109, + 97,103,101,110,114,100,105,115,97,98,108,101,100,13,97,115,95,108,111,99, + 97,108,99,111,108,111,114,12,97,115,95,108,111,99,97,108,104,105,110,116, + 0,6,97,99,116,105,111,110,7,24,97,99,116,105,111,110,115,109,111,46, + 112,114,111,106,101,99,116,115,97,118,101,97,99,116,9,105,109,97,103,101, + 108,105,115,116,7,21,97,99,116,105,111,110,115,109,111,46,98,117,116,116, + 111,110,105,99,111,110,115,7,105,109,97,103,101,110,114,2,13,13,102,111, + 99,117,115,114,101,99,116,100,105,115,116,2,0,0,0,7,116,98,117,116, + 116,111,110,12,112,114,111,106,101,99,116,95,111,112,101,110,5,99,111,108, + 111,114,4,208,208,208,0,17,102,114,97,109,101,46,111,112,116,105,111,110, + 115,115,107,105,110,11,8,102,115,111,95,102,108,97,116,0,16,102,114,97, + 109,101,46,108,111,99,97,108,112,114,111,112,115,11,15,102,114,108,95,111, + 112,116,105,111,110,115,115,107,105,110,0,17,102,114,97,109,101,46,108,111, + 99,97,108,112,114,111,112,115,49,11,0,8,116,97,98,111,114,100,101,114, + 2,12,4,104,105,110,116,6,14,32,79,112,101,110,32,112,114,111,106,101, + 99,116,32,8,98,111,117,110,100,115,95,120,2,91,8,98,111,117,110,100, + 115,95,121,2,1,9,98,111,117,110,100,115,95,99,120,2,26,9,98,111, + 117,110,100,115,95,99,121,2,26,5,115,116,97,116,101,11,15,97,115,95, + 108,111,99,97,108,99,97,112,116,105,111,110,17,97,115,95,108,111,99,97, + 108,105,109,97,103,101,108,105,115,116,15,97,115,95,108,111,99,97,108,105, + 109,97,103,101,110,114,23,97,115,95,108,111,99,97,108,105,109,97,103,101, + 110,114,100,105,115,97,98,108,101,100,13,97,115,95,108,111,99,97,108,99, + 111,108,111,114,12,97,115,95,108,111,99,97,108,104,105,110,116,0,6,97, + 99,116,105,111,110,7,24,97,99,116,105,111,110,115,109,111,46,112,114,111, + 106,101,99,116,111,112,101,110,97,99,116,9,105,109,97,103,101,108,105,115, + 116,7,20,109,97,105,110,102,111,46,118,105,101,118,109,101,110,117,105,99, + 111,110,115,7,105,109,97,103,101,110,114,2,5,13,102,111,99,117,115,114, + 101,99,116,100,105,115,116,2,0,0,0,12,116,104,105,115,116,111,114,121, + 101,100,105,116,15,112,114,111,106,101,99,116,95,104,105,115,116,111,114,121, 17,102,114,97,109,101,46,99,111,108,111,114,99,108,105,101,110,116,4,249, 230,255,0,16,102,114,97,109,101,46,108,111,99,97,108,112,114,111,112,115, 11,15,102,114,108,95,99,111,108,111,114,99,108,105,101,110,116,0,17,102, 114,97,109,101,46,108,111,99,97,108,112,114,111,112,115,49,11,0,19,102, 114,97,109,101,46,98,117,116,116,111,110,115,46,99,111,117,110,116,2,1, 19,102,114,97,109,101,46,98,117,116,116,111,110,115,46,105,116,101,109,115, - 14,1,0,0,8,116,97,98,111,114,100,101,114,2,3,4,104,105,110,116, - 6,84,32,80,114,111,106,101,99,116,32,79,112,116,105,111,110,32,102,111, - 114,32,69,100,105,116,101,100,32,102,105,108,101,46,32,88,32,45,45,62, - 32,110,111,32,112,97,114,97,109,101,116,101,114,44,32,111,116,104,101,114, - 119,105,115,101,32,112,97,114,97,109,101,116,101,114,32,111,102,32,112,114, - 111,106,101,99,116,46,8,98,111,117,110,100,115,95,120,3,243,0,8,98, - 111,117,110,100,115,95,121,2,4,9,98,111,117,110,100,115,95,99,120,2, - 35,9,98,111,117,110,100,115,95,99,121,2,21,12,111,112,116,105,111,110, - 115,101,100,105,116,49,11,17,111,101,49,95,97,117,116,111,112,111,112,117, - 112,109,101,110,117,14,111,101,49,95,107,101,121,101,120,101,99,117,116,101, - 18,111,101,49,95,114,101,97,100,111,110,108,121,100,105,97,108,111,103,13, - 111,101,49,95,115,97,118,101,118,97,108,117,101,13,111,101,49,95,115,97, - 118,101,115,116,97,116,101,27,111,101,49,95,99,104,101,99,107,118,97,108, - 117,101,97,102,116,101,114,115,116,97,116,114,101,97,100,0,5,118,97,108, - 117,101,6,1,88,25,100,114,111,112,100,111,119,110,46,100,114,111,112,100, - 111,119,110,114,111,119,99,111,117,110,116,2,13,19,100,114,111,112,100,111, - 119,110,46,99,111,108,115,46,99,111,117,110,116,2,1,19,100,114,111,112, - 100,111,119,110,46,99,111,108,115,46,105,116,101,109,115,14,1,4,100,97, - 116,97,1,6,1,77,6,1,66,6,1,49,6,1,50,6,1,51,6,1, - 52,6,1,53,6,1,54,6,1,55,6,1,56,6,1,57,6,1,48,6, - 1,88,0,0,0,13,114,101,102,102,111,110,116,104,101,105,103,104,116,2, - 15,0,0,9,116,101,110,117,109,101,100,105,116,16,101,100,105,116,95,99, - 111,109,112,105,108,101,114,110,117,109,17,102,114,97,109,101,46,99,111,108, - 111,114,99,108,105,101,110,116,4,233,255,230,0,16,102,114,97,109,101,46, + 14,1,0,0,15,102,97,99,101,46,108,111,99,97,108,112,114,111,112,115, + 11,0,8,116,97,98,111,114,100,101,114,2,14,4,104,105,110,116,6,22, + 32,72,105,115,116,111,114,121,32,111,102,32,112,114,111,106,101,99,116,115, + 46,32,8,98,111,117,110,100,115,95,120,2,3,8,98,111,117,110,100,115, + 95,121,2,3,9,98,111,117,110,100,115,95,99,120,2,84,9,98,111,117, + 110,100,115,95,99,121,2,21,8,115,116,97,116,102,105,108,101,7,19,109, + 97,105,110,102,111,46,109,97,105,110,115,116,97,116,102,105,108,101,9,116, + 101,120,116,102,108,97,103,115,11,8,116,102,95,114,105,103,104,116,12,116, + 102,95,121,99,101,110,116,101,114,101,100,11,116,102,95,110,111,115,101,108, + 101,99,116,0,19,100,114,111,112,100,111,119,110,46,99,111,108,115,46,99, + 111,117,110,116,2,1,19,100,114,111,112,100,111,119,110,46,99,111,108,115, + 46,105,116,101,109,115,14,1,0,0,16,111,110,98,101,102,111,114,101,100, + 114,111,112,100,111,119,110,7,12,111,110,98,101,102,100,114,111,112,112,114, + 111,20,111,110,97,102,116,101,114,99,108,111,115,101,100,114,111,112,100,111, + 119,110,7,13,111,110,115,101,116,118,97,108,117,101,104,105,115,13,114,101, + 102,102,111,110,116,104,101,105,103,104,116,2,15,0,0,0,10,116,100,111, + 99,107,112,97,110,101,108,11,112,97,110,101,108,101,100,105,116,101,100,5, + 99,111,108,111,114,4,194,249,255,0,8,116,97,98,111,114,100,101,114,2, + 9,8,98,111,117,110,100,115,95,120,3,207,2,8,98,111,117,110,100,115, + 95,121,2,1,9,98,111,117,110,100,115,95,99,120,3,105,1,9,98,111, + 117,110,100,115,95,99,121,2,28,0,7,116,98,117,116,116,111,110,10,101, + 100,105,116,101,100,95,114,117,110,17,102,114,97,109,101,46,111,112,116,105, + 111,110,115,115,107,105,110,11,8,102,115,111,95,102,108,97,116,0,16,102, + 114,97,109,101,46,108,111,99,97,108,112,114,111,112,115,11,15,102,114,108, + 95,111,112,116,105,111,110,115,115,107,105,110,0,17,102,114,97,109,101,46, + 108,111,99,97,108,112,114,111,112,115,49,11,0,4,104,105,110,116,6,25, + 32,82,117,110,32,99,111,109,112,105,108,101,100,32,101,100,105,116,101,100, + 32,102,105,108,101,8,98,111,117,110,100,115,95,120,3,77,1,8,98,111, + 117,110,100,115,95,121,2,1,9,98,111,117,110,100,115,95,99,120,2,26, + 9,98,111,117,110,100,115,95,99,121,2,26,5,115,116,97,116,101,11,15, + 97,115,95,108,111,99,97,108,99,97,112,116,105,111,110,17,97,115,95,108, + 111,99,97,108,105,109,97,103,101,108,105,115,116,15,97,115,95,108,111,99, + 97,108,105,109,97,103,101,110,114,23,97,115,95,108,111,99,97,108,105,109, + 97,103,101,110,114,100,105,115,97,98,108,101,100,13,97,115,95,108,111,99, + 97,108,99,111,108,111,114,12,97,115,95,108,111,99,97,108,104,105,110,116, + 0,6,97,99,116,105,111,110,7,19,97,99,116,105,111,110,115,109,111,46, + 99,117,115,116,111,109,114,117,110,9,105,109,97,103,101,108,105,115,116,7, + 21,97,99,116,105,111,110,115,109,111,46,98,117,116,116,111,110,105,99,111, + 110,115,7,105,109,97,103,101,110,114,2,27,13,102,111,99,117,115,114,101, + 99,116,100,105,115,116,2,0,0,0,7,116,98,117,116,116,111,110,12,101, + 100,105,116,101,100,95,97,98,111,114,116,17,102,114,97,109,101,46,111,112, + 116,105,111,110,115,115,107,105,110,11,8,102,115,111,95,102,108,97,116,0, + 16,102,114,97,109,101,46,108,111,99,97,108,112,114,111,112,115,11,15,102, + 114,108,95,111,112,116,105,111,110,115,115,107,105,110,0,17,102,114,97,109, + 101,46,108,111,99,97,108,112,114,111,112,115,49,11,0,8,116,97,98,111, + 114,100,101,114,2,1,4,104,105,110,116,6,15,32,65,98,111,114,116,32, + 99,111,109,112,105,108,101,32,8,98,111,117,110,100,115,95,120,3,50,1, + 8,98,111,117,110,100,115,95,121,2,1,9,98,111,117,110,100,115,95,99, + 120,2,26,9,98,111,117,110,100,115,95,99,121,2,26,5,115,116,97,116, + 101,11,11,97,115,95,100,105,115,97,98,108,101,100,16,97,115,95,108,111, + 99,97,108,100,105,115,97,98,108,101,100,15,97,115,95,108,111,99,97,108, + 99,97,112,116,105,111,110,17,97,115,95,108,111,99,97,108,105,109,97,103, + 101,108,105,115,116,15,97,115,95,108,111,99,97,108,105,109,97,103,101,110, + 114,23,97,115,95,108,111,99,97,108,105,109,97,103,101,110,114,100,105,115, + 97,98,108,101,100,13,97,115,95,108,111,99,97,108,99,111,108,111,114,12, + 97,115,95,108,111,99,97,108,104,105,110,116,0,6,97,99,116,105,111,110, + 7,22,97,99,116,105,111,110,115,109,111,46,97,98,111,114,116,109,97,107, + 101,97,99,116,9,105,109,97,103,101,108,105,115,116,7,21,97,99,116,105, + 111,110,115,109,111,46,98,117,116,116,111,110,105,99,111,110,115,7,105,109, + 97,103,101,110,114,2,2,13,102,111,99,117,115,114,101,99,116,100,105,115, + 116,2,0,0,0,7,116,98,117,116,116,111,110,11,101,100,105,116,101,100, + 95,109,97,107,101,3,84,97,103,2,32,17,102,114,97,109,101,46,111,112, + 116,105,111,110,115,115,107,105,110,11,8,102,115,111,95,102,108,97,116,0, + 16,102,114,97,109,101,46,108,111,99,97,108,112,114,111,112,115,11,15,102, + 114,108,95,111,112,116,105,111,110,115,115,107,105,110,0,17,102,114,97,109, + 101,46,108,111,99,97,108,112,114,111,112,115,49,11,0,8,116,97,98,111, + 114,100,101,114,2,2,4,104,105,110,116,6,21,32,67,111,109,112,105,108, + 101,32,101,100,105,116,101,100,45,102,105,108,101,32,8,98,111,117,110,100, + 115,95,120,3,23,1,8,98,111,117,110,100,115,95,121,2,1,9,98,111, + 117,110,100,115,95,99,120,2,26,9,98,111,117,110,100,115,95,99,121,2, + 26,5,115,116,97,116,101,11,16,97,115,95,108,111,99,97,108,100,105,115, + 97,98,108,101,100,15,97,115,95,108,111,99,97,108,99,97,112,116,105,111, + 110,17,97,115,95,108,111,99,97,108,105,109,97,103,101,108,105,115,116,15, + 97,115,95,108,111,99,97,108,105,109,97,103,101,110,114,23,97,115,95,108, + 111,99,97,108,105,109,97,103,101,110,114,100,105,115,97,98,108,101,100,13, + 97,115,95,108,111,99,97,108,99,111,108,111,114,12,97,115,95,108,111,99, + 97,108,104,105,110,116,0,6,97,99,116,105,111,110,7,22,97,99,116,105, + 111,110,115,109,111,46,99,117,115,116,111,109,99,111,109,112,105,108,9,105, + 109,97,103,101,108,105,115,116,7,21,97,99,116,105,111,110,115,109,111,46, + 98,117,116,116,111,110,105,99,111,110,115,7,105,109,97,103,101,110,114,2, + 17,13,102,111,99,117,115,114,101,99,116,100,105,115,116,2,0,0,0,17, + 116,100,114,111,112,100,111,119,110,108,105,115,116,101,100,105,116,12,101,100, + 105,116,95,111,112,116,105,111,110,115,17,102,114,97,109,101,46,99,111,108, + 111,114,99,108,105,101,110,116,4,249,230,255,0,16,102,114,97,109,101,46, 108,111,99,97,108,112,114,111,112,115,11,15,102,114,108,95,99,111,108,111, 114,99,108,105,101,110,116,0,17,102,114,97,109,101,46,108,111,99,97,108, 112,114,111,112,115,49,11,0,19,102,114,97,109,101,46,98,117,116,116,111, 110,115,46,99,111,117,110,116,2,1,19,102,114,97,109,101,46,98,117,116, 116,111,110,115,46,105,116,101,109,115,14,1,0,0,8,116,97,98,111,114, - 100,101,114,2,4,4,104,105,110,116,6,33,32,67,111,109,112,105,108,101, - 114,32,110,117,109,98,101,114,32,102,111,114,32,69,100,105,116,101,100,32, - 102,105,108,101,32,8,98,111,117,110,100,115,95,120,3,208,0,8,98,111, - 117,110,100,115,95,121,2,4,9,98,111,117,110,100,115,95,99,120,2,36, - 9,98,111,117,110,100,115,95,99,121,2,21,12,111,112,116,105,111,110,115, - 101,100,105,116,49,11,17,111,101,49,95,97,117,116,111,112,111,112,117,112, - 109,101,110,117,14,111,101,49,95,107,101,121,101,120,101,99,117,116,101,18, - 111,101,49,95,114,101,97,100,111,110,108,121,100,105,97,108,111,103,13,111, - 101,49,95,115,97,118,101,118,97,108,117,101,13,111,101,49,95,115,97,118, - 101,115,116,97,116,101,27,111,101,49,95,99,104,101,99,107,118,97,108,117, - 101,97,102,116,101,114,115,116,97,116,114,101,97,100,0,19,100,114,111,112, - 100,111,119,110,46,99,111,108,115,46,99,111,117,110,116,2,1,19,100,114, - 111,112,100,111,119,110,46,99,111,108,115,46,105,116,101,109,115,14,1,4, - 100,97,116,97,1,6,1,49,6,1,50,6,1,51,6,1,52,6,1,53, - 6,1,54,6,1,55,6,1,56,0,0,0,5,118,97,108,117,101,2,0, - 3,109,105,110,2,0,3,109,97,120,2,100,13,114,101,102,102,111,110,116, - 104,101,105,103,104,116,2,15,0,0,17,116,100,114,111,112,100,111,119,110, - 108,105,115,116,101,100,105,116,13,101,100,105,116,95,99,111,109,112,105,108, - 101,114,17,102,114,97,109,101,46,99,111,108,111,114,99,108,105,101,110,116, - 4,230,184,200,0,16,102,114,97,109,101,46,108,111,99,97,108,112,114,111, - 112,115,11,15,102,114,108,95,99,111,108,111,114,99,108,105,101,110,116,0, - 17,102,114,97,109,101,46,108,111,99,97,108,112,114,111,112,115,49,11,0, - 19,102,114,97,109,101,46,98,117,116,116,111,110,115,46,99,111,117,110,116, - 2,1,19,102,114,97,109,101,46,98,117,116,116,111,110,115,46,105,116,101, - 109,115,14,1,0,0,8,116,97,98,111,114,100,101,114,2,5,4,104,105, - 110,116,6,31,32,67,111,109,112,105,108,101,114,32,84,121,112,101,32,102, + 100,101,114,2,3,4,104,105,110,116,6,84,32,80,114,111,106,101,99,116, + 32,79,112,116,105,111,110,32,102,111,114,32,69,100,105,116,101,100,32,102, + 105,108,101,46,32,88,32,45,45,62,32,110,111,32,112,97,114,97,109,101, + 116,101,114,44,32,111,116,104,101,114,119,105,115,101,32,112,97,114,97,109, + 101,116,101,114,32,111,102,32,112,114,111,106,101,99,116,46,8,98,111,117, + 110,100,115,95,120,3,243,0,8,98,111,117,110,100,115,95,121,2,4,9, + 98,111,117,110,100,115,95,99,120,2,35,9,98,111,117,110,100,115,95,99, + 121,2,21,12,111,112,116,105,111,110,115,101,100,105,116,49,11,17,111,101, + 49,95,97,117,116,111,112,111,112,117,112,109,101,110,117,14,111,101,49,95, + 107,101,121,101,120,101,99,117,116,101,18,111,101,49,95,114,101,97,100,111, + 110,108,121,100,105,97,108,111,103,13,111,101,49,95,115,97,118,101,118,97, + 108,117,101,13,111,101,49,95,115,97,118,101,115,116,97,116,101,27,111,101, + 49,95,99,104,101,99,107,118,97,108,117,101,97,102,116,101,114,115,116,97, + 116,114,101,97,100,0,5,118,97,108,117,101,6,1,88,25,100,114,111,112, + 100,111,119,110,46,100,114,111,112,100,111,119,110,114,111,119,99,111,117,110, + 116,2,13,19,100,114,111,112,100,111,119,110,46,99,111,108,115,46,99,111, + 117,110,116,2,1,19,100,114,111,112,100,111,119,110,46,99,111,108,115,46, + 105,116,101,109,115,14,1,4,100,97,116,97,1,6,1,77,6,1,66,6, + 1,49,6,1,50,6,1,51,6,1,52,6,1,53,6,1,54,6,1,55, + 6,1,56,6,1,57,6,1,48,6,1,88,0,0,0,13,114,101,102,102, + 111,110,116,104,101,105,103,104,116,2,15,0,0,9,116,101,110,117,109,101, + 100,105,116,16,101,100,105,116,95,99,111,109,112,105,108,101,114,110,117,109, + 17,102,114,97,109,101,46,99,111,108,111,114,99,108,105,101,110,116,4,233, + 255,230,0,16,102,114,97,109,101,46,108,111,99,97,108,112,114,111,112,115, + 11,15,102,114,108,95,99,111,108,111,114,99,108,105,101,110,116,0,17,102, + 114,97,109,101,46,108,111,99,97,108,112,114,111,112,115,49,11,0,19,102, + 114,97,109,101,46,98,117,116,116,111,110,115,46,99,111,117,110,116,2,1, + 19,102,114,97,109,101,46,98,117,116,116,111,110,115,46,105,116,101,109,115, + 14,1,0,0,8,116,97,98,111,114,100,101,114,2,4,4,104,105,110,116, + 6,33,32,67,111,109,112,105,108,101,114,32,110,117,109,98,101,114,32,102, 111,114,32,69,100,105,116,101,100,32,102,105,108,101,32,8,98,111,117,110, - 100,115,95,120,3,146,0,8,98,111,117,110,100,115,95,121,2,4,9,98, - 111,117,110,100,115,95,99,120,2,63,9,98,111,117,110,100,115,95,99,121, + 100,115,95,120,3,208,0,8,98,111,117,110,100,115,95,121,2,4,9,98, + 111,117,110,100,115,95,99,120,2,36,9,98,111,117,110,100,115,95,99,121, 2,21,12,111,112,116,105,111,110,115,101,100,105,116,49,11,17,111,101,49, 95,97,117,116,111,112,111,112,117,112,109,101,110,117,14,111,101,49,95,107, 101,121,101,120,101,99,117,116,101,18,111,101,49,95,114,101,97,100,111,110, 108,121,100,105,97,108,111,103,13,111,101,49,95,115,97,118,101,118,97,108, 117,101,13,111,101,49,95,115,97,118,101,115,116,97,116,101,27,111,101,49, 95,99,104,101,99,107,118,97,108,117,101,97,102,116,101,114,115,116,97,116, - 114,101,97,100,0,5,118,97,108,117,101,6,6,80,97,115,99,97,108,25, - 100,114,111,112,100,111,119,110,46,100,114,111,112,100,111,119,110,114,111,119, - 99,111,117,110,116,2,5,19,100,114,111,112,100,111,119,110,46,99,111,108, - 115,46,99,111,117,110,116,2,1,19,100,114,111,112,100,111,119,110,46,99, - 111,108,115,46,105,116,101,109,115,14,1,4,100,97,116,97,1,6,6,80, - 97,115,99,97,108,6,4,74,97,118,97,6,1,67,6,6,80,121,116,104, - 111,110,6,5,79,116,104,101,114,0,0,0,13,114,101,102,102,111,110,116, - 104,101,105,103,104,116,2,15,0,0,7,116,98,117,116,116,111,110,9,115, - 97,118,101,95,102,105,108,101,17,102,114,97,109,101,46,111,112,116,105,111, - 110,115,115,107,105,110,11,8,102,115,111,95,102,108,97,116,0,16,102,114, - 97,109,101,46,108,111,99,97,108,112,114,111,112,115,11,15,102,114,108,95, - 111,112,116,105,111,110,115,115,107,105,110,0,17,102,114,97,109,101,46,108, - 111,99,97,108,112,114,111,112,115,49,11,0,8,116,97,98,111,114,100,101, - 114,2,6,4,104,105,110,116,6,18,32,83,97,118,101,32,101,100,105,116, - 101,100,32,102,105,108,101,32,8,98,111,117,110,100,115,95,120,2,118,8, - 98,111,117,110,100,115,95,121,2,1,9,98,111,117,110,100,115,95,99,120, - 2,26,9,98,111,117,110,100,115,95,99,121,2,26,5,115,116,97,116,101, - 11,16,97,115,95,108,111,99,97,108,100,105,115,97,98,108,101,100,17,97, - 115,95,108,111,99,97,108,105,109,97,103,101,108,105,115,116,15,97,115,95, - 108,111,99,97,108,105,109,97,103,101,110,114,23,97,115,95,108,111,99,97, - 108,105,109,97,103,101,110,114,100,105,115,97,98,108,101,100,13,97,115,95, - 108,111,99,97,108,99,111,108,111,114,12,97,115,95,108,111,99,97,108,104, - 105,110,116,0,6,97,99,116,105,111,110,7,20,97,99,116,105,111,110,115, - 109,111,46,99,117,115,116,111,109,115,97,118,101,9,105,109,97,103,101,108, - 105,115,116,7,21,97,99,116,105,111,110,115,109,111,46,98,117,116,116,111, - 110,105,99,111,110,115,7,105,109,97,103,101,110,114,2,13,13,102,111,99, - 117,115,114,101,99,116,100,105,115,116,2,0,0,0,7,116,98,117,116,116, - 111,110,9,111,112,101,110,95,102,105,108,101,5,99,111,108,111,114,4,208, - 208,208,0,17,102,114,97,109,101,46,111,112,116,105,111,110,115,115,107,105, - 110,11,8,102,115,111,95,102,108,97,116,0,16,102,114,97,109,101,46,108, - 111,99,97,108,112,114,111,112,115,11,15,102,114,108,95,111,112,116,105,111, - 110,115,115,107,105,110,0,17,102,114,97,109,101,46,108,111,99,97,108,112, - 114,111,112,115,49,11,0,8,116,97,98,111,114,100,101,114,2,7,4,104, - 105,110,116,6,11,32,79,112,101,110,32,102,105,108,101,32,8,98,111,117, - 110,100,115,95,120,2,90,8,98,111,117,110,100,115,95,121,2,1,9,98, - 111,117,110,100,115,95,99,120,2,26,9,98,111,117,110,100,115,95,99,121, - 2,26,5,115,116,97,116,101,11,15,97,115,95,108,111,99,97,108,99,97, - 112,116,105,111,110,17,97,115,95,108,111,99,97,108,105,109,97,103,101,108, - 105,115,116,15,97,115,95,108,111,99,97,108,105,109,97,103,101,110,114,23, - 97,115,95,108,111,99,97,108,105,109,97,103,101,110,114,100,105,115,97,98, - 108,101,100,13,97,115,95,108,111,99,97,108,99,111,108,111,114,12,97,115, - 95,108,111,99,97,108,104,105,110,116,0,6,97,99,116,105,111,110,7,20, - 97,99,116,105,111,110,115,109,111,46,111,112,101,110,115,111,117,114,99,101, - 9,105,109,97,103,101,108,105,115,116,7,21,97,99,116,105,111,110,115,109, - 111,46,98,117,116,116,111,110,105,99,111,110,115,7,105,109,97,103,101,110, - 114,2,22,13,102,111,99,117,115,114,101,99,116,100,105,115,116,2,0,0, - 0,12,116,104,105,115,116,111,114,121,101,100,105,116,12,102,105,108,101,95, - 104,105,115,116,111,114,121,3,84,97,103,2,1,16,102,114,97,109,101,46, - 108,111,99,97,108,112,114,111,112,115,11,0,17,102,114,97,109,101,46,108, - 111,99,97,108,112,114,111,112,115,49,11,0,19,102,114,97,109,101,46,98, - 117,116,116,111,110,115,46,99,111,117,110,116,2,1,19,102,114,97,109,101, - 46,98,117,116,116,111,110,115,46,105,116,101,109,115,14,1,0,0,8,116, - 97,98,111,114,100,101,114,2,8,4,104,105,110,116,6,19,32,72,105,115, - 116,111,114,121,32,111,102,32,102,105,108,101,115,46,32,8,98,111,117,110, - 100,115,95,120,2,3,8,98,111,117,110,100,115,95,121,2,4,9,98,111, - 117,110,100,115,95,99,120,2,84,9,98,111,117,110,100,115,95,99,121,2, - 21,8,115,116,97,116,102,105,108,101,7,19,109,97,105,110,102,111,46,109, - 97,105,110,115,116,97,116,102,105,108,101,19,100,114,111,112,100,111,119,110, - 46,99,111,108,115,46,99,111,117,110,116,2,1,19,100,114,111,112,100,111, - 119,110,46,99,111,108,115,46,105,116,101,109,115,14,1,0,0,16,111,110, - 98,101,102,111,114,101,100,114,111,112,100,111,119,110,7,15,111,110,98,101, - 102,111,114,101,102,105,108,101,104,105,115,20,111,110,97,102,116,101,114,99, - 108,111,115,101,100,114,111,112,100,111,119,110,7,17,111,110,115,101,116,118, - 97,108,117,101,102,105,108,101,104,105,115,13,114,101,102,102,111,110,116,104, - 101,105,103,104,116,2,15,0,0,0,10,116,100,111,99,107,112,97,110,101, - 108,12,112,97,110,101,108,112,114,111,106,101,99,116,5,99,111,108,111,114, - 4,198,142,212,0,8,116,97,98,111,114,100,101,114,2,10,4,104,105,110, - 116,6,19,32,80,97,110,101,108,32,111,102,32,112,114,111,106,101,99,116, - 46,32,8,98,111,117,110,100,115,95,120,3,192,0,8,98,111,117,110,100, - 115,95,121,2,1,9,98,111,117,110,100,115,95,99,120,3,13,2,9,98, - 111,117,110,100,115,95,99,121,2,28,0,10,116,100,111,99,107,112,97,110, - 101,108,10,112,97,110,101,108,119,97,116,99,104,5,99,111,108,111,114,4, - 208,208,208,0,8,116,97,98,111,114,100,101,114,2,13,8,98,111,117,110, - 100,115,95,120,3,238,0,8,98,111,117,110,100,115,95,121,2,1,9,98, - 111,117,110,100,115,95,99,120,2,69,9,98,111,117,110,100,115,95,99,121, - 2,26,0,6,116,105,109,97,103,101,7,116,105,109,97,103,101,49,16,102, - 114,97,109,101,46,108,111,99,97,108,112,114,111,112,115,11,0,17,102,114, - 97,109,101,46,108,111,99,97,108,112,114,111,112,115,49,11,0,8,116,97, - 98,111,114,100,101,114,2,3,4,104,105,110,116,6,27,68,101,98,117,103, - 103,101,114,32,87,97,116,99,104,47,72,105,110,116,32,79,112,116,105,111, - 110,115,8,98,111,117,110,100,115,95,120,2,8,8,98,111,117,110,100,115, - 95,121,2,2,9,98,111,117,110,100,115,95,99,120,2,54,9,98,111,117, - 110,100,115,95,99,121,2,14,17,98,105,116,109,97,112,46,111,114,105,103, - 102,111,114,109,97,116,6,4,106,112,101,103,12,98,105,116,109,97,112,46, - 105,109,97,103,101,10,252,7,0,0,0,0,0,0,0,0,0,0,54,0, - 0,0,10,0,0,0,200,7,0,0,0,0,0,0,0,0,0,0,0,0, - 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, - 0,0,216,214,214,1,204,202,202,1,202,202,202,1,213,213,213,1,216,217, - 215,1,208,209,207,1,209,210,208,1,221,222,220,1,213,221,214,1,203,211, - 204,1,200,207,202,2,195,204,201,1,199,207,206,1,197,205,204,1,182,190, - 189,1,182,185,199,2,182,184,195,1,207,206,215,1,213,211,217,1,203,198, - 200,1,214,208,209,1,219,213,214,1,202,211,198,1,206,210,204,1,212,210, - 210,1,214,208,213,1,212,206,211,1,209,207,207,1,207,211,205,1,208,217, - 204,1,221,212,199,1,217,210,201,1,210,208,207,1,200,204,209,1,189,195, - 202,1,184,187,191,1,193,191,190,1,204,201,197,1,196,200,218,1,195,201, - 214,1,195,204,213,1,190,201,205,1,201,209,209,1,208,213,212,1,207,205, - 205,1,223,219,218,1,208,205,207,1,212,210,209,1,216,215,211,1,213,214, - 205,1,206,207,198,1,206,203,198,1,213,212,214,1,211,213,214,1,209,211, - 212,1,204,206,207,1,197,199,200,1,190,194,195,1,191,195,196,1,194,198, - 199,1,184,185,211,1,157,158,184,1,139,140,166,1,127,128,154,1,108,109, - 135,1,101,102,128,1,109,110,136,1,116,117,145,1,126,128,138,1,134,136, - 146,1,129,131,141,1,151,153,163,1,183,185,195,1,206,208,218,1,216,218, - 228,1,197,199,209,1,213,219,218,1,207,212,211,1,201,203,204,1,204,201, - 203,1,208,205,207,1,208,210,211,1,207,212,211,1,204,210,209,1,190,208, - 231,1,179,197,220,1,159,179,204,1,139,159,184,1,122,142,167,1,107,127, - 152,1,95,115,140,1,87,107,132,1,89,93,104,1,116,122,133,1,120,129, - 138,1,117,129,135,1,133,145,149,1,163,172,176,1,191,195,200,1,204,207, - 212,1,195,195,201,1,200,202,203,1,203,205,205,1,205,206,202,1,208,209, - 205,1,212,213,211,1,188,191,195,1,201,204,208,1,207,210,215,1,196,200, - 205,1,176,182,189,1,154,159,168,1,124,131,140,1,102,109,118,1,84,95, - 99,1,53,64,68,1,40,49,52,1,42,52,52,1,40,48,48,1,38,44, - 43,1,39,45,44,1,37,44,41,1,68,64,63,1,68,66,66,1,62,64, - 65,1,75,79,84,1,72,79,88,1,72,81,95,1,114,127,143,1,150,164, - 182,1,187,192,207,1,197,201,212,1,209,212,216,1,216,219,217,1,211,214, - 212,1,197,200,204,1,179,183,194,1,166,171,186,1,108,122,140,1,98,107, - 120,1,81,84,88,1,71,67,66,1,73,69,64,1,77,75,74,1,64,67, - 71,1,47,53,60,1,50,50,50,1,48,50,51,1,21,28,31,1,39,50, - 54,1,55,67,73,1,50,61,69,1,81,90,99,1,102,108,119,1,113,117, - 128,1,146,151,160,1,183,187,192,1,200,205,206,1,206,211,210,1,210,212, - 213,1,211,214,218,1,206,210,215,1,188,194,201,1,156,161,170,1,112,120, - 133,1,73,80,95,1,40,48,65,1,18,28,45,1,15,25,13,1,33,42, - 29,1,52,59,44,1,51,57,38,1,50,53,31,1,73,76,51,1,99,101, - 72,1,103,102,74,1,130,116,97,1,113,100,84,1,112,104,91,1,172,169, - 164,1,217,221,222,1,205,214,223,1,178,189,203,1,143,158,174,1,132,135, - 163,1,163,167,185,1,199,203,208,1,208,214,209,1,189,195,190,1,163,167, - 172,1,144,148,166,1,138,141,169,1,182,188,195,1,214,212,211,1,229,216, - 200,1,199,177,149,1,154,129,97,1,125,103,75,1,113,98,79,1,107,98, - 85,1,97,86,66,1,92,85,68,1,47,45,35,1,58,62,57,1,52,57, - 58,1,11,17,22,1,25,33,40,1,30,35,44,1,42,49,66,1,72,79, - 94,1,118,125,134,1,160,166,171,1,185,190,193,1,196,199,204,1,205,209, - 210,1,181,186,189,1,141,147,154,1,91,97,108,1,37,44,59,1,7,17, - 35,1,19,30,52,1,49,59,83,1,100,92,109,1,153,143,159,1,194,182, - 194,1,190,176,182,1,179,163,164,1,171,152,147,1,110,89,81,1,23,1, - 0,1,33,10,0,1,114,93,65,1,182,166,143,1,227,217,200,1,248,243, - 234,1,250,251,249,1,234,238,243,1,189,197,204,1,162,165,193,1,185,189, - 207,1,210,214,219,1,214,220,215,1,201,207,202,1,189,193,198,1,188,192, - 210,1,194,197,225,1,213,233,255,1,241,252,255,1,252,250,250,1,219,208, - 194,1,158,144,126,1,95,84,70,1,36,32,27,1,0,0,0,1,109,89, - 54,1,181,163,134,1,187,173,154,1,192,185,176,1,179,175,174,1,139,138, - 140,1,112,113,117,1,53,53,59,1,28,36,59,1,17,27,45,1,36,45, - 58,1,94,101,110,1,149,155,160,1,173,176,181,1,209,210,208,1,202,204, - 205,1,188,191,196,1,154,158,169,1,98,105,122,1,63,72,92,1,82,91, - 118,1,122,133,161,1,187,182,197,1,221,215,226,1,235,228,233,1,220,208, - 206,1,217,202,193,1,223,205,188,1,164,143,121,1,69,47,22,1,94,72, - 44,1,136,115,88,1,168,149,128,1,205,190,174,1,232,223,213,1,243,239, - 234,1,240,238,238,1,208,210,211,1,193,198,213,1,195,199,210,1,199,202, - 206,1,202,205,203,2,201,204,208,1,198,202,213,1,196,201,216,1,228,231, - 235,1,231,229,228,1,226,217,207,1,208,193,174,1,180,162,139,1,141,123, - 100,1,90,75,56,1,49,36,20,1,173,153,118,1,217,198,171,1,217,202, - 186,1,227,218,215,1,239,232,239,1,223,219,230,1,195,194,204,1,142,141, - 151,1,72,82,106,1,69,78,98,1,92,101,115,1,146,153,162,1,193,197, - 202,1,208,208,214,1,206,203,198,1,213,211,210,1,217,219,220,1,203,206, - 214,1,165,170,185,1,123,129,152,1,101,108,135,1,98,106,136,1,147,156, - 169,1,189,198,207,1,232,237,238,1,228,230,224,1,200,197,182,1,182,177, - 152,1,163,154,121,1,132,123,86,1,149,137,127,1,140,128,118,1,145,135, - 128,1,199,190,186,1,225,220,219,1,205,202,204,1,193,192,196,1,181,181, - 187,1,214,220,219,1,211,216,215,1,211,213,214,1,217,214,216,1,219,216, - 218,1,213,215,216,1,204,209,208,1,196,202,201,1,207,194,178,1,230,216, - 198,1,238,224,206,1,212,195,174,1,165,147,124,1,140,119,92,1,148,124, - 94,1,169,144,112,1,154,143,123,1,173,164,151,1,195,189,190,1,225,222, - 237,1,232,232,255,1,190,193,221,1,138,143,168,1,109,114,139,1,101,108, - 133,1,129,136,156,1,163,171,184,1,190,196,203,1,202,205,209,1,206,205, - 207,1,217,214,206,1,211,208,203,1,202,202,202,1,202,204,212,1,208,211, - 226,1,200,205,226,1,169,176,203,1,136,144,174,1,94,102,161,1,88,95, - 150,1,114,118,166,1,157,157,193,1,174,169,196,1,168,161,176,1,157,146, - 154,1,146,132,136,1,116,114,120,1,135,133,139,1,157,154,163,1,195,194, - 203,1,206,207,217,1,196,197,207,1,207,207,219,1,211,213,224,1,201,210, - 197,1,205,209,203,1,210,208,208,1,210,204,209,1,208,202,207,1,207,205, - 205,1,207,211,205,1,208,217,204,1,197,204,213,1,197,206,219,1,189,203, - 221,1,173,188,207,1,143,157,175,1,121,130,143,1,121,124,129,1,130,130, - 130,1,149,146,141,1,177,176,180,1,187,189,207,1,145,150,181,1,109,116, - 155,1,97,106,149,1,101,111,151,1,127,138,176,1,170,178,201,1,196,203, - 222,1,209,215,228,1,202,205,213,1,202,204,205,1,217,215,215,1,208,208, - 208,8,205,203,209,1,192,191,200,1,176,176,188,1,159,162,177,1,145,148, - 169,1,139,143,171,1,144,149,180,1,153,160,193,1,156,165,178,1,167,176, - 186,1,182,189,198,1,196,202,207,1,205,210,209,1,210,211,207,1,212,212, - 206,1,213,211,203,1,208,208,208,8,207,208,204,1,207,210,208,1,205,209, - 210,1,196,202,207,1,182,188,199,1,167,175,192,1,157,166,186,1,151,162, - 184,1,130,140,164,1,136,144,167,1,146,153,172,1,159,164,179,1,174,179, - 188,1,189,192,196,1,202,204,204,1,209,210,208,1,208,208,208,14,213,211, - 210,1,209,209,209,1,207,209,210,1,204,207,212,1,197,202,211,1,191,197, - 210,1,192,199,214,1,197,205,222,1,190,199,208,1,194,204,211,1,201,210, - 214,1,207,212,215,1,207,211,212,1,208,209,207,1,208,207,203,1,206,205, - 201,1,208,208,208,8,206,205,201,1,208,209,207,1,209,211,211,1,208,211, - 215,1,201,207,214,1,195,201,212,1,191,199,212,1,189,198,212,1,190,197, - 216,1,191,198,215,1,195,201,214,1,198,202,213,1,204,206,214,1,208,209, - 213,1,212,212,212,1,215,213,213,1,208,208,208,6,0,0,12,116,98,111, - 111,108,101,97,110,101,100,105,116,5,104,105,110,116,115,17,102,114,97,109, - 101,46,99,111,108,111,114,99,108,105,101,110,116,4,255,140,140,0,13,102, - 114,97,109,101,46,99,97,112,116,105,111,110,6,2,32,32,16,102,114,97, - 109,101,46,108,111,99,97,108,112,114,111,112,115,11,15,102,114,108,95,99, - 111,108,111,114,99,108,105,101,110,116,0,17,102,114,97,109,101,46,108,111, - 99,97,108,112,114,111,112,115,49,11,0,16,102,114,97,109,101,46,111,117, - 116,101,114,102,114,97,109,101,1,2,0,2,3,2,11,2,3,0,4,104, - 105,110,116,6,30,32,69,120,101,99,117,116,97,98,108,101,32,108,105,110, - 101,115,32,104,105,110,116,32,111,110,47,111,102,102,32,8,98,111,117,110, - 100,115,95,120,2,46,8,98,111,117,110,100,115,95,121,2,10,9,98,111, - 117,110,100,115,95,99,120,2,24,9,98,111,117,110,100,115,95,99,121,2, - 17,8,111,110,99,104,97,110,103,101,7,13,104,105,110,116,111,110,101,120, - 101,99,117,116,101,5,118,97,108,117,101,9,0,0,12,116,98,111,111,108, - 101,97,110,101,100,105,116,7,119,97,116,99,104,101,115,17,102,114,97,109, - 101,46,99,111,108,111,114,99,108,105,101,110,116,4,204,255,214,0,13,102, - 114,97,109,101,46,99,97,112,116,105,111,110,6,2,32,32,16,102,114,97, - 109,101,46,108,111,99,97,108,112,114,111,112,115,11,15,102,114,108,95,99, - 111,108,111,114,99,108,105,101,110,116,0,17,102,114,97,109,101,46,108,111, - 99,97,108,112,114,111,112,115,49,11,0,16,102,114,97,109,101,46,111,117, - 116,101,114,102,114,97,109,101,1,2,0,2,3,2,11,2,3,0,8,116, - 97,98,111,114,100,101,114,2,1,4,104,105,110,116,6,20,32,83,101,116, - 32,87,97,116,99,104,101,115,32,79,110,47,79,102,102,32,8,98,111,117, - 110,100,115,95,120,2,23,8,98,111,117,110,100,115,95,121,2,10,9,98, - 111,117,110,100,115,95,99,120,2,23,9,98,111,117,110,100,115,95,99,121, - 2,17,8,111,110,99,104,97,110,103,101,7,14,119,97,116,99,104,111,110, - 101,120,101,99,117,116,101,0,0,12,116,98,111,111,108,101,97,110,101,100, - 105,116,11,98,114,101,97,107,95,112,111,105,110,116,17,102,114,97,109,101, - 46,99,111,108,111,114,99,108,105,101,110,116,4,7,0,0,160,13,102,114, - 97,109,101,46,99,97,112,116,105,111,110,6,2,32,32,16,102,114,97,109, + 114,101,97,100,0,19,100,114,111,112,100,111,119,110,46,99,111,108,115,46, + 99,111,117,110,116,2,1,19,100,114,111,112,100,111,119,110,46,99,111,108, + 115,46,105,116,101,109,115,14,1,4,100,97,116,97,1,6,1,49,6,1, + 50,6,1,51,6,1,52,6,1,53,6,1,54,6,1,55,6,1,56,0, + 0,0,5,118,97,108,117,101,2,0,3,109,105,110,2,0,3,109,97,120, + 2,100,13,114,101,102,102,111,110,116,104,101,105,103,104,116,2,15,0,0, + 17,116,100,114,111,112,100,111,119,110,108,105,115,116,101,100,105,116,13,101, + 100,105,116,95,99,111,109,112,105,108,101,114,17,102,114,97,109,101,46,99, + 111,108,111,114,99,108,105,101,110,116,4,230,184,200,0,16,102,114,97,109, 101,46,108,111,99,97,108,112,114,111,112,115,11,15,102,114,108,95,99,111, 108,111,114,99,108,105,101,110,116,0,17,102,114,97,109,101,46,108,111,99, - 97,108,112,114,111,112,115,49,11,0,16,102,114,97,109,101,46,111,117,116, - 101,114,102,114,97,109,101,1,2,0,2,3,2,11,2,3,0,8,116,97, - 98,111,114,100,101,114,2,2,4,104,105,110,116,6,24,32,83,101,116,32, - 66,114,101,97,107,32,112,111,105,110,116,32,111,110,47,111,102,102,32,8, - 98,111,117,110,100,115,95,120,2,3,8,98,111,117,110,100,115,95,121,2, - 10,9,98,111,117,110,100,115,95,99,120,2,23,9,98,111,117,110,100,115, - 95,99,121,2,17,8,111,110,99,104,97,110,103,101,7,14,98,114,101,97, - 107,111,110,101,120,101,99,117,116,101,0,0,0,7,116,98,117,116,116,111, - 110,17,112,114,111,106,101,99,116,95,105,110,116,101,114,114,117,112,116,17, - 102,114,97,109,101,46,111,112,116,105,111,110,115,115,107,105,110,11,8,102, - 115,111,95,102,108,97,116,0,16,102,114,97,109,101,46,108,111,99,97,108, - 112,114,111,112,115,11,15,102,114,108,95,111,112,116,105,111,110,115,115,107, - 105,110,0,17,102,114,97,109,101,46,108,111,99,97,108,112,114,111,112,115, - 49,11,0,4,104,105,110,116,6,14,32,80,114,111,106,101,99,116,32,115, - 116,111,112,32,8,98,111,117,110,100,115,95,120,3,241,1,8,98,111,117, - 110,100,115,95,121,2,1,9,98,111,117,110,100,115,95,99,120,2,26,9, - 98,111,117,110,100,115,95,99,121,2,26,5,115,116,97,116,101,11,11,97, - 115,95,100,105,115,97,98,108,101,100,16,97,115,95,108,111,99,97,108,100, - 105,115,97,98,108,101,100,17,97,115,95,108,111,99,97,108,105,109,97,103, - 101,108,105,115,116,15,97,115,95,108,111,99,97,108,105,109,97,103,101,110, - 114,23,97,115,95,108,111,99,97,108,105,109,97,103,101,110,114,100,105,115, - 97,98,108,101,100,13,97,115,95,108,111,99,97,108,99,111,108,111,114,12, - 97,115,95,108,111,99,97,108,104,105,110,116,0,6,97,99,116,105,111,110, - 7,19,97,99,116,105,111,110,115,109,111,46,105,110,116,101,114,114,117,112, - 116,9,105,109,97,103,101,108,105,115,116,7,21,97,99,116,105,111,110,115, - 109,111,46,98,117,116,116,111,110,105,99,111,110,115,7,105,109,97,103,101, - 110,114,2,1,13,102,111,99,117,115,114,101,99,116,100,105,115,116,2,0, - 0,0,7,116,98,117,116,116,111,110,13,112,114,111,106,101,99,116,95,114, - 101,115,101,116,17,102,114,97,109,101,46,111,112,116,105,111,110,115,115,107, - 105,110,11,8,102,115,111,95,102,108,97,116,0,16,102,114,97,109,101,46, - 108,111,99,97,108,112,114,111,112,115,11,15,102,114,108,95,111,112,116,105, - 111,110,115,115,107,105,110,0,17,102,114,97,109,101,46,108,111,99,97,108, - 112,114,111,112,115,49,11,0,8,116,97,98,111,114,100,101,114,2,1,4, - 104,105,110,116,6,15,32,80,114,111,106,101,99,116,32,82,101,115,101,116, - 32,8,98,111,117,110,100,115,95,120,3,214,1,8,98,111,117,110,100,115, - 95,121,2,1,9,98,111,117,110,100,115,95,99,120,2,26,9,98,111,117, - 110,100,115,95,99,121,2,26,5,115,116,97,116,101,11,11,97,115,95,100, - 105,115,97,98,108,101,100,16,97,115,95,108,111,99,97,108,100,105,115,97, - 98,108,101,100,17,97,115,95,108,111,99,97,108,105,109,97,103,101,108,105, - 115,116,15,97,115,95,108,111,99,97,108,105,109,97,103,101,110,114,23,97, - 115,95,108,111,99,97,108,105,109,97,103,101,110,114,100,105,115,97,98,108, - 101,100,13,97,115,95,108,111,99,97,108,99,111,108,111,114,12,97,115,95, - 108,111,99,97,108,104,105,110,116,0,6,97,99,116,105,111,110,7,15,97, - 99,116,105,111,110,115,109,111,46,114,101,115,101,116,9,105,109,97,103,101, - 108,105,115,116,7,21,97,99,116,105,111,110,115,109,111,46,98,117,116,116, - 111,110,105,99,111,110,115,7,105,109,97,103,101,110,114,2,2,13,102,111, - 99,117,115,114,101,99,116,100,105,115,116,2,0,0,0,7,116,98,117,116, - 116,111,110,24,112,114,111,106,101,99,116,95,115,116,101,112,95,105,110,115, - 116,114,117,99,116,105,111,110,17,102,114,97,109,101,46,111,112,116,105,111, - 110,115,115,107,105,110,11,8,102,115,111,95,102,108,97,116,0,16,102,114, - 97,109,101,46,108,111,99,97,108,112,114,111,112,115,11,15,102,114,108,95, - 111,112,116,105,111,110,115,115,107,105,110,0,17,102,114,97,109,101,46,108, - 111,99,97,108,112,114,111,112,115,49,11,0,8,116,97,98,111,114,100,101, - 114,2,2,4,104,105,110,116,6,26,32,80,114,111,106,101,99,116,32,83, - 116,101,112,32,105,110,115,116,114,117,99,116,105,111,110,32,8,98,111,117, - 110,100,115,95,120,3,187,1,8,98,111,117,110,100,115,95,121,2,1,9, - 98,111,117,110,100,115,95,99,120,2,26,9,98,111,117,110,100,115,95,99, - 121,2,26,5,115,116,97,116,101,11,17,97,115,95,108,111,99,97,108,105, - 109,97,103,101,108,105,115,116,15,97,115,95,108,111,99,97,108,105,109,97, - 103,101,110,114,23,97,115,95,108,111,99,97,108,105,109,97,103,101,110,114, - 100,105,115,97,98,108,101,100,13,97,115,95,108,111,99,97,108,99,111,108, - 111,114,12,97,115,95,108,111,99,97,108,104,105,110,116,0,6,97,99,116, - 105,111,110,7,15,97,99,116,105,111,110,115,109,111,46,115,116,101,112,105, - 9,105,109,97,103,101,108,105,115,116,7,21,97,99,116,105,111,110,115,109, - 111,46,98,117,116,116,111,110,105,99,111,110,115,7,105,109,97,103,101,110, - 114,2,32,13,102,111,99,117,115,114,101,99,116,100,105,115,116,2,0,0, - 0,7,116,98,117,116,116,111,110,24,112,114,111,106,101,99,116,95,110,101, - 120,116,95,105,110,115,116,114,117,99,116,105,111,110,17,102,114,97,109,101, - 46,111,112,116,105,111,110,115,115,107,105,110,11,8,102,115,111,95,102,108, - 97,116,0,16,102,114,97,109,101,46,108,111,99,97,108,112,114,111,112,115, - 11,15,102,114,108,95,111,112,116,105,111,110,115,115,107,105,110,0,17,102, - 114,97,109,101,46,108,111,99,97,108,112,114,111,112,115,49,11,0,8,116, - 97,98,111,114,100,101,114,2,3,4,104,105,110,116,6,26,32,80,114,111, - 106,101,99,116,32,78,101,120,116,32,73,110,115,116,114,117,99,116,105,111, - 110,32,8,98,111,117,110,100,115,95,120,3,160,1,8,98,111,117,110,100, - 115,95,121,2,1,9,98,111,117,110,100,115,95,99,120,2,26,9,98,111, - 117,110,100,115,95,99,121,2,26,5,115,116,97,116,101,11,17,97,115,95, - 108,111,99,97,108,105,109,97,103,101,108,105,115,116,15,97,115,95,108,111, - 99,97,108,105,109,97,103,101,110,114,23,97,115,95,108,111,99,97,108,105, - 109,97,103,101,110,114,100,105,115,97,98,108,101,100,13,97,115,95,108,111, - 99,97,108,99,111,108,111,114,12,97,115,95,108,111,99,97,108,104,105,110, - 116,0,6,97,99,116,105,111,110,7,15,97,99,116,105,111,110,115,109,111, - 46,110,101,120,116,105,9,105,109,97,103,101,108,105,115,116,7,21,97,99, - 116,105,111,110,115,109,111,46,98,117,116,116,111,110,105,99,111,110,115,7, - 105,109,97,103,101,110,114,2,30,13,102,111,99,117,115,114,101,99,116,100, - 105,115,116,2,0,0,0,7,116,98,117,116,116,111,110,14,112,114,111,106, - 101,99,116,95,102,105,110,105,115,104,17,102,114,97,109,101,46,111,112,116, - 105,111,110,115,115,107,105,110,11,8,102,115,111,95,102,108,97,116,0,16, - 102,114,97,109,101,46,108,111,99,97,108,112,114,111,112,115,11,15,102,114, - 108,95,111,112,116,105,111,110,115,115,107,105,110,0,17,102,114,97,109,101, - 46,108,111,99,97,108,112,114,111,112,115,49,11,0,8,116,97,98,111,114, - 100,101,114,2,4,4,104,105,110,116,6,16,32,80,114,111,106,101,99,116, - 32,70,105,110,105,115,104,32,8,98,111,117,110,100,115,95,120,3,133,1, - 8,98,111,117,110,100,115,95,121,2,1,9,98,111,117,110,100,115,95,99, - 120,2,26,9,98,111,117,110,100,115,95,99,121,2,26,5,115,116,97,116, - 101,11,11,97,115,95,100,105,115,97,98,108,101,100,16,97,115,95,108,111, - 99,97,108,100,105,115,97,98,108,101,100,17,97,115,95,108,111,99,97,108, - 105,109,97,103,101,108,105,115,116,15,97,115,95,108,111,99,97,108,105,109, - 97,103,101,110,114,23,97,115,95,108,111,99,97,108,105,109,97,103,101,110, - 114,100,105,115,97,98,108,101,100,13,97,115,95,108,111,99,97,108,99,111, - 108,111,114,12,97,115,95,108,111,99,97,108,104,105,110,116,0,6,97,99, - 116,105,111,110,7,16,97,99,116,105,111,110,115,109,111,46,102,105,110,105, - 115,104,9,105,109,97,103,101,108,105,115,116,7,21,97,99,116,105,111,110, - 115,109,111,46,98,117,116,116,111,110,105,99,111,110,115,7,105,109,97,103, - 101,110,114,2,29,0,0,7,116,98,117,116,116,111,110,12,112,114,111,106, - 101,99,116,95,115,116,101,112,17,102,114,97,109,101,46,111,112,116,105,111, - 110,115,115,107,105,110,11,8,102,115,111,95,102,108,97,116,0,16,102,114, - 97,109,101,46,108,111,99,97,108,112,114,111,112,115,11,15,102,114,108,95, - 111,112,116,105,111,110,115,115,107,105,110,0,17,102,114,97,109,101,46,108, - 111,99,97,108,112,114,111,112,115,49,11,0,8,116,97,98,111,114,100,101, - 114,2,5,4,104,105,110,116,6,14,32,80,114,111,106,101,99,116,32,115, - 116,101,112,32,8,98,111,117,110,100,115,95,120,3,106,1,8,98,111,117, - 110,100,115,95,121,2,1,9,98,111,117,110,100,115,95,99,120,2,26,9, - 98,111,117,110,100,115,95,99,121,2,26,5,115,116,97,116,101,11,17,97, - 115,95,108,111,99,97,108,105,109,97,103,101,108,105,115,116,15,97,115,95, - 108,111,99,97,108,105,109,97,103,101,110,114,23,97,115,95,108,111,99,97, - 108,105,109,97,103,101,110,114,100,105,115,97,98,108,101,100,13,97,115,95, - 108,111,99,97,108,99,111,108,111,114,12,97,115,95,108,111,99,97,108,104, - 105,110,116,0,6,97,99,116,105,111,110,7,14,97,99,116,105,111,110,115, - 109,111,46,115,116,101,112,9,105,109,97,103,101,108,105,115,116,7,21,97, - 99,116,105,111,110,115,109,111,46,98,117,116,116,111,110,105,99,111,110,115, - 7,105,109,97,103,101,110,114,2,31,0,0,7,116,98,117,116,116,111,110, - 12,112,114,111,106,101,99,116,95,110,101,120,116,17,102,114,97,109,101,46, - 111,112,116,105,111,110,115,115,107,105,110,11,8,102,115,111,95,102,108,97, - 116,0,16,102,114,97,109,101,46,108,111,99,97,108,112,114,111,112,115,11, - 15,102,114,108,95,111,112,116,105,111,110,115,115,107,105,110,0,17,102,114, - 97,109,101,46,108,111,99,97,108,112,114,111,112,115,49,11,0,8,116,97, - 98,111,114,100,101,114,2,6,4,104,105,110,116,6,14,32,80,114,111,106, - 101,99,116,32,78,101,120,116,32,8,98,111,117,110,100,115,95,120,3,79, - 1,8,98,111,117,110,100,115,95,121,2,1,9,98,111,117,110,100,115,95, - 99,120,2,26,9,98,111,117,110,100,115,95,99,121,2,26,5,115,116,97, - 116,101,11,17,97,115,95,108,111,99,97,108,105,109,97,103,101,108,105,115, - 116,15,97,115,95,108,111,99,97,108,105,109,97,103,101,110,114,23,97,115, - 95,108,111,99,97,108,105,109,97,103,101,110,114,100,105,115,97,98,108,101, - 100,13,97,115,95,108,111,99,97,108,99,111,108,111,114,12,97,115,95,108, - 111,99,97,108,104,105,110,116,0,6,97,99,116,105,111,110,7,14,97,99, - 116,105,111,110,115,109,111,46,110,101,120,116,9,105,109,97,103,101,108,105, - 115,116,7,21,97,99,116,105,111,110,115,109,111,46,98,117,116,116,111,110, - 105,99,111,110,115,7,105,109,97,103,101,110,114,2,28,0,0,7,116,98, - 117,116,116,111,110,13,112,114,111,106,101,99,116,95,115,116,97,114,116,17, - 102,114,97,109,101,46,111,112,116,105,111,110,115,115,107,105,110,11,8,102, - 115,111,95,102,108,97,116,0,16,102,114,97,109,101,46,108,111,99,97,108, - 112,114,111,112,115,11,15,102,114,108,95,111,112,116,105,111,110,115,115,107, - 105,110,0,17,102,114,97,109,101,46,108,111,99,97,108,112,114,111,112,115, - 49,11,0,8,116,97,98,111,114,100,101,114,2,7,4,104,105,110,116,6, - 15,32,80,114,111,106,101,99,116,32,83,116,97,114,116,32,8,98,111,117, - 110,100,115,95,120,3,52,1,8,98,111,117,110,100,115,95,121,2,1,9, - 98,111,117,110,100,115,95,99,120,2,26,9,98,111,117,110,100,115,95,99, - 121,2,26,5,115,116,97,116,101,11,17,97,115,95,108,111,99,97,108,105, - 109,97,103,101,108,105,115,116,15,97,115,95,108,111,99,97,108,105,109,97, - 103,101,110,114,23,97,115,95,108,111,99,97,108,105,109,97,103,101,110,114, - 100,105,115,97,98,108,101,100,13,97,115,95,108,111,99,97,108,99,111,108, - 111,114,12,97,115,95,108,111,99,97,108,104,105,110,116,0,6,97,99,116, - 105,111,110,7,18,97,99,116,105,111,110,115,109,111,46,99,111,110,116,105, - 110,117,101,9,105,109,97,103,101,108,105,115,116,7,21,97,99,116,105,111, + 97,108,112,114,111,112,115,49,11,0,19,102,114,97,109,101,46,98,117,116, + 116,111,110,115,46,99,111,117,110,116,2,1,19,102,114,97,109,101,46,98, + 117,116,116,111,110,115,46,105,116,101,109,115,14,1,0,0,8,116,97,98, + 111,114,100,101,114,2,5,4,104,105,110,116,6,31,32,67,111,109,112,105, + 108,101,114,32,84,121,112,101,32,102,111,114,32,69,100,105,116,101,100,32, + 102,105,108,101,32,8,98,111,117,110,100,115,95,120,3,146,0,8,98,111, + 117,110,100,115,95,121,2,4,9,98,111,117,110,100,115,95,99,120,2,63, + 9,98,111,117,110,100,115,95,99,121,2,21,12,111,112,116,105,111,110,115, + 101,100,105,116,49,11,17,111,101,49,95,97,117,116,111,112,111,112,117,112, + 109,101,110,117,14,111,101,49,95,107,101,121,101,120,101,99,117,116,101,18, + 111,101,49,95,114,101,97,100,111,110,108,121,100,105,97,108,111,103,13,111, + 101,49,95,115,97,118,101,118,97,108,117,101,13,111,101,49,95,115,97,118, + 101,115,116,97,116,101,27,111,101,49,95,99,104,101,99,107,118,97,108,117, + 101,97,102,116,101,114,115,116,97,116,114,101,97,100,0,5,118,97,108,117, + 101,6,6,80,97,115,99,97,108,25,100,114,111,112,100,111,119,110,46,100, + 114,111,112,100,111,119,110,114,111,119,99,111,117,110,116,2,5,19,100,114, + 111,112,100,111,119,110,46,99,111,108,115,46,99,111,117,110,116,2,1,19, + 100,114,111,112,100,111,119,110,46,99,111,108,115,46,105,116,101,109,115,14, + 1,4,100,97,116,97,1,6,6,80,97,115,99,97,108,6,4,74,97,118, + 97,6,1,67,6,6,80,121,116,104,111,110,6,5,79,116,104,101,114,0, + 0,0,13,114,101,102,102,111,110,116,104,101,105,103,104,116,2,15,0,0, + 7,116,98,117,116,116,111,110,9,115,97,118,101,95,102,105,108,101,17,102, + 114,97,109,101,46,111,112,116,105,111,110,115,115,107,105,110,11,8,102,115, + 111,95,102,108,97,116,0,16,102,114,97,109,101,46,108,111,99,97,108,112, + 114,111,112,115,11,15,102,114,108,95,111,112,116,105,111,110,115,115,107,105, + 110,0,17,102,114,97,109,101,46,108,111,99,97,108,112,114,111,112,115,49, + 11,0,8,116,97,98,111,114,100,101,114,2,6,4,104,105,110,116,6,18, + 32,83,97,118,101,32,101,100,105,116,101,100,32,102,105,108,101,32,8,98, + 111,117,110,100,115,95,120,2,118,8,98,111,117,110,100,115,95,121,2,1, + 9,98,111,117,110,100,115,95,99,120,2,26,9,98,111,117,110,100,115,95, + 99,121,2,26,5,115,116,97,116,101,11,16,97,115,95,108,111,99,97,108, + 100,105,115,97,98,108,101,100,17,97,115,95,108,111,99,97,108,105,109,97, + 103,101,108,105,115,116,15,97,115,95,108,111,99,97,108,105,109,97,103,101, + 110,114,23,97,115,95,108,111,99,97,108,105,109,97,103,101,110,114,100,105, + 115,97,98,108,101,100,13,97,115,95,108,111,99,97,108,99,111,108,111,114, + 12,97,115,95,108,111,99,97,108,104,105,110,116,0,6,97,99,116,105,111, + 110,7,20,97,99,116,105,111,110,115,109,111,46,99,117,115,116,111,109,115, + 97,118,101,9,105,109,97,103,101,108,105,115,116,7,21,97,99,116,105,111, 110,115,109,111,46,98,117,116,116,111,110,105,99,111,110,115,7,105,109,97, - 103,101,110,114,2,27,13,102,111,99,117,115,114,101,99,116,100,105,115,116, - 2,0,0,0,7,116,98,117,116,116,111,110,20,112,114,111,106,101,99,116, - 95,97,98,111,114,116,95,99,111,109,112,105,108,17,102,114,97,109,101,46, + 103,101,110,114,2,13,13,102,111,99,117,115,114,101,99,116,100,105,115,116, + 2,0,0,0,7,116,98,117,116,116,111,110,9,111,112,101,110,95,102,105, + 108,101,5,99,111,108,111,114,4,208,208,208,0,17,102,114,97,109,101,46, 111,112,116,105,111,110,115,115,107,105,110,11,8,102,115,111,95,102,108,97, 116,0,16,102,114,97,109,101,46,108,111,99,97,108,112,114,111,112,115,11, 15,102,114,108,95,111,112,116,105,111,110,115,115,107,105,110,0,17,102,114, 97,109,101,46,108,111,99,97,108,112,114,111,112,115,49,11,0,8,116,97, - 98,111,114,100,101,114,2,8,4,104,105,110,116,6,27,32,80,114,111,106, - 101,99,116,32,65,98,111,114,116,32,67,111,109,112,105,108,97,116,105,111, - 110,32,8,98,111,117,110,100,115,95,120,3,211,0,8,98,111,117,110,100, - 115,95,121,2,1,9,98,111,117,110,100,115,95,99,120,2,26,9,98,111, - 117,110,100,115,95,99,121,2,26,5,115,116,97,116,101,11,11,97,115,95, - 100,105,115,97,98,108,101,100,16,97,115,95,108,111,99,97,108,100,105,115, - 97,98,108,101,100,15,97,115,95,108,111,99,97,108,99,97,112,116,105,111, - 110,17,97,115,95,108,111,99,97,108,105,109,97,103,101,108,105,115,116,15, - 97,115,95,108,111,99,97,108,105,109,97,103,101,110,114,23,97,115,95,108, - 111,99,97,108,105,109,97,103,101,110,114,100,105,115,97,98,108,101,100,13, - 97,115,95,108,111,99,97,108,99,111,108,111,114,12,97,115,95,108,111,99, - 97,108,104,105,110,116,0,6,97,99,116,105,111,110,7,22,97,99,116,105, - 111,110,115,109,111,46,97,98,111,114,116,109,97,107,101,97,99,116,9,105, - 109,97,103,101,108,105,115,116,7,21,97,99,116,105,111,110,115,109,111,46, - 98,117,116,116,111,110,105,99,111,110,115,7,105,109,97,103,101,110,114,2, - 2,13,102,111,99,117,115,114,101,99,116,100,105,115,116,2,0,0,0,7, - 116,98,117,116,116,111,110,12,112,114,111,106,101,99,116,95,109,97,107,101, - 3,84,97,103,2,1,17,102,114,97,109,101,46,111,112,116,105,111,110,115, - 115,107,105,110,11,8,102,115,111,95,102,108,97,116,0,16,102,114,97,109, - 101,46,108,111,99,97,108,112,114,111,112,115,11,15,102,114,108,95,111,112, - 116,105,111,110,115,115,107,105,110,0,17,102,114,97,109,101,46,108,111,99, - 97,108,112,114,111,112,115,49,11,0,8,116,97,98,111,114,100,101,114,2, - 9,4,104,105,110,116,6,36,32,80,114,111,106,101,99,116,32,109,97,107, - 101,32,119,105,116,104,32,115,101,108,101,99,116,101,100,32,111,112,116,105, - 111,110,115,32,8,98,111,117,110,100,115,95,120,3,184,0,8,98,111,117, - 110,100,115,95,121,2,1,9,98,111,117,110,100,115,95,99,120,2,26,9, - 98,111,117,110,100,115,95,99,121,2,26,5,115,116,97,116,101,11,15,97, - 115,95,108,111,99,97,108,99,104,101,99,107,101,100,15,97,115,95,108,111, - 99,97,108,99,97,112,116,105,111,110,17,97,115,95,108,111,99,97,108,105, - 109,97,103,101,108,105,115,116,15,97,115,95,108,111,99,97,108,105,109,97, - 103,101,110,114,23,97,115,95,108,111,99,97,108,105,109,97,103,101,110,114, - 100,105,115,97,98,108,101,100,12,97,115,95,108,111,99,97,108,104,105,110, - 116,0,6,97,99,116,105,111,110,7,30,97,99,116,105,111,110,115,109,111, - 46,112,114,111,106,101,99,116,99,117,115,116,111,109,99,111,109,112,105,108, - 101,9,105,109,97,103,101,108,105,115,116,7,21,97,99,116,105,111,110,115, - 109,111,46,98,117,116,116,111,110,105,99,111,110,115,7,105,109,97,103,101, - 110,114,2,17,0,0,17,116,100,114,111,112,100,111,119,110,108,105,115,116, - 101,100,105,116,15,112,114,111,106,101,99,116,95,111,112,116,105,111,110,115, - 17,102,114,97,109,101,46,99,111,108,111,114,99,108,105,101,110,116,4,249, - 230,255,0,16,102,114,97,109,101,46,108,111,99,97,108,112,114,111,112,115, - 11,15,102,114,108,95,99,111,108,111,114,99,108,105,101,110,116,0,17,102, - 114,97,109,101,46,108,111,99,97,108,112,114,111,112,115,49,11,0,19,102, - 114,97,109,101,46,98,117,116,116,111,110,115,46,99,111,117,110,116,2,1, - 19,102,114,97,109,101,46,98,117,116,116,111,110,115,46,105,116,101,109,115, - 14,1,0,0,8,116,97,98,111,114,100,101,114,2,10,4,104,105,110,116, - 6,20,32,80,114,111,106,101,99,116,32,79,112,116,105,111,110,32,78,117, - 109,32,8,98,111,117,110,100,115,95,120,3,147,0,8,98,111,117,110,100, - 115,95,121,2,3,9,98,111,117,110,100,115,95,99,120,2,34,9,98,111, - 117,110,100,115,95,99,121,2,21,12,111,112,116,105,111,110,115,101,100,105, - 116,49,11,17,111,101,49,95,97,117,116,111,112,111,112,117,112,109,101,110, - 117,14,111,101,49,95,107,101,121,101,120,101,99,117,116,101,18,111,101,49, - 95,114,101,97,100,111,110,108,121,100,105,97,108,111,103,13,111,101,49,95, - 115,97,118,101,118,97,108,117,101,13,111,101,49,95,115,97,118,101,115,116, - 97,116,101,27,111,101,49,95,99,104,101,99,107,118,97,108,117,101,97,102, - 116,101,114,115,116,97,116,114,101,97,100,0,5,118,97,108,117,101,6,1, - 77,25,100,114,111,112,100,111,119,110,46,100,114,111,112,100,111,119,110,114, - 111,119,99,111,117,110,116,2,12,19,100,114,111,112,100,111,119,110,46,99, - 111,108,115,46,99,111,117,110,116,2,1,19,100,114,111,112,100,111,119,110, - 46,99,111,108,115,46,105,116,101,109,115,14,1,4,100,97,116,97,1,6, - 1,77,6,1,66,6,1,49,6,1,50,6,1,51,6,1,52,6,1,53, - 6,1,54,6,1,55,6,1,56,6,1,57,6,1,48,0,0,0,13,114, - 101,102,102,111,110,116,104,101,105,103,104,116,2,15,0,0,7,116,98,117, - 116,116,111,110,12,112,114,111,106,101,99,116,95,115,97,118,101,17,102,114, - 97,109,101,46,111,112,116,105,111,110,115,115,107,105,110,11,8,102,115,111, - 95,102,108,97,116,0,16,102,114,97,109,101,46,108,111,99,97,108,112,114, - 111,112,115,11,15,102,114,108,95,111,112,116,105,111,110,115,115,107,105,110, - 0,17,102,114,97,109,101,46,108,111,99,97,108,112,114,111,112,115,49,11, - 0,8,116,97,98,111,114,100,101,114,2,11,4,104,105,110,116,6,14,32, - 83,97,118,101,32,112,114,111,106,101,99,116,32,8,98,111,117,110,100,115, - 95,120,2,119,8,98,111,117,110,100,115,95,121,2,1,9,98,111,117,110, - 100,115,95,99,120,2,26,9,98,111,117,110,100,115,95,99,121,2,26,5, - 115,116,97,116,101,11,16,97,115,95,108,111,99,97,108,100,105,115,97,98, - 108,101,100,15,97,115,95,108,111,99,97,108,99,97,112,116,105,111,110,17, - 97,115,95,108,111,99,97,108,105,109,97,103,101,108,105,115,116,15,97,115, - 95,108,111,99,97,108,105,109,97,103,101,110,114,23,97,115,95,108,111,99, - 97,108,105,109,97,103,101,110,114,100,105,115,97,98,108,101,100,13,97,115, - 95,108,111,99,97,108,99,111,108,111,114,12,97,115,95,108,111,99,97,108, - 104,105,110,116,0,6,97,99,116,105,111,110,7,24,97,99,116,105,111,110, - 115,109,111,46,112,114,111,106,101,99,116,115,97,118,101,97,99,116,9,105, - 109,97,103,101,108,105,115,116,7,21,97,99,116,105,111,110,115,109,111,46, - 98,117,116,116,111,110,105,99,111,110,115,7,105,109,97,103,101,110,114,2, - 13,13,102,111,99,117,115,114,101,99,116,100,105,115,116,2,0,0,0,7, - 116,98,117,116,116,111,110,12,112,114,111,106,101,99,116,95,111,112,101,110, - 5,99,111,108,111,114,4,208,208,208,0,17,102,114,97,109,101,46,111,112, - 116,105,111,110,115,115,107,105,110,11,8,102,115,111,95,102,108,97,116,0, - 16,102,114,97,109,101,46,108,111,99,97,108,112,114,111,112,115,11,15,102, - 114,108,95,111,112,116,105,111,110,115,115,107,105,110,0,17,102,114,97,109, - 101,46,108,111,99,97,108,112,114,111,112,115,49,11,0,8,116,97,98,111, - 114,100,101,114,2,12,4,104,105,110,116,6,14,32,79,112,101,110,32,112, - 114,111,106,101,99,116,32,8,98,111,117,110,100,115,95,120,2,91,8,98, - 111,117,110,100,115,95,121,2,1,9,98,111,117,110,100,115,95,99,120,2, - 26,9,98,111,117,110,100,115,95,99,121,2,26,5,115,116,97,116,101,11, - 15,97,115,95,108,111,99,97,108,99,97,112,116,105,111,110,17,97,115,95, - 108,111,99,97,108,105,109,97,103,101,108,105,115,116,15,97,115,95,108,111, - 99,97,108,105,109,97,103,101,110,114,23,97,115,95,108,111,99,97,108,105, - 109,97,103,101,110,114,100,105,115,97,98,108,101,100,13,97,115,95,108,111, - 99,97,108,99,111,108,111,114,12,97,115,95,108,111,99,97,108,104,105,110, - 116,0,6,97,99,116,105,111,110,7,24,97,99,116,105,111,110,115,109,111, - 46,112,114,111,106,101,99,116,111,112,101,110,97,99,116,9,105,109,97,103, - 101,108,105,115,116,7,20,109,97,105,110,102,111,46,118,105,101,118,109,101, - 110,117,105,99,111,110,115,7,105,109,97,103,101,110,114,2,5,13,102,111, - 99,117,115,114,101,99,116,100,105,115,116,2,0,0,0,12,116,104,105,115, - 116,111,114,121,101,100,105,116,15,112,114,111,106,101,99,116,95,104,105,115, - 116,111,114,121,17,102,114,97,109,101,46,99,111,108,111,114,99,108,105,101, - 110,116,4,249,230,255,0,16,102,114,97,109,101,46,108,111,99,97,108,112, - 114,111,112,115,11,15,102,114,108,95,99,111,108,111,114,99,108,105,101,110, - 116,0,17,102,114,97,109,101,46,108,111,99,97,108,112,114,111,112,115,49, + 98,111,114,100,101,114,2,7,4,104,105,110,116,6,11,32,79,112,101,110, + 32,102,105,108,101,32,8,98,111,117,110,100,115,95,120,2,90,8,98,111, + 117,110,100,115,95,121,2,1,9,98,111,117,110,100,115,95,99,120,2,26, + 9,98,111,117,110,100,115,95,99,121,2,26,5,115,116,97,116,101,11,15, + 97,115,95,108,111,99,97,108,99,97,112,116,105,111,110,17,97,115,95,108, + 111,99,97,108,105,109,97,103,101,108,105,115,116,15,97,115,95,108,111,99, + 97,108,105,109,97,103,101,110,114,23,97,115,95,108,111,99,97,108,105,109, + 97,103,101,110,114,100,105,115,97,98,108,101,100,13,97,115,95,108,111,99, + 97,108,99,111,108,111,114,12,97,115,95,108,111,99,97,108,104,105,110,116, + 0,6,97,99,116,105,111,110,7,20,97,99,116,105,111,110,115,109,111,46, + 111,112,101,110,115,111,117,114,99,101,9,105,109,97,103,101,108,105,115,116, + 7,21,97,99,116,105,111,110,115,109,111,46,98,117,116,116,111,110,105,99, + 111,110,115,7,105,109,97,103,101,110,114,2,22,13,102,111,99,117,115,114, + 101,99,116,100,105,115,116,2,0,0,0,12,116,104,105,115,116,111,114,121, + 101,100,105,116,12,102,105,108,101,95,104,105,115,116,111,114,121,3,84,97, + 103,2,1,16,102,114,97,109,101,46,108,111,99,97,108,112,114,111,112,115, + 11,0,17,102,114,97,109,101,46,108,111,99,97,108,112,114,111,112,115,49, 11,0,19,102,114,97,109,101,46,98,117,116,116,111,110,115,46,99,111,117, 110,116,2,1,19,102,114,97,109,101,46,98,117,116,116,111,110,115,46,105, - 116,101,109,115,14,1,0,0,15,102,97,99,101,46,108,111,99,97,108,112, - 114,111,112,115,11,0,8,116,97,98,111,114,100,101,114,2,14,4,104,105, - 110,116,6,22,32,72,105,115,116,111,114,121,32,111,102,32,112,114,111,106, - 101,99,116,115,46,32,8,98,111,117,110,100,115,95,120,2,3,8,98,111, - 117,110,100,115,95,121,2,3,9,98,111,117,110,100,115,95,99,120,2,84, - 9,98,111,117,110,100,115,95,99,121,2,21,8,115,116,97,116,102,105,108, - 101,7,19,109,97,105,110,102,111,46,109,97,105,110,115,116,97,116,102,105, - 108,101,19,100,114,111,112,100,111,119,110,46,99,111,108,115,46,99,111,117, - 110,116,2,1,19,100,114,111,112,100,111,119,110,46,99,111,108,115,46,105, - 116,101,109,115,14,1,0,0,16,111,110,98,101,102,111,114,101,100,114,111, - 112,100,111,119,110,7,12,111,110,98,101,102,100,114,111,112,112,114,111,20, - 111,110,97,102,116,101,114,99,108,111,115,101,100,114,111,112,100,111,119,110, - 7,13,111,110,115,101,116,118,97,108,117,101,104,105,115,13,114,101,102,102, - 111,110,116,104,101,105,103,104,116,2,15,0,0,0,0) + 116,101,109,115,14,1,0,0,8,116,97,98,111,114,100,101,114,2,8,4, + 104,105,110,116,6,19,32,72,105,115,116,111,114,121,32,111,102,32,102,105, + 108,101,115,46,32,8,98,111,117,110,100,115,95,120,2,3,8,98,111,117, + 110,100,115,95,121,2,4,9,98,111,117,110,100,115,95,99,120,2,84,9, + 98,111,117,110,100,115,95,99,121,2,21,8,115,116,97,116,102,105,108,101, + 7,19,109,97,105,110,102,111,46,109,97,105,110,115,116,97,116,102,105,108, + 101,9,116,101,120,116,102,108,97,103,115,11,8,116,102,95,114,105,103,104, + 116,12,116,102,95,121,99,101,110,116,101,114,101,100,11,116,102,95,110,111, + 115,101,108,101,99,116,0,19,100,114,111,112,100,111,119,110,46,99,111,108, + 115,46,99,111,117,110,116,2,1,19,100,114,111,112,100,111,119,110,46,99, + 111,108,115,46,105,116,101,109,115,14,1,0,0,16,111,110,98,101,102,111, + 114,101,100,114,111,112,100,111,119,110,7,15,111,110,98,101,102,111,114,101, + 102,105,108,101,104,105,115,20,111,110,97,102,116,101,114,99,108,111,115,101, + 100,114,111,112,100,111,119,110,7,17,111,110,115,101,116,118,97,108,117,101, + 102,105,108,101,104,105,115,13,114,101,102,102,111,110,116,104,101,105,103,104, + 116,2,15,0,0,0,0) ); initialization diff --git a/src/ideU.prj b/src/ideU.prj index 20b97d7a..1836ab67 100644 --- a/src/ideU.prj +++ b/src/ideU.prj @@ -212,7 +212,7 @@ options=114 value= [projectoptionsfo.makegroupbox] firsttab=0 - index=2 + index=0 [projectoptionsfo.exceptionsgrid] propcolwidthref=788 width0=47 @@ -233,11 +233,11 @@ options=114 index=1 [projectoptionsfo.setting_tab] firsttab=0 - index=1 + index=2 [projectoptionsfo] stackedunder= - x=213 - y=78 + x=406 + y=142 cx=837 cy=570 settaborder=15 @@ -715,33 +715,18 @@ settingsstorage=0 settingsprojecttree=0 settingsautoload=0 settingsautosave=0 -modulenames=8 +modulenames=3 ACTIONSMO DEBUGGERFO - DIALOGFILESFO - MAINFO - FILEDIALOGFO - FILEDIALOGRES SOURCEFO - SOURCEPAGE -moduletypes=8 +moduletypes=3 TACTIONSMO TDEBUGGERFO - TDIALOGFILESFO - TMAINFO - TFILEDIALOGFO - TFILEDIALOGRES TSOURCEFO - TSOURCEPAGE -modulefiles=8 +modulefiles=3 /home/fred/ideu/src/actionsmodule.mfm /home/fred/ideu/src/commandorform.mfm - /home/fred/ideu/src/dialogfiles.mfm - /home/fred/ideu/src/main.mfm - /home/fred/ideu/src/msefiledialog.mfm - /home/fred/ideu/src/msefiledialogres.mfm /home/fred/ideu/src/sourceform.mfm - /home/fred/ideu/src/sourcepage.mfm befcommandon=0 makeoptionson=10 2047 @@ -1311,8 +1296,9 @@ envvarons=0 [edit] hintwidth=314 hintheight=19 -finddtext=openproj +finddtext=projectfiledialog findhistory=20 + projectfiledialog openproj onsetfi readconf @@ -1332,156 +1318,51 @@ findhistory=20 custommake customoption updatecaption - gini findoptions=1 -editpos=17 - 0,-1073741823 - 0,-1073741823 - 0,29 - 0,-1073741823 +editpos=3 + 10,2 0,-1073741823 0,-1073741823 - 0,-1073741823 - 0,-1073741823 - 0,-1073741823 - 0,4 - 0,191 - 0,1101 - 0,1480 - 0,66 - 0,22 - 0,2443 - 0,27 bookmarks0=0 bookmarks1=0 bookmarks2=0 -bookmarks3=0 -bookmarks4=0 -bookmarks5=0 -bookmarks6=0 -bookmarks7=0 -bookmarks8=0 -bookmarks9=0 -bookmarks10=0 -bookmarks11=0 -bookmarks12=0 -bookmarks13=0 -bookmarks14=0 -bookmarks15=0 -bookmarks16=0 -sourcefiles=17 - ${PROJECTDIR}/sourceform.pas - ${PROJECTDIR}/sourcepage.pas - ${PROJECTDIR}/main.pas - ${PROJECTDIR}/sak_mse.pas - ${PROJECTDIR}/dialogfiles.pas - ${PROJECTDIR}/make.pas - ${PROJECTDIR}/msefiledialog.pas - ${PROJECTDIR}/msefiledialogres.pas - ${PROJECTDIR}/actionsmodule.pas - ${PROJECTDIR}/sourceform.pas +sourcefiles=3 ${PROJECTDIR}/commandorform.pas + ${PROJECTDIR}/sourceform.pas ${PROJECTDIR}/actionsmodule.pas - ${PROJECTDIR}/msefiledialog.pas - /home/fred/msegui/lib/common/kernel/mseguiglob.pas - /home/fred/msegui/lib/common/kernel/mseevent.pas - ${PROJECTDIR}/main.pas - ${PROJECTDIR}/sourcepage.pas -relpaths=17 - sourceform.pas - sourcepage.pas - main.pas - sak_mse.pas - dialogfiles.pas - make.pas - msefiledialog.pas - msefiledialogres.pas - actionsmodule.pas - sourceform.pas +relpaths=3 commandorform.pas + sourceform.pas actionsmodule.pas - msefiledialog.pas - ../msegui/lib/common/kernel/mseguiglob.pas - ../msegui/lib/common/kernel/mseevent.pas - main.pas - sourcepage.pas -ismoduletexts=17 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 +ismoduletexts=3 0 0 0 - 0 - 0 -modules=8 - /home/fred/ideu/src/dialogfiles.mfm - /home/fred/ideu/src/msefiledialog.mfm - /home/fred/ideu/src/msefiledialogres.mfm +modules=4 /home/fred/ideu/src/main.mfm /home/fred/ideu/src/actionsmodule.mfm /home/fred/ideu/src/sourceform.mfm /home/fred/ideu/src/commandorform.mfm - /home/fred/ideu/src/sourcepage.mfm -moduleoptions=8 - 0 - 0 +moduleoptions=4 0 0 0 0 +visiblemodules=4 0 - 0 -visiblemodules=8 - -1 - -1 - -1 -1 -1 -1 +nomenumodules=4 -1 - -1 -nomenumodules=8 - 0 - 0 - 0 - 0 - 0 0 0 0 [sourcefo.files_tab] -order=17 - 0 - 1 - 2 - 16 - 8 - 9 - 10 - 15 - 13 - 14 - 11 - 12 - 3 - 4 - 6 - 7 - 5 -firsttab=2 -index=2 +firsttab=0 +index=0 [layout] -windowlayout=640 +windowlayout=564 [mainfo.basedock] splitdir=2 useroptions=11395 @@ -1494,8 +1375,8 @@ windowlayout=640 ncy=0 x=0 y=0 - cx=1356 - cy=694 + cx=1083 + cy=613 rcx=0 rcy=0 [mainfo] @@ -1507,16 +1388,16 @@ windowlayout=640 ny=0 ncx=0 ncy=0 - x=231 - y=53 - cx=939 - cy=621 + x=70 + y=37 + cx=1093 + cy=630 rcx=0 rcy=0 children=1 - basedock,0,0,1356,694 + basedock,0,0,1083,613 focusedchild=0 - wsize=6 + wsize=0 active=1 visible=1 [targetconsolefo] @@ -1630,7 +1511,7 @@ windowlayout=640 x=0 y=0 cx=159 - cy=515 + cy=452 rcx=0 rcy=0 [projecttreefo.grid] @@ -1680,7 +1561,7 @@ windowlayout=640 active=0 visible=0 [watchpointsfo.grid] - propcolwidthref=332 + propcolwidthref=352 sortdescend0=0 values1=1 0 @@ -1689,7 +1570,7 @@ windowlayout=640 sortdescend1=0 values2=1 pinteger(0x126c6b4)^ - width2=149 + width2=158 sortdescend2=0 width4=34 sortdescend4=0 @@ -1700,7 +1581,7 @@ windowlayout=640 sortdescend5=0 values6=1 - width6=172 + width6=184 sortdescend6=0 [breakpointsfo] splitdir=0 @@ -1726,27 +1607,27 @@ windowlayout=640 [objectinspectorfo] splitdir=0 useroptions=805322859 - stackedunder=mainfo + stackedunder=componentpalettefo parent= mdistate=0 nx=0 ny=0 ncx=0 ncy=0 - x=417 - y=151 + x=670 + y=179 cx=316 cy=484 rcx=0 rcy=0 wsize=0 active=0 - visible=1 + visible=0 [objectinspectorfo.grid] propcolwidthref=306 - width0=142 + width0=121 sortdescend0=0 - width1=158 + width1=179 sortdescend1=0 [symbolfo] splitdir=0 @@ -1803,8 +1684,8 @@ windowlayout=640 y=0 cx=247 cy=44 - rcx=929 - rcy=585 + rcx=1262 + rcy=583 [watchfo.grid] propcolwidthref=121 values0=0 @@ -1835,9 +1716,9 @@ windowlayout=640 ncx=0 ncy=0 x=0 - y=575 - cx=1356 - cy=119 + y=510 + cx=1083 + cy=103 rcx=0 rcy=0 [componentstorefo] @@ -1906,7 +1787,7 @@ windowlayout=640 [componentpalettefo] splitdir=0 useroptions=805331051 - stackedunder=_mse_filedialogres_mse_ + stackedunder=_mse_sourcefo_mse_ parent= mdistate=3 nx=0 @@ -1921,9 +1802,9 @@ windowlayout=640 rcy=0 wsize=0 active=0 - visible=1 + visible=0 [componentpalettefo.componentpages] - activetab=1 + activetab=0 [debuggerfo] splitdir=0 useroptions=24683 @@ -1936,8 +1817,8 @@ windowlayout=640 ncy=0 x=0 y=0 - cx=1356 - cy=54 + cx=1083 + cy=52 rcx=0 rcy=0 [debuggerfo.basedock] @@ -1948,12 +1829,12 @@ windowlayout=640 mdistate=0 nx=0 ny=0 - ncx=929 - ncy=2 + ncx=1082 + ncy=51 x=0 y=0 - cx=1356 - cy=54 + cx=1083 + cy=52 rcx=0 rcy=0 [sourcefo] @@ -1968,15 +1849,15 @@ windowlayout=640 ncy=0 x=162 y=0 - cx=1194 - cy=515 + cx=921 + cy=452 rcx=0 rcy=0 [cpuc86_64fo] irqoff=0 splitdir=0 useroptions=268451947 - stackedunder=_mse_dialogfilesfo_mse_ + stackedunder=_mse_mainfo_mse_ parent= mdistate=0 nx=0 @@ -2003,72 +1884,15 @@ windowlayout=640 ncx=0 ncy=0 x=0 - y=57 - cx=1356 - cy=515 + y=55 + cx=1083 + cy=452 rcx=0 rcy=0 - [_mse_dialogfilesfo_mse_] - splitdir=0 - useroptions=805322875 - stackedunder=componentpalettefo - parent= - mdistate=0 - nx=0 - ny=0 - ncx=0 - ncy=0 - x=260 - y=139 - cx=463 - cy=367 - rcx=0 - rcy=0 - wsize=0 - active=0 - visible=1 - [_mse_filedialogfo_mse_] - splitdir=0 - useroptions=805322875 - stackedunder=_mse_debuggerfo_mse_ - parent= - mdistate=0 - nx=0 - ny=0 - ncx=0 - ncy=0 - x=269 - y=303 - cx=564 - cy=316 - rcx=0 - rcy=0 - wsize=0 - active=0 - visible=1 - [_mse_filedialogres_mse_] - splitdir=0 - useroptions=805322875 - stackedunder=_mse_sourcefo_mse_ - parent= - mdistate=0 - nx=0 - ny=0 - ncx=0 - ncy=0 - x=93 - y=396 - cx=245 - cy=117 - rcx=0 - rcy=0 - wsize=0 - active=0 - visible=1 [_mse_mainfo_mse_] splitdir=0 useroptions=805322875 - stackedunder=_mse_filedialogfo_mse_ + stackedunder=objectinspectorfo parent= mdistate=0 nx=0 @@ -2083,11 +1907,11 @@ windowlayout=640 rcy=0 wsize=0 active=0 - visible=1 + visible=0 [_mse_debuggerfo_mse_] splitdir=0 useroptions=805322875 - stackedunder=objectinspectorfo + stackedunder=mainfo parent= mdistate=0 nx=0 @@ -2103,25 +1927,6 @@ windowlayout=640 wsize=0 active=0 visible=1 - [_mse_sourcepage_mse_] - splitdir=0 - useroptions=805322875 - stackedunder=_mse_mainfo_mse_ - parent= - mdistate=0 - nx=0 - ny=0 - ncx=0 - ncy=0 - x=189 - y=441 - cx=600 - cy=217 - rcx=0 - rcy=0 - wsize=0 - active=0 - visible=1 [targetconsole] finddtext= findhistory=0 diff --git a/src/layout/All_UnDocked.prj b/src/layout/All_UnDocked.prj index df1d3750..7ffe76fd 100644 --- a/src/layout/All_UnDocked.prj +++ b/src/layout/All_UnDocked.prj @@ -438,6 +438,7 @@ editmarkpairwords=1 fpgdesigner=1 backupfilecount=0 encoding=0 +eolstyle=1 trimtrailingwhitespace=0 codetemplatedirs=1 ${TEMPLATEDIR} @@ -579,7 +580,6 @@ moduleoptions=0 visiblemodules=0 nomenumodules=0 [sourcefo.files_tab] -tabsize=60 firsttab=0 index=-1 [layout] @@ -721,7 +721,7 @@ windowlayout=541 rcy=0 [projecttreefo] splitdir=0 - useroptions=268451947 + useroptions=805322859 parent=mainfo.panel1.container visible=1 mdistate=0 @@ -735,16 +735,16 @@ windowlayout=541 cy=327 rcx=0 rcy=0 - [projecttreefo.project_tree] - propcolwidthref=128 - width0=103 + [projecttreefo.grid] + propcolwidthref=90 + width0=141 sortdescend0=0 - width1=122 + width1=84 sortdescend1=0 sorted=0 - col=1 - row=1 - rowheight=17 + col=0 + row=-1073741823 + rowheight=18 [stackfo] splitdir=0 useroptions=805331049 @@ -824,7 +824,7 @@ windowlayout=541 [objectinspectorfo] splitdir=0 useroptions=805322859 - stackedunder= + stackedunder=componentpalettefo parent= mdistate=0 nx=0 @@ -932,8 +932,8 @@ windowlayout=541 value=1 [messagefo] splitdir=0 - useroptions=49259 - stackedunder=mainfo.panel1 + useroptions=805355627 + stackedunder=mainfo parent= mdistate=0 nx=0 @@ -1015,7 +1015,7 @@ windowlayout=541 [componentpalettefo] splitdir=0 useroptions=805331051 - stackedunder=debuggerfo + stackedunder=sourcefo parent= mdistate=0 nx=0 @@ -1045,8 +1045,8 @@ windowlayout=541 ncy=0 x=162 y=80 - cx=944 - cy=50 + cx=1095 + cy=51 rcx=0 rcy=0 wsize=0 @@ -1059,13 +1059,13 @@ windowlayout=541 visible=1 mdistate=0 nx=0 - ny=47 - ncx=928 - ncy=2 + ny=0 + ncx=1085 + ncy=1 x=0 - y=47 - cx=934 - cy=1 + y=0 + cx=1085 + cy=51 rcx=0 rcy=0 [sourcefo] @@ -1090,7 +1090,7 @@ windowlayout=541 irqoff=0 splitdir=0 useroptions=268451947 - stackedunder=targetconsolefo + stackedunder=objectinspectorfo parent= mdistate=0 nx=0 @@ -1109,7 +1109,7 @@ windowlayout=541 [mainfo.panel1] splitdir=1 useroptions=805338603 - stackedunder=sourcefo + stackedunder=debuggerfo parent= mdistate=0 nx=0 diff --git a/src/layout/Dock_Commandor_Dock_Tree_Editor_Message.prj b/src/layout/Dock_Commandor_Dock_Tree_Editor_Message.prj index ae27b3fe..6e73bbe7 100644 --- a/src/layout/Dock_Commandor_Dock_Tree_Editor_Message.prj +++ b/src/layout/Dock_Commandor_Dock_Tree_Editor_Message.prj @@ -503,6 +503,7 @@ editmarkpairwords=1 fpgdesigner=1 backupfilecount=0 encoding=0 +eolstyle=1 trimtrailingwhitespace=0 codetemplatedirs=0 debugcommand= @@ -638,7 +639,6 @@ moduleoptions=0 visiblemodules=0 nomenumodules=0 [sourcefo.files_tab] -tabsize=60 firsttab=0 index=-1 [layout] @@ -655,8 +655,8 @@ windowlayout=536 ncy=0 x=0 y=0 - cx=931 - cy=188 + cx=1083 + cy=189 rcx=0 rcy=0 [mainfo] @@ -670,15 +670,15 @@ windowlayout=536 ncy=0 x=183 y=26 - cx=941 - cy=62 + cx=1093 + cy=63 rcx=0 rcy=0 children=1 - basedock,0,0,931,188 + basedock,0,0,1083,189 focusedchild=0 wsize=0 - active=0 + active=1 visible=1 [targetconsolefo] splitdir=0 @@ -780,7 +780,7 @@ windowlayout=536 rcy=0 [projecttreefo] splitdir=0 - useroptions=268484715 + useroptions=805355627 parent=mainfo.panel1.container visible=1 mdistate=0 @@ -794,16 +794,16 @@ windowlayout=536 cy=447 rcx=0 rcy=0 - [projecttreefo.project_tree] + [projecttreefo.grid] propcolwidthref=1 width0=141 sortdescend0=0 width1=1 sortdescend1=0 sorted=0 - col=1 + col=0 row=-1073741823 - rowheight=17 + rowheight=18 [stackfo] splitdir=0 useroptions=805331049 @@ -991,8 +991,8 @@ windowlayout=536 value=1 [messagefo] splitdir=0 - useroptions=114795 - stackedunder=mainfo.panel1 + useroptions=805421163 + stackedunder=mainfo parent= mdistate=3 nx=0 @@ -1074,7 +1074,7 @@ windowlayout=536 [componentpalettefo] splitdir=0 useroptions=805331051 - stackedunder=mainfo + stackedunder=mainfo.panel1 parent= mdistate=0 nx=0 @@ -1104,8 +1104,8 @@ windowlayout=536 ncy=0 x=0 y=0 - cx=931 - cy=188 + cx=1083 + cy=189 rcx=0 rcy=0 [debuggerfo.basedock] @@ -1116,12 +1116,12 @@ windowlayout=536 mdistate=0 nx=0 ny=47 - ncx=928 - ncy=2 + ncx=1082 + ncy=139 x=0 y=47 - cx=931 - cy=139 + cx=1083 + cy=155 rcx=0 rcy=0 [sourcefo] @@ -1163,7 +1163,7 @@ windowlayout=536 [mainfo.panel1] splitdir=1 useroptions=838893035 - stackedunder= + stackedunder=messagefo parent= mdistate=3 nx=0 @@ -1177,7 +1177,7 @@ windowlayout=536 rcx=0 rcy=0 wsize=0 - active=1 + active=0 visible=1 [targetconsole] finddtext= diff --git a/src/layout/Dock_Commandor_Editor_Message.prj b/src/layout/Dock_Commandor_Editor_Message.prj index 16a003fa..351bffb5 100644 --- a/src/layout/Dock_Commandor_Editor_Message.prj +++ b/src/layout/Dock_Commandor_Editor_Message.prj @@ -503,6 +503,7 @@ editmarkpairwords=1 fpgdesigner=1 backupfilecount=0 encoding=0 +eolstyle=1 trimtrailingwhitespace=0 codetemplatedirs=0 debugcommand= @@ -636,7 +637,6 @@ moduleoptions=0 visiblemodules=0 nomenumodules=0 [sourcefo.files_tab] -tabsize=60 firsttab=0 index=-1 [layout] @@ -653,7 +653,7 @@ windowlayout=533 ncy=0 x=0 y=0 - cx=928 + cx=1082 cy=585 rcx=0 rcy=0 @@ -668,12 +668,12 @@ windowlayout=533 ncy=0 x=221 y=37 - cx=938 + cx=1092 cy=621 rcx=0 rcy=0 children=1 - basedock,0,0,928,585 + basedock,0,0,1082,585 focusedchild=0 wsize=0 active=1 @@ -778,7 +778,7 @@ windowlayout=533 rcy=0 [projecttreefo] splitdir=0 - useroptions=268484715 + useroptions=805355627 stackedunder=mainfo parent= mdistate=3 @@ -795,7 +795,7 @@ windowlayout=533 wsize=0 active=0 visible=1 - [projecttreefo.project_tree] + [projecttreefo.grid] propcolwidthref=30 width0=141 sortdescend0=0 @@ -803,8 +803,8 @@ windowlayout=533 sortdescend1=0 sorted=0 col=1 - row=0 - rowheight=17 + row=-1073741823 + rowheight=18 [stackfo] splitdir=0 useroptions=805331049 @@ -884,7 +884,7 @@ windowlayout=533 [objectinspectorfo] splitdir=0 useroptions=805322859 - stackedunder= + stackedunder=componentpalettefo parent= mdistate=0 nx=0 @@ -992,7 +992,7 @@ windowlayout=533 value=1 [messagefo] splitdir=0 - useroptions=114795 + useroptions=805421163 parent=mainfo.basedock visible=1 mdistate=0 @@ -1002,7 +1002,7 @@ windowlayout=533 ncy=0 x=0 y=497 - cx=928 + cx=1082 cy=88 rcx=0 rcy=0 @@ -1102,7 +1102,7 @@ windowlayout=533 ncy=0 x=0 y=0 - cx=928 + cx=1082 cy=51 rcx=0 rcy=0 @@ -1113,13 +1113,13 @@ windowlayout=533 visible=1 mdistate=0 nx=0 - ny=47 - ncx=928 - ncy=2 + ny=0 + ncx=1085 + ncy=4 x=0 - y=47 - cx=928 - cy=2 + y=0 + cx=1082 + cy=51 rcx=0 rcy=0 [sourcefo] @@ -1134,7 +1134,7 @@ windowlayout=533 ncy=0 x=0 y=0 - cx=928 + cx=1082 cy=440 rcx=0 rcy=0 @@ -1142,7 +1142,7 @@ windowlayout=533 irqoff=0 splitdir=0 useroptions=268451947 - stackedunder=targetconsolefo + stackedunder=objectinspectorfo parent= mdistate=0 nx=0 @@ -1170,7 +1170,7 @@ windowlayout=533 ncy=0 x=0 y=54 - cx=928 + cx=1082 cy=440 rcx=0 rcy=0 diff --git a/src/layout/Dock_Commandor_Editor_Message_MSE.prj b/src/layout/Dock_Commandor_Editor_Message_MSE.prj index 0906bdc2..9dbc39fa 100644 --- a/src/layout/Dock_Commandor_Editor_Message_MSE.prj +++ b/src/layout/Dock_Commandor_Editor_Message_MSE.prj @@ -508,6 +508,7 @@ editmarkpairwords=1 fpgdesigner=1 backupfilecount=0 encoding=0 +eolstyle=1 trimtrailingwhitespace=0 codetemplatedirs=0 debugcommand=${DEBUGGER} @@ -644,7 +645,6 @@ moduleoptions=0 visiblemodules=0 nomenumodules=0 [sourcefo.files_tab] -tabsize=60 firsttab=0 index=-1 [layout] @@ -661,7 +661,7 @@ windowlayout=530 ncy=0 x=0 y=0 - cx=930 + cx=1084 cy=585 rcx=0 rcy=0 @@ -674,14 +674,14 @@ windowlayout=530 ny=0 ncx=0 ncy=0 - x=240 - y=61 - cx=940 + x=129 + y=54 + cx=1094 cy=621 rcx=0 rcy=0 children=1 - basedock,0,0,930,585 + basedock,0,0,1084,585 focusedchild=0 wsize=0 active=1 @@ -786,7 +786,7 @@ windowlayout=530 rcy=0 [projecttreefo] splitdir=0 - useroptions=268484715 + useroptions=805355627 stackedunder=mainfo parent= mdistate=3 @@ -803,7 +803,7 @@ windowlayout=530 wsize=0 active=0 visible=1 - [projecttreefo.project_tree] + [projecttreefo.grid] propcolwidthref=39 width0=141 sortdescend0=0 @@ -812,7 +812,7 @@ windowlayout=530 sorted=0 col=1 row=0 - rowheight=17 + rowheight=18 [stackfo] splitdir=0 useroptions=805331049 @@ -1000,7 +1000,7 @@ windowlayout=530 value=1 [messagefo] splitdir=0 - useroptions=82027 + useroptions=805388395 parent=mainfo.basedock visible=1 mdistate=0 @@ -1010,7 +1010,7 @@ windowlayout=530 ncy=0 x=0 y=506 - cx=930 + cx=1084 cy=79 rcx=0 rcy=0 @@ -1089,7 +1089,7 @@ windowlayout=530 ncy=0 x=0 y=52 - cx=930 + cx=1084 cy=78 rcx=0 rcy=0 @@ -1107,7 +1107,7 @@ windowlayout=530 ncy=0 x=0 y=0 - cx=930 + cx=1084 cy=49 rcx=0 rcy=0 @@ -1123,7 +1123,7 @@ windowlayout=530 ncy=2 x=0 y=47 - cx=930 + cx=1084 cy=0 rcx=0 rcy=0 @@ -1139,7 +1139,7 @@ windowlayout=530 ncy=0 x=0 y=0 - cx=930 + cx=1084 cy=370 rcx=0 rcy=0 @@ -1175,7 +1175,7 @@ windowlayout=530 ncy=0 x=0 y=133 - cx=930 + cx=1084 cy=370 rcx=0 rcy=0 diff --git a/src/layout/Dock_Commandor_Message_Dock_Tree_Editor.prj b/src/layout/Dock_Commandor_Message_Dock_Tree_Editor.prj index 684f4249..65d5b808 100644 --- a/src/layout/Dock_Commandor_Message_Dock_Tree_Editor.prj +++ b/src/layout/Dock_Commandor_Message_Dock_Tree_Editor.prj @@ -503,6 +503,7 @@ editmarkpairwords=1 fpgdesigner=1 backupfilecount=0 encoding=0 +eolstyle=1 trimtrailingwhitespace=0 codetemplatedirs=0 debugcommand= @@ -638,7 +639,6 @@ moduleoptions=0 visiblemodules=0 nomenumodules=0 [sourcefo.files_tab] -tabsize=60 firsttab=0 index=-1 [layout] @@ -655,7 +655,7 @@ windowlayout=533 ncy=0 x=0 y=0 - cx=933 + cx=1084 cy=305 rcx=0 rcy=0 @@ -670,15 +670,15 @@ windowlayout=533 ncy=0 x=166 y=25 - cx=943 + cx=1094 cy=179 rcx=0 rcy=0 children=1 - basedock,0,0,933,305 + basedock,0,0,1084,305 focusedchild=0 wsize=0 - active=0 + active=1 visible=1 [targetconsolefo] splitdir=0 @@ -780,7 +780,7 @@ windowlayout=533 rcy=0 [projecttreefo] splitdir=0 - useroptions=268484715 + useroptions=805355627 parent=mainfo.panel1.container visible=1 mdistate=0 @@ -794,16 +794,16 @@ windowlayout=533 cy=447 rcx=0 rcy=0 - [projecttreefo.project_tree] - propcolwidthref=58 - width0=112 + [projecttreefo.grid] + propcolwidthref=29 + width0=141 sortdescend0=0 - width1=52 + width1=23 sortdescend1=0 sorted=0 col=1 - row=0 - rowheight=17 + row=-1073741823 + rowheight=18 [stackfo] splitdir=0 useroptions=805331049 @@ -991,7 +991,7 @@ windowlayout=533 value=1 [messagefo] splitdir=0 - useroptions=114795 + useroptions=805421163 parent=mainfo.basedock visible=1 mdistate=0 @@ -1001,7 +1001,7 @@ windowlayout=533 ncy=0 x=0 y=52 - cx=933 + cx=1084 cy=253 rcx=0 rcy=0 @@ -1071,7 +1071,7 @@ windowlayout=533 [componentpalettefo] splitdir=0 useroptions=805331051 - stackedunder=mainfo + stackedunder=mainfo.panel1 parent= mdistate=0 nx=0 @@ -1101,7 +1101,7 @@ windowlayout=533 ncy=0 x=0 y=0 - cx=933 + cx=1084 cy=49 rcx=0 rcy=0 @@ -1113,11 +1113,11 @@ windowlayout=533 mdistate=0 nx=0 ny=47 - ncx=928 - ncy=2 + ncx=1082 + ncy=0 x=0 y=47 - cx=933 + cx=1084 cy=0 rcx=0 rcy=0 @@ -1160,7 +1160,7 @@ windowlayout=533 [mainfo.panel1] splitdir=1 useroptions=838893035 - stackedunder= + stackedunder=mainfo parent= mdistate=3 nx=0 @@ -1174,7 +1174,7 @@ windowlayout=533 rcx=0 rcy=0 wsize=0 - active=1 + active=0 visible=1 [targetconsole] finddtext= diff --git a/src/layout/Dock_Commandor_Tree_Editor_Message.prj b/src/layout/Dock_Commandor_Tree_Editor_Message.prj index f44b7658..cd81cc66 100644 --- a/src/layout/Dock_Commandor_Tree_Editor_Message.prj +++ b/src/layout/Dock_Commandor_Tree_Editor_Message.prj @@ -503,6 +503,7 @@ editmarkpairwords=1 fpgdesigner=1 backupfilecount=0 encoding=0 +eolstyle=1 trimtrailingwhitespace=0 codetemplatedirs=0 debugcommand= @@ -638,7 +639,6 @@ moduleoptions=0 visiblemodules=0 nomenumodules=0 [sourcefo.files_tab] -tabsize=60 firsttab=0 index=-1 [layout] @@ -655,7 +655,7 @@ windowlayout=530 ncy=0 x=0 y=0 - cx=929 + cx=1083 cy=585 rcx=0 rcy=0 @@ -670,12 +670,12 @@ windowlayout=530 ncy=0 x=231 y=53 - cx=939 + cx=1093 cy=621 rcx=0 rcy=0 children=1 - basedock,0,0,929,585 + basedock,0,0,1083,585 focusedchild=0 wsize=0 active=1 @@ -780,7 +780,7 @@ windowlayout=530 rcy=0 [projecttreefo] splitdir=0 - useroptions=268484715 + useroptions=805355627 parent=mainfo.panel1.container visible=1 mdistate=0 @@ -794,16 +794,16 @@ windowlayout=530 cy=428 rcx=0 rcy=0 - [projecttreefo.project_tree] - propcolwidthref=49 - width0=110 + [projecttreefo.grid] + propcolwidthref=18 + width0=141 sortdescend0=0 - width1=43 + width1=12 sortdescend1=0 sorted=0 col=0 - row=1 - rowheight=17 + row=-1073741823 + rowheight=18 [stackfo] splitdir=0 useroptions=805331049 @@ -883,7 +883,7 @@ windowlayout=530 [objectinspectorfo] splitdir=0 useroptions=805322859 - stackedunder= + stackedunder=componentpalettefo parent= mdistate=0 nx=0 @@ -991,7 +991,7 @@ windowlayout=530 value=1 [messagefo] splitdir=0 - useroptions=82027 + useroptions=805388395 parent=mainfo.basedock visible=1 mdistate=0 @@ -1001,7 +1001,7 @@ windowlayout=530 ncy=0 x=0 y=485 - cx=929 + cx=1083 cy=100 rcx=0 rcy=0 @@ -1071,7 +1071,7 @@ windowlayout=530 [componentpalettefo] splitdir=0 useroptions=805331051 - stackedunder=targetconsolefo + stackedunder=mainfo parent= mdistate=3 nx=0 @@ -1101,7 +1101,7 @@ windowlayout=530 ncy=0 x=0 y=0 - cx=929 + cx=1083 cy=51 rcx=0 rcy=0 @@ -1112,13 +1112,13 @@ windowlayout=530 visible=1 mdistate=0 nx=0 - ny=47 - ncx=928 - ncy=2 + ny=0 + ncx=1083 + ncy=51 x=0 - y=47 - cx=929 - cy=2 + y=0 + cx=1083 + cy=51 rcx=0 rcy=0 [sourcefo] @@ -1133,7 +1133,7 @@ windowlayout=530 ncy=0 x=162 y=0 - cx=767 + cx=921 cy=428 rcx=0 rcy=0 @@ -1141,7 +1141,7 @@ windowlayout=530 irqoff=0 splitdir=0 useroptions=268451947 - stackedunder=componentpalettefo + stackedunder=objectinspectorfo parent= mdistate=0 nx=0 @@ -1169,7 +1169,7 @@ windowlayout=530 ncy=0 x=0 y=54 - cx=929 + cx=1083 cy=428 rcx=0 rcy=0 diff --git a/src/layout/Dock_Commandor_Tree_Editor_Message_MSE.prj b/src/layout/Dock_Commandor_Tree_Editor_Message_MSE.prj index b47ecb5d..9ef80cca 100644 --- a/src/layout/Dock_Commandor_Tree_Editor_Message_MSE.prj +++ b/src/layout/Dock_Commandor_Tree_Editor_Message_MSE.prj @@ -509,6 +509,7 @@ editmarkpairwords=1 fpgdesigner=1 backupfilecount=0 encoding=0 +eolstyle=1 trimtrailingwhitespace=0 codetemplatedirs=1 ${TEMPLATEDIR} @@ -646,7 +647,6 @@ moduleoptions=0 visiblemodules=0 nomenumodules=0 [sourcefo.files_tab] -tabsize=60 firsttab=0 index=-1 [layout] @@ -663,7 +663,7 @@ windowlayout=527 ncy=0 x=0 y=0 - cx=931 + cx=1085 cy=585 rcx=0 rcy=0 @@ -676,14 +676,14 @@ windowlayout=527 ny=0 ncx=0 ncy=0 - x=240 + x=146 y=61 - cx=941 + cx=1095 cy=621 rcx=0 rcy=0 children=1 - basedock,0,0,931,585 + basedock,0,0,1085,585 focusedchild=0 wsize=0 active=1 @@ -788,7 +788,7 @@ windowlayout=527 rcy=0 [projecttreefo] splitdir=0 - useroptions=268484715 + useroptions=805355627 parent=mainfo.panel1.container visible=1 mdistate=0 @@ -802,16 +802,16 @@ windowlayout=527 cy=351 rcx=0 rcy=0 - [projecttreefo.project_tree] - propcolwidthref=50 - width0=109 + [projecttreefo.grid] + propcolwidthref=18 + width0=141 sortdescend0=0 - width1=44 + width1=12 sortdescend1=0 sorted=0 - col=0 - row=0 - rowheight=17 + col=1 + row=-1073741823 + rowheight=18 [stackfo] splitdir=0 useroptions=805331049 @@ -999,7 +999,7 @@ windowlayout=527 value=1 [messagefo] splitdir=0 - useroptions=82027 + useroptions=805388395 parent=mainfo.basedock visible=1 mdistate=0 @@ -1009,7 +1009,7 @@ windowlayout=527 ncy=0 x=0 y=487 - cx=931 + cx=1085 cy=98 rcx=0 rcy=0 @@ -1088,7 +1088,7 @@ windowlayout=527 ncy=0 x=0 y=52 - cx=931 + cx=1085 cy=78 rcx=0 rcy=0 @@ -1106,7 +1106,7 @@ windowlayout=527 ncy=0 x=0 y=0 - cx=931 + cx=1085 cy=49 rcx=0 rcy=0 @@ -1122,7 +1122,7 @@ windowlayout=527 ncy=2 x=0 y=47 - cx=931 + cx=1085 cy=0 rcx=0 rcy=0 @@ -1138,7 +1138,7 @@ windowlayout=527 ncy=0 x=162 y=0 - cx=769 + cx=923 cy=351 rcx=0 rcy=0 @@ -1174,7 +1174,7 @@ windowlayout=527 ncy=0 x=0 y=133 - cx=931 + cx=1085 cy=351 rcx=0 rcy=0 diff --git a/src/layout/Editor_Only.prj b/src/layout/Editor_Only.prj index 2408eef7..960f6ac2 100644 --- a/src/layout/Editor_Only.prj +++ b/src/layout/Editor_Only.prj @@ -503,6 +503,7 @@ editmarkpairwords=1 fpgdesigner=1 backupfilecount=0 encoding=0 +eolstyle=1 trimtrailingwhitespace=0 codetemplatedirs=0 debugcommand= @@ -636,7 +637,6 @@ moduleoptions=0 visiblemodules=0 nomenumodules=0 [sourcefo.files_tab] -tabsize=60 firsttab=0 index=-1 [layout] @@ -778,8 +778,8 @@ windowlayout=539 rcy=0 [projecttreefo] splitdir=0 - useroptions=268484715 - stackedunder=mainfo + useroptions=805355627 + stackedunder=debuggerfo parent= mdistate=3 nx=0 @@ -795,16 +795,16 @@ windowlayout=539 wsize=0 active=0 visible=0 - [projecttreefo.project_tree] + [projecttreefo.grid] propcolwidthref=30 width0=141 sortdescend0=0 width1=24 sortdescend1=0 sorted=0 - col=1 - row=0 - rowheight=17 + col=0 + row=-1073741823 + rowheight=18 [stackfo] splitdir=0 useroptions=805331049 @@ -992,7 +992,7 @@ windowlayout=539 value=1 [messagefo] splitdir=0 - useroptions=114795 + useroptions=805421163 stackedunder= parent= mdistate=3 @@ -1096,7 +1096,7 @@ windowlayout=539 [debuggerfo] splitdir=0 useroptions=24683 - stackedunder= + stackedunder=mainfo parent= mdistate=3 nx=0 @@ -1120,11 +1120,11 @@ windowlayout=539 mdistate=0 nx=0 ny=47 - ncx=928 - ncy=2 + ncx=1082 + ncy=143 x=0 y=47 - cx=950 + cx=1082 cy=143 rcx=0 rcy=0 diff --git a/src/layout/Menu_Dock_Editor_Message.prj b/src/layout/Menu_Dock_Editor_Message.prj index d3be124b..2de1390e 100644 --- a/src/layout/Menu_Dock_Editor_Message.prj +++ b/src/layout/Menu_Dock_Editor_Message.prj @@ -429,6 +429,7 @@ editmarkpairwords=1 fpgdesigner=1 backupfilecount=0 encoding=0 +eolstyle=1 trimtrailingwhitespace=0 codetemplatedirs=1 ${TEMPLATEDIR} @@ -569,7 +570,6 @@ moduleoptions=0 visiblemodules=0 nomenumodules=0 [sourcefo.files_tab] -tabsize=60 firsttab=0 index=-1 [layout] @@ -711,8 +711,8 @@ windowlayout=525 rcy=0 [projecttreefo] splitdir=0 - useroptions=268451947 - stackedunder=mainfo + useroptions=805322859 + stackedunder=sourcefo parent= mdistate=3 nx=0 @@ -728,16 +728,16 @@ windowlayout=525 wsize=0 active=0 visible=1 - [projecttreefo.project_tree] - propcolwidthref=152 - width0=103 + [projecttreefo.grid] + propcolwidthref=114 + width0=141 sortdescend0=0 - width1=146 + width1=108 sortdescend1=0 sorted=0 col=1 - row=1 - rowheight=17 + row=0 + rowheight=18 [stackfo] splitdir=0 useroptions=805331049 @@ -817,7 +817,7 @@ windowlayout=525 [objectinspectorfo] splitdir=0 useroptions=805322859 - stackedunder= + stackedunder=componentpalettefo parent= mdistate=0 nx=0 @@ -925,8 +925,8 @@ windowlayout=525 value=1 [messagefo] splitdir=0 - useroptions=49259 - stackedunder=debuggerfo + useroptions=805355627 + stackedunder=projecttreefo parent= mdistate=0 nx=0 @@ -1029,7 +1029,7 @@ windowlayout=525 [debuggerfo] splitdir=0 useroptions=33579115 - stackedunder=sourcefo + stackedunder=mainfo parent= mdistate=3 nx=0 @@ -1038,7 +1038,7 @@ windowlayout=525 ncy=0 x=162 y=79 - cx=960 + cx=1093 cy=51 rcx=0 rcy=0 @@ -1052,13 +1052,13 @@ windowlayout=525 visible=1 mdistate=0 nx=0 - ny=47 - ncx=928 - ncy=2 + ny=0 + ncx=1082 + ncy=12 x=0 - y=47 - cx=950 - cy=2 + y=0 + cx=1083 + cy=51 rcx=0 rcy=0 [sourcefo] @@ -1083,7 +1083,7 @@ windowlayout=525 irqoff=0 splitdir=0 useroptions=268451947 - stackedunder=targetconsolefo + stackedunder=objectinspectorfo parent= mdistate=0 nx=0 diff --git a/src/layout/Menu_Dock_Editor_Message_MSE.prj b/src/layout/Menu_Dock_Editor_Message_MSE.prj index 71296b46..f248b7fa 100644 --- a/src/layout/Menu_Dock_Editor_Message_MSE.prj +++ b/src/layout/Menu_Dock_Editor_Message_MSE.prj @@ -429,6 +429,7 @@ editmarkpairwords=1 fpgdesigner=1 backupfilecount=0 encoding=0 +eolstyle=1 trimtrailingwhitespace=0 codetemplatedirs=1 ${TEMPLATEDIR} @@ -569,7 +570,6 @@ moduleoptions=0 visiblemodules=0 nomenumodules=0 [sourcefo.files_tab] -tabsize=60 firsttab=0 index=-1 [layout] @@ -711,7 +711,7 @@ windowlayout=525 rcy=0 [projecttreefo] splitdir=0 - useroptions=268451947 + useroptions=805322859 stackedunder=messagefo parent= mdistate=3 @@ -728,16 +728,16 @@ windowlayout=525 wsize=0 active=0 visible=1 - [projecttreefo.project_tree] - propcolwidthref=152 - width0=103 + [projecttreefo.grid] + propcolwidthref=114 + width0=141 sortdescend0=0 - width1=146 + width1=108 sortdescend1=0 sorted=0 col=1 - row=1 - rowheight=17 + row=0 + rowheight=18 [stackfo] splitdir=0 useroptions=805331049 @@ -817,7 +817,7 @@ windowlayout=525 [objectinspectorfo] splitdir=0 useroptions=805322859 - stackedunder= + stackedunder=componentpalettefo parent= mdistate=0 nx=0 @@ -925,8 +925,8 @@ windowlayout=525 value=1 [messagefo] splitdir=0 - useroptions=49259 - stackedunder=componentpalettefo + useroptions=805355627 + stackedunder=debuggerfo parent= mdistate=0 nx=0 @@ -1008,7 +1008,7 @@ windowlayout=525 [componentpalettefo] splitdir=0 useroptions=805331051 - stackedunder=debuggerfo + stackedunder=sourcefo parent= mdistate=0 nx=0 @@ -1029,7 +1029,7 @@ windowlayout=525 [debuggerfo] splitdir=0 useroptions=33579115 - stackedunder=sourcefo + stackedunder=mainfo parent= mdistate=3 nx=0 @@ -1038,7 +1038,7 @@ windowlayout=525 ncy=0 x=249 y=79 - cx=960 + cx=1093 cy=51 rcx=0 rcy=0 @@ -1052,13 +1052,13 @@ windowlayout=525 visible=1 mdistate=0 nx=0 - ny=47 - ncx=928 - ncy=2 + ny=0 + ncx=1082 + ncy=53 x=0 - y=47 - cx=950 - cy=2 + y=0 + cx=1083 + cy=51 rcx=0 rcy=0 [sourcefo] @@ -1083,7 +1083,7 @@ windowlayout=525 irqoff=0 splitdir=0 useroptions=268451947 - stackedunder=targetconsolefo + stackedunder=objectinspectorfo parent= mdistate=0 nx=0 diff --git a/src/layout/Menu_Dock_Editor_Message_Tree.prj b/src/layout/Menu_Dock_Editor_Message_Tree.prj index 4333b72f..73930759 100644 --- a/src/layout/Menu_Dock_Editor_Message_Tree.prj +++ b/src/layout/Menu_Dock_Editor_Message_Tree.prj @@ -429,6 +429,7 @@ editmarkpairwords=1 fpgdesigner=1 backupfilecount=0 encoding=0 +eolstyle=1 trimtrailingwhitespace=0 codetemplatedirs=1 ${TEMPLATEDIR} @@ -570,7 +571,6 @@ moduleoptions=0 visiblemodules=0 nomenumodules=0 [sourcefo.files_tab] -tabsize=60 firsttab=0 index=-1 [layout] @@ -610,7 +610,7 @@ windowlayout=539 basedock,0,0,718,2 focusedchild=0 wsize=0 - active=0 + active=1 visible=1 [targetconsolefo] splitdir=0 @@ -712,7 +712,7 @@ windowlayout=539 rcy=0 [projecttreefo] splitdir=0 - useroptions=268484715 + useroptions=805355627 parent=mainfo.panel1.container visible=1 mdistate=0 @@ -726,16 +726,16 @@ windowlayout=539 cy=425 rcx=0 rcy=0 - [projecttreefo.project_tree] - propcolwidthref=95 - width0=103 + [projecttreefo.grid] + propcolwidthref=57 + width0=141 sortdescend0=0 - width1=89 + width1=51 sortdescend1=0 sorted=0 col=1 - row=1 - rowheight=17 + row=-1073741823 + rowheight=18 [stackfo] splitdir=0 useroptions=805331049 @@ -815,7 +815,7 @@ windowlayout=539 [objectinspectorfo] splitdir=0 useroptions=805322859 - stackedunder= + stackedunder=componentpalettefo parent= mdistate=0 nx=0 @@ -923,7 +923,7 @@ windowlayout=539 value=1 [messagefo] splitdir=0 - useroptions=49259 + useroptions=805355627 stackedunder=mainfo.panel1 parent= mdistate=0 @@ -932,7 +932,7 @@ windowlayout=539 ncx=0 ncy=0 x=265 - y=633 + y=632 cx=930 cy=101 rcx=0 @@ -1006,7 +1006,7 @@ windowlayout=539 [componentpalettefo] splitdir=0 useroptions=805331051 - stackedunder=mainfo + stackedunder=messagefo parent= mdistate=0 nx=0 @@ -1027,7 +1027,7 @@ windowlayout=539 [debuggerfo] splitdir=0 useroptions=33579115 - stackedunder=messagefo + stackedunder=mainfo parent= mdistate=3 nx=0 @@ -1036,7 +1036,7 @@ windowlayout=539 ncy=0 x=162 y=79 - cx=960 + cx=1095 cy=51 rcx=0 rcy=0 @@ -1050,13 +1050,13 @@ windowlayout=539 visible=1 mdistate=0 nx=0 - ny=47 - ncx=928 - ncy=2 + ny=0 + ncx=1088 + ncy=4 x=0 - y=47 - cx=950 - cy=2 + y=0 + cx=1085 + cy=51 rcx=0 rcy=0 [sourcefo] @@ -1079,7 +1079,7 @@ windowlayout=539 irqoff=0 splitdir=0 useroptions=268451947 - stackedunder=targetconsolefo + stackedunder=objectinspectorfo parent= mdistate=0 nx=0 @@ -1098,7 +1098,7 @@ windowlayout=539 [mainfo.panel1] splitdir=1 useroptions=838925803 - stackedunder= + stackedunder=debuggerfo parent= mdistate=0 nx=0 @@ -1112,7 +1112,7 @@ windowlayout=539 rcx=0 rcy=0 wsize=0 - active=1 + active=0 visible=1 [targetconsole] finddtext= diff --git a/src/layout/Menu_Dock_Editor_Message_Tree_MSE.prj b/src/layout/Menu_Dock_Editor_Message_Tree_MSE.prj index 28430a45..a25ea69f 100644 --- a/src/layout/Menu_Dock_Editor_Message_Tree_MSE.prj +++ b/src/layout/Menu_Dock_Editor_Message_Tree_MSE.prj @@ -429,6 +429,7 @@ editmarkpairwords=1 fpgdesigner=1 backupfilecount=0 encoding=0 +eolstyle=1 trimtrailingwhitespace=0 codetemplatedirs=1 ${TEMPLATEDIR} @@ -570,7 +571,6 @@ moduleoptions=0 visiblemodules=0 nomenumodules=0 [sourcefo.files_tab] -tabsize=60 firsttab=0 index=-1 [layout] @@ -712,7 +712,7 @@ windowlayout=539 rcy=0 [projecttreefo] splitdir=0 - useroptions=268451947 + useroptions=805322859 parent=mainfo.panel1.container visible=1 mdistate=0 @@ -726,16 +726,16 @@ windowlayout=539 cy=327 rcx=0 rcy=0 - [projecttreefo.project_tree] - propcolwidthref=68 - width0=103 + [projecttreefo.grid] + propcolwidthref=30 + width0=141 sortdescend0=0 - width1=62 + width1=24 sortdescend1=0 sorted=0 - col=0 - row=1 - rowheight=17 + col=1 + row=-1073741823 + rowheight=18 [stackfo] splitdir=0 useroptions=805331049 @@ -815,7 +815,7 @@ windowlayout=539 [objectinspectorfo] splitdir=0 useroptions=805322859 - stackedunder= + stackedunder=componentpalettefo parent= mdistate=0 nx=0 @@ -923,8 +923,8 @@ windowlayout=539 value=1 [messagefo] splitdir=0 - useroptions=49259 - stackedunder=componentpalettefo + useroptions=805355627 + stackedunder=mainfo.panel1 parent= mdistate=0 nx=0 @@ -932,7 +932,7 @@ windowlayout=539 ncx=0 ncy=0 x=214 - y=639 + y=632 cx=929 cy=101 rcx=0 @@ -1006,7 +1006,7 @@ windowlayout=539 [componentpalettefo] splitdir=0 useroptions=805331051 - stackedunder=debuggerfo + stackedunder=messagefo parent= mdistate=0 nx=0 @@ -1027,7 +1027,7 @@ windowlayout=539 [debuggerfo] splitdir=0 useroptions=33579115 - stackedunder=mainfo.panel1 + stackedunder=mainfo parent= mdistate=3 nx=0 @@ -1036,7 +1036,7 @@ windowlayout=539 ncy=0 x=162 y=79 - cx=960 + cx=1096 cy=51 rcx=0 rcy=0 @@ -1050,13 +1050,13 @@ windowlayout=539 visible=1 mdistate=0 nx=0 - ny=47 - ncx=928 - ncy=2 + ny=0 + ncx=1082 + ncy=4 x=0 - y=47 - cx=950 - cy=2 + y=0 + cx=1086 + cy=51 rcx=0 rcy=0 [sourcefo] @@ -1079,7 +1079,7 @@ windowlayout=539 irqoff=0 splitdir=0 useroptions=268451947 - stackedunder=targetconsolefo + stackedunder=objectinspectorfo parent= mdistate=0 nx=0 @@ -1098,7 +1098,7 @@ windowlayout=539 [mainfo.panel1] splitdir=1 useroptions=805338603 - stackedunder=mainfo + stackedunder=debuggerfo parent= mdistate=0 nx=0 diff --git a/src/layout/Menu_Only.prj b/src/layout/Menu_Only.prj index 926f96f4..6083349a 100644 --- a/src/layout/Menu_Only.prj +++ b/src/layout/Menu_Only.prj @@ -443,6 +443,7 @@ editmarkpairwords=1 fpgdesigner=1 backupfilecount=2 encoding=1 +eolstyle=1 trimtrailingwhitespace=0 codetemplatedirs=0 debugcommand= @@ -576,7 +577,6 @@ moduleoptions=0 visiblemodules=0 nomenumodules=0 [sourcefo.files_tab] -tabsize=60 firsttab=0 index=-1 [layout] @@ -718,7 +718,7 @@ windowlayout=533 rcy=0 [projecttreefo] splitdir=0 - useroptions=268451947 + useroptions=805322859 parent=mainfo.panel1.container visible=1 mdistate=0 @@ -732,16 +732,16 @@ windowlayout=533 cy=342 rcx=0 rcy=0 - [projecttreefo.project_tree] - propcolwidthref=106 - width0=90 + [projecttreefo.grid] + propcolwidthref=55 + width0=141 sortdescend0=0 - width1=100 + width1=49 sortdescend1=0 sorted=0 col=1 - row=1 - rowheight=17 + row=-1073741823 + rowheight=18 [stackfo] splitdir=0 useroptions=805331049 @@ -821,7 +821,7 @@ windowlayout=533 [objectinspectorfo] splitdir=0 useroptions=805322859 - stackedunder= + stackedunder=componentpalettefo parent= mdistate=0 nx=0 @@ -921,7 +921,7 @@ windowlayout=533 value=1 [messagefo] splitdir=0 - useroptions=49259 + useroptions=805355627 stackedunder=debuggerfo parent= mdistate=3 @@ -1049,11 +1049,11 @@ windowlayout=533 mdistate=0 nx=0 ny=47 - ncx=928 + ncx=1082 ncy=2 x=0 y=47 - cx=950 + cx=1082 cy=2 rcx=0 rcy=0 @@ -1079,7 +1079,7 @@ windowlayout=533 irqoff=0 splitdir=0 useroptions=268451947 - stackedunder=targetconsolefo + stackedunder=objectinspectorfo parent= mdistate=0 nx=0 diff --git a/src/msefiledialog.pas b/src/msefiledialog.pas index 80a8449b..c1ade7e0 100644 --- a/src/msefiledialog.pas +++ b/src/msefiledialog.pas @@ -1489,9 +1489,7 @@ procedure tfiledialogfo.okonexecute(const sender: tobject); end else begin debuggerfo.file_history.dropdown.valuelist.asarray:= filename.dropdown.valuelist.asarray; - debuggerfo.file_history.value := dir.value + filename.value; - end; if (filename.value <> '') or (fdo_acceptempty in dialogoptions) then begin diff --git a/src/projectoptionsform.mfm b/src/projectoptionsform.mfm index be43ae9f..667809b1 100644 --- a/src/projectoptionsform.mfm +++ b/src/projectoptionsform.mfm @@ -2,7 +2,7 @@ object projectoptionsfo: tprojectoptionsfo optionswidget = [ow_arrowfocus, ow_arrowfocusin, ow_arrowfocusout, ow_subfocus, ow_destroywidgets, ow_hinton] visible = False bounds_x = 80 - bounds_y = 171 + bounds_y = 163 bounds_cx = 897 bounds_cy = 570 container.optionswidget = [ow_mousefocus, ow_tabfocus, ow_arrowfocus, ow_arrowfocusin, ow_arrowfocusout, ow_subfocus, ow_mousetransparent, ow_destroywidgets] diff --git a/src/projectoptionsform_mfm.pas b/src/projectoptionsform_mfm.pas index 2fd82899..74f8aaf3 100644 --- a/src/projectoptionsform_mfm.pas +++ b/src/projectoptionsform_mfm.pas @@ -18,7 +18,7 @@ implementation 116,11,111,119,95,115,117,98,102,111,99,117,115,17,111,119,95,100,101,115, 116,114,111,121,119,105,100,103,101,116,115,9,111,119,95,104,105,110,116,111, 110,0,7,118,105,115,105,98,108,101,8,8,98,111,117,110,100,115,95,120, - 2,80,8,98,111,117,110,100,115,95,121,3,171,0,9,98,111,117,110,100, + 2,80,8,98,111,117,110,100,115,95,121,3,163,0,9,98,111,117,110,100, 115,95,99,120,3,129,3,9,98,111,117,110,100,115,95,99,121,3,58,2, 23,99,111,110,116,97,105,110,101,114,46,111,112,116,105,111,110,115,119,105, 100,103,101,116,11,13,111,119,95,109,111,117,115,101,102,111,99,117,115,11,