示例#1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(MapWindow));
     this.Map = new Assistant.MapUO.UOMapControl();
     this.SuspendLayout();
     //
     // Map
     //
     this.Map.Active      = true;
     this.Map.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.Map.FocusMobile = null;
     this.Map.Location    = new System.Drawing.Point(0, 0);
     this.Map.Name        = "Map";
     this.Map.Size        = new System.Drawing.Size(296, 272);
     this.Map.TabIndex    = 0;
     this.Map.TabStop     = false;
     this.Map.MouseDown  += new System.Windows.Forms.MouseEventHandler(this.Map_MouseDown);
     //
     // MapWindow
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.Color.Black;
     this.ClientSize        = new System.Drawing.Size(292, 266);
     this.Controls.Add(this.Map);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.Name            = "MapWindow";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.Manual;
     this.Text            = "UO Positioning System";
     this.TopMost         = true;
     this.Resize         += new System.EventHandler(this.MapWindow_Resize);
     this.MouseDown      += new System.Windows.Forms.MouseEventHandler(this.MapWindow_MouseDown);
     this.Closing        += new System.ComponentModel.CancelEventHandler(this.MapWindow_Closing);
     this.Move           += new System.EventHandler(this.MapWindow_Move);
     this.Deactivate     += new System.EventHandler(this.MapWindow_Deactivate);
     this.ResumeLayout(false);
 }
示例#2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(MapWindow));
     this.Map = new Assistant.MapUO.UOMapControl();
     this.SuspendLayout();
     //
     // Map
     //
     this.Map.Active = true;
     this.Map.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.Map.FocusMobile = null;
     this.Map.Location = new System.Drawing.Point(0, 0);
     this.Map.Name = "Map";
     this.Map.Size = new System.Drawing.Size(296, 272);
     this.Map.TabIndex = 0;
     this.Map.TabStop = false;
     this.Map.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Map_MouseDown);
     //
     // MapWindow
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor = System.Drawing.Color.Black;
     this.ClientSize = new System.Drawing.Size(292, 266);
     this.Controls.Add(this.Map);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.Name = "MapWindow";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
     this.Text = "UO Positioning System";
     this.TopMost = true;
     this.Resize += new System.EventHandler(this.MapWindow_Resize);
     this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.MapWindow_MouseDown);
     this.Closing += new System.ComponentModel.CancelEventHandler(this.MapWindow_Closing);
     this.Move += new System.EventHandler(this.MapWindow_Move);
     this.Deactivate += new System.EventHandler(this.MapWindow_Deactivate);
     this.ResumeLayout(false);
 }