3 Star 1 Fork 0

jayhust/LidarCalibrateTool

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
MainForm.Designer.cs 39.04 KB
一键复制 编辑 原始数据 按行查看 历史
jayhust 提交于 2022-10-17 16:20 +08:00 . Update the key press/release logic.
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778
namespace LidarCalibrateAndButtonImitateTool
{
partial class MainForm
{
/// <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()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.pboxLidar1Status = new System.Windows.Forms.PictureBox();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.btnLidar1DebugClear = new System.Windows.Forms.Button();
this.txtLidar1Debug = new System.Windows.Forms.TextBox();
this.btnSerial1Ctrl = new System.Windows.Forms.Button();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.btnLidar1DelBtnConfig = new System.Windows.Forms.Button();
this.btnLidar1AddBtnConfig = new System.Windows.Forms.Button();
this.txtLidar1ButtonName = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.tviewLidar1 = new System.Windows.Forms.TreeView();
this.btnLidar1SaveConfig = new System.Windows.Forms.Button();
this.txtLidar1BtnReleaseTimout = new System.Windows.Forms.TextBox();
this.label13 = new System.Windows.Forms.Label();
this.txtLidar1BtnYRange = new System.Windows.Forms.TextBox();
this.txtLidar1BtnXRange = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.txtLidar1BtnYCenter = new System.Windows.Forms.TextBox();
this.txtLidar1BtnXCenter = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.cboxLidar1BtnImitateKey = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.cboxSerial1PortNum = new System.Windows.Forms.ComboBox();
this.timerValidateSerialPort = new System.Windows.Forms.Timer(this.components);
this.g_serialPort1 = new System.IO.Ports.SerialPort(this.components);
this.g_serialPort2 = new System.IO.Ports.SerialPort(this.components);
this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.pboxLidar2Status = new System.Windows.Forms.PictureBox();
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.btnLidar2DebugClear = new System.Windows.Forms.Button();
this.txtLidar2Debug = new System.Windows.Forms.TextBox();
this.btnSerial2Ctrl = new System.Windows.Forms.Button();
this.groupBox6 = new System.Windows.Forms.GroupBox();
this.btnLidar2DelBtnConfig = new System.Windows.Forms.Button();
this.btnLidar2AddBtnConfig = new System.Windows.Forms.Button();
this.txtLidar2ButtonName = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.tviewLidar2 = new System.Windows.Forms.TreeView();
this.btnLidar2SaveConfig = new System.Windows.Forms.Button();
this.txtLidar2BtnReleaseTimout = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.txtLidar2BtnYRange = new System.Windows.Forms.TextBox();
this.txtLidar2BtnXRange = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.txtLidar2BtnYCenter = new System.Windows.Forms.TextBox();
this.txtLidar2BtnXCenter = new System.Windows.Forms.TextBox();
this.label12 = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.cboxLidar2BtnImitateKey = new System.Windows.Forms.ComboBox();
this.label15 = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label();
this.cboxSerial2PortNum = new System.Windows.Forms.ComboBox();
this.timerKeyRelease = new System.Windows.Forms.Timer(this.components);
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pboxLidar1Status)).BeginInit();
this.groupBox3.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pboxLidar2Status)).BeginInit();
this.groupBox5.SuspendLayout();
this.groupBox6.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.pboxLidar1Status);
this.groupBox1.Controls.Add(this.groupBox3);
this.groupBox1.Controls.Add(this.btnSerial1Ctrl);
this.groupBox1.Controls.Add(this.groupBox2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.cboxSerial1PortNum);
this.groupBox1.Location = new System.Drawing.Point(13, 9);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(566, 675);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "激光雷达1配置";
//
// pboxLidar1Status
//
this.pboxLidar1Status.Image = global::LidarCalibrateTool.Properties.Resources.toggle_off;
this.pboxLidar1Status.Location = new System.Drawing.Point(398, 13);
this.pboxLidar1Status.Name = "pboxLidar1Status";
this.pboxLidar1Status.Size = new System.Drawing.Size(89, 62);
this.pboxLidar1Status.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pboxLidar1Status.TabIndex = 1;
this.pboxLidar1Status.TabStop = false;
//
// groupBox3
//
this.groupBox3.Controls.Add(this.btnLidar1DebugClear);
this.groupBox3.Controls.Add(this.txtLidar1Debug);
this.groupBox3.Location = new System.Drawing.Point(7, 373);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(549, 296);
this.groupBox3.TabIndex = 3;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "激光雷达1调试区";
//
// btnLidar1DebugClear
//
this.btnLidar1DebugClear.Location = new System.Drawing.Point(414, 248);
this.btnLidar1DebugClear.Name = "btnLidar1DebugClear";
this.btnLidar1DebugClear.Size = new System.Drawing.Size(129, 42);
this.btnLidar1DebugClear.TabIndex = 3;
this.btnLidar1DebugClear.Text = "清除";
this.btnLidar1DebugClear.UseVisualStyleBackColor = true;
this.btnLidar1DebugClear.Click += new System.EventHandler(this.btnLidar1DebugClear_Click);
//
// txtLidar1Debug
//
this.txtLidar1Debug.Location = new System.Drawing.Point(10, 27);
this.txtLidar1Debug.Multiline = true;
this.txtLidar1Debug.Name = "txtLidar1Debug";
this.txtLidar1Debug.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.txtLidar1Debug.Size = new System.Drawing.Size(533, 215);
this.txtLidar1Debug.TabIndex = 2;
//
// btnSerial1Ctrl
//
this.btnSerial1Ctrl.Location = new System.Drawing.Point(214, 25);
this.btnSerial1Ctrl.Name = "btnSerial1Ctrl";
this.btnSerial1Ctrl.Size = new System.Drawing.Size(178, 39);
this.btnSerial1Ctrl.TabIndex = 6;
this.btnSerial1Ctrl.Text = "打开串口";
this.btnSerial1Ctrl.UseVisualStyleBackColor = true;
this.btnSerial1Ctrl.Click += new System.EventHandler(this.btnSerial1Ctrl_Click);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.btnLidar1DelBtnConfig);
this.groupBox2.Controls.Add(this.btnLidar1AddBtnConfig);
this.groupBox2.Controls.Add(this.txtLidar1ButtonName);
this.groupBox2.Controls.Add(this.label7);
this.groupBox2.Controls.Add(this.tviewLidar1);
this.groupBox2.Controls.Add(this.btnLidar1SaveConfig);
this.groupBox2.Controls.Add(this.txtLidar1BtnReleaseTimout);
this.groupBox2.Controls.Add(this.label13);
this.groupBox2.Controls.Add(this.txtLidar1BtnYRange);
this.groupBox2.Controls.Add(this.txtLidar1BtnXRange);
this.groupBox2.Controls.Add(this.label5);
this.groupBox2.Controls.Add(this.label6);
this.groupBox2.Controls.Add(this.txtLidar1BtnYCenter);
this.groupBox2.Controls.Add(this.txtLidar1BtnXCenter);
this.groupBox2.Controls.Add(this.label4);
this.groupBox2.Controls.Add(this.label3);
this.groupBox2.Controls.Add(this.cboxLidar1BtnImitateKey);
this.groupBox2.Controls.Add(this.label2);
this.groupBox2.Location = new System.Drawing.Point(6, 70);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(550, 297);
this.groupBox2.TabIndex = 5;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "虚拟按键设置";
//
// btnLidar1DelBtnConfig
//
this.btnLidar1DelBtnConfig.Location = new System.Drawing.Point(411, 197);
this.btnLidar1DelBtnConfig.Name = "btnLidar1DelBtnConfig";
this.btnLidar1DelBtnConfig.Size = new System.Drawing.Size(128, 39);
this.btnLidar1DelBtnConfig.TabIndex = 22;
this.btnLidar1DelBtnConfig.Text = "删除节点";
this.btnLidar1DelBtnConfig.UseVisualStyleBackColor = true;
this.btnLidar1DelBtnConfig.Click += new System.EventHandler(this.btnLidar1DelBtnConfig_Click);
//
// btnLidar1AddBtnConfig
//
this.btnLidar1AddBtnConfig.Location = new System.Drawing.Point(411, 147);
this.btnLidar1AddBtnConfig.Name = "btnLidar1AddBtnConfig";
this.btnLidar1AddBtnConfig.Size = new System.Drawing.Size(128, 39);
this.btnLidar1AddBtnConfig.TabIndex = 21;
this.btnLidar1AddBtnConfig.Text = "添加节点";
this.btnLidar1AddBtnConfig.UseVisualStyleBackColor = true;
this.btnLidar1AddBtnConfig.Click += new System.EventHandler(this.btnLidar1AddBtnConfig_Click);
//
// txtLidar1ButtonName
//
this.txtLidar1ButtonName.Location = new System.Drawing.Point(117, 28);
this.txtLidar1ButtonName.Name = "txtLidar1ButtonName";
this.txtLidar1ButtonName.Size = new System.Drawing.Size(100, 28);
this.txtLidar1ButtonName.TabIndex = 19;
this.txtLidar1ButtonName.Text = "Button";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(6, 33);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(80, 18);
this.label7.TabIndex = 20;
this.label7.Text = "按键名称";
//
// tviewLidar1
//
this.tviewLidar1.Location = new System.Drawing.Point(234, 23);
this.tviewLidar1.Name = "tviewLidar1";
this.tviewLidar1.Size = new System.Drawing.Size(164, 263);
this.tviewLidar1.TabIndex = 4;
this.tviewLidar1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tviewLidar1_AfterSelect);
//
// btnLidar1SaveConfig
//
this.btnLidar1SaveConfig.Location = new System.Drawing.Point(411, 247);
this.btnLidar1SaveConfig.Name = "btnLidar1SaveConfig";
this.btnLidar1SaveConfig.Size = new System.Drawing.Size(128, 39);
this.btnLidar1SaveConfig.TabIndex = 7;
this.btnLidar1SaveConfig.Text = "保存配置";
this.btnLidar1SaveConfig.UseVisualStyleBackColor = true;
this.btnLidar1SaveConfig.Click += new System.EventHandler(this.btnSerialport1SaveConfig_Click);
//
// txtLidar1BtnReleaseTimout
//
this.txtLidar1BtnReleaseTimout.Location = new System.Drawing.Point(117, 221);
this.txtLidar1BtnReleaseTimout.Name = "txtLidar1BtnReleaseTimout";
this.txtLidar1BtnReleaseTimout.Size = new System.Drawing.Size(100, 28);
this.txtLidar1BtnReleaseTimout.TabIndex = 17;
this.txtLidar1BtnReleaseTimout.Text = "200";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(6, 227);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(80, 18);
this.label13.TabIndex = 18;
this.label13.Text = "超时释放";
//
// txtLidar1BtnYRange
//
this.txtLidar1BtnYRange.Location = new System.Drawing.Point(117, 185);
this.txtLidar1BtnYRange.Name = "txtLidar1BtnYRange";
this.txtLidar1BtnYRange.Size = new System.Drawing.Size(100, 28);
this.txtLidar1BtnYRange.TabIndex = 14;
this.txtLidar1BtnYRange.Text = "50";
//
// txtLidar1BtnXRange
//
this.txtLidar1BtnXRange.Location = new System.Drawing.Point(117, 147);
this.txtLidar1BtnXRange.Name = "txtLidar1BtnXRange";
this.txtLidar1BtnXRange.Size = new System.Drawing.Size(100, 28);
this.txtLidar1BtnXRange.TabIndex = 11;
this.txtLidar1BtnXRange.Text = "50";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(6, 190);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(107, 18);
this.label5.TabIndex = 13;
this.label5.Text = "Y轴误差范围";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(6, 152);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(107, 18);
this.label6.TabIndex = 12;
this.label6.Text = "X轴误差范围";
//
// txtLidar1BtnYCenter
//
this.txtLidar1BtnYCenter.Location = new System.Drawing.Point(117, 107);
this.txtLidar1BtnYCenter.Name = "txtLidar1BtnYCenter";
this.txtLidar1BtnYCenter.Size = new System.Drawing.Size(100, 28);
this.txtLidar1BtnYCenter.TabIndex = 10;
this.txtLidar1BtnYCenter.Text = "1200";
//
// txtLidar1BtnXCenter
//
this.txtLidar1BtnXCenter.Location = new System.Drawing.Point(117, 67);
this.txtLidar1BtnXCenter.Name = "txtLidar1BtnXCenter";
this.txtLidar1BtnXCenter.Size = new System.Drawing.Size(100, 28);
this.txtLidar1BtnXCenter.TabIndex = 7;
this.txtLidar1BtnXCenter.Text = "1000";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(6, 112);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(89, 18);
this.label4.TabIndex = 9;
this.label4.Text = "按键中心Y";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(6, 72);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(89, 18);
this.label3.TabIndex = 8;
this.label3.Text = "按键中心X";
//
// cboxLidar1BtnImitateKey
//
this.cboxLidar1BtnImitateKey.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboxLidar1BtnImitateKey.FormattingEnabled = true;
this.cboxLidar1BtnImitateKey.Items.AddRange(new object[] {
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"0",
"A",
"B",
"C",
"D"});
this.cboxLidar1BtnImitateKey.Location = new System.Drawing.Point(115, 258);
this.cboxLidar1BtnImitateKey.Name = "cboxLidar1BtnImitateKey";
this.cboxLidar1BtnImitateKey.Size = new System.Drawing.Size(102, 26);
this.cboxLidar1BtnImitateKey.TabIndex = 7;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(6, 262);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(80, 18);
this.label2.TabIndex = 7;
this.label2.Text = "模拟按键";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(6, 36);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(62, 18);
this.label1.TabIndex = 4;
this.label1.Text = "串口号";
//
// cboxSerial1PortNum
//
this.cboxSerial1PortNum.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboxSerial1PortNum.FormattingEnabled = true;
this.cboxSerial1PortNum.Location = new System.Drawing.Point(74, 32);
this.cboxSerial1PortNum.Name = "cboxSerial1PortNum";
this.cboxSerial1PortNum.Size = new System.Drawing.Size(121, 26);
this.cboxSerial1PortNum.TabIndex = 3;
//
// timerValidateSerialPort
//
this.timerValidateSerialPort.Tick += new System.EventHandler(this.timerValidateSerialPort_Tick);
//
// notifyIcon1
//
this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
this.notifyIcon1.Text = "Lidar标定助手";
this.notifyIcon1.Visible = true;
this.notifyIcon1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.notifyIcon1_MouseDoubleClick);
//
// groupBox4
//
this.groupBox4.Controls.Add(this.pboxLidar2Status);
this.groupBox4.Controls.Add(this.groupBox5);
this.groupBox4.Controls.Add(this.btnSerial2Ctrl);
this.groupBox4.Controls.Add(this.groupBox6);
this.groupBox4.Controls.Add(this.label16);
this.groupBox4.Controls.Add(this.cboxSerial2PortNum);
this.groupBox4.Location = new System.Drawing.Point(595, 9);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(566, 675);
this.groupBox4.TabIndex = 1;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "激光雷达2配置";
//
// pboxLidar2Status
//
this.pboxLidar2Status.Image = global::LidarCalibrateTool.Properties.Resources.toggle_off;
this.pboxLidar2Status.Location = new System.Drawing.Point(398, 13);
this.pboxLidar2Status.Name = "pboxLidar2Status";
this.pboxLidar2Status.Size = new System.Drawing.Size(89, 62);
this.pboxLidar2Status.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pboxLidar2Status.TabIndex = 1;
this.pboxLidar2Status.TabStop = false;
//
// groupBox5
//
this.groupBox5.Controls.Add(this.btnLidar2DebugClear);
this.groupBox5.Controls.Add(this.txtLidar2Debug);
this.groupBox5.Location = new System.Drawing.Point(7, 373);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(549, 296);
this.groupBox5.TabIndex = 3;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "激光雷达2调试区";
//
// btnLidar2DebugClear
//
this.btnLidar2DebugClear.Location = new System.Drawing.Point(414, 248);
this.btnLidar2DebugClear.Name = "btnLidar2DebugClear";
this.btnLidar2DebugClear.Size = new System.Drawing.Size(129, 42);
this.btnLidar2DebugClear.TabIndex = 3;
this.btnLidar2DebugClear.Text = "清除";
this.btnLidar2DebugClear.UseVisualStyleBackColor = true;
this.btnLidar2DebugClear.Click += new System.EventHandler(this.btnLidar2DebugClear_Click);
//
// txtLidar2Debug
//
this.txtLidar2Debug.Location = new System.Drawing.Point(10, 27);
this.txtLidar2Debug.Multiline = true;
this.txtLidar2Debug.Name = "txtLidar2Debug";
this.txtLidar2Debug.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.txtLidar2Debug.Size = new System.Drawing.Size(533, 215);
this.txtLidar2Debug.TabIndex = 2;
//
// btnSerial2Ctrl
//
this.btnSerial2Ctrl.Location = new System.Drawing.Point(214, 25);
this.btnSerial2Ctrl.Name = "btnSerial2Ctrl";
this.btnSerial2Ctrl.Size = new System.Drawing.Size(178, 39);
this.btnSerial2Ctrl.TabIndex = 6;
this.btnSerial2Ctrl.Text = "打开串口";
this.btnSerial2Ctrl.UseVisualStyleBackColor = true;
this.btnSerial2Ctrl.Click += new System.EventHandler(this.btnSerial2Ctrl_Click);
//
// groupBox6
//
this.groupBox6.Controls.Add(this.btnLidar2DelBtnConfig);
this.groupBox6.Controls.Add(this.btnLidar2AddBtnConfig);
this.groupBox6.Controls.Add(this.txtLidar2ButtonName);
this.groupBox6.Controls.Add(this.label8);
this.groupBox6.Controls.Add(this.tviewLidar2);
this.groupBox6.Controls.Add(this.btnLidar2SaveConfig);
this.groupBox6.Controls.Add(this.txtLidar2BtnReleaseTimout);
this.groupBox6.Controls.Add(this.label9);
this.groupBox6.Controls.Add(this.txtLidar2BtnYRange);
this.groupBox6.Controls.Add(this.txtLidar2BtnXRange);
this.groupBox6.Controls.Add(this.label10);
this.groupBox6.Controls.Add(this.label11);
this.groupBox6.Controls.Add(this.txtLidar2BtnYCenter);
this.groupBox6.Controls.Add(this.txtLidar2BtnXCenter);
this.groupBox6.Controls.Add(this.label12);
this.groupBox6.Controls.Add(this.label14);
this.groupBox6.Controls.Add(this.cboxLidar2BtnImitateKey);
this.groupBox6.Controls.Add(this.label15);
this.groupBox6.Location = new System.Drawing.Point(6, 70);
this.groupBox6.Name = "groupBox6";
this.groupBox6.Size = new System.Drawing.Size(550, 297);
this.groupBox6.TabIndex = 5;
this.groupBox6.TabStop = false;
this.groupBox6.Text = "虚拟按键设置";
//
// btnLidar2DelBtnConfig
//
this.btnLidar2DelBtnConfig.Location = new System.Drawing.Point(411, 197);
this.btnLidar2DelBtnConfig.Name = "btnLidar2DelBtnConfig";
this.btnLidar2DelBtnConfig.Size = new System.Drawing.Size(128, 39);
this.btnLidar2DelBtnConfig.TabIndex = 22;
this.btnLidar2DelBtnConfig.Text = "删除节点";
this.btnLidar2DelBtnConfig.UseVisualStyleBackColor = true;
this.btnLidar2DelBtnConfig.Click += new System.EventHandler(this.btnLidar2DelBtnConfig_Click);
//
// btnLidar2AddBtnConfig
//
this.btnLidar2AddBtnConfig.Location = new System.Drawing.Point(411, 147);
this.btnLidar2AddBtnConfig.Name = "btnLidar2AddBtnConfig";
this.btnLidar2AddBtnConfig.Size = new System.Drawing.Size(128, 39);
this.btnLidar2AddBtnConfig.TabIndex = 21;
this.btnLidar2AddBtnConfig.Text = "添加节点";
this.btnLidar2AddBtnConfig.UseVisualStyleBackColor = true;
this.btnLidar2AddBtnConfig.Click += new System.EventHandler(this.btnLidar2AddBtnConfig_Click);
//
// txtLidar2ButtonName
//
this.txtLidar2ButtonName.Location = new System.Drawing.Point(117, 28);
this.txtLidar2ButtonName.Name = "txtLidar2ButtonName";
this.txtLidar2ButtonName.Size = new System.Drawing.Size(100, 28);
this.txtLidar2ButtonName.TabIndex = 19;
this.txtLidar2ButtonName.Text = "Button";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(6, 33);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(80, 18);
this.label8.TabIndex = 20;
this.label8.Text = "按键名称";
//
// tviewLidar2
//
this.tviewLidar2.Location = new System.Drawing.Point(234, 23);
this.tviewLidar2.Name = "tviewLidar2";
this.tviewLidar2.Size = new System.Drawing.Size(164, 263);
this.tviewLidar2.TabIndex = 4;
this.tviewLidar2.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tviewLidar2_AfterSelect);
//
// btnLidar2SaveConfig
//
this.btnLidar2SaveConfig.Location = new System.Drawing.Point(411, 247);
this.btnLidar2SaveConfig.Name = "btnLidar2SaveConfig";
this.btnLidar2SaveConfig.Size = new System.Drawing.Size(128, 39);
this.btnLidar2SaveConfig.TabIndex = 7;
this.btnLidar2SaveConfig.Text = "保存配置";
this.btnLidar2SaveConfig.UseVisualStyleBackColor = true;
this.btnLidar2SaveConfig.Click += new System.EventHandler(this.btnLidar2SaveConfig_Click);
//
// txtLidar2BtnReleaseTimout
//
this.txtLidar2BtnReleaseTimout.Location = new System.Drawing.Point(117, 221);
this.txtLidar2BtnReleaseTimout.Name = "txtLidar2BtnReleaseTimout";
this.txtLidar2BtnReleaseTimout.Size = new System.Drawing.Size(100, 28);
this.txtLidar2BtnReleaseTimout.TabIndex = 17;
this.txtLidar2BtnReleaseTimout.Text = "200";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(6, 227);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(80, 18);
this.label9.TabIndex = 18;
this.label9.Text = "超时释放";
//
// txtLidar2BtnYRange
//
this.txtLidar2BtnYRange.Location = new System.Drawing.Point(117, 185);
this.txtLidar2BtnYRange.Name = "txtLidar2BtnYRange";
this.txtLidar2BtnYRange.Size = new System.Drawing.Size(100, 28);
this.txtLidar2BtnYRange.TabIndex = 14;
this.txtLidar2BtnYRange.Text = "50";
//
// txtLidar2BtnXRange
//
this.txtLidar2BtnXRange.Location = new System.Drawing.Point(117, 147);
this.txtLidar2BtnXRange.Name = "txtLidar2BtnXRange";
this.txtLidar2BtnXRange.Size = new System.Drawing.Size(100, 28);
this.txtLidar2BtnXRange.TabIndex = 11;
this.txtLidar2BtnXRange.Text = "50";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(6, 190);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(107, 18);
this.label10.TabIndex = 13;
this.label10.Text = "Y轴误差范围";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(6, 152);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(107, 18);
this.label11.TabIndex = 12;
this.label11.Text = "X轴误差范围";
//
// txtLidar2BtnYCenter
//
this.txtLidar2BtnYCenter.Location = new System.Drawing.Point(117, 107);
this.txtLidar2BtnYCenter.Name = "txtLidar2BtnYCenter";
this.txtLidar2BtnYCenter.Size = new System.Drawing.Size(100, 28);
this.txtLidar2BtnYCenter.TabIndex = 10;
this.txtLidar2BtnYCenter.Text = "1200";
//
// txtLidar2BtnXCenter
//
this.txtLidar2BtnXCenter.Location = new System.Drawing.Point(117, 67);
this.txtLidar2BtnXCenter.Name = "txtLidar2BtnXCenter";
this.txtLidar2BtnXCenter.Size = new System.Drawing.Size(100, 28);
this.txtLidar2BtnXCenter.TabIndex = 7;
this.txtLidar2BtnXCenter.Text = "1000";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(6, 112);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(89, 18);
this.label12.TabIndex = 9;
this.label12.Text = "按键中心Y";
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(6, 72);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(89, 18);
this.label14.TabIndex = 8;
this.label14.Text = "按键中心X";
//
// cboxLidar2BtnImitateKey
//
this.cboxLidar2BtnImitateKey.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboxLidar2BtnImitateKey.FormattingEnabled = true;
this.cboxLidar2BtnImitateKey.Items.AddRange(new object[] {
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"0",
"A",
"B",
"C",
"D"});
this.cboxLidar2BtnImitateKey.Location = new System.Drawing.Point(117, 258);
this.cboxLidar2BtnImitateKey.Name = "cboxLidar2BtnImitateKey";
this.cboxLidar2BtnImitateKey.Size = new System.Drawing.Size(100, 26);
this.cboxLidar2BtnImitateKey.TabIndex = 7;
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(6, 262);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(80, 18);
this.label15.TabIndex = 7;
this.label15.Text = "模拟按键";
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(6, 36);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(62, 18);
this.label16.TabIndex = 4;
this.label16.Text = "串口号";
//
// cboxSerial2PortNum
//
this.cboxSerial2PortNum.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboxSerial2PortNum.FormattingEnabled = true;
this.cboxSerial2PortNum.Location = new System.Drawing.Point(74, 32);
this.cboxSerial2PortNum.Name = "cboxSerial2PortNum";
this.cboxSerial2PortNum.Size = new System.Drawing.Size(121, 26);
this.cboxSerial2PortNum.TabIndex = 3;
//
// timerKeyRelease
//
this.timerKeyRelease.Interval = 50;
this.timerKeyRelease.Tick += new System.EventHandler(this.timerKeyRelease_Tick);
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1171, 690);
this.Controls.Add(this.groupBox4);
this.Controls.Add(this.groupBox1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "MainForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "LidarCalibrateTool v1.0 Beta";
this.SizeChanged += new System.EventHandler(this.MainForm_SizeChanged);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pboxLidar1Status)).EndInit();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pboxLidar2Status)).EndInit();
this.groupBox5.ResumeLayout(false);
this.groupBox5.PerformLayout();
this.groupBox6.ResumeLayout(false);
this.groupBox6.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox txtLidar1Debug;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox cboxSerial1PortNum;
private System.Windows.Forms.Button btnSerial1Ctrl;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.ComboBox cboxLidar1BtnImitateKey;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtLidar1BtnYRange;
private System.Windows.Forms.TextBox txtLidar1BtnXRange;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox txtLidar1BtnYCenter;
private System.Windows.Forms.TextBox txtLidar1BtnXCenter;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Timer timerValidateSerialPort;
private System.IO.Ports.SerialPort g_serialPort1;
private System.IO.Ports.SerialPort g_serialPort2;
private System.Windows.Forms.Button btnLidar1SaveConfig;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.Button btnLidar1DebugClear;
private System.Windows.Forms.NotifyIcon notifyIcon1;
private System.Windows.Forms.TreeView tviewLidar1;
private System.Windows.Forms.TextBox txtLidar1BtnReleaseTimout;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.TextBox txtLidar1ButtonName;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Button btnLidar1DelBtnConfig;
private System.Windows.Forms.Button btnLidar1AddBtnConfig;
private System.Windows.Forms.PictureBox pboxLidar1Status;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.PictureBox pboxLidar2Status;
private System.Windows.Forms.GroupBox groupBox5;
private System.Windows.Forms.Button btnLidar2DebugClear;
private System.Windows.Forms.TextBox txtLidar2Debug;
private System.Windows.Forms.Button btnSerial2Ctrl;
private System.Windows.Forms.GroupBox groupBox6;
private System.Windows.Forms.Button btnLidar2DelBtnConfig;
private System.Windows.Forms.Button btnLidar2AddBtnConfig;
private System.Windows.Forms.TextBox txtLidar2ButtonName;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TreeView tviewLidar2;
private System.Windows.Forms.Button btnLidar2SaveConfig;
private System.Windows.Forms.TextBox txtLidar2BtnReleaseTimout;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox txtLidar2BtnYRange;
private System.Windows.Forms.TextBox txtLidar2BtnXRange;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.TextBox txtLidar2BtnYCenter;
private System.Windows.Forms.TextBox txtLidar2BtnXCenter;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.ComboBox cboxLidar2BtnImitateKey;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.ComboBox cboxSerial2PortNum;
private System.Windows.Forms.Timer timerKeyRelease;
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/hunan_ai_league_jayhust/lidar-calibrate-tool.git
git@gitee.com:hunan_ai_league_jayhust/lidar-calibrate-tool.git
hunan_ai_league_jayhust
lidar-calibrate-tool
LidarCalibrateTool
master

搜索帮助