00001 namespace RacePlotter {
00002 partial class PointEditor {
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.doneBlutton = new System.Windows.Forms.Button();
00027 this.editButton = new System.Windows.Forms.Button();
00028 this.utmPointPropertyGrid = new System.Windows.Forms.PropertyGrid();
00029 this.pointPropertyGrid = new System.Windows.Forms.PropertyGrid();
00030 this.SuspendLayout();
00031
00032
00033
00034 this.doneBlutton.Location = new System.Drawing.Point(94, 362);
00035 this.doneBlutton.Name = "doneBlutton";
00036 this.doneBlutton.Size = new System.Drawing.Size(75, 23);
00037 this.doneBlutton.TabIndex = 4;
00038 this.doneBlutton.Text = "Done";
00039 this.doneBlutton.UseVisualStyleBackColor = true;
00040 this.doneBlutton.Click += new System.EventHandler(this.doneBlutton_Click);
00041
00042
00043
00044 this.editButton.Location = new System.Drawing.Point(12, 362);
00045 this.editButton.Name = "editButton";
00046 this.editButton.Size = new System.Drawing.Size(75, 23);
00047 this.editButton.TabIndex = 3;
00048 this.editButton.Text = "Edit";
00049 this.editButton.UseVisualStyleBackColor = true;
00050 this.editButton.Click += new System.EventHandler(this.editButton_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, 197);
00057 this.utmPointPropertyGrid.TabIndex = 5;
00058
00059
00060
00061 this.pointPropertyGrid.Location = new System.Drawing.Point(12, 215);
00062 this.pointPropertyGrid.Name = "pointPropertyGrid";
00063 this.pointPropertyGrid.Size = new System.Drawing.Size(268, 141);
00064 this.pointPropertyGrid.TabIndex = 6;
00065
00066
00067
00068 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
00069 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
00070 this.ClientSize = new System.Drawing.Size(292, 397);
00071 this.ControlBox = false;
00072 this.Controls.Add(this.pointPropertyGrid);
00073 this.Controls.Add(this.utmPointPropertyGrid);
00074 this.Controls.Add(this.doneBlutton);
00075 this.Controls.Add(this.editButton);
00076 this.Name = "PointEditor";
00077 this.Text = "Inserter Waypoint";
00078 this.ResumeLayout(false);
00079
00080 }
00081
00082 #endregion
00083
00084 private System.Windows.Forms.Button doneBlutton;
00085 private System.Windows.Forms.Button editButton;
00086 private System.Windows.Forms.PropertyGrid utmPointPropertyGrid;
00087 private System.Windows.Forms.PropertyGrid pointPropertyGrid;
00088 }
00089 }