lazMapViewer: cosmetics

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6532 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2018-06-26 13:05:22 +00:00
parent 3b85bc30e6
commit c721b9d5a4
6 changed files with 9 additions and 9 deletions

View File

@ -1,7 +1,7 @@
object MainForm: TMainForm object MainForm: TMainForm
Left = 258 Left = 345
Height = 545 Height = 545
Top = 127 Top = 121
Width = 869 Width = 869
Caption = 'MainForm' Caption = 'MainForm'
ClientHeight = 545 ClientHeight = 545
@ -364,7 +364,7 @@ object MainForm: TMainForm
end end
object GeoNames: TMVGeoNames object GeoNames: TMVGeoNames
OnNameFound = GeoNamesNameFound OnNameFound = GeoNamesNameFound
left = 416 left = 328
top = 232 top = 224
end end
end end

View File

@ -15,7 +15,7 @@
along with this library; if not, write to the Free Software Foundation, along with this library; if not, write to the Free Software Foundation,
Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
} }
unit mvdragobj; unit mvDragObj;
{$mode objfpc}{$H+} {$mode objfpc}{$H+}

View File

@ -1,4 +1,4 @@
unit mvextradata; unit mvExtraData;
{$mode objfpc}{$H+} {$mode objfpc}{$H+}

View File

@ -15,7 +15,7 @@
You should have received a copy of the GNU Library General Public License You should have received a copy of the GNU Library General Public License
along with this library; if not, write to the Free Software Foundation, along with this library; if not, write to the Free Software Foundation,
Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
}unit mvgpsobj; }unit mvGpsObj;
{$mode objfpc}{$H+} {$mode objfpc}{$H+}

View File

@ -17,7 +17,7 @@
Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
} }
unit MvMapViewer; unit mvMapViewer;
{$MODE objfpc}{$H+} {$MODE objfpc}{$H+}

View File

@ -18,7 +18,7 @@
Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
} }
unit mvtypes; unit mvTypes;
{$mode objfpc}{$H+} {$mode objfpc}{$H+}