00001 namespace system_controller {
00002 partial class WaypointInserter {
00006 private System.ComponentModel.IContainer components = null;
00007
00012 protected override void Dispose(bool disposing) {
00013 if (disposing && (components != null)) {
00014 components.Dispose();
00015 }
00016 base.Dispose(disposing);
00017 }
00018
00019 #region Windows Form Designer generated code
00020
00025 private void InitializeComponent() {
00026 this.canceBlutton = new System.Windows.Forms.Button();
00027 this.insertButton = new System.Windows.Forms.Button();
00028 this.utmPointPropertyGrid = new System.Windows.Forms.PropertyGrid();
00029 this.pointIndexListBox = new System.Windows.Forms.ListBox();
00030 this.SuspendLayout();
00031
00032
00033
00034 this.canceBlutton.Location = new System.Drawing.Point(94, 231);
00035 this.canceBlutton.Name = "canceBlutton";
00036 this.canceBlutton.Size = new System.Drawing.Size(75, 23);
00037 this.canceBlutton.TabIndex = 4;
00038 this.canceBlutton.Text = "Cancel";
00039 this.canceBlutton.UseVisualStyleBackColor = true;
00040 this.canceBlutton.Click += new System.EventHandler(this.canceBlutton_Click);
00041
00042
00043
00044 this.insertButton.Location = new System.Drawing.Point(12, 231);
00045 this.insertButton.Name = "insertButton";
00046 this.insertButton.Size = new System.Drawing.Size(75, 23);
00047 this.insertButton.TabIndex = 3;
00048 this.insertButton.Text = "Insert";
00049 this.insertButton.UseVisualStyleBackColor = true;
00050 this.insertButton.Click += new System.EventHandler(this.insertButton_Click);
00051
00052
00053
00054 this.utmPointPropertyGrid.Location = new System.Drawing.Point(12, 12);
00055 this.utmPointPropertyGrid.Name = "utmPointPropertyGrid";
00056 this.utmPointPropertyGrid.Size = new System.Drawing.Size(268, 213);
00057 this.utmPointPropertyGrid.TabIndex = 5;
00058
00059
00060
00061 this.pointIndexListBox.FormattingEnabled = true;
00062 this.pointIndexListBox.Location = new System.Drawing.Point(175, 231);
00063 this.pointIndexListBox.Name = "pointIndexListBox";
00064 this.pointIndexListBox.Size = new System.Drawing.Size(105, 30);
00065 this.pointIndexListBox.TabIndex = 6;
00066
00067
00068
00069 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
00070 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
00071 this.ClientSize = new System.Drawing.Size(292, 266);
00072 this.ControlBox = false;
00073 this.Controls.Add(this.pointIndexListBox);
00074 this.Controls.Add(this.utmPointPropertyGrid);
00075 this.Controls.Add(this.canceBlutton);
00076 this.Controls.Add(this.insertButton);
00077 this.Name = "WaypointInserter";
00078 this.Text = "Inserter Waypoint";
00079 this.ResumeLayout(false);
00080
00081 }
00082
00083 #endregion
00084
00085 private System.Windows.Forms.Button canceBlutton;
00086 private System.Windows.Forms.Button insertButton;
00087 private System.Windows.Forms.PropertyGrid utmPointPropertyGrid;
00088 private System.Windows.Forms.ListBox pointIndexListBox;
00089 }
00090 }