1 namespace GKUI.Forms
2 {
3     partial class MapsViewerWin
4     {
5         private System.ComponentModel.IContainer components = null;
6         private System.Windows.Forms.StatusBar StatusBar1;
7         private System.Windows.Forms.TabControl PageControl1;
8         private System.Windows.Forms.TabPage pagePlaces;
9         private System.Windows.Forms.TreeView tvPlaces;
10         private System.Windows.Forms.GroupBox grpSelection;
11         private System.Windows.Forms.ComboBox cmbPersons;
12         private System.Windows.Forms.CheckBox chkResidence;
13         private System.Windows.Forms.CheckBox chkDeath;
14         private System.Windows.Forms.CheckBox chkBirth;
15         private System.Windows.Forms.Button btnSelectPlaces;
16         private System.Windows.Forms.RadioButton radTotal;
17         private System.Windows.Forms.RadioButton radSelected;
18         private System.Windows.Forms.CheckBox chkLinesVisible;
19         private System.Windows.Forms.ToolStrip ToolBar1;
20         private System.Windows.Forms.ToolStripButton tbLoadPlaces;
21         private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
22         private System.Windows.Forms.ToolStripButton tbSaveSnapshot;
23         private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
24         private System.Windows.Forms.ToolStripDropDownButton tbProviders;
25         private System.Windows.Forms.ContextMenuStrip MenuProviders;
26         private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
27         private System.Windows.Forms.ToolStripButton tbClear;
28         private System.Windows.Forms.ToolStripButton tbZoomCenter;
29         private System.Windows.Forms.TabPage pageCoordinates;
30         private System.Windows.Forms.Button btnAddRouteMarker;
31         private System.Windows.Forms.Button btnAddPolygonMarker;
32         private System.Windows.Forms.GroupBox gbCoords;
33         private System.Windows.Forms.Label lblPlace;
34         private System.Windows.Forms.TextBox txtPlace;
35         private System.Windows.Forms.Button btnSearch;
36         private System.Windows.Forms.Label lblLng;
37         private System.Windows.Forms.Label lblLat;
38         private System.Windows.Forms.TextBox txtLng;
39         private System.Windows.Forms.TextBox txtLat;
40         private System.Windows.Forms.TableLayoutPanel panClient;
41         private System.Windows.Forms.TrackBar trkZoom;
42         private System.Windows.Forms.Button btnZoomUp;
43         private System.Windows.Forms.Button btnZoomDown;
44         private System.Windows.Forms.TableLayoutPanel panZoom;
45 
Dispose(bool disposing)46         protected override void Dispose(bool disposing)
47         {
48             if (disposing) {
49                 if (components != null)
50                     components.Dispose();
51             }
52             base.Dispose(disposing);
53         }
54 
InitializeComponent()55         private void InitializeComponent()
56         {
57             this.components = new System.ComponentModel.Container();
58             this.ToolBar1 = new System.Windows.Forms.ToolStrip();
59             this.tbLoadPlaces = new System.Windows.Forms.ToolStripButton();
60             this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
61             this.tbSaveSnapshot = new System.Windows.Forms.ToolStripButton();
62             this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
63             this.tbProviders = new System.Windows.Forms.ToolStripDropDownButton();
64             this.MenuProviders = new System.Windows.Forms.ContextMenuStrip(this.components);
65             this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
66             this.tbClear = new System.Windows.Forms.ToolStripButton();
67             this.tbZoomCenter = new System.Windows.Forms.ToolStripButton();
68             this.StatusBar1 = new System.Windows.Forms.StatusBar();
69             this.PageControl1 = new System.Windows.Forms.TabControl();
70             this.pagePlaces = new System.Windows.Forms.TabPage();
71             this.tvPlaces = new System.Windows.Forms.TreeView();
72             this.grpSelection = new System.Windows.Forms.GroupBox();
73             this.cmbPersons = new System.Windows.Forms.ComboBox();
74             this.chkResidence = new System.Windows.Forms.CheckBox();
75             this.chkDeath = new System.Windows.Forms.CheckBox();
76             this.chkBirth = new System.Windows.Forms.CheckBox();
77             this.btnSelectPlaces = new System.Windows.Forms.Button();
78             this.radTotal = new System.Windows.Forms.RadioButton();
79             this.radSelected = new System.Windows.Forms.RadioButton();
80             this.chkLinesVisible = new System.Windows.Forms.CheckBox();
81             this.pageCoordinates = new System.Windows.Forms.TabPage();
82             this.btnAddPolygonMarker = new System.Windows.Forms.Button();
83             this.btnAddRouteMarker = new System.Windows.Forms.Button();
84             this.gbCoords = new System.Windows.Forms.GroupBox();
85             this.lblPlace = new System.Windows.Forms.Label();
86             this.txtPlace = new System.Windows.Forms.TextBox();
87             this.lblLng = new System.Windows.Forms.Label();
88             this.lblLat = new System.Windows.Forms.Label();
89             this.txtLng = new System.Windows.Forms.TextBox();
90             this.txtLat = new System.Windows.Forms.TextBox();
91             this.btnSearch = new System.Windows.Forms.Button();
92             this.panClient = new System.Windows.Forms.TableLayoutPanel();
93             this.panZoom = new System.Windows.Forms.TableLayoutPanel();
94             this.btnZoomUp = new System.Windows.Forms.Button();
95             this.trkZoom = new System.Windows.Forms.TrackBar();
96             this.btnZoomDown = new System.Windows.Forms.Button();
97             this.ToolBar1.SuspendLayout();
98             this.PageControl1.SuspendLayout();
99             this.pagePlaces.SuspendLayout();
100             this.grpSelection.SuspendLayout();
101             this.pageCoordinates.SuspendLayout();
102             this.gbCoords.SuspendLayout();
103             this.panClient.SuspendLayout();
104             this.panZoom.SuspendLayout();
105             ((System.ComponentModel.ISupportInitialize)(this.trkZoom)).BeginInit();
106             this.SuspendLayout();
107             //
108             // ToolBar1
109             //
110             this.ToolBar1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
111             this.ToolBar1.ImageScalingSize = new System.Drawing.Size(20, 20);
112             this.ToolBar1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
113             this.tbLoadPlaces,
114             this.toolStripSeparator1,
115             this.tbSaveSnapshot,
116             this.toolStripSeparator2,
117             this.tbProviders,
118             this.toolStripSeparator3,
119             this.tbClear,
120             this.tbZoomCenter});
121             this.ToolBar1.Location = new System.Drawing.Point(0, 0);
122             this.ToolBar1.Name = "ToolBar1";
123             this.ToolBar1.Size = new System.Drawing.Size(1101, 27);
124             this.ToolBar1.TabIndex = 0;
125             //
126             // tbLoadPlaces
127             //
128             this.tbLoadPlaces.ImageTransparentColor = System.Drawing.Color.Magenta;
129             this.tbLoadPlaces.Name = "tbLoadPlaces";
130             this.tbLoadPlaces.Size = new System.Drawing.Size(101, 24);
131             this.tbLoadPlaces.Text = "tbLoadPlaces";
132             this.tbLoadPlaces.Click += new System.EventHandler(this.tbLoadPlaces_Click);
133             //
134             // toolStripSeparator1
135             //
136             this.toolStripSeparator1.Name = "toolStripSeparator1";
137             this.toolStripSeparator1.Size = new System.Drawing.Size(6, 27);
138             //
139             // tbSaveSnapshot
140             //
141             this.tbSaveSnapshot.ImageTransparentColor = System.Drawing.Color.Magenta;
142             this.tbSaveSnapshot.Name = "tbSaveSnapshot";
143             this.tbSaveSnapshot.Size = new System.Drawing.Size(23, 24);
144             this.tbSaveSnapshot.Click += new System.EventHandler(this.tbSaveSnapshot_Click);
145             //
146             // toolStripSeparator2
147             //
148             this.toolStripSeparator2.Name = "toolStripSeparator2";
149             this.toolStripSeparator2.Size = new System.Drawing.Size(6, 27);
150             //
151             // tbProviders
152             //
153             this.tbProviders.DropDown = this.MenuProviders;
154             this.tbProviders.ImageTransparentColor = System.Drawing.Color.Magenta;
155             this.tbProviders.Name = "tbProviders";
156             this.tbProviders.Size = new System.Drawing.Size(98, 24);
157             this.tbProviders.Text = "tbProviders";
158             //
159             // MenuProviders
160             //
161             this.MenuProviders.ImageScalingSize = new System.Drawing.Size(20, 20);
162             this.MenuProviders.Name = "MenuProviders";
163             this.MenuProviders.OwnerItem = this.tbProviders;
164             this.MenuProviders.Size = new System.Drawing.Size(61, 4);
165             //
166             // toolStripSeparator3
167             //
168             this.toolStripSeparator3.Name = "toolStripSeparator3";
169             this.toolStripSeparator3.Size = new System.Drawing.Size(6, 27);
170             //
171             // tbClear
172             //
173             this.tbClear.ImageTransparentColor = System.Drawing.Color.Magenta;
174             this.tbClear.Name = "tbClear";
175             this.tbClear.Size = new System.Drawing.Size(61, 24);
176             this.tbClear.Text = "tbClear";
177             this.tbClear.Click += new System.EventHandler(this.tbClear_Click);
178             //
179             // tbZoomCenter
180             //
181             this.tbZoomCenter.ImageTransparentColor = System.Drawing.Color.Magenta;
182             this.tbZoomCenter.Name = "tbZoomCenter";
183             this.tbZoomCenter.Size = new System.Drawing.Size(100, 24);
184             this.tbZoomCenter.Text = "Zoom Center";
185             this.tbZoomCenter.Click += new System.EventHandler(this.tbZoomCenter_Click);
186             //
187             // StatusBar1
188             //
189             this.StatusBar1.Location = new System.Drawing.Point(0, 549);
190             this.StatusBar1.Name = "StatusBar1";
191             this.StatusBar1.Size = new System.Drawing.Size(1101, 23);
192             this.StatusBar1.TabIndex = 3;
193             //
194             // PageControl1
195             //
196             this.PageControl1.Controls.Add(this.pagePlaces);
197             this.PageControl1.Controls.Add(this.pageCoordinates);
198             this.PageControl1.Dock = System.Windows.Forms.DockStyle.Left;
199             this.PageControl1.Location = new System.Drawing.Point(0, 27);
200             this.PageControl1.Name = "PageControl1";
201             this.PageControl1.SelectedIndex = 0;
202             this.PageControl1.Size = new System.Drawing.Size(405, 522);
203             this.PageControl1.TabIndex = 1;
204             //
205             // pagePlaces
206             //
207             this.pagePlaces.BackColor = System.Drawing.SystemColors.Control;
208             this.pagePlaces.Controls.Add(this.tvPlaces);
209             this.pagePlaces.Controls.Add(this.grpSelection);
210             this.pagePlaces.Location = new System.Drawing.Point(4, 26);
211             this.pagePlaces.Name = "pagePlaces";
212             this.pagePlaces.Size = new System.Drawing.Size(397, 492);
213             this.pagePlaces.TabIndex = 0;
214             this.pagePlaces.Text = "pagePlaces";
215             //
216             // tvPlaces
217             //
218             this.tvPlaces.Dock = System.Windows.Forms.DockStyle.Fill;
219             this.tvPlaces.Location = new System.Drawing.Point(0, 225);
220             this.tvPlaces.Name = "tvPlaces";
221             this.tvPlaces.Size = new System.Drawing.Size(397, 267);
222             this.tvPlaces.TabIndex = 0;
223             this.tvPlaces.DoubleClick += new System.EventHandler(this.TreePlaces_DoubleClick);
224             //
225             // grpSelection
226             //
227             this.grpSelection.Controls.Add(this.cmbPersons);
228             this.grpSelection.Controls.Add(this.chkResidence);
229             this.grpSelection.Controls.Add(this.chkDeath);
230             this.grpSelection.Controls.Add(this.chkBirth);
231             this.grpSelection.Controls.Add(this.btnSelectPlaces);
232             this.grpSelection.Controls.Add(this.radTotal);
233             this.grpSelection.Controls.Add(this.radSelected);
234             this.grpSelection.Controls.Add(this.chkLinesVisible);
235             this.grpSelection.Dock = System.Windows.Forms.DockStyle.Top;
236             this.grpSelection.Location = new System.Drawing.Point(0, 0);
237             this.grpSelection.Name = "grpSelection";
238             this.grpSelection.Size = new System.Drawing.Size(397, 225);
239             this.grpSelection.TabIndex = 1;
240             this.grpSelection.TabStop = false;
241             this.grpSelection.Text = "grpSelection";
242             //
243             // cmbPersons
244             //
245             this.cmbPersons.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
246             this.cmbPersons.Location = new System.Drawing.Point(11, 126);
247             this.cmbPersons.Name = "cmbPersons";
248             this.cmbPersons.Size = new System.Drawing.Size(371, 25);
249             this.cmbPersons.TabIndex = 5;
250             //
251             // chkResidence
252             //
253             this.chkResidence.AutoSize = true;
254             this.chkResidence.Location = new System.Drawing.Point(27, 78);
255             this.chkResidence.Name = "chkResidence";
256             this.chkResidence.Size = new System.Drawing.Size(113, 21);
257             this.chkResidence.TabIndex = 3;
258             this.chkResidence.Text = "chkResidence";
259             //
260             // chkDeath
261             //
262             this.chkDeath.AutoSize = true;
263             this.chkDeath.Location = new System.Drawing.Point(27, 58);
264             this.chkDeath.Name = "chkDeath";
265             this.chkDeath.Size = new System.Drawing.Size(89, 21);
266             this.chkDeath.TabIndex = 2;
267             this.chkDeath.Text = "chkDeath";
268             //
269             // chkBirth
270             //
271             this.chkBirth.AutoSize = true;
272             this.chkBirth.Location = new System.Drawing.Point(27, 39);
273             this.chkBirth.Name = "chkBirth";
274             this.chkBirth.Size = new System.Drawing.Size(80, 21);
275             this.chkBirth.TabIndex = 1;
276             this.chkBirth.Text = "chkBirth";
277             //
278             // btnSelectPlaces
279             //
280             this.btnSelectPlaces.Enabled = false;
281             this.btnSelectPlaces.Location = new System.Drawing.Point(277, 185);
282             this.btnSelectPlaces.Name = "btnSelectPlaces";
283             this.btnSelectPlaces.Size = new System.Drawing.Size(105, 30);
284             this.btnSelectPlaces.TabIndex = 6;
285             this.btnSelectPlaces.Text = "btnSelectPlaces";
286             this.btnSelectPlaces.Click += new System.EventHandler(this.btnSelectPlaces_Click);
287             //
288             // radTotal
289             //
290             this.radTotal.AutoSize = true;
291             this.radTotal.Location = new System.Drawing.Point(11, 19);
292             this.radTotal.Name = "radTotal";
293             this.radTotal.Size = new System.Drawing.Size(79, 21);
294             this.radTotal.TabIndex = 0;
295             this.radTotal.Text = "radTotal";
296             this.radTotal.Click += new System.EventHandler(this.radTotal_Click);
297             //
298             // radSelected
299             //
300             this.radSelected.AutoSize = true;
301             this.radSelected.Location = new System.Drawing.Point(11, 106);
302             this.radSelected.Name = "radSelected";
303             this.radSelected.Size = new System.Drawing.Size(100, 21);
304             this.radSelected.TabIndex = 4;
305             this.radSelected.Text = "radSelected";
306             this.radSelected.Click += new System.EventHandler(this.radTotal_Click);
307             //
308             // chkLinesVisible
309             //
310             this.chkLinesVisible.AutoSize = true;
311             this.chkLinesVisible.Checked = true;
312             this.chkLinesVisible.CheckState = System.Windows.Forms.CheckState.Checked;
313             this.chkLinesVisible.Location = new System.Drawing.Point(11, 155);
314             this.chkLinesVisible.Name = "chkLinesVisible";
315             this.chkLinesVisible.Size = new System.Drawing.Size(117, 21);
316             this.chkLinesVisible.TabIndex = 8;
317             this.chkLinesVisible.Text = "chkLinesVisible";
318             //
319             // pageCoordinates
320             //
321             this.pageCoordinates.BackColor = System.Drawing.SystemColors.Control;
322             this.pageCoordinates.Controls.Add(this.btnAddPolygonMarker);
323             this.pageCoordinates.Controls.Add(this.btnAddRouteMarker);
324             this.pageCoordinates.Controls.Add(this.gbCoords);
325             this.pageCoordinates.Controls.Add(this.btnSearch);
326             this.pageCoordinates.Location = new System.Drawing.Point(4, 26);
327             this.pageCoordinates.Name = "pageCoordinates";
328             this.pageCoordinates.Padding = new System.Windows.Forms.Padding(3);
329             this.pageCoordinates.Size = new System.Drawing.Size(397, 492);
330             this.pageCoordinates.TabIndex = 1;
331             this.pageCoordinates.Text = "pageCoordinates";
332             //
333             // btnAddPolygonMarker
334             //
335             this.btnAddPolygonMarker.Location = new System.Drawing.Point(119, 187);
336             this.btnAddPolygonMarker.Margin = new System.Windows.Forms.Padding(4);
337             this.btnAddPolygonMarker.Name = "btnAddPolygonMarker";
338             this.btnAddPolygonMarker.Size = new System.Drawing.Size(149, 30);
339             this.btnAddPolygonMarker.TabIndex = 12;
340             this.btnAddPolygonMarker.Text = "Add Polygon Marker";
341             this.btnAddPolygonMarker.UseVisualStyleBackColor = true;
342             this.btnAddPolygonMarker.Click += new System.EventHandler(this.btnAddPolygonMarker_Click);
343             //
344             // btnAddRouteMarker
345             //
346             this.btnAddRouteMarker.Location = new System.Drawing.Point(119, 149);
347             this.btnAddRouteMarker.Margin = new System.Windows.Forms.Padding(4);
348             this.btnAddRouteMarker.Name = "btnAddRouteMarker";
349             this.btnAddRouteMarker.Size = new System.Drawing.Size(149, 30);
350             this.btnAddRouteMarker.TabIndex = 12;
351             this.btnAddRouteMarker.Text = "Add Route Marker";
352             this.btnAddRouteMarker.UseVisualStyleBackColor = true;
353             this.btnAddRouteMarker.Click += new System.EventHandler(this.btnAddRouteMarker_Click);
354             //
355             // gbCoords
356             //
357             this.gbCoords.Controls.Add(this.lblPlace);
358             this.gbCoords.Controls.Add(this.txtPlace);
359             this.gbCoords.Controls.Add(this.lblLng);
360             this.gbCoords.Controls.Add(this.lblLat);
361             this.gbCoords.Controls.Add(this.txtLng);
362             this.gbCoords.Controls.Add(this.txtLat);
363             this.gbCoords.Dock = System.Windows.Forms.DockStyle.Top;
364             this.gbCoords.Location = new System.Drawing.Point(3, 3);
365             this.gbCoords.Margin = new System.Windows.Forms.Padding(4);
366             this.gbCoords.Name = "gbCoords";
367             this.gbCoords.Padding = new System.Windows.Forms.Padding(4);
368             this.gbCoords.Size = new System.Drawing.Size(391, 127);
369             this.gbCoords.TabIndex = 28;
370             this.gbCoords.TabStop = false;
371             //
372             // lblPlace
373             //
374             this.lblPlace.AutoSize = true;
375             this.lblPlace.Location = new System.Drawing.Point(176, 91);
376             this.lblPlace.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
377             this.lblPlace.Name = "lblPlace";
378             this.lblPlace.Size = new System.Drawing.Size(39, 17);
379             this.lblPlace.TabIndex = 11;
380             this.lblPlace.Text = "place";
381             //
382             // txtPlace
383             //
384             this.txtPlace.Location = new System.Drawing.Point(12, 87);
385             this.txtPlace.Margin = new System.Windows.Forms.Padding(4);
386             this.txtPlace.Name = "txtPlace";
387             this.txtPlace.Size = new System.Drawing.Size(161, 24);
388             this.txtPlace.TabIndex = 10;
389             this.txtPlace.Text = "Egypt, Cairo";
390             this.txtPlace.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtPlace_KeyPress);
391             //
392             // lblLng
393             //
394             this.lblLng.AutoSize = true;
395             this.lblLng.Location = new System.Drawing.Point(176, 59);
396             this.lblLng.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
397             this.lblLng.Name = "lblLng";
398             this.lblLng.Size = new System.Drawing.Size(26, 17);
399             this.lblLng.TabIndex = 3;
400             this.lblLng.Text = "lng";
401             //
402             // lblLat
403             //
404             this.lblLat.AutoSize = true;
405             this.lblLat.Location = new System.Drawing.Point(176, 27);
406             this.lblLat.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
407             this.lblLat.Name = "lblLat";
408             this.lblLat.Size = new System.Drawing.Size(22, 17);
409             this.lblLat.TabIndex = 2;
410             this.lblLat.Text = "lat";
411             //
412             // txtLng
413             //
414             this.txtLng.Location = new System.Drawing.Point(12, 55);
415             this.txtLng.Margin = new System.Windows.Forms.Padding(4);
416             this.txtLng.Name = "txtLng";
417             this.txtLng.Size = new System.Drawing.Size(161, 24);
418             this.txtLng.TabIndex = 1;
419             this.txtLng.Text = "31.2361907958984";
420             //
421             // txtLat
422             //
423             this.txtLat.Location = new System.Drawing.Point(12, 23);
424             this.txtLat.Margin = new System.Windows.Forms.Padding(4);
425             this.txtLat.Name = "txtLat";
426             this.txtLat.Size = new System.Drawing.Size(161, 24);
427             this.txtLat.TabIndex = 0;
428             this.txtLat.Text = "30.0447272077905";
429             //
430             // btnSearch
431             //
432             this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
433             this.btnSearch.Location = new System.Drawing.Point(15, 151);
434             this.btnSearch.Margin = new System.Windows.Forms.Padding(4);
435             this.btnSearch.Name = "btnSearch";
436             this.btnSearch.Size = new System.Drawing.Size(96, 30);
437             this.btnSearch.TabIndex = 8;
438             this.btnSearch.Text = "Search";
439             this.btnSearch.UseVisualStyleBackColor = true;
440             this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
441             //
442             // panClient
443             //
444             this.panClient.ColumnCount = 2;
445             this.panClient.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
446             this.panClient.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
447             this.panClient.Controls.Add(this.panZoom, 1, 0);
448             this.panClient.Dock = System.Windows.Forms.DockStyle.Fill;
449             this.panClient.Location = new System.Drawing.Point(405, 27);
450             this.panClient.Margin = new System.Windows.Forms.Padding(0, 0, 3, 2);
451             this.panClient.Name = "panClient";
452             this.panClient.RowCount = 1;
453             this.panClient.RowStyles.Add(new System.Windows.Forms.RowStyle());
454             this.panClient.Size = new System.Drawing.Size(696, 522);
455             this.panClient.TabIndex = 0;
456             //
457             // panZoom
458             //
459             this.panZoom.AutoSize = true;
460             this.panZoom.ColumnCount = 1;
461             this.panZoom.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
462             this.panZoom.Controls.Add(this.btnZoomUp, 0, 0);
463             this.panZoom.Controls.Add(this.trkZoom, 0, 1);
464             this.panZoom.Controls.Add(this.btnZoomDown, 0, 2);
465             this.panZoom.Dock = System.Windows.Forms.DockStyle.Fill;
466             this.panZoom.Location = new System.Drawing.Point(635, 3);
467             this.panZoom.Name = "panZoom";
468             this.panZoom.RowCount = 3;
469             this.panZoom.RowStyles.Add(new System.Windows.Forms.RowStyle());
470             this.panZoom.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
471             this.panZoom.RowStyles.Add(new System.Windows.Forms.RowStyle());
472             this.panZoom.Size = new System.Drawing.Size(58, 516);
473             this.panZoom.TabIndex = 31;
474             //
475             // btnZoomUp
476             //
477             this.btnZoomUp.Dock = System.Windows.Forms.DockStyle.Fill;
478             this.btnZoomUp.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
479             this.btnZoomUp.Location = new System.Drawing.Point(0, 0);
480             this.btnZoomUp.Margin = new System.Windows.Forms.Padding(0);
481             this.btnZoomUp.Name = "btnZoomUp";
482             this.btnZoomUp.Size = new System.Drawing.Size(58, 33);
483             this.btnZoomUp.TabIndex = 0;
484             this.btnZoomUp.Text = "+";
485             this.btnZoomUp.UseVisualStyleBackColor = true;
486             this.btnZoomUp.Click += new System.EventHandler(this.btnZoomUp_Click);
487             //
488             // trkZoom
489             //
490             this.trkZoom.BackColor = System.Drawing.SystemColors.Control;
491             this.trkZoom.Dock = System.Windows.Forms.DockStyle.Fill;
492             this.trkZoom.LargeChange = 1;
493             this.trkZoom.Location = new System.Drawing.Point(0, 33);
494             this.trkZoom.Margin = new System.Windows.Forms.Padding(0);
495             this.trkZoom.Maximum = 1700;
496             this.trkZoom.Minimum = 1;
497             this.trkZoom.Name = "trkZoom";
498             this.trkZoom.Orientation = System.Windows.Forms.Orientation.Vertical;
499             this.trkZoom.Size = new System.Drawing.Size(58, 450);
500             this.trkZoom.TabIndex = 29;
501             this.trkZoom.TickFrequency = 100;
502             this.trkZoom.TickStyle = System.Windows.Forms.TickStyle.TopLeft;
503             this.trkZoom.Value = 12;
504             this.trkZoom.ValueChanged += new System.EventHandler(this.trkZoom_ValueChanged);
505             //
506             // btnZoomDown
507             //
508             this.btnZoomDown.Dock = System.Windows.Forms.DockStyle.Fill;
509             this.btnZoomDown.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
510             this.btnZoomDown.Location = new System.Drawing.Point(0, 483);
511             this.btnZoomDown.Margin = new System.Windows.Forms.Padding(0);
512             this.btnZoomDown.Name = "btnZoomDown";
513             this.btnZoomDown.Size = new System.Drawing.Size(58, 33);
514             this.btnZoomDown.TabIndex = 1;
515             this.btnZoomDown.Text = "-";
516             this.btnZoomDown.UseVisualStyleBackColor = true;
517             this.btnZoomDown.Click += new System.EventHandler(this.btnZoomDown_Click);
518             //
519             // MapsViewerWin
520             //
521             this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F);
522             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
523             this.ClientSize = new System.Drawing.Size(1101, 572);
524             this.Controls.Add(this.panClient);
525             this.Controls.Add(this.PageControl1);
526             this.Controls.Add(this.StatusBar1);
527             this.Controls.Add(this.ToolBar1);
528             this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
529             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
530             this.KeyPreview = true;
531             this.Name = "MapsViewerWin";
532             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
533             this.Text = "MapsViewerWin";
534             this.Title = "MapsViewerWin";
535             this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.MapsViewerWin_KeyDown);
536             this.ToolBar1.ResumeLayout(false);
537             this.ToolBar1.PerformLayout();
538             this.PageControl1.ResumeLayout(false);
539             this.pagePlaces.ResumeLayout(false);
540             this.grpSelection.ResumeLayout(false);
541             this.grpSelection.PerformLayout();
542             this.pageCoordinates.ResumeLayout(false);
543             this.gbCoords.ResumeLayout(false);
544             this.gbCoords.PerformLayout();
545             this.panClient.ResumeLayout(false);
546             this.panClient.PerformLayout();
547             this.panZoom.ResumeLayout(false);
548             this.panZoom.PerformLayout();
549             ((System.ComponentModel.ISupportInitialize)(this.trkZoom)).EndInit();
550             this.ResumeLayout(false);
551             this.PerformLayout();
552 
553         }
554     }
555 }
556