Files @ 65c134a3d619
Branch filter:

Location: seniordesign-ui/Demo.WindowsMobile/Forms/MainForm.Designer.cs

mkanning@CL-ENS241-10.cedarville.edu
Initial import of mapping source (huge commit)
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
namespace Demo.WindowsMobile
{
   partial class MainForm
   {
      /// <summary>
      /// Required designer variable.
      /// </summary>
      private System.ComponentModel.IContainer components = null;
      private System.Windows.Forms.MainMenu mainMenu1;

      /// <summary>
      /// Clean up any resources being used.
      /// </summary>
      /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
      protected override void Dispose(bool disposing)
      {
         if(disposing && (components != null))
         {
            components.Dispose();
         }
         base.Dispose(disposing);
      }

      #region Windows Form Designer generated code

      /// <summary>
      /// Required method for Designer support - do not modify
      /// the contents of this method with the code editor.
      /// </summary>
      private void InitializeComponent()
      {
         System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
         this.mainMenu1 = new System.Windows.Forms.MainMenu();
         this.menuItem1 = new System.Windows.Forms.MenuItem();
         this.menuItemGotoMap = new System.Windows.Forms.MenuItem();
         this.menuItemGotoGps = new System.Windows.Forms.MenuItem();
         this.menuItemSearch = new System.Windows.Forms.MenuItem();
         this.menuItemGotoTransport = new System.Windows.Forms.MenuItem();
         this.menuItem34 = new System.Windows.Forms.MenuItem();
         this.menuItem32 = new System.Windows.Forms.MenuItem();
         this.menuItem2 = new System.Windows.Forms.MenuItem();
         this.menuItem29 = new System.Windows.Forms.MenuItem();
         this.menuItemGPSenabled = new System.Windows.Forms.MenuItem();
         this.menuItem8 = new System.Windows.Forms.MenuItem();
         this.menuItem12 = new System.Windows.Forms.MenuItem();
         this.menuItem13 = new System.Windows.Forms.MenuItem();
         this.menuItem9 = new System.Windows.Forms.MenuItem();
         this.menuItem10 = new System.Windows.Forms.MenuItem();
         this.menuItem11 = new System.Windows.Forms.MenuItem();
         this.menuItem16 = new System.Windows.Forms.MenuItem();
         this.menuItem18 = new System.Windows.Forms.MenuItem();
         this.menuItem24 = new System.Windows.Forms.MenuItem();
         this.menuItem20 = new System.Windows.Forms.MenuItem();
         this.menuItem21 = new System.Windows.Forms.MenuItem();
         this.menuItem17 = new System.Windows.Forms.MenuItem();
         this.menuItem14 = new System.Windows.Forms.MenuItem();
         this.menuItem15 = new System.Windows.Forms.MenuItem();
         this.menuItem19 = new System.Windows.Forms.MenuItem();
         this.menuItem7 = new System.Windows.Forms.MenuItem();
         this.menuItemCacheOnly = new System.Windows.Forms.MenuItem();
         this.menuItemServerAndCache = new System.Windows.Forms.MenuItem();
         this.menuItemServerOnly = new System.Windows.Forms.MenuItem();
         this.menuItem30 = new System.Windows.Forms.MenuItem();
         this.menuItemEnableGrid = new System.Windows.Forms.MenuItem();
         this.menuItemDisableAutoSleep = new System.Windows.Forms.MenuItem();
         this.menuItemSnapToGps = new System.Windows.Forms.MenuItem();
         this.menuItem6 = new System.Windows.Forms.MenuItem();
         this.menuItem36 = new System.Windows.Forms.MenuItem();
         this.menuItem37 = new System.Windows.Forms.MenuItem();
         this.menuItem35 = new System.Windows.Forms.MenuItem();
         this.menuItem38 = new System.Windows.Forms.MenuItem();
         this.menuItem41 = new System.Windows.Forms.MenuItem();
         this.menuItem42 = new System.Windows.Forms.MenuItem();
         this.menuItem43 = new System.Windows.Forms.MenuItem();
         this.menuItem40 = new System.Windows.Forms.MenuItem();
         this.menuItem39 = new System.Windows.Forms.MenuItem();
         this.menuItem27 = new System.Windows.Forms.MenuItem();
         this.menuItem28 = new System.Windows.Forms.MenuItem();
         this.menuItem3 = new System.Windows.Forms.MenuItem();
         this.timerKeeperOfLife = new System.Windows.Forms.Timer();
         this.MainMap = new Map();
         this.menuItemshowDestination = new System.Windows.Forms.MenuItem();
         this.menuItemSetDestination = new System.Windows.Forms.MenuItem();
         this.SuspendLayout();
         // 
         // mainMenu1
         // 
         this.mainMenu1.MenuItems.Add(this.menuItem1);
         this.mainMenu1.MenuItems.Add(this.menuItem2);
         // 
         // menuItem1
         // 
         this.menuItem1.MenuItems.Add(this.menuItemGotoMap);
         this.menuItem1.MenuItems.Add(this.menuItemGotoGps);
         this.menuItem1.MenuItems.Add(this.menuItemSearch);
         this.menuItem1.MenuItems.Add(this.menuItemGotoTransport);
         this.menuItem1.MenuItems.Add(this.menuItem34);
         this.menuItem1.MenuItems.Add(this.menuItem32);
         this.menuItem1.Text = "Page";
         // 
         // menuItemGotoMap
         // 
         this.menuItemGotoMap.Checked = true;
         this.menuItemGotoMap.Text = "Map";
         this.menuItemGotoMap.Click += new System.EventHandler(this.menuItemGotoMap_Click);
         // 
         // menuItemGotoGps
         // 
         this.menuItemGotoGps.Text = "GPS";
         this.menuItemGotoGps.Click += new System.EventHandler(this.menuItemGotoGps_Click);
         // 
         // menuItemSearch
         // 
         this.menuItemSearch.Text = "Search";
         this.menuItemSearch.Click += new System.EventHandler(this.menuItemSearch_Click);
         // 
         // menuItemGotoTransport
         // 
         this.menuItemGotoTransport.Text = "Vilnius Transport";
         this.menuItemGotoTransport.Click += new System.EventHandler(this.menuItemGotoTransport_Click);
         // 
         // menuItem34
         // 
         this.menuItem34.Text = "-";
         // 
         // menuItem32
         // 
         this.menuItem32.Text = "Hide";
         this.menuItem32.Click += new System.EventHandler(this.menuItem32_Click);
         // 
         // menuItem2
         // 
         this.menuItem2.MenuItems.Add(this.menuItem29);
         this.menuItem2.MenuItems.Add(this.menuItem8);
         this.menuItem2.MenuItems.Add(this.menuItem7);
         this.menuItem2.MenuItems.Add(this.menuItem30);
         this.menuItem2.MenuItems.Add(this.menuItem6);
         this.menuItem2.MenuItems.Add(this.menuItem36);
         this.menuItem2.MenuItems.Add(this.menuItem38);
         this.menuItem2.MenuItems.Add(this.menuItem27);
         this.menuItem2.MenuItems.Add(this.menuItem28);
         this.menuItem2.MenuItems.Add(this.menuItem3);
         this.menuItem2.Text = "Menu";
         // 
         // menuItem29
         // 
         this.menuItem29.MenuItems.Add(this.menuItemGPSenabled);
         this.menuItem29.Text = "GPS";
         // 
         // menuItemGPSenabled
         // 
         this.menuItemGPSenabled.Checked = true;
         this.menuItemGPSenabled.Text = "Enabled";
         this.menuItemGPSenabled.Click += new System.EventHandler(this.menuItemGPSenabled_Click);
         // 
         // menuItem8
         // 
         this.menuItem8.MenuItems.Add(this.menuItem12);
         this.menuItem8.MenuItems.Add(this.menuItem13);
         this.menuItem8.MenuItems.Add(this.menuItem9);
         this.menuItem8.MenuItems.Add(this.menuItem10);
         this.menuItem8.MenuItems.Add(this.menuItem11);
         this.menuItem8.MenuItems.Add(this.menuItem16);
         this.menuItem8.MenuItems.Add(this.menuItem18);
         this.menuItem8.MenuItems.Add(this.menuItem24);
         this.menuItem8.MenuItems.Add(this.menuItem20);
         this.menuItem8.MenuItems.Add(this.menuItem21);
         this.menuItem8.MenuItems.Add(this.menuItem17);
         this.menuItem8.MenuItems.Add(this.menuItem14);
         this.menuItem8.MenuItems.Add(this.menuItem15);
         this.menuItem8.MenuItems.Add(this.menuItem19);
         this.menuItem8.Text = "Map";
         // 
         // menuItem12
         // 
         this.menuItem12.Text = "OpenStreetMap";
         this.menuItem12.Click += new System.EventHandler(this.menuItem12_Click);
         // 
         // menuItem13
         // 
         this.menuItem13.Text = "-";
         // 
         // menuItem9
         // 
         this.menuItem9.Text = "GoogleMap";
         this.menuItem9.Click += new System.EventHandler(this.menuItem9_Click);
         // 
         // menuItem10
         // 
         this.menuItem10.Text = "Google Hybrid";
         this.menuItem10.Click += new System.EventHandler(this.menuItem10_Click);
         // 
         // menuItem11
         // 
         this.menuItem11.Text = "-";
         // 
         // menuItem16
         // 
         this.menuItem16.Text = "Bing";
         this.menuItem16.Click += new System.EventHandler(this.menuItem16_Click);
         // 
         // menuItem18
         // 
         this.menuItem18.Text = "Bing Hybrid";
         this.menuItem18.Click += new System.EventHandler(this.menuItem18_Click);
         // 
         // menuItem24
         // 
         this.menuItem24.Text = "-";
         // 
         // menuItem20
         // 
         this.menuItem20.Text = "Yahoo";
         this.menuItem20.Click += new System.EventHandler(this.menuItem20_Click);
         // 
         // menuItem21
         // 
         this.menuItem21.Text = "Yahoo Hybrid";
         this.menuItem21.Click += new System.EventHandler(this.menuItem21_Click);
         // 
         // menuItem17
         // 
         this.menuItem17.Text = "-";
         // 
         // menuItem14
         // 
         this.menuItem14.Text = "Maps.LT";
         this.menuItem14.Click += new System.EventHandler(this.menuItem14_Click);
         // 
         // menuItem15
         // 
         this.menuItem15.Text = "Maps.LT Hybrid";
         this.menuItem15.Click += new System.EventHandler(this.menuItem15_Click);
         // 
         // menuItem19
         // 
         this.menuItem19.Text = "-";
         // 
         // menuItem7
         // 
         this.menuItem7.MenuItems.Add(this.menuItemCacheOnly);
         this.menuItem7.MenuItems.Add(this.menuItemServerAndCache);
         this.menuItem7.MenuItems.Add(this.menuItemServerOnly);
         this.menuItem7.Text = "Mode";
         // 
         // menuItemCacheOnly
         // 
         this.menuItemCacheOnly.Text = "CacheOnly";
         this.menuItemCacheOnly.Click += new System.EventHandler(this.menuItemCacheOnly_Click);
         // 
         // menuItemServerAndCache
         // 
         this.menuItemServerAndCache.Text = "ServerAndCache";
         this.menuItemServerAndCache.Click += new System.EventHandler(this.menuItemServerAndCache_Click);
         // 
         // menuItemServerOnly
         // 
         this.menuItemServerOnly.Text = "ServerOnly";
         this.menuItemServerOnly.Click += new System.EventHandler(this.menuItemServerOnly_Click);
         // 
         // menuItem30
         // 
         this.menuItem30.MenuItems.Add(this.menuItemshowDestination);
         this.menuItem30.MenuItems.Add(this.menuItemSnapToGps);
         this.menuItem30.MenuItems.Add(this.menuItemDisableAutoSleep);
         this.menuItem30.MenuItems.Add(this.menuItemEnableGrid);
         this.menuItem30.Text = "Options";
         // 
         // menuItemEnableGrid
         // 
         this.menuItemEnableGrid.Text = "Enable Grid";
         this.menuItemEnableGrid.Click += new System.EventHandler(this.menuItemEnableGrid_Click);
         // 
         // menuItemDisableAutoSleep
         // 
         this.menuItemDisableAutoSleep.Checked = true;
         this.menuItemDisableAutoSleep.Text = "Disable Auto Sleep";
         this.menuItemDisableAutoSleep.Click += new System.EventHandler(this.menuItemDisableAutoSleep_Click);
         // 
         // menuItemSnapToGps
         // 
         this.menuItemSnapToGps.Checked = true;
         this.menuItemSnapToGps.Text = "Snap To GPS";
         this.menuItemSnapToGps.Click += new System.EventHandler(this.menuItemSnapToGps_Click);
         // 
         // menuItem6
         // 
         this.menuItem6.Text = "-";
         // 
         // menuItem36
         // 
         this.menuItem36.MenuItems.Add(this.menuItem37);
         this.menuItem36.MenuItems.Add(this.menuItem35);
         this.menuItem36.MenuItems.Add(this.menuItemSetDestination);
         this.menuItem36.Text = "Markers";
         // 
         // menuItem37
         // 
         this.menuItem37.Text = "Clear";
         this.menuItem37.Click += new System.EventHandler(this.menuItem37_Click);
         // 
         // menuItem35
         // 
         this.menuItem35.Text = "Fit to All";
         this.menuItem35.Click += new System.EventHandler(this.menuItem35_Click);
         // 
         // menuItem38
         // 
         this.menuItem38.MenuItems.Add(this.menuItem41);
         this.menuItem38.MenuItems.Add(this.menuItem42);
         this.menuItem38.MenuItems.Add(this.menuItem43);
         this.menuItem38.MenuItems.Add(this.menuItem40);
         this.menuItem38.MenuItems.Add(this.menuItem39);
         this.menuItem38.Text = "Zoom";
         // 
         // menuItem41
         // 
         this.menuItem41.Text = "In";
         this.menuItem41.Click += new System.EventHandler(this.menuItem4_Click);
         // 
         // menuItem42
         // 
         this.menuItem42.Text = "Out";
         this.menuItem42.Click += new System.EventHandler(this.menuItem5_Click);
         // 
         // menuItem43
         // 
         this.menuItem43.Text = "-";
         // 
         // menuItem40
         // 
         this.menuItem40.Text = "Max";
         this.menuItem40.Click += new System.EventHandler(this.menuItem33_Click);
         // 
         // menuItem39
         // 
         this.menuItem39.Text = "Min";
         this.menuItem39.Click += new System.EventHandler(this.menuItem31_Click);
         // 
         // menuItem27
         // 
         this.menuItem27.Text = "Reload";
         this.menuItem27.Click += new System.EventHandler(this.menuItem27_Click);
         // 
         // menuItem28
         // 
         this.menuItem28.Text = "-";
         // 
         // menuItem3
         // 
         this.menuItem3.Text = "Exit";
         this.menuItem3.Click += new System.EventHandler(this.menuItem3_Click);
         // 
         // timerKeeperOfLife
         // 
         this.timerKeeperOfLife.Tick += new System.EventHandler(this.timerKeeperOfLife_Tick);
         // 
         // MainMap
         // 
         this.MainMap.BackColor = System.Drawing.Color.White;
         this.MainMap.Dock = System.Windows.Forms.DockStyle.Fill;
         this.MainMap.Location = new System.Drawing.Point(0, 0);
         this.MainMap.Name = "MainMap";
         this.MainMap.Size = new System.Drawing.Size(480, 696);
         this.MainMap.TabIndex = 0;
         // 
         // menuItemshowDestination
         // 
         this.menuItemshowDestination.Text = "Show Destination";
         this.menuItemshowDestination.Click += new System.EventHandler(this.menuItemshowDestination_Click);
         // 
         // menuItemSetDestination
         // 
         this.menuItemSetDestination.Text = "Set Destination";
         this.menuItemSetDestination.Click += new System.EventHandler(this.menuItemSetDestination_Click);
         // 
         // MainForm
         // 
         this.AutoScaleDimensions = new System.Drawing.SizeF(192F, 192F);
         this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
         this.AutoScroll = true;
         this.ClientSize = new System.Drawing.Size(480, 696);
         this.Controls.Add(this.MainMap);
         this.KeyPreview = true;
         this.Location = new System.Drawing.Point(0, 52);
         this.Menu = this.mainMenu1;
         this.Name = "MainForm";
         this.Text = "GMap.NET";
         this.Load += new System.EventHandler(this.MainForm_Load);
         this.Closed += new System.EventHandler(this.MainForm_Closed);
         this.Activated += new System.EventHandler(this.MainForm_Activated);
         this.ResumeLayout(false);

      }

      #endregion

      internal Map MainMap;
      private System.Windows.Forms.MenuItem menuItem1;
      private System.Windows.Forms.MenuItem menuItem2;
      private System.Windows.Forms.MenuItem menuItem3;
      private System.Windows.Forms.MenuItem menuItem6;
      private System.Windows.Forms.MenuItem menuItem8;
      private System.Windows.Forms.MenuItem menuItem12;
      private System.Windows.Forms.MenuItem menuItem13;
      private System.Windows.Forms.MenuItem menuItem9;
      private System.Windows.Forms.MenuItem menuItem10;
      private System.Windows.Forms.MenuItem menuItem11;
      private System.Windows.Forms.MenuItem menuItem14;
      private System.Windows.Forms.MenuItem menuItem15;
      private System.Windows.Forms.MenuItem menuItem16;
      private System.Windows.Forms.MenuItem menuItem18;
      private System.Windows.Forms.MenuItem menuItem24;
      private System.Windows.Forms.MenuItem menuItem21;
      private System.Windows.Forms.MenuItem menuItem20;
      private System.Windows.Forms.MenuItem menuItem17;
      private System.Windows.Forms.MenuItem menuItem19;
      private System.Windows.Forms.MenuItem menuItem27;
      private System.Windows.Forms.MenuItem menuItem28;
      private System.Windows.Forms.MenuItem menuItem7;
      private System.Windows.Forms.MenuItem menuItemServerAndCache;
      private System.Windows.Forms.MenuItem menuItemCacheOnly;
      private System.Windows.Forms.MenuItem menuItem29;
      private System.Windows.Forms.MenuItem menuItemGPSenabled;
      private System.Windows.Forms.MenuItem menuItem30;
      private System.Windows.Forms.MenuItem menuItemEnableGrid;
      private System.Windows.Forms.Timer timerKeeperOfLife;
      private System.Windows.Forms.MenuItem menuItemDisableAutoSleep;
      private System.Windows.Forms.MenuItem menuItemGotoMap;
      private System.Windows.Forms.MenuItem menuItemGotoGps;
      private System.Windows.Forms.MenuItem menuItem34;
      private System.Windows.Forms.MenuItem menuItem32;
      private System.Windows.Forms.MenuItem menuItemServerOnly;
      private System.Windows.Forms.MenuItem menuItemGotoTransport;
      private System.Windows.Forms.MenuItem menuItem36;
      private System.Windows.Forms.MenuItem menuItem37;
      private System.Windows.Forms.MenuItem menuItem35;
      private System.Windows.Forms.MenuItem menuItemSearch;
      private System.Windows.Forms.MenuItem menuItem38;
      private System.Windows.Forms.MenuItem menuItem41;
      private System.Windows.Forms.MenuItem menuItem42;
      private System.Windows.Forms.MenuItem menuItem43;
      private System.Windows.Forms.MenuItem menuItem40;
      private System.Windows.Forms.MenuItem menuItem39;
      private System.Windows.Forms.MenuItem menuItemSnapToGps;
      internal System.Windows.Forms.MenuItem menuItemshowDestination;
      private System.Windows.Forms.MenuItem menuItemSetDestination;
   }
}