📄 frmmain.cs
字号:
this._bus_checkBox3.Location = new System.Drawing.Point(64, 216);
this._bus_checkBox3.Name = "_bus_checkBox3";
this._bus_checkBox3.Size = new System.Drawing.Size(88, 24);
this._bus_checkBox3.TabIndex = 23;
this._bus_checkBox3.Text = "运通专线";
this._bus_checkBox3.CheckedChanged += new System.EventHandler(this._bus_checkBox1_CheckedChanged);
//
// _bus_checkBox2
//
this._bus_checkBox2.Anchor = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left);
this._bus_checkBox2.Checked = true;
this._bus_checkBox2.CheckState = System.Windows.Forms.CheckState.Checked;
this._bus_checkBox2.Location = new System.Drawing.Point(8, 240);
this._bus_checkBox2.Name = "_bus_checkBox2";
this._bus_checkBox2.Size = new System.Drawing.Size(64, 24);
this._bus_checkBox2.TabIndex = 22;
this._bus_checkBox2.Text = "郊区车";
this._bus_checkBox2.CheckedChanged += new System.EventHandler(this._bus_checkBox1_CheckedChanged);
//
// _bus_checkBox1
//
this._bus_checkBox1.Anchor = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left);
this._bus_checkBox1.Checked = true;
this._bus_checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
this._bus_checkBox1.Location = new System.Drawing.Point(8, 216);
this._bus_checkBox1.Name = "_bus_checkBox1";
this._bus_checkBox1.Size = new System.Drawing.Size(64, 24);
this._bus_checkBox1.TabIndex = 21;
this._bus_checkBox1.Text = "市区车";
this._bus_checkBox1.CheckedChanged += new System.EventHandler(this._bus_checkBox1_CheckedChanged);
//
// _bus_button
//
this._bus_button.Anchor = ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right);
this._bus_button.Location = new System.Drawing.Point(8, 288);
this._bus_button.Name = "_bus_button";
this._bus_button.Size = new System.Drawing.Size(192, 24);
this._bus_button.TabIndex = 6;
this._bus_button.Text = "选择乘车路线";
this._bus_button.Click += new System.EventHandler(this._bus_button_Click);
//
// _Bus_listBox
//
this._Bus_listBox.Anchor = (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right);
this._Bus_listBox.ItemHeight = 12;
this._Bus_listBox.Location = new System.Drawing.Point(8, 56);
this._Bus_listBox.Name = "_Bus_listBox";
this._Bus_listBox.Size = new System.Drawing.Size(192, 160);
this._Bus_listBox.TabIndex = 5;
this._Bus_listBox.DoubleClick += new System.EventHandler(this._Bus_listBox_DoubleClick);
this._Bus_listBox.SelectedValueChanged += new System.EventHandler(this._Bus_listBox_SelectedValueChanged);
//
// _Bus_radioButton_Line
//
this._Bus_radioButton_Line.Anchor = ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right);
this._Bus_radioButton_Line.Location = new System.Drawing.Point(104, 32);
this._Bus_radioButton_Line.Name = "_Bus_radioButton_Line";
this._Bus_radioButton_Line.Size = new System.Drawing.Size(112, 24);
this._Bus_radioButton_Line.TabIndex = 4;
this._Bus_radioButton_Line.Text = "公交路线";
//
// _Bus_radioButton_Station
//
this._Bus_radioButton_Station.Anchor = ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right);
this._Bus_radioButton_Station.Checked = true;
this._Bus_radioButton_Station.Location = new System.Drawing.Point(8, 32);
this._Bus_radioButton_Station.Name = "_Bus_radioButton_Station";
this._Bus_radioButton_Station.Size = new System.Drawing.Size(120, 24);
this._Bus_radioButton_Station.TabIndex = 3;
this._Bus_radioButton_Station.TabStop = true;
this._Bus_radioButton_Station.Text = "公交车站";
this._Bus_radioButton_Station.CheckedChanged += new System.EventHandler(this._Bus_radioButton_Station_CheckedChanged);
//
// _Bus_textBox
//
this._Bus_textBox.Anchor = ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right);
this._Bus_textBox.Location = new System.Drawing.Point(8, 8);
this._Bus_textBox.Name = "_Bus_textBox";
this._Bus_textBox.Size = new System.Drawing.Size(192, 21);
this._Bus_textBox.TabIndex = 2;
this._Bus_textBox.Text = "";
this._Bus_textBox.TextChanged += new System.EventHandler(this._Bus_textBox_TextChanged);
//
// _panelDist
//
this._panelDist.Controls.AddRange(new System.Windows.Forms.Control[] {
this._dis_label_Note,
this._dist_comboBoxFilter2,
this._dist_comboBoxFilter,
this._dist_button,
this._dist_radioButton2,
this._dist_radioButton1,
this._dist_comboBoxPos,
this._dist_label1,
this._dist_txtName});
this._panelDist.Location = new System.Drawing.Point(264, 128);
this._panelDist.Name = "_panelDist";
this._panelDist.Size = new System.Drawing.Size(208, 349);
this._panelDist.TabIndex = 10;
this._panelDist.Visible = false;
//
// _dis_label_Note
//
this._dis_label_Note.Font = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this._dis_label_Note.Location = new System.Drawing.Point(8, 224);
this._dis_label_Note.Name = "_dis_label_Note";
this._dis_label_Note.Size = new System.Drawing.Size(192, 80);
this._dis_label_Note.TabIndex = 22;
this._dis_label_Note.Text = " 按位置查找时,选择了距离和过滤类型后,先按\"搜索\"按钮,然后将鼠标移动到地图上选择你所要查询的位置。";
//
// _dist_comboBoxFilter2
//
this._dist_comboBoxFilter2.Anchor = ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right);
this._dist_comboBoxFilter2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this._dist_comboBoxFilter2.Location = new System.Drawing.Point(8, 152);
this._dist_comboBoxFilter2.Name = "_dist_comboBoxFilter2";
this._dist_comboBoxFilter2.Size = new System.Drawing.Size(192, 20);
this._dist_comboBoxFilter2.TabIndex = 21;
//
// _dist_comboBoxFilter
//
this._dist_comboBoxFilter.Anchor = ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right);
this._dist_comboBoxFilter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this._dist_comboBoxFilter.Location = new System.Drawing.Point(8, 120);
this._dist_comboBoxFilter.Name = "_dist_comboBoxFilter";
this._dist_comboBoxFilter.Size = new System.Drawing.Size(192, 20);
this._dist_comboBoxFilter.TabIndex = 20;
this._dist_comboBoxFilter.SelectedIndexChanged += new System.EventHandler(this._dist_comboBoxFilter_SelectedIndexChanged);
//
// _dist_button
//
this._dist_button.Font = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this._dist_button.Location = new System.Drawing.Point(8, 184);
this._dist_button.Name = "_dist_button";
this._dist_button.Size = new System.Drawing.Size(72, 24);
this._dist_button.TabIndex = 19;
this._dist_button.Text = "搜索";
this._dist_button.Click += new System.EventHandler(this._dist_button_Click);
//
// _dist_radioButton2
//
this._dist_radioButton2.Checked = true;
this._dist_radioButton2.Font = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this._dist_radioButton2.Location = new System.Drawing.Point(8, 8);
this._dist_radioButton2.Name = "_dist_radioButton2";
this._dist_radioButton2.TabIndex = 18;
this._dist_radioButton2.TabStop = true;
this._dist_radioButton2.Text = "按位置查找";
this._dist_radioButton2.CheckedChanged += new System.EventHandler(this._dist_radioButton2_CheckedChanged);
//
// _dist_radioButton1
//
this._dist_radioButton1.Font = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this._dist_radioButton1.Location = new System.Drawing.Point(8, 32);
this._dist_radioButton1.Name = "_dist_radioButton1";
this._dist_radioButton1.TabIndex = 17;
this._dist_radioButton1.Text = "按地名查找";
this._dist_radioButton1.CheckedChanged += new System.EventHandler(this._dist_radioButton1_CheckedChanged);
//
// _dist_comboBoxPos
//
this._dist_comboBoxPos.Anchor = ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right);
this._dist_comboBoxPos.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this._dist_comboBoxPos.Items.AddRange(new object[] {
"最近的",
"10米",
"20米",
"50米",
"100米",
"200米",
"500米",
"1000米"});
this._dist_comboBoxPos.Location = new System.Drawing.Point(48, 88);
this._dist_comboBoxPos.Name = "_dist_comboBoxPos";
this._dist_comboBoxPos.Size = new System.Drawing.Size(152, 20);
this._dist_comboBoxPos.TabIndex = 16;
//
// _dist_label1
//
this._dist_label1.Font = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this._dist_label1.Location = new System.Drawing.Point(8, 88);
this._dist_label1.Name = "_dist_label1";
this._dist_label1.Size = new System.Drawing.Size(32, 24);
this._dist_label1.TabIndex = 15;
this._dist_label1.Text = "距离";
//
// _dist_txtName
//
this._dist_txtName.Anchor = ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right);
this._dist_txtName.Enabled = false;
this._dist_txtName.Location = new System.Drawing.Point(8, 56);
this._dist_txtName.Name = "_dist_txtName";
this._dist_txtName.Size = new System.Drawing.Size(192, 21);
this._dist_txtName.TabIndex = 14;
this._dist_txtName.Text = "";
//
// _panelIndex
//
this._panelIndex.Controls.AddRange(new System.Windows.Forms.Control[] {
this._index_comboBoxFilter2,
this._index_listBox,
this._index_comboBoxFilter,
this._index_txtName,
this._index_label2,
this._index_label1});
this._panelIndex.Location = new System.Drawing.Point(244, 83);
this._panelIndex.Name = "_panelIndex";
this._panelIndex.Size = new System.Drawing.Size(216, 328);
this._panelIndex.TabIndex = 11;
this._panelIndex.Visible = false;
//
// _index_comboBoxFilter2
//
this._index_comboBoxFilter2.Anchor = ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right);
this._index_comboBoxFilter2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this._index_comboBoxFilter2.Location = new System.Drawing.Point(8, 104);
this._index_comboBoxFilter2.Name = "_index_comboBoxFilter2";
this._index_comboBoxFilter2.Size = new System.Drawing.Size(200, 20);
this._index_comboBoxFilter2.TabIndex = 13;
this._index_comboBoxFilter2.SelectedIndexChanged += new System.EventHandler(this._index_comboBoxFilter2_SelectedIndexChanged);
//
// _index_listBox
//
this._index_listBox.Anchor = (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right);
this._index_listBox.ItemHeight = 12;
this._index_listBox.Location = new System.Drawing.Point(8, 136);
this._index_listBox.Name = "_index_listBox";
this._index_listBox.Size = new System.Drawing.Size(200, 184);
this._index_listBox.TabIndex = 12;
this._index_listBox.MouseDown += new System.Windows.Forms.MouseEventHandler(this._index_listBox_MouseDown);
this._index_listBox.DoubleClick += new System.EventHandler(this._index_listBox_DoubleClick);
this._index_listBox.SelectedIndexChanged += new System.EventHandler(this._index_listBox_SelectedIndexChanged);
//
// _index_comboBoxFilter
//
this._index_comboBoxFilter.Anchor = ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right);
this._index_comboBoxFilter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this._index_comboBoxFilter.Location = new System.Drawing.Point(8, 72);
this._index_comboBoxFilter.Name = "_index_comboBoxFilter";
this._index_comboBoxFilter.Size = new System.Drawing.Size(200, 20);
this._index_comboBoxFilter.TabIndex = 11;
this._index_comboBoxFilter.SelectedIndexChanged += new System.EventHandler(this._index_comboBoxFilter_SelectedIndexChanged);
//
// _index_txtName
//
this._index_txtName.Anchor = ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right);
this._index_txtName.Location = new System.Drawing.Point(8, 24);
this._index_txtName.Name = "_index_txtName";
this._index_txtName.Size = new System.Drawing.Size(200, 21);
this._index_txtName.TabIndex = 10;
this._index_txtName.Text = "";
this._index_txtName.TextChanged += new System.EventHandler(this._index_txtName_TextChanged);
//
// _index_label2
//
this._index_label2.Location = new System.Drawing.Point(8, 56);
this._index_label2.Name = "_index_label2";
this._index_label2.Size = new System.Drawing.Size(72, 16);
this._index_label2.TabIndex = 9;
this._index_label2.Text = "地名分类:";
//
// _index_label1
//
this._index_label1.Location = new System.Drawing.Point(8, 8);
this._index_label1.Name = "_index_label1";
this._index_label1.Size = new System.Drawing.Size(72, 16);
this._index_label1.TabIndex = 8;
this._index_label1.Text = "地名名称:";
//
// _panelOutput
//
this._panelOutput.Controls.AddRange(new System.Windows.Forms.Control[] {
this._output_button3,
this._output_button2,
this._output_button1,
this._output_listBox,
this._Output_label});
this._panelOutput.Location = new System.Drawing.Point(240, 89);
this._panelOutput.Name = "_panelOutput";
this._panelOutput.Size = new System.Drawing.Size(224, 317);
this._panelOutput.TabIndex = 12;
this._panelOutput.Visible = false;
//
// _output_button3
//
this._output_button3.Anchor = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left);
this._output_button3.Enabled = false;
this._output_button3.ImageIndex = 0;
this._output_button3.Location = new System.Drawing.Point(124, 282);
this._output_button3.Name = "_output_button3";
this._output_button3.Size = new System.Drawing.Size(56, 24);
this._output_button3.TabIndex = 9;
this._output_button3.Tag = "";
this._output_button3.Text = "定位";
this._output_button3.Click += new System.EventHandler(this._output_button3_Click);
//
// _output_button2
//
this._output_button2.Anchor = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left);
this._output_button2.Enabled = false;
this._output_button2.ImageIndex = 0;
this._outpu
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -