Form1.Designer.cs
上传用户:tupian
上传日期:2009-05-04
资源大小:93k
文件大小:9k
源码类别:

GPS编程

开发平台:

C#

  1. namespace GpsTracer
  2. {
  3.     partial class Form1
  4.     {
  5.         /// <summary>
  6.         /// Required designer variable.
  7.         /// </summary>
  8.         private System.ComponentModel.IContainer components = null;
  9.         private System.Windows.Forms.MainMenu mainMenu1;
  10.         /// <summary>
  11.         /// Clean up any resources being used.
  12.         /// </summary>
  13.         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14.         protected override void Dispose(bool disposing)
  15.         {
  16.             if (disposing && (components != null))
  17.             {
  18.                 components.Dispose();
  19.             }
  20.             base.Dispose(disposing);
  21.         }
  22.         #region Windows Form Designer generated code
  23.         /// <summary>
  24.         /// Required method for Designer support - do not modify
  25.         /// the contents of this method with the code editor.
  26.         /// </summary>
  27.         private void InitializeComponent()
  28.         {
  29.             this.mainMenu1 = new System.Windows.Forms.MainMenu();
  30.             this.menuItemMainMenu = new System.Windows.Forms.MenuItem();
  31.             this.menuItemRunStop = new System.Windows.Forms.MenuItem();
  32.             this.menuItemSettings = new System.Windows.Forms.MenuItem();
  33.             this.menuItemDemoMode = new System.Windows.Forms.MenuItem();
  34.             this.menuItemLog = new System.Windows.Forms.MenuItem();
  35.             this.menuItemCom = new System.Windows.Forms.MenuItem();
  36.             this.menuItemCom1 = new System.Windows.Forms.MenuItem();
  37.             this.menuItemCom2 = new System.Windows.Forms.MenuItem();
  38.             this.menuItemCom3 = new System.Windows.Forms.MenuItem();
  39.             this.menuItemCom4 = new System.Windows.Forms.MenuItem();
  40.             this.menuItemCom5 = new System.Windows.Forms.MenuItem();
  41.             this.menuItemPath = new System.Windows.Forms.MenuItem();
  42.             this.menuItem5 = new System.Windows.Forms.MenuItem();
  43.             this.menuItem6 = new System.Windows.Forms.MenuItem();
  44.             this.menuItemExit = new System.Windows.Forms.MenuItem();
  45.             this.trackBar1 = new System.Windows.Forms.TrackBar();
  46.             this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
  47.             this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
  48.             this.menuItemCenter = new System.Windows.Forms.MenuItem();
  49.             this.SuspendLayout();
  50.             // 
  51.             // mainMenu1
  52.             // 
  53.             this.mainMenu1.MenuItems.Add(this.menuItemMainMenu);
  54.             // 
  55.             // menuItemMainMenu
  56.             // 
  57.             this.menuItemMainMenu.MenuItems.Add(this.menuItemRunStop);
  58.             this.menuItemMainMenu.MenuItems.Add(this.menuItemCenter);
  59.             this.menuItemMainMenu.MenuItems.Add(this.menuItemSettings);
  60.             this.menuItemMainMenu.MenuItems.Add(this.menuItemPath);
  61.             this.menuItemMainMenu.MenuItems.Add(this.menuItemExit);
  62.             this.menuItemMainMenu.Text = "Menu";
  63.             // 
  64.             // menuItemRunStop
  65.             // 
  66.             this.menuItemRunStop.Text = "Run/Stop";
  67.             this.menuItemRunStop.Click += new System.EventHandler(this.menuItemRunStop_Click);
  68.             // 
  69.             // menuItemSettings
  70.             // 
  71.             this.menuItemSettings.MenuItems.Add(this.menuItemDemoMode);
  72.             this.menuItemSettings.MenuItems.Add(this.menuItemLog);
  73.             this.menuItemSettings.MenuItems.Add(this.menuItemCom);
  74.             this.menuItemSettings.Text = "Settings";
  75.             // 
  76.             // menuItemDemoMode
  77.             // 
  78.             this.menuItemDemoMode.Text = "DemoMode";
  79.             this.menuItemDemoMode.Click += new System.EventHandler(this.menuItemDemo_Click);
  80.             // 
  81.             // menuItemLog
  82.             // 
  83.             this.menuItemLog.Text = "Log";
  84.             this.menuItemLog.Click += new System.EventHandler(this.menuItemLog_Click);
  85.             // 
  86.             // menuItemCom
  87.             // 
  88.             this.menuItemCom.MenuItems.Add(this.menuItemCom1);
  89.             this.menuItemCom.MenuItems.Add(this.menuItemCom2);
  90.             this.menuItemCom.MenuItems.Add(this.menuItemCom3);
  91.             this.menuItemCom.MenuItems.Add(this.menuItemCom4);
  92.             this.menuItemCom.MenuItems.Add(this.menuItemCom5);
  93.             this.menuItemCom.Text = "Com Port";
  94.             // 
  95.             // menuItemCom1
  96.             // 
  97.             this.menuItemCom1.Text = "Com1";
  98.             this.menuItemCom1.Click += new System.EventHandler(this.menuItemCom1_Click);
  99.             // 
  100.             // menuItemCom2
  101.             // 
  102.             this.menuItemCom2.Text = "Com2";
  103.             this.menuItemCom2.Click += new System.EventHandler(this.menuItemCom2_Click);
  104.             // 
  105.             // menuItemCom3
  106.             // 
  107.             this.menuItemCom3.Text = "Com3";
  108.             this.menuItemCom3.Click += new System.EventHandler(this.menuItemCom3_Click);
  109.             // 
  110.             // menuItemCom4
  111.             // 
  112.             this.menuItemCom4.Text = "Com4";
  113.             this.menuItemCom4.Click += new System.EventHandler(this.menuItemCom4_Click);
  114.             // 
  115.             // menuItemCom5
  116.             // 
  117.             this.menuItemCom5.Checked = true;
  118.             this.menuItemCom5.Text = "Com5";
  119.             this.menuItemCom5.Click += new System.EventHandler(this.menuItemCom5_Click);
  120.             // 
  121.             // menuItemPath
  122.             // 
  123.             this.menuItemPath.MenuItems.Add(this.menuItem5);
  124.             this.menuItemPath.MenuItems.Add(this.menuItem6);
  125.             this.menuItemPath.Text = "Path";
  126.             // 
  127.             // menuItem5
  128.             // 
  129.             this.menuItem5.Text = "Load Path";
  130.             this.menuItem5.Click += new System.EventHandler(this.menuItemLoadPath_Click);
  131.             // 
  132.             // menuItem6
  133.             // 
  134.             this.menuItem6.Text = "Save Path";
  135.             this.menuItem6.Click += new System.EventHandler(this.menuItemSavePath_Click);
  136.             // 
  137.             // menuItemExit
  138.             // 
  139.             this.menuItemExit.Text = "Exit";
  140.             this.menuItemExit.Click += new System.EventHandler(this.menuItem4_Click);
  141.             // 
  142.             // trackBar1
  143.             // 
  144.             this.trackBar1.Location = new System.Drawing.Point(3, 3);
  145.             this.trackBar1.Maximum = 250;
  146.             this.trackBar1.Minimum = 1;
  147.             this.trackBar1.Name = "trackBar1";
  148.             this.trackBar1.Size = new System.Drawing.Size(237, 17);
  149.             this.trackBar1.TabIndex = 26;
  150.             this.trackBar1.Value = 10;
  151.             this.trackBar1.ValueChanged += new System.EventHandler(this.trackBar1_ValueChanged);
  152.             // 
  153.             // openFileDialog1
  154.             // 
  155.             this.openFileDialog1.FileName = "openFileDialog1";
  156.             this.openFileDialog1.Filter = "PathFiles|*.path";
  157.             // 
  158.             // saveFileDialog1
  159.             // 
  160.             this.saveFileDialog1.Filter = "PathFiles|*.path";
  161.             // 
  162.             // menuItemCenter
  163.             // 
  164.             this.menuItemCenter.Text = "Center";
  165.             this.menuItemCenter.Click += new System.EventHandler(this.menuItemCenter_Click);
  166.             // 
  167.             // Form1
  168.             // 
  169.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
  170.             this.AutoScroll = true;
  171.             this.BackColor = System.Drawing.SystemColors.Window;
  172.             this.ClientSize = new System.Drawing.Size(240, 320);
  173.             this.ControlBox = false;
  174.             this.Controls.Add(this.trackBar1);
  175.             this.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular);
  176.             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  177.             this.Menu = this.mainMenu1;
  178.             this.Name = "Form1";
  179.             this.Text = "GpsTracer";
  180.             this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Form1_MouseUp);
  181.             this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.Form1_MouseMove);
  182.             this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Form1_MouseDown);
  183.             this.ResumeLayout(false);
  184.         }
  185.         #endregion
  186.         private System.Windows.Forms.MenuItem menuItemMainMenu;
  187.         private System.Windows.Forms.MenuItem menuItemRunStop;
  188.         private System.Windows.Forms.MenuItem menuItemExit;
  189.         private System.Windows.Forms.TrackBar trackBar1;
  190.         private System.Windows.Forms.MenuItem menuItemSettings;
  191.         private System.Windows.Forms.MenuItem menuItemPath;
  192.         private System.Windows.Forms.MenuItem menuItem6;
  193.         private System.Windows.Forms.MenuItem menuItem5;
  194.         private System.Windows.Forms.MenuItem menuItemDemoMode;
  195.         private System.Windows.Forms.MenuItem menuItemCom;
  196.         private System.Windows.Forms.MenuItem menuItemCom1;
  197.         private System.Windows.Forms.MenuItem menuItemCom2;
  198.         private System.Windows.Forms.MenuItem menuItemCom3;
  199.         private System.Windows.Forms.MenuItem menuItemCom4;
  200.         private System.Windows.Forms.MenuItem menuItemCom5;
  201.         private System.Windows.Forms.OpenFileDialog openFileDialog1;
  202.         private System.Windows.Forms.SaveFileDialog saveFileDialog1;
  203.         private System.Windows.Forms.MenuItem menuItemLog;
  204.         private System.Windows.Forms.MenuItem menuItemCenter;
  205.  
  206.     }
  207. }