namespace OsmReader
{
partial class OsmReaderForm
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.button2 = new System.Windows.Forms.Button();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.refCol = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.nameCol = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.typeCol = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.startLocCol = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.endLocCol = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.lengthCol = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.maxSpeedCol = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.oneWayCol = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.tabPage3 = new System.Windows.Forms.TabPage();
this.dataGridView2 = new System.Windows.Forms.DataGridView();
this.spId = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.spLat = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.spLon = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.spLinks = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.spIn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.spOut = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.tabPage5 = new System.Windows.Forms.TabPage();
this.textBox1 = new System.Windows.Forms.TextBox();
this.motorwayCheckBox = new System.Windows.Forms.CheckBox();
this.primaryCheckBox = new System.Windows.Forms.CheckBox();
this.trunkCheckBox = new System.Windows.Forms.CheckBox();
this.secondaryCheckBox = new System.Windows.Forms.CheckBox();
this.tertiaryCheckBox = new System.Windows.Forms.CheckBox();
this.residentialCheckBox = new System.Windows.Forms.CheckBox();
this.mini_roundaboutCheckBox = new System.Windows.Forms.CheckBox();
this.unclassifiedCheckBox = new System.Windows.Forms.CheckBox();
this.button3 = new System.Windows.Forms.Button();
this.endPointsCheckBox = new System.Windows.Forms.CheckBox();
this.label1 = new System.Windows.Forms.Label();
this.crossPointsComboBox = new System.Windows.Forms.ComboBox();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.tabPage2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.tabPage3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
this.tabPage5.SuspendLayout();
this.SuspendLayout();
//
// button2
//
this.button2.Location = new System.Drawing.Point(12, 22);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 2;
this.button2.Text = "Load";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// dataGridView1
//
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.refCol,
this.nameCol,
this.typeCol,
this.startLocCol,
this.endLocCol,
this.lengthCol,
this.maxSpeedCol,
this.oneWayCol});
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView1.Location = new System.Drawing.Point(3, 3);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.Size = new System.Drawing.Size(1042, 569);
this.dataGridView1.TabIndex = 3;
//
// refCol
//
this.refCol.HeaderText = "Id";
this.refCol.Name = "refCol";
this.refCol.Width = 70;
//
// nameCol
//
this.nameCol.HeaderText = "Name";
this.nameCol.Name = "nameCol";
this.nameCol.Width = 180;
//
// typeCol
//
this.typeCol.HeaderText = "Type";
this.typeCol.Name = "typeCol";
//
// startLocCol
//
this.startLocCol.HeaderText = "Start Location";
this.startLocCol.Name = "startLocCol";
this.startLocCol.Width = 120;
//
// endLocCol
//
this.endLocCol.HeaderText = "End Location";
this.endLocCol.Name = "endLocCol";
this.endLocCol.Width = 120;
//
// lengthCol
//
this.lengthCol.HeaderText = "Length";
this.lengthCol.Name = "lengthCol";
this.lengthCol.Width = 60;
//
// maxSpeedCol
//
this.maxSpeedCol.HeaderText = "Max Speed (km/h)";
this.maxSpeedCol.Name = "maxSpeedCol";
this.maxSpeedCol.Width = 60;
//
// oneWayCol
//
this.oneWayCol.HeaderText = "One Way";
this.oneWayCol.Name = "oneWayCol";
this.oneWayCol.Width = 40;
//
// tabControl1
//
this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Controls.Add(this.tabPage3);
this.tabControl1.Controls.Add(this.tabPage5);
this.tabControl1.Location = new System.Drawing.Point(12, 51);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(1056, 601);
this.tabControl1.TabIndex = 4;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.dataGridView1);
this.tabPage1.Location = new System.Drawing.Point(4, 22);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(1048, 575);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "Link Data";
this.tabPage1.UseVisualStyleBackColor = true;
//
// tabPage2
//
this.tabPage2.Controls.Add(this.pictureBox1);
this.tabPage2.Location = new System.Drawing.Point(4, 22);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(1048, 575);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "Map";
this.tabPage2.UseVisualStyleBackColor = true;
//
// pictureBox1
//
this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.pictureBox1.BackColor = System.Drawing.Color.Gray;
this.pictureBox1.Location = new System.Drawing.Point(6, 6);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(1036, 573);
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
this.pictureBox1.Paint += new System.Windows.Forms.PaintEventHandler(this.pictureBox1_Paint);
//
// tabPage3
//
this.tabPage3.Controls.Add(this.dataGridView2);
this.tabPage3.Location = new System.Drawing.Point(4, 22);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
this.tabPage3.Size = new System.Drawing.Size(1048, 575);
this.tabPage3.TabIndex = 2;
this.tabPage3.Text = "Cross Points";
this.tabPage3.UseVisualStyleBackColor = true;
//
// dataGridView2
//
this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.spId,
this.spLat,
this.spLon,
this.spLinks,
this.spIn,
this.spOut});
this.dataGridView2.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView2.Location = new System.Drawing.Point(3, 3);
this.dataGridView2.Name = "dataGridView2";
this.dataGridView2.Size = new System.Drawing.Size(1042, 569);
this.dataGridView2.TabIndex = 0;
//
// spId
//
this.spId.HeaderText = "ID";
this.spId.Name = "spId";
//
// spLat
//
this.spLat.HeaderText = "Lat";
this.spLat.Name = "spLat";
//
// spLon
//
this.spLon.HeaderText = "Lon";
this.spLon.Name = "spLon";
//
// spLinks
//
this.spLinks.HeaderText = "Links";
this.spLinks.Name = "spLinks";
//
// spIn
//
this.spIn.HeaderText = "In";
this.spIn.Name = "spIn";
//
// spOut
//
this.spOut.HeaderText = "Out";
this.spOut.Name = "spOut";
//
// tabPage5
//
this.tabPage5.Controls.Add(this.textBox1);
this.tabPage5.Location = new System.Drawing.Point(4, 22);
this.tabPage5.Name = "tabPage5";
this.tabPage5.Padding = new System.Windows.Forms.Padding(3);
this.tabPage5.Size = new System.Drawing.Size(1048, 575);
this.tabPage5.TabIndex = 4;
this.tabPage5.Text = "Log";
this.tabPage5.UseVisualStyleBackColor = true;
//
// textBox1
//
this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.textBox1.Location = new System.Drawing.Point(3, 3);
this.textBox1.Multiline = true;
this.textBox1.Name = "textBox1";
this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.textBox1.Size = new System.Drawing.Size(1042, 569);
this.textBox1.TabIndex = 2;
//
// motorwayCheckBox
//
this.motorwayCheckBox.AutoSize = true;
this.motorwayCheckBox.Checked = true;
this.motorwayCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
this.motorwayCheckBox.Location = new System.Drawing.Point(174, 26);
this.motorwayCheckBox.Name = "motorwayCheckBox";
this.motorwayCheckBox.Size = new System.Drawing.Size(71, 17);
this.motorwayCheckBox.TabIndex = 5;
this.motorwayCheckBox.Text = "motorway";
this.motorwayCheckBox.UseVisualStyleBackColor = true;
this.motorwayCheckBox.CheckedChanged += new System.EventHandler(this.motorwayCheckBox_CheckedChanged);
//
// primaryCheckBox
//
this.primaryCheckBox.AutoSize = true;
this.primaryCheckBox.Location = new System.Drawing.Point(307, 26);
this.primaryCheckBox.Name = "primaryCheckBox";
this.primaryCheckBox.Size = new System.Drawing.Size(59, 17);
this.primaryCheckBox.TabIndex = 6;
this.primaryCheckBox.Text = "primary";
this.primaryCheckBox.UseVisualStyleBackColor = true;
this.primaryCheckBox.CheckedChanged += new System.EventHandler(this.primaryCheckBox_CheckedChanged);
//
// trunkCheckBox
//
this.trunkCheckBox.AutoSize = true;
this.trunkCheckBox.Location = new System.Drawing.Point(251, 26);
this.trunkCheckBox.Name = "trunkCheckBox";
this.trunkCheckBox.Size = new System.Drawing.Size(50, 17);
this.trunkCheckBox.TabIndex = 7;
this.trunkCheckBox.Text = "trunk";
this.trunkCheckBox.UseVisualStyleBackColor = true;
this.trunkCheckBox.CheckedChanged += new System.EventHandler(this.trunkCheckBox_CheckedChanged);
//
// secondaryCheckBox
//
this.secondaryCheckBox.AutoSize = true;
this.secondaryCheckBox.Location = new System.Drawing.Point(372, 26);
this.secondaryCheckBox.Name = "secondaryCheckBox";
this.secondaryCheckBox.Size = new System.Drawing.Size(75, 17);
this.secondaryCheckBox.TabIndex = 8;
this.secondaryCheckBox.Text = "secondary";
this.secondaryCheckBox.UseVisualStyleBackColor = true;
this.secondaryCheckBox.CheckedChanged += new System.EventHandler(this.secondaryCheckBox_CheckedChanged);
//
// tertiaryCheckBox
//
this.tertiaryCheckBox.AutoSize = true;
this.tertiaryCheckBox.Location = new System.Drawing.Point(453, 26);
this.tertiaryCheckBox.Name = "tertiaryCheckBox";
this.tertiaryCheckBox.Size = new System.Drawing.Size(57, 17);
this.tertiaryCheckBox.TabIndex = 9;
this.tertiaryCheckBox.Text = "tertiary";
this.tertiaryCheckBox.UseVisualStyleBackColor = true;
this.tertiaryCheckBox.CheckedChanged += new System.EventHandler(this.tertiaryCheckBox_CheckedChanged);
//
// residentialCheckBox
//
this.residentialCheckBox.AutoSize = true;
this.residentialCheckBox.Location = new System.Drawing.Point(516, 26);
this.residentialCheckBox.Name = "residentialCheckBox";
this.residentialCheckBox.Size = new System.Drawing.Size(73, 17);
this.residentialCheckBox.TabIndex = 10;
this.residentialCheckBox.Text = "residential";
this.residentialCheckBox.UseVisualStyleBackColor = true;
this.residentialCheckBox.CheckedChanged += new System.EventHandler(this.residentialCheckBox_CheckedChanged);
//
// mini_roundaboutCheckBox
//
this.mini_roundaboutCheckBox.AutoSize = true;
this.mini_roundaboutCheckBox.Location = new System.Drawing.Point(595, 26);
this.mini_roundaboutCheckBox.Name = "mini_roundaboutCheckBox";
this.mini_roundaboutCheckBox.Size = new System.Drawing.Size(104, 17);
this.mini_roundaboutCheckBox.TabIndex = 11;
this.mini_roundaboutCheckBox.Text = "mini_roundabout";
this.mini_roundaboutCheckBox.UseVisualStyleBackColor = true;
this.mini_roundaboutCheckBox.CheckedChanged += new System.EventHandler(this.mini_roundaboutCheckBox_CheckedChanged);
//
// unclassifiedCheckBox
//
this.unclassifiedCheckBox.AutoSize = true;
this.unclassifiedCheckBox.Location = new System.Drawing.Point(705, 26);
this.unclassifiedCheckBox.Name = "unclassifiedCheckBox";
this.unclassifiedCheckBox.Size = new System.Drawing.Size(81, 17);
this.unclassifiedCheckBox.TabIndex = 12;
this.unclassifiedCheckBox.Text = "unclassified";
this.unclassifiedCheckBox.UseVisualStyleBackColor = true;
this.unclassifiedCheckBox.CheckedChanged += new System.EventHandler(this.unclassifiedCheckBox_CheckedChanged);
//
// button3
//
this.button3.Location = new System.Drawing.Point(93, 22);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(75, 23);
this.button3.TabIndex = 14;
this.button3.Text = "Draw";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// endPointsCheckBox
//
this.endPointsCheckBox.AutoSize = true;
this.endPointsCheckBox.Location = new System.Drawing.Point(792, 26);
this.endPointsCheckBox.Name = "endPointsCheckBox";
this.endPointsCheckBox.Size = new System.Drawing.Size(73, 17);
this.endPointsCheckBox.TabIndex = 15;
this.endPointsCheckBox.Text = "endPoints";
this.endPointsCheckBox.UseVisualStyleBackColor = true;
this.endPointsCheckBox.CheckedChanged += new System.EventHandler(this.endPointsCheckBox_CheckedChanged);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(868, 8);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(60, 13);
this.label1.TabIndex = 16;
this.label1.Text = "crosspoints";
//
// crossPointsComboBox
//
this.crossPointsComboBox.FormattingEnabled = true;
this.crossPointsComboBox.Items.AddRange(new object[] {
"Off",
"1",
"2",
"3",
"4"});
this.crossPointsComboBox.Location = new System.Drawing.Point(871, 24);
this.crossPointsComboBox.Name = "crossPointsComboBox";
this.crossPointsComboBox.Size = new System.Drawing.Size(57, 21);
this.crossPointsComboBox.TabIndex = 17;
this.crossPointsComboBox.SelectedIndexChanged += new System.EventHandler(this.crossPointsComboBox_SelectedIndexChanged);
//
// openFileDialog1
//
this.openFileDialog1.FileName = "openFileDialog1";
this.openFileDialog1.Filter = "Open Street Map|*.osm|All Files|*.*";
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1080, 664);
this.Controls.Add(this.crossPointsComboBox);
this.Controls.Add(this.label1);
this.Controls.Add(this.endPointsCheckBox);
this.Controls.Add(this.button3);
this.Controls.Add(this.unclassifiedCheckBox);
this.Controls.Add(this.mini_roundaboutCheckBox);
this.Controls.Add(this.residentialCheckBox);
this.Controls.Add(this.tertiaryCheckBox);
this.Controls.Add(this.secondaryCheckBox);
this.Controls.Add(this.trunkCheckBox);
this.Controls.Add(this.primaryCheckBox);
this.Controls.Add(this.motorwayCheckBox);
this.Controls.Add(this.tabControl1);
this.Controls.Add(this.button2);
this.Name = "Form1";
this.Text = "Form1";
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.tabPage3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
this.tabPage5.ResumeLayout(false);
this.tabPage5.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button button2;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.DataGridViewTextBoxColumn refCol;
private System.Windows.Forms.DataGridViewTextBoxColumn nameCol;
private System.Windows.Forms.DataGridViewTextBoxColumn typeCol;
private System.Windows.Forms.DataGridViewTextBoxColumn startLocCol;
private System.Windows.Forms.DataGridViewTextBoxColumn endLocCol;
private System.Windows.Forms.DataGridViewTextBoxColumn lengthCol;
private System.Windows.Forms.DataGridViewTextBoxColumn maxSpeedCol;
private System.Windows.Forms.DataGridViewCheckBoxColumn oneWayCol;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.CheckBox motorwayCheckBox;
private System.Windows.Forms.CheckBox primaryCheckBox;
private System.Windows.Forms.CheckBox trunkCheckBox;
private System.Windows.Forms.CheckBox secondaryCheckBox;
private System.Windows.Forms.CheckBox tertiaryCheckBox;
private System.Windows.Forms.CheckBox residentialCheckBox;
private System.Windows.Forms.CheckBox mini_roundaboutCheckBox;
private System.Windows.Forms.CheckBox unclassifiedCheckBox;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.CheckBox endPointsCheckBox;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox crossPointsComboBox;
private System.Windows.Forms.OpenFileDialog openFileDialog1;
private System.Windows.Forms.TabPage tabPage3;
private System.Windows.Forms.DataGridView dataGridView2;
private System.Windows.Forms.TabPage tabPage5;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.DataGridViewTextBoxColumn spId;
private System.Windows.Forms.DataGridViewTextBoxColumn spLat;
private System.Windows.Forms.DataGridViewTextBoxColumn spLon;
private System.Windows.Forms.DataGridViewTextBoxColumn spLinks;
private System.Windows.Forms.DataGridViewTextBoxColumn spIn;
private System.Windows.Forms.DataGridViewTextBoxColumn spOut;
}
}