00001 namespace RacePlotter {
00002 partial class PointSelector {
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.waypointListBox = new System.Windows.Forms.ListBox();
00027 this.selectButton = new System.Windows.Forms.Button();
00028 this.canceBlutton = new System.Windows.Forms.Button();
00029 this.SuspendLayout();
00030
00031
00032
00033 this.waypointListBox.FormattingEnabled = true;
00034 this.waypointListBox.Location = new System.Drawing.Point(12, 12);
00035 this.waypointListBox.Name = "waypointListBox";
00036 this.waypointListBox.Size = new System.Drawing.Size(468, 212);
00037 this.waypointListBox.TabIndex = 0;
00038 this.waypointListBox.DoubleClick += new System.EventHandler(this.waypointListBox_DoubleClick);
00039
00040
00041
00042 this.selectButton.Location = new System.Drawing.Point(13, 231);
00043 this.selectButton.Name = "selectButton";
00044 this.selectButton.Size = new System.Drawing.Size(75, 23);
00045 this.selectButton.TabIndex = 1;
00046 this.selectButton.Text = "Select";
00047 this.selectButton.UseVisualStyleBackColor = true;
00048 this.selectButton.Click += new System.EventHandler(this.selectButton_Click);
00049
00050
00051
00052 this.canceBlutton.Location = new System.Drawing.Point(95, 231);
00053 this.canceBlutton.Name = "canceBlutton";
00054 this.canceBlutton.Size = new System.Drawing.Size(75, 23);
00055 this.canceBlutton.TabIndex = 2;
00056 this.canceBlutton.Text = "Cancel";
00057 this.canceBlutton.UseVisualStyleBackColor = true;
00058 this.canceBlutton.Click += new System.EventHandler(this.canceBlutton_Click);
00059
00060
00061
00062 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
00063 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
00064 this.ClientSize = new System.Drawing.Size(492, 266);
00065 this.ControlBox = false;
00066 this.Controls.Add(this.canceBlutton);
00067 this.Controls.Add(this.selectButton);
00068 this.Controls.Add(this.waypointListBox);
00069 this.Name = "WaypointSelectorForm";
00070 this.Text = "Select Waypoint";
00071 this.ResumeLayout(false);
00072
00073 }
00074
00075 #endregion
00076
00077 private System.Windows.Forms.ListBox waypointListBox;
00078 private System.Windows.Forms.Button selectButton;
00079 private System.Windows.Forms.Button canceBlutton;
00080 }
00081 }