1 Star 0 Fork 0

loremmoqi/CsharpShowLocation

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
FrmMain.Designer.cs 28.18 KB
一键复制 编辑 原始数据 按行查看 历史
loremmoqi 提交于 2024-05-18 20:33 . C#show_location
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636

namespace location_demo1
{
partial class FrmMain
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMain));
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.textBox2 = new System.Windows.Forms.TextBox();
this.textBox3 = new System.Windows.Forms.TextBox();
this.textBox4 = new System.Windows.Forms.TextBox();
this.textBox5 = new System.Windows.Forms.TextBox();
this.textBox6 = new System.Windows.Forms.TextBox();
this.textBox7 = new System.Windows.Forms.TextBox();
this.textBox8 = new System.Windows.Forms.TextBox();
this.textBox9 = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.tagz = new System.Windows.Forms.TextBox();
this.tagy = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.tbDist0 = new System.Windows.Forms.TextBox();
this.tbDist1 = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.tbDist2 = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.Serial_button = new System.Windows.Forms.Button();
this.tbMQ7 = new System.Windows.Forms.TextBox();
this.tbMQ2 = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.pictureBox3 = new System.Windows.Forms.PictureBox();
this.pictureBox4 = new System.Windows.Forms.PictureBox();
this.pictureBox5 = new System.Windows.Forms.PictureBox();
this.lable13 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.定位 = new System.Windows.Forms.TabPage();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.label15 = new System.Windows.Forms.Label();
this.comboBox2 = new System.Windows.Forms.ComboBox();
this.button3 = new System.Windows.Forms.Button();
this.textBox11 = new System.Windows.Forms.TextBox();
this.panel1 = new System.Windows.Forms.Panel();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
this.tabControl1.SuspendLayout();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(724, 77);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(23, 15);
this.label1.TabIndex = 0;
this.label1.Text = "A0";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(724, 129);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(23, 15);
this.label2.TabIndex = 1;
this.label2.Text = "A1";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(724, 183);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(23, 15);
this.label3.TabIndex = 2;
this.label3.Text = "A2";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(777, 36);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(15, 15);
this.label4.TabIndex = 3;
this.label4.Text = "X";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(852, 36);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(15, 15);
this.label5.TabIndex = 4;
this.label5.Text = "Y";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(927, 36);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(15, 15);
this.label6.TabIndex = 5;
this.label6.Text = "Z";
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(762, 74);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(64, 25);
this.textBox1.TabIndex = 6;
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(845, 74);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(64, 25);
this.textBox2.TabIndex = 7;
//
// textBox3
//
this.textBox3.Location = new System.Drawing.Point(930, 74);
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(64, 25);
this.textBox3.TabIndex = 8;
//
// textBox4
//
this.textBox4.Location = new System.Drawing.Point(930, 129);
this.textBox4.Name = "textBox4";
this.textBox4.Size = new System.Drawing.Size(64, 25);
this.textBox4.TabIndex = 11;
//
// textBox5
//
this.textBox5.Location = new System.Drawing.Point(845, 129);
this.textBox5.Name = "textBox5";
this.textBox5.Size = new System.Drawing.Size(64, 25);
this.textBox5.TabIndex = 10;
//
// textBox6
//
this.textBox6.Location = new System.Drawing.Point(762, 129);
this.textBox6.Name = "textBox6";
this.textBox6.Size = new System.Drawing.Size(64, 25);
this.textBox6.TabIndex = 9;
//
// textBox7
//
this.textBox7.Location = new System.Drawing.Point(930, 180);
this.textBox7.Name = "textBox7";
this.textBox7.Size = new System.Drawing.Size(64, 25);
this.textBox7.TabIndex = 14;
//
// textBox8
//
this.textBox8.Location = new System.Drawing.Point(845, 180);
this.textBox8.Name = "textBox8";
this.textBox8.Size = new System.Drawing.Size(64, 25);
this.textBox8.TabIndex = 13;
//
// textBox9
//
this.textBox9.Location = new System.Drawing.Point(762, 180);
this.textBox9.Name = "textBox9";
this.textBox9.Size = new System.Drawing.Size(64, 25);
this.textBox9.TabIndex = 12;
//
// button1
//
this.button1.Location = new System.Drawing.Point(762, 220);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(102, 32);
this.button1.TabIndex = 15;
this.button1.Text = "SET";
this.button1.UseVisualStyleBackColor = true;
//
// button2
//
this.button2.Location = new System.Drawing.Point(892, 220);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(102, 32);
this.button2.TabIndex = 16;
this.button2.Text = "APPLY";
this.button2.UseVisualStyleBackColor = true;
//
// tagz
//
this.tagz.Location = new System.Drawing.Point(931, 373);
this.tagz.Name = "tagz";
this.tagz.Size = new System.Drawing.Size(64, 25);
this.tagz.TabIndex = 20;
this.tagz.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// tagy
//
this.tagy.Location = new System.Drawing.Point(846, 373);
this.tagy.Name = "tagy";
this.tagy.Size = new System.Drawing.Size(64, 25);
this.tagy.TabIndex = 19;
this.tagy.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(725, 376);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(31, 15);
this.label7.TabIndex = 17;
this.label7.Text = "TAG";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(790, 433);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(47, 15);
this.label8.TabIndex = 21;
this.label8.Text = "DIST0";
//
// tbDist0
//
this.tbDist0.Location = new System.Drawing.Point(845, 427);
this.tbDist0.Name = "tbDist0";
this.tbDist0.Size = new System.Drawing.Size(130, 25);
this.tbDist0.TabIndex = 22;
this.tbDist0.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// tbDist1
//
this.tbDist1.Location = new System.Drawing.Point(846, 474);
this.tbDist1.Name = "tbDist1";
this.tbDist1.Size = new System.Drawing.Size(130, 25);
this.tbDist1.TabIndex = 24;
this.tbDist1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(791, 480);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(47, 15);
this.label9.TabIndex = 23;
this.label9.Text = "DIST1";
//
// tbDist2
//
this.tbDist2.Location = new System.Drawing.Point(846, 518);
this.tbDist2.Name = "tbDist2";
this.tbDist2.Size = new System.Drawing.Size(130, 25);
this.tbDist2.TabIndex = 26;
this.tbDist2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(791, 524);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(47, 15);
this.label10.TabIndex = 25;
this.label10.Text = "DIST2";
//
// comboBox1
//
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Items.AddRange(new object[] {
"4800",
"9600",
"115200"});
this.comboBox1.Location = new System.Drawing.Point(763, 328);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(114, 23);
this.comboBox1.TabIndex = 27;
//
// Serial_button
//
this.Serial_button.Location = new System.Drawing.Point(900, 319);
this.Serial_button.Name = "Serial_button";
this.Serial_button.Size = new System.Drawing.Size(94, 38);
this.Serial_button.TabIndex = 28;
this.Serial_button.Text = "打开串口";
this.Serial_button.UseVisualStyleBackColor = true;
this.Serial_button.Click += new System.EventHandler(this.button3_Click);
//
// tbMQ7
//
this.tbMQ7.Location = new System.Drawing.Point(887, 591);
this.tbMQ7.Name = "tbMQ7";
this.tbMQ7.Size = new System.Drawing.Size(88, 25);
this.tbMQ7.TabIndex = 30;
this.tbMQ7.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// tbMQ2
//
this.tbMQ2.Location = new System.Drawing.Point(776, 591);
this.tbMQ2.Name = "tbMQ2";
this.tbMQ2.Size = new System.Drawing.Size(88, 25);
this.tbMQ2.TabIndex = 31;
this.tbMQ2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(808, 619);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(31, 15);
this.label11.TabIndex = 32;
this.label11.Text = "CH4";
this.label11.Click += new System.EventHandler(this.label11_Click);
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(919, 619);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(23, 15);
this.label12.TabIndex = 33;
this.label12.Text = "CO";
//
// pictureBox2
//
this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
this.pictureBox2.Location = new System.Drawing.Point(0, 0);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(50, 50);
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox2.TabIndex = 35;
this.pictureBox2.TabStop = false;
//
// pictureBox3
//
this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
this.pictureBox3.Location = new System.Drawing.Point(0, 450);
this.pictureBox3.Name = "pictureBox3";
this.pictureBox3.Size = new System.Drawing.Size(50, 50);
this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox3.TabIndex = 36;
this.pictureBox3.TabStop = false;
//
// pictureBox4
//
this.pictureBox4.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox4.Image")));
this.pictureBox4.Location = new System.Drawing.Point(610, 0);
this.pictureBox4.Name = "pictureBox4";
this.pictureBox4.Size = new System.Drawing.Size(50, 50);
this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox4.TabIndex = 37;
this.pictureBox4.TabStop = false;
//
// pictureBox5
//
this.pictureBox5.BackColor = System.Drawing.SystemColors.Info;
this.pictureBox5.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox5.Image")));
this.pictureBox5.Location = new System.Drawing.Point(312, 282);
this.pictureBox5.Name = "pictureBox5";
this.pictureBox5.Size = new System.Drawing.Size(50, 50);
this.pictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox5.TabIndex = 38;
this.pictureBox5.TabStop = false;
//
// lable13
//
this.lable13.AutoSize = true;
this.lable13.Font = new System.Drawing.Font("宋体", 18F);
this.lable13.Location = new System.Drawing.Point(3, 55);
this.lable13.Name = "lable13";
this.lable13.Size = new System.Drawing.Size(58, 30);
this.lable13.TabIndex = 39;
this.lable13.Text = "A0 ";
this.lable13.Click += new System.EventHandler(this.label13_Click);
//
// label13
//
this.label13.AutoSize = true;
this.label13.Font = new System.Drawing.Font("宋体", 18F);
this.label13.Location = new System.Drawing.Point(3, 417);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(43, 30);
this.label13.TabIndex = 40;
this.label13.Text = "A1";
//
// label14
//
this.label14.AutoSize = true;
this.label14.Font = new System.Drawing.Font("宋体", 18F);
this.label14.Location = new System.Drawing.Point(617, 55);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(43, 30);
this.label14.TabIndex = 41;
this.label14.Text = "A2";
//
// tabControl1
//
this.tabControl1.Controls.Add(this.定位);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Location = new System.Drawing.Point(12, 3);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(305, 30);
this.tabControl1.TabIndex = 42;
//
// 定位
//
this.定位.Location = new System.Drawing.Point(4, 25);
this.定位.Name = "定位";
this.定位.Padding = new System.Windows.Forms.Padding(3);
this.定位.Size = new System.Drawing.Size(297, 1);
this.定位.TabIndex = 0;
this.定位.Text = "定位";
this.定位.UseVisualStyleBackColor = true;
//
// tabPage2
//
this.tabPage2.Location = new System.Drawing.Point(4, 25);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(297, 1);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "人员管理";
this.tabPage2.UseVisualStyleBackColor = true;
//
// tabPage1
//
this.tabPage1.Location = new System.Drawing.Point(4, 25);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(297, 1);
this.tabPage1.TabIndex = 2;
this.tabPage1.Text = "轨迹查询";
this.tabPage1.UseVisualStyleBackColor = true;
//
// label15
//
this.label15.AutoSize = true;
this.label15.Font = new System.Drawing.Font("宋体", 18F);
this.label15.Location = new System.Drawing.Point(366, 318);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(58, 30);
this.label15.TabIndex = 43;
this.label15.Text = "TAG";
this.label15.Click += new System.EventHandler(this.label15_Click);
//
// comboBox2
//
this.comboBox2.FormattingEnabled = true;
this.comboBox2.Items.AddRange(new object[] {
"COM9",
"COM36",
"COM79"});
this.comboBox2.Location = new System.Drawing.Point(762, 283);
this.comboBox2.Name = "comboBox2";
this.comboBox2.Size = new System.Drawing.Size(114, 23);
this.comboBox2.TabIndex = 44;
//
// button3
//
this.button3.Location = new System.Drawing.Point(901, 275);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(94, 38);
this.button3.TabIndex = 45;
this.button3.Text = "扫描串口";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click_1);
//
// textBox11
//
this.textBox11.Location = new System.Drawing.Point(763, 373);
this.textBox11.Name = "textBox11";
this.textBox11.Size = new System.Drawing.Size(73, 25);
this.textBox11.TabIndex = 47;
//
// panel1
//
this.panel1.BackColor = System.Drawing.SystemColors.InactiveCaption;
this.panel1.Controls.Add(this.pictureBox5);
this.panel1.Controls.Add(this.pictureBox4);
this.panel1.Controls.Add(this.lable13);
this.panel1.Controls.Add(this.pictureBox3);
this.panel1.Controls.Add(this.label13);
this.panel1.Controls.Add(this.pictureBox2);
this.panel1.Controls.Add(this.label14);
this.panel1.Location = new System.Drawing.Point(39, 74);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(660, 500);
this.panel1.TabIndex = 48;
//
// FrmMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1038, 652);
this.Controls.Add(this.panel1);
this.Controls.Add(this.textBox11);
this.Controls.Add(this.button3);
this.Controls.Add(this.comboBox2);
this.Controls.Add(this.label15);
this.Controls.Add(this.tabControl1);
this.Controls.Add(this.label12);
this.Controls.Add(this.label11);
this.Controls.Add(this.tbMQ2);
this.Controls.Add(this.tbMQ7);
this.Controls.Add(this.Serial_button);
this.Controls.Add(this.comboBox1);
this.Controls.Add(this.tbDist2);
this.Controls.Add(this.label10);
this.Controls.Add(this.tbDist1);
this.Controls.Add(this.label9);
this.Controls.Add(this.tbDist0);
this.Controls.Add(this.label8);
this.Controls.Add(this.tagz);
this.Controls.Add(this.tagy);
this.Controls.Add(this.label7);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.textBox7);
this.Controls.Add(this.textBox8);
this.Controls.Add(this.textBox9);
this.Controls.Add(this.textBox4);
this.Controls.Add(this.textBox5);
this.Controls.Add(this.textBox6);
this.Controls.Add(this.textBox3);
this.Controls.Add(this.textBox2);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.label6);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Name = "FrmMain";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "基于UWB的矿井人员定位系统";
this.Load += new System.EventHandler(this.Form1_Load);
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
this.tabControl1.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.TextBox textBox4;
private System.Windows.Forms.TextBox textBox5;
private System.Windows.Forms.TextBox textBox6;
private System.Windows.Forms.TextBox textBox7;
private System.Windows.Forms.TextBox textBox8;
private System.Windows.Forms.TextBox textBox9;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.TextBox tagz;
private System.Windows.Forms.TextBox tagy;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox tbDist0;
private System.Windows.Forms.TextBox tbDist1;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox tbDist2;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.Button Serial_button;
private System.Windows.Forms.TextBox tbMQ7;
private System.Windows.Forms.TextBox tbMQ2;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.PictureBox pictureBox2;
private System.Windows.Forms.PictureBox pictureBox3;
private System.Windows.Forms.PictureBox pictureBox4;
private System.Windows.Forms.PictureBox pictureBox5;
private System.Windows.Forms.Label lable13;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage 定位;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.ComboBox comboBox2;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.TextBox textBox11;
private System.Windows.Forms.Panel panel1;
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/loremmoqi/csharp-show-location.git
git@gitee.com:loremmoqi/csharp-show-location.git
loremmoqi
csharp-show-location
CsharpShowLocation
master

搜索帮助