1 Star 0 Fork 725

GavinXu/dgiot_dtu

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
MainForm.Designer.cs 61.56 KB
一键复制 编辑 原始数据 按行查看 历史
dawnwinter 提交于 2022-10-11 11:56 . feat: 打印
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205
using System.Windows.Forms;
namespace Dgiot_dtu
{
partial class MainForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
this.buttonStartStop = new System.Windows.Forms.Button();
this.textBoxLog = new System.Windows.Forms.TextBox();
this.checkBoxReconnect = new System.Windows.Forms.CheckBox();
this.checkBoxDisplayHex = new System.Windows.Forms.CheckBox();
this.buttonClear = new System.Windows.Forms.Button();
this.groupBoxSerialPort = new System.Windows.Forms.GroupBox();
this.comboBoxParity = new System.Windows.Forms.ComboBox();
this.label13 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.comboBoxStopBits = new System.Windows.Forms.ComboBox();
this.comboBoxDataBits = new System.Windows.Forms.ComboBox();
this.comboBoxBaudRate = new System.Windows.Forms.ComboBox();
this.labelSerialPort = new System.Windows.Forms.Label();
this.comboBoxSerialPort = new System.Windows.Forms.ComboBox();
this.textBoxBridgePort = new System.Windows.Forms.TextBox();
this.textBoxMqttPubTopic = new System.Windows.Forms.TextBox();
this.label12 = new System.Windows.Forms.Label();
this.textBoxMqttSubTopic = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.textBoxMqttPassword = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.textBoxMqttUserName = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.linkLabel2 = new System.Windows.Forms.LinkLabel();
this.textToPayload = new System.Windows.Forms.TextBox();
this.textBoxTcpClientLogin = new System.Windows.Forms.TextBox();
this.textBoxMqttClientId = new System.Windows.Forms.TextBox();
this.textBoxDgiotPort = new System.Windows.Forms.TextBox();
this.textBoxUDPClientLogin = new System.Windows.Forms.TextBox();
this.sendBridge = new System.Windows.Forms.Button();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.label16 = new System.Windows.Forms.Label();
this.checkBoxBridge = new System.Windows.Forms.CheckBox();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.label29 = new System.Windows.Forms.Label();
this.comboBoxCmdProdxy = new System.Windows.Forms.ComboBox();
this.label20 = new System.Windows.Forms.Label();
this.comboBoxDtuAddr = new System.Windows.Forms.ComboBox();
this.label30 = new System.Windows.Forms.Label();
this.label21 = new System.Windows.Forms.Label();
this.textBoxDgiotSever = new System.Windows.Forms.TextBox();
this.label22 = new System.Windows.Forms.Label();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.textBoxOPCDACount = new System.Windows.Forms.TextBox();
this.labelOPCDACount = new System.Windows.Forms.Label();
this.labelSecond = new System.Windows.Forms.Label();
this.labelOPCDAMonitor = new System.Windows.Forms.Label();
this.textBoxOPCDAInterval = new System.Windows.Forms.TextBox();
this.checkBoxOPCDA = new System.Windows.Forms.CheckBox();
this.textBoxOPCDAHost = new System.Windows.Forms.TextBox();
this.labelOPCDAHost = new System.Windows.Forms.Label();
this.textBoxOpcIp = new System.Windows.Forms.TextBox();
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.textBoxOPCUATopic = new System.Windows.Forms.TextBox();
this.labelopcua = new System.Windows.Forms.Label();
this.groupBox6 = new System.Windows.Forms.GroupBox();
this.textBoxBACnetTopic = new System.Windows.Forms.TextBox();
this.label23 = new System.Windows.Forms.Label();
this.groupBox7 = new System.Windows.Forms.GroupBox();
this.textBoxControlTopic = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.comboBoxBridge = new System.Windows.Forms.ComboBox();
this.label7 = new System.Windows.Forms.Label();
this.groupBox8 = new System.Windows.Forms.GroupBox();
this.textBoxAccessTopic = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.groupBox10 = new System.Windows.Forms.GroupBox();
this.label15 = new System.Windows.Forms.Label();
this.radioButtonMqttClient = new System.Windows.Forms.RadioButton();
this.radioButtonTcpClient = new System.Windows.Forms.RadioButton();
this.radioButtonUDPClient = new System.Windows.Forms.RadioButton();
this.groupBox12 = new System.Windows.Forms.GroupBox();
this.textBoxPLCTopic = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.comboBoxLogLevel = new System.Windows.Forms.ComboBox();
this.label32 = new System.Windows.Forms.Label();
this.comboBoxLan = new System.Windows.Forms.ComboBox();
this.label33 = new System.Windows.Forms.Label();
this.treeView = new System.Windows.Forms.TreeView();
this.label_devcietree = new System.Windows.Forms.Label();
this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
this.groupBoxCommonConfig = new System.Windows.Forms.GroupBox();
this.buttonScan = new System.Windows.Forms.Button();
this.groupBoxSerialPort.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox4.SuspendLayout();
this.groupBox5.SuspendLayout();
this.groupBox6.SuspendLayout();
this.groupBox7.SuspendLayout();
this.groupBox8.SuspendLayout();
this.groupBox10.SuspendLayout();
this.groupBox12.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.groupBoxCommonConfig.SuspendLayout();
this.SuspendLayout();
//
// buttonStartStop
//
this.buttonStartStop.Location = new System.Drawing.Point(151, 125);
this.buttonStartStop.Name = "buttonStartStop";
this.buttonStartStop.Size = new System.Drawing.Size(53, 21);
this.buttonStartStop.TabIndex = 4;
this.buttonStartStop.Text = "Start";
this.buttonStartStop.UseVisualStyleBackColor = true;
this.buttonStartStop.Click += new System.EventHandler(this.ButtonStartStopClick);
//
// textBoxLog
//
this.textBoxLog.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(170)))), ((int)(((byte)(55)))));
this.textBoxLog.Location = new System.Drawing.Point(3, 233);
this.textBoxLog.Multiline = true;
this.textBoxLog.Name = "textBoxLog";
this.textBoxLog.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.textBoxLog.Size = new System.Drawing.Size(289, 253);
this.textBoxLog.TabIndex = 9;
this.textBoxLog.TextChanged += new System.EventHandler(this.textBoxLog_TextChanged);
//
// checkBoxReconnect
//
this.checkBoxReconnect.AutoSize = true;
this.checkBoxReconnect.Location = new System.Drawing.Point(10, 129);
this.checkBoxReconnect.Name = "checkBoxReconnect";
this.checkBoxReconnect.Size = new System.Drawing.Size(108, 16);
this.checkBoxReconnect.TabIndex = 5;
this.checkBoxReconnect.Text = "Auto Reconnect";
this.checkBoxReconnect.UseVisualStyleBackColor = true;
this.checkBoxReconnect.CheckedChanged += new System.EventHandler(this.CheckBoxReconnectCheckedChanged);
//
// checkBoxDisplayHex
//
this.checkBoxDisplayHex.AutoSize = true;
this.checkBoxDisplayHex.Location = new System.Drawing.Point(306, 493);
this.checkBoxDisplayHex.Name = "checkBoxDisplayHex";
this.checkBoxDisplayHex.Size = new System.Drawing.Size(42, 16);
this.checkBoxDisplayHex.TabIndex = 11;
this.checkBoxDisplayHex.Text = "Hex";
this.checkBoxDisplayHex.UseVisualStyleBackColor = true;
this.checkBoxDisplayHex.CheckedChanged += new System.EventHandler(this.CheckBoxDisplayHexCheckedChanged);
//
// buttonClear
//
this.buttonClear.Location = new System.Drawing.Point(404, 490);
this.buttonClear.Name = "buttonClear";
this.buttonClear.Size = new System.Drawing.Size(48, 21);
this.buttonClear.TabIndex = 12;
this.buttonClear.Text = "Clear";
this.buttonClear.UseVisualStyleBackColor = true;
this.buttonClear.Click += new System.EventHandler(this.ButtonClearClick);
//
// groupBoxSerialPort
//
this.groupBoxSerialPort.Controls.Add(this.comboBoxParity);
this.groupBoxSerialPort.Controls.Add(this.label13);
this.groupBoxSerialPort.Controls.Add(this.label5);
this.groupBoxSerialPort.Controls.Add(this.label4);
this.groupBoxSerialPort.Controls.Add(this.label1);
this.groupBoxSerialPort.Controls.Add(this.comboBoxStopBits);
this.groupBoxSerialPort.Controls.Add(this.comboBoxDataBits);
this.groupBoxSerialPort.Controls.Add(this.comboBoxBaudRate);
this.groupBoxSerialPort.Controls.Add(this.labelSerialPort);
this.groupBoxSerialPort.Controls.Add(this.comboBoxSerialPort);
this.groupBoxSerialPort.Location = new System.Drawing.Point(293, 17);
this.groupBoxSerialPort.Name = "groupBoxSerialPort";
this.groupBoxSerialPort.Size = new System.Drawing.Size(213, 111);
this.groupBoxSerialPort.TabIndex = 13;
this.groupBoxSerialPort.TabStop = false;
this.groupBoxSerialPort.Text = "Serial Port Capture";
//
// comboBoxParity
//
this.comboBoxParity.FormattingEnabled = true;
this.comboBoxParity.Items.AddRange(new object[] {
"NONE",
"Odd",
"Even",
"Mark",
"Space"});
this.comboBoxParity.Location = new System.Drawing.Point(63, 59);
this.comboBoxParity.Name = "comboBoxParity";
this.comboBoxParity.Size = new System.Drawing.Size(140, 20);
this.comboBoxParity.TabIndex = 14;
this.comboBoxParity.SelectedIndexChanged += new System.EventHandler(this.ComboBoxParity_SelectedIndexChanged);
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(5, 59);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(41, 12);
this.label13.TabIndex = 13;
this.label13.Text = "Parity";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(5, 86);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(53, 12);
this.label5.TabIndex = 12;
this.label5.Text = "stopBits";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(108, 86);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 12;
this.label4.Text = "dataBits";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(3, 39);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(59, 12);
this.label1.TabIndex = 12;
this.label1.Text = "Baud Rate";
//
// comboBoxStopBits
//
this.comboBoxStopBits.FormattingEnabled = true;
this.comboBoxStopBits.Items.AddRange(new object[] {
"1",
"2",
"1.5"});
this.comboBoxStopBits.Location = new System.Drawing.Point(64, 83);
this.comboBoxStopBits.Name = "comboBoxStopBits";
this.comboBoxStopBits.Size = new System.Drawing.Size(41, 20);
this.comboBoxStopBits.TabIndex = 11;
this.comboBoxStopBits.SelectedIndexChanged += new System.EventHandler(this.ComboBoxStopBits_SelectedIndexChanged);
//
// comboBoxDataBits
//
this.comboBoxDataBits.FormattingEnabled = true;
this.comboBoxDataBits.Items.AddRange(new object[] {
"8",
"7",
"6",
"5"});
this.comboBoxDataBits.Location = new System.Drawing.Point(164, 83);
this.comboBoxDataBits.Name = "comboBoxDataBits";
this.comboBoxDataBits.Size = new System.Drawing.Size(39, 20);
this.comboBoxDataBits.TabIndex = 11;
this.comboBoxDataBits.SelectedIndexChanged += new System.EventHandler(this.ComboBoxDataBits_SelectedIndexChanged);
//
// comboBoxBaudRate
//
this.comboBoxBaudRate.FormattingEnabled = true;
this.comboBoxBaudRate.Items.AddRange(new object[] {
"1200",
"2400",
"4800",
"9600",
"19200",
"38400",
"57600",
"115200"});
this.comboBoxBaudRate.Location = new System.Drawing.Point(62, 37);
this.comboBoxBaudRate.Name = "comboBoxBaudRate";
this.comboBoxBaudRate.Size = new System.Drawing.Size(141, 20);
this.comboBoxBaudRate.TabIndex = 11;
this.comboBoxBaudRate.SelectedIndexChanged += new System.EventHandler(this.ComboBoxBaudRate_SelectedIndexChanged);
//
// labelSerialPort
//
this.labelSerialPort.AutoSize = true;
this.labelSerialPort.Location = new System.Drawing.Point(6, 17);
this.labelSerialPort.Name = "labelSerialPort";
this.labelSerialPort.Size = new System.Drawing.Size(29, 12);
this.labelSerialPort.TabIndex = 10;
this.labelSerialPort.Text = "Port";
//
// comboBoxSerialPort
//
this.comboBoxSerialPort.FormattingEnabled = true;
this.comboBoxSerialPort.Location = new System.Drawing.Point(62, 15);
this.comboBoxSerialPort.Name = "comboBoxSerialPort";
this.comboBoxSerialPort.Size = new System.Drawing.Size(141, 20);
this.comboBoxSerialPort.TabIndex = 9;
this.comboBoxSerialPort.SelectedIndexChanged += new System.EventHandler(this.ComboBoxSerialPort_SelectedIndexChanged);
//
// textBoxBridgePort
//
this.textBoxBridgePort.Location = new System.Drawing.Point(134, 97);
this.textBoxBridgePort.Name = "textBoxBridgePort";
this.textBoxBridgePort.Size = new System.Drawing.Size(75, 21);
this.textBoxBridgePort.TabIndex = 7;
this.textBoxBridgePort.Text = "5080";
this.textBoxBridgePort.TextChanged += new System.EventHandler(this.TextBoxBridgePort_TextChanged);
//
// textBoxMqttPubTopic
//
this.textBoxMqttPubTopic.Location = new System.Drawing.Point(80, 119);
this.textBoxMqttPubTopic.Name = "textBoxMqttPubTopic";
this.textBoxMqttPubTopic.Size = new System.Drawing.Size(132, 21);
this.textBoxMqttPubTopic.TabIndex = 22;
this.textBoxMqttPubTopic.Text = "$dg/thing/{productId}/{deviceAddr}/properties/report";
this.textBoxMqttPubTopic.TextChanged += new System.EventHandler(this.TextBoxMqttPubTopic_TextChanged);
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(9, 119);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(53, 12);
this.label12.TabIndex = 21;
this.label12.Text = "PubTopic";
//
// textBoxMqttSubTopic
//
this.textBoxMqttSubTopic.Location = new System.Drawing.Point(81, 95);
this.textBoxMqttSubTopic.Name = "textBoxMqttSubTopic";
this.textBoxMqttSubTopic.Size = new System.Drawing.Size(132, 21);
this.textBoxMqttSubTopic.TabIndex = 20;
this.textBoxMqttSubTopic.Text = "$dg/device/{productId}/{deviceAddr}/properties";
this.textBoxMqttSubTopic.TextChanged += new System.EventHandler(this.TextBoxMqttSubTopic_TextChanged);
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(9, 96);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(53, 12);
this.label11.TabIndex = 19;
this.label11.Text = "SubTopic";
//
// textBoxMqttPassword
//
this.textBoxMqttPassword.Location = new System.Drawing.Point(81, 44);
this.textBoxMqttPassword.Name = "textBoxMqttPassword";
this.textBoxMqttPassword.Size = new System.Drawing.Size(131, 21);
this.textBoxMqttPassword.TabIndex = 18;
this.textBoxMqttPassword.Text = "RzExODY0ODkxNjY1MjA0MjM5MTQw";
this.textBoxMqttPassword.TextChanged += new System.EventHandler(this.TextBoxMqttPassword_TextChanged);
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(8, 47);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(53, 12);
this.label10.TabIndex = 17;
this.label10.Text = "PassWord";
//
// textBoxMqttUserName
//
this.textBoxMqttUserName.Location = new System.Drawing.Point(81, 20);
this.textBoxMqttUserName.Name = "textBoxMqttUserName";
this.textBoxMqttUserName.Size = new System.Drawing.Size(131, 21);
this.textBoxMqttUserName.TabIndex = 16;
this.textBoxMqttUserName.Text = "af97e47a00";
this.textBoxMqttUserName.TextChanged += new System.EventHandler(this.TextBoxMqttUserName_TextChanged);
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(6, 24);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(53, 12);
this.label9.TabIndex = 15;
this.label9.Text = "UserName";
//
// linkLabel2
//
this.linkLabel2.AutoSize = true;
this.linkLabel2.LinkColor = System.Drawing.Color.Silver;
this.linkLabel2.Location = new System.Drawing.Point(515, 449);
this.linkLabel2.Name = "linkLabel2";
this.linkLabel2.Size = new System.Drawing.Size(41, 12);
this.linkLabel2.TabIndex = 16;
this.linkLabel2.TabStop = true;
this.linkLabel2.Text = "DG-IoT";
this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkLabel2_LinkClicked);
//
// textToPayload
//
this.textToPayload.Location = new System.Drawing.Point(127, 491);
this.textToPayload.Name = "textToPayload";
this.textToPayload.Size = new System.Drawing.Size(169, 21);
this.textToPayload.TabIndex = 14;
this.textToPayload.Text = "install";
this.textToPayload.TextChanged += new System.EventHandler(this.TextToPayload_TextChanged);
//
// textBoxTcpClientLogin
//
this.textBoxTcpClientLogin.Location = new System.Drawing.Point(79, 21);
this.textBoxTcpClientLogin.Name = "textBoxTcpClientLogin";
this.textBoxTcpClientLogin.Size = new System.Drawing.Size(131, 21);
this.textBoxTcpClientLogin.TabIndex = 12;
this.textBoxTcpClientLogin.Text = "login";
this.textBoxTcpClientLogin.TextChanged += new System.EventHandler(this.TextBoxTcpClientLogin_TextChanged);
//
// textBoxMqttClientId
//
this.textBoxMqttClientId.Location = new System.Drawing.Point(81, 71);
this.textBoxMqttClientId.Name = "textBoxMqttClientId";
this.textBoxMqttClientId.Size = new System.Drawing.Size(131, 21);
this.textBoxMqttClientId.TabIndex = 12;
this.textBoxMqttClientId.Text = "devaddr";
this.textBoxMqttClientId.TextChanged += new System.EventHandler(this.TextBoxMqttClientId_TextChanged);
//
// textBoxDgiotPort
//
this.textBoxDgiotPort.Location = new System.Drawing.Point(77, 46);
this.textBoxDgiotPort.Name = "textBoxDgiotPort";
this.textBoxDgiotPort.Size = new System.Drawing.Size(133, 21);
this.textBoxDgiotPort.TabIndex = 7;
this.textBoxDgiotPort.Text = "1883";
this.textBoxDgiotPort.TextChanged += new System.EventHandler(this.TextBoxDgiotPort_TextChanged);
//
// textBoxUDPClientLogin
//
this.textBoxUDPClientLogin.Location = new System.Drawing.Point(74, 21);
this.textBoxUDPClientLogin.Name = "textBoxUDPClientLogin";
this.textBoxUDPClientLogin.Size = new System.Drawing.Size(136, 21);
this.textBoxUDPClientLogin.TabIndex = 12;
this.textBoxUDPClientLogin.Text = "login";
this.textBoxUDPClientLogin.TextChanged += new System.EventHandler(this.TextBoxUDPClientLogin_TextChanged);
//
// sendBridge
//
this.sendBridge.Location = new System.Drawing.Point(350, 491);
this.sendBridge.Name = "sendBridge";
this.sendBridge.Size = new System.Drawing.Size(47, 21);
this.sendBridge.TabIndex = 17;
this.sendBridge.Text = "Send";
this.sendBridge.UseVisualStyleBackColor = true;
this.sendBridge.Click += new System.EventHandler(this.SendBridge_Click);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.label16);
this.groupBox2.Controls.Add(this.textBoxTcpClientLogin);
this.groupBox2.Location = new System.Drawing.Point(571, 206);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(213, 53);
this.groupBox2.TabIndex = 18;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "TCP Client Channel";
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(9, 21);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(35, 12);
this.label16.TabIndex = 13;
this.label16.Text = "login";
//
// checkBoxBridge
//
this.checkBoxBridge.AutoSize = true;
this.checkBoxBridge.Location = new System.Drawing.Point(10, 99);
this.checkBoxBridge.Name = "checkBoxBridge";
this.checkBoxBridge.Size = new System.Drawing.Size(90, 16);
this.checkBoxBridge.TabIndex = 23;
this.checkBoxBridge.Text = "Bridge Port";
this.checkBoxBridge.UseVisualStyleBackColor = true;
this.checkBoxBridge.CheckedChanged += new System.EventHandler(this.CheckBoxBridge_CheckedChanged);
//
// groupBox3
//
this.groupBox3.Controls.Add(this.label29);
this.groupBox3.Controls.Add(this.comboBoxCmdProdxy);
this.groupBox3.Controls.Add(this.textBoxMqttPubTopic);
this.groupBox3.Controls.Add(this.label12);
this.groupBox3.Controls.Add(this.label20);
this.groupBox3.Controls.Add(this.textBoxMqttClientId);
this.groupBox3.Controls.Add(this.textBoxMqttSubTopic);
this.groupBox3.Controls.Add(this.label11);
this.groupBox3.Controls.Add(this.textBoxMqttUserName);
this.groupBox3.Controls.Add(this.textBoxMqttPassword);
this.groupBox3.Controls.Add(this.label9);
this.groupBox3.Controls.Add(this.label10);
this.groupBox3.Location = new System.Drawing.Point(571, 15);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(217, 172);
this.groupBox3.TabIndex = 19;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "Mqtt Client Channel";
//
// label29
//
this.label29.AutoSize = true;
this.label29.Location = new System.Drawing.Point(8, 142);
this.label29.Name = "label29";
this.label29.Size = new System.Drawing.Size(59, 12);
this.label29.TabIndex = 37;
this.label29.Text = "cmd proxy";
//
// comboBoxCmdProdxy
//
this.comboBoxCmdProdxy.FormattingEnabled = true;
this.comboBoxCmdProdxy.Items.AddRange(new object[] {
"ffmpeg"});
this.comboBoxCmdProdxy.Location = new System.Drawing.Point(81, 146);
this.comboBoxCmdProdxy.Name = "comboBoxCmdProdxy";
this.comboBoxCmdProdxy.Size = new System.Drawing.Size(131, 20);
this.comboBoxCmdProdxy.TabIndex = 36;
this.comboBoxCmdProdxy.SelectedIndexChanged += new System.EventHandler(this.ComboBoxCmdProdxy_SelectedIndexChanged);
//
// label20
//
this.label20.AutoSize = true;
this.label20.Location = new System.Drawing.Point(9, 72);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(53, 12);
this.label20.TabIndex = 13;
this.label20.Text = "Clientid";
//
// comboBoxDtuAddr
//
this.comboBoxDtuAddr.FormattingEnabled = true;
this.comboBoxDtuAddr.Location = new System.Drawing.Point(77, 71);
this.comboBoxDtuAddr.Name = "comboBoxDtuAddr";
this.comboBoxDtuAddr.Size = new System.Drawing.Size(132, 20);
this.comboBoxDtuAddr.TabIndex = 15;
this.comboBoxDtuAddr.SelectedIndexChanged += new System.EventHandler(this.ComboBoxDtuAddr_SelectedIndexChanged);
//
// label30
//
this.label30.AutoSize = true;
this.label30.Location = new System.Drawing.Point(9, 69);
this.label30.Name = "label30";
this.label30.Size = new System.Drawing.Size(47, 12);
this.label30.TabIndex = 39;
this.label30.Text = "DtuAddr";
//
// label21
//
this.label21.AutoSize = true;
this.label21.Location = new System.Drawing.Point(9, 48);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(29, 12);
this.label21.TabIndex = 8;
this.label21.Text = "Port";
//
// textBoxDgiotSever
//
this.textBoxDgiotSever.Location = new System.Drawing.Point(77, 19);
this.textBoxDgiotSever.Name = "textBoxDgiotSever";
this.textBoxDgiotSever.Size = new System.Drawing.Size(133, 21);
this.textBoxDgiotSever.TabIndex = 5;
this.textBoxDgiotSever.Text = "127.0.0.1";
this.textBoxDgiotSever.TextChanged += new System.EventHandler(this.TextBoxDgiotSever_TextChanged);
//
// label22
//
this.label22.AutoSize = true;
this.label22.Location = new System.Drawing.Point(9, 23);
this.label22.Name = "label22";
this.label22.Size = new System.Drawing.Size(41, 12);
this.label22.TabIndex = 6;
this.label22.Text = "Server";
//
// groupBox4
//
this.groupBox4.Controls.Add(this.textBoxOPCDACount);
this.groupBox4.Controls.Add(this.labelOPCDACount);
this.groupBox4.Controls.Add(this.labelSecond);
this.groupBox4.Controls.Add(this.labelOPCDAMonitor);
this.groupBox4.Controls.Add(this.textBoxOPCDAInterval);
this.groupBox4.Controls.Add(this.checkBoxOPCDA);
this.groupBox4.Controls.Add(this.textBoxOPCDAHost);
this.groupBox4.Controls.Add(this.labelOPCDAHost);
this.groupBox4.Location = new System.Drawing.Point(294, 183);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(211, 75);
this.groupBox4.TabIndex = 18;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "OPC_DA Capture";
//
// textBoxOPCDACount
//
this.textBoxOPCDACount.Location = new System.Drawing.Point(172, 47);
this.textBoxOPCDACount.Name = "textBoxOPCDACount";
this.textBoxOPCDACount.Size = new System.Drawing.Size(27, 21);
this.textBoxOPCDACount.TabIndex = 52;
this.textBoxOPCDACount.Text = "30";
this.textBoxOPCDACount.TextChanged += new System.EventHandler(this.TextBoxOPCDACount_TextChanged);
//
// labelOPCDACount
//
this.labelOPCDACount.AutoSize = true;
this.labelOPCDACount.Location = new System.Drawing.Point(133, 50);
this.labelOPCDACount.Name = "labelOPCDACount";
this.labelOPCDACount.Size = new System.Drawing.Size(35, 12);
this.labelOPCDACount.TabIndex = 51;
this.labelOPCDACount.Text = "Count";
//
// labelSecond
//
this.labelSecond.AutoSize = true;
this.labelSecond.Location = new System.Drawing.Point(99, 50);
this.labelSecond.Name = "labelSecond";
this.labelSecond.Size = new System.Drawing.Size(17, 12);
this.labelSecond.TabIndex = 50;
this.labelSecond.Text = "ms";
this.labelSecond.Click += new System.EventHandler(this.labelSecond_Click);
//
// labelOPCDAMonitor
//
this.labelOPCDAMonitor.AutoSize = true;
this.labelOPCDAMonitor.Location = new System.Drawing.Point(1, 49);
this.labelOPCDAMonitor.Name = "labelOPCDAMonitor";
this.labelOPCDAMonitor.Size = new System.Drawing.Size(53, 12);
this.labelOPCDAMonitor.TabIndex = 49;
this.labelOPCDAMonitor.Text = "Interval";
//
// textBoxOPCDAInterval
//
this.textBoxOPCDAInterval.Location = new System.Drawing.Point(60, 46);
this.textBoxOPCDAInterval.Name = "textBoxOPCDAInterval";
this.textBoxOPCDAInterval.Size = new System.Drawing.Size(29, 21);
this.textBoxOPCDAInterval.TabIndex = 48;
this.textBoxOPCDAInterval.Text = "3";
this.textBoxOPCDAInterval.TextChanged += new System.EventHandler(this.TextBoxOPCDAInterval_TextChanged);
//
// checkBoxOPCDA
//
this.checkBoxOPCDA.AutoSize = true;
this.checkBoxOPCDA.Location = new System.Drawing.Point(137, 22);
this.checkBoxOPCDA.Margin = new System.Windows.Forms.Padding(2);
this.checkBoxOPCDA.Name = "checkBoxOPCDA";
this.checkBoxOPCDA.Size = new System.Drawing.Size(66, 16);
this.checkBoxOPCDA.TabIndex = 47;
this.checkBoxOPCDA.Text = "Monitor";
this.checkBoxOPCDA.UseVisualStyleBackColor = true;
this.checkBoxOPCDA.CheckedChanged += new System.EventHandler(this.CheckBoxOPCDA_CheckedChanged);
//
// textBoxOPCDAHost
//
this.textBoxOPCDAHost.Location = new System.Drawing.Point(36, 19);
this.textBoxOPCDAHost.Name = "textBoxOPCDAHost";
this.textBoxOPCDAHost.Size = new System.Drawing.Size(100, 21);
this.textBoxOPCDAHost.TabIndex = 46;
this.textBoxOPCDAHost.Text = "127.0.0.1";
this.textBoxOPCDAHost.TextChanged += new System.EventHandler(this.TextBoxOPCDAHost_TextChanged);
//
// labelOPCDAHost
//
this.labelOPCDAHost.AutoSize = true;
this.labelOPCDAHost.Location = new System.Drawing.Point(6, 22);
this.labelOPCDAHost.Name = "labelOPCDAHost";
this.labelOPCDAHost.Size = new System.Drawing.Size(29, 12);
this.labelOPCDAHost.TabIndex = 7;
this.labelOPCDAHost.Text = "Host";
//
// textBoxOpcIp
//
this.textBoxOpcIp.Location = new System.Drawing.Point(6, 0);
this.textBoxOpcIp.Name = "textBoxOpcIp";
this.textBoxOpcIp.Size = new System.Drawing.Size(100, 21);
this.textBoxOpcIp.TabIndex = 0;
//
// groupBox5
//
this.groupBox5.Controls.Add(this.textBoxOPCUATopic);
this.groupBox5.Controls.Add(this.labelopcua);
this.groupBox5.Location = new System.Drawing.Point(293, 266);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(211, 45);
this.groupBox5.TabIndex = 19;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "OPC_UA Capture";
this.groupBox5.Enter += new System.EventHandler(this.groupBox5_Enter);
//
// textBoxOPCUATopic
//
this.textBoxOPCUATopic.Location = new System.Drawing.Point(35, 17);
this.textBoxOPCUATopic.Name = "textBoxOPCUATopic";
this.textBoxOPCUATopic.ReadOnly = true;
this.textBoxOPCUATopic.Size = new System.Drawing.Size(168, 21);
this.textBoxOPCUATopic.TabIndex = 5;
this.textBoxOPCUATopic.Text = "$dg/thing/{productId}/{deviceAddr}/properties/report";
this.textBoxOPCUATopic.TextChanged += new System.EventHandler(this.TextBoxOPCUATopic_TextChanged);
//
// labelopcua
//
this.labelopcua.AutoSize = true;
this.labelopcua.Location = new System.Drawing.Point(6, 19);
this.labelopcua.Name = "labelopcua";
this.labelopcua.Size = new System.Drawing.Size(17, 12);
this.labelopcua.TabIndex = 6;
this.labelopcua.Text = "To";
//
// groupBox6
//
this.groupBox6.Controls.Add(this.textBoxBACnetTopic);
this.groupBox6.Controls.Add(this.label23);
this.groupBox6.Location = new System.Drawing.Point(293, 326);
this.groupBox6.Name = "groupBox6";
this.groupBox6.Size = new System.Drawing.Size(211, 42);
this.groupBox6.TabIndex = 20;
this.groupBox6.TabStop = false;
this.groupBox6.Text = "BACnet Capture";
this.groupBox6.Enter += new System.EventHandler(this.groupBox6_Enter);
//
// textBoxBACnetTopic
//
this.textBoxBACnetTopic.Location = new System.Drawing.Point(31, 17);
this.textBoxBACnetTopic.Name = "textBoxBACnetTopic";
this.textBoxBACnetTopic.ReadOnly = true;
this.textBoxBACnetTopic.Size = new System.Drawing.Size(169, 21);
this.textBoxBACnetTopic.TabIndex = 5;
this.textBoxBACnetTopic.Text = "$dg/thing/{productId}/{deviceAddr}/properties/report";
this.textBoxBACnetTopic.TextChanged += new System.EventHandler(this.TextBoxBACnetTopic_TextChanged);
//
// label23
//
this.label23.AutoSize = true;
this.label23.Location = new System.Drawing.Point(7, 21);
this.label23.Name = "label23";
this.label23.Size = new System.Drawing.Size(17, 12);
this.label23.TabIndex = 6;
this.label23.Text = "To";
//
// groupBox7
//
this.groupBox7.Controls.Add(this.textBoxControlTopic);
this.groupBox7.Controls.Add(this.label8);
this.groupBox7.Location = new System.Drawing.Point(293, 383);
this.groupBox7.Name = "groupBox7";
this.groupBox7.Size = new System.Drawing.Size(211, 47);
this.groupBox7.TabIndex = 21;
this.groupBox7.TabStop = false;
this.groupBox7.Text = "Control Capture";
//
// textBoxControlTopic
//
this.textBoxControlTopic.Location = new System.Drawing.Point(33, 17);
this.textBoxControlTopic.Name = "textBoxControlTopic";
this.textBoxControlTopic.ReadOnly = true;
this.textBoxControlTopic.Size = new System.Drawing.Size(170, 21);
this.textBoxControlTopic.TabIndex = 5;
this.textBoxControlTopic.Text = "$dg/thing/{productId}/{deviceAddr}/properties/report";
this.textBoxControlTopic.TextChanged += new System.EventHandler(this.TextBoxControlTopic_TextChanged);
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(6, 21);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(17, 12);
this.label8.TabIndex = 6;
this.label8.Text = "To";
//
// comboBoxBridge
//
this.comboBoxBridge.FormattingEnabled = true;
this.comboBoxBridge.Items.AddRange(new object[] {
"SerialPort,",
"TcpServer,",
"BACnet,",
"OPCDA,",
"OPCUA,",
"MqttClient,",
"MqttServer,",
"TcpClient,",
"TcpServer,",
"UdpClient,",
"UdpServer,",
"PLC,",
"Control,",
"Access,",
"SqlServer,",
"\"Barcode_Printer\",",
"\"Dgiot\""});
this.comboBoxBridge.Location = new System.Drawing.Point(42, 491);
this.comboBoxBridge.Name = "comboBoxBridge";
this.comboBoxBridge.Size = new System.Drawing.Size(76, 20);
this.comboBoxBridge.TabIndex = 13;
this.comboBoxBridge.SelectedIndexChanged += new System.EventHandler(this.ComboBoxBridge_SelectedIndexChanged);
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(9, 495);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(17, 12);
this.label7.TabIndex = 18;
this.label7.Text = "To";
//
// groupBox8
//
this.groupBox8.Controls.Add(this.textBoxAccessTopic);
this.groupBox8.Controls.Add(this.label6);
this.groupBox8.Location = new System.Drawing.Point(293, 437);
this.groupBox8.Name = "groupBox8";
this.groupBox8.Size = new System.Drawing.Size(211, 43);
this.groupBox8.TabIndex = 22;
this.groupBox8.TabStop = false;
this.groupBox8.Text = "Access Capture";
this.groupBox8.Enter += new System.EventHandler(this.groupBox8_Enter);
//
// textBoxAccessTopic
//
this.textBoxAccessTopic.Location = new System.Drawing.Point(33, 17);
this.textBoxAccessTopic.Name = "textBoxAccessTopic";
this.textBoxAccessTopic.ReadOnly = true;
this.textBoxAccessTopic.Size = new System.Drawing.Size(170, 21);
this.textBoxAccessTopic.TabIndex = 5;
this.textBoxAccessTopic.Text = "$dg/thing/{productId}/{deviceAddr}/properties/report";
this.textBoxAccessTopic.TextChanged += new System.EventHandler(this.TextBoxAccessTopic_TextChanged);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(6, 21);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(17, 12);
this.label6.TabIndex = 6;
this.label6.Text = "To";
//
// groupBox10
//
this.groupBox10.Controls.Add(this.label15);
this.groupBox10.Controls.Add(this.textBoxUDPClientLogin);
this.groupBox10.Location = new System.Drawing.Point(572, 274);
this.groupBox10.Name = "groupBox10";
this.groupBox10.Size = new System.Drawing.Size(215, 46);
this.groupBox10.TabIndex = 19;
this.groupBox10.TabStop = false;
this.groupBox10.Text = "UDP Client Channel";
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(5, 25);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(35, 12);
this.label15.TabIndex = 13;
this.label15.Text = "login";
//
// radioButtonMqttClient
//
this.radioButtonMqttClient.AutoSize = true;
this.radioButtonMqttClient.Checked = true;
this.radioButtonMqttClient.Location = new System.Drawing.Point(559, 78);
this.radioButtonMqttClient.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
this.radioButtonMqttClient.Name = "radioButtonMqttClient";
this.radioButtonMqttClient.Size = new System.Drawing.Size(14, 13);
this.radioButtonMqttClient.TabIndex = 30;
this.radioButtonMqttClient.TabStop = true;
this.radioButtonMqttClient.UseVisualStyleBackColor = true;
this.radioButtonMqttClient.CheckedChanged += new System.EventHandler(this.RadioButtonMqttClient_CheckedChanged);
//
// radioButtonTcpClient
//
this.radioButtonTcpClient.AutoSize = true;
this.radioButtonTcpClient.Location = new System.Drawing.Point(553, 207);
this.radioButtonTcpClient.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
this.radioButtonTcpClient.Name = "radioButtonTcpClient";
this.radioButtonTcpClient.Size = new System.Drawing.Size(14, 13);
this.radioButtonTcpClient.TabIndex = 31;
this.radioButtonTcpClient.UseVisualStyleBackColor = true;
this.radioButtonTcpClient.CheckedChanged += new System.EventHandler(this.RadioButtonTcpClient_CheckedChanged);
//
// radioButtonUDPClient
//
this.radioButtonUDPClient.AutoSize = true;
this.radioButtonUDPClient.Location = new System.Drawing.Point(553, 291);
this.radioButtonUDPClient.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
this.radioButtonUDPClient.Name = "radioButtonUDPClient";
this.radioButtonUDPClient.Size = new System.Drawing.Size(14, 13);
this.radioButtonUDPClient.TabIndex = 32;
this.radioButtonUDPClient.UseVisualStyleBackColor = true;
this.radioButtonUDPClient.CheckedChanged += new System.EventHandler(this.RadioButtonUDPClient_CheckedChanged);
//
// groupBox12
//
this.groupBox12.Controls.Add(this.textBoxPLCTopic);
this.groupBox12.Controls.Add(this.label2);
this.groupBox12.Location = new System.Drawing.Point(295, 130);
this.groupBox12.Name = "groupBox12";
this.groupBox12.Size = new System.Drawing.Size(211, 44);
this.groupBox12.TabIndex = 19;
this.groupBox12.TabStop = false;
this.groupBox12.Text = "PLC Capture";
//
// textBoxPLCTopic
//
this.textBoxPLCTopic.Location = new System.Drawing.Point(39, 15);
this.textBoxPLCTopic.Name = "textBoxPLCTopic";
this.textBoxPLCTopic.ReadOnly = true;
this.textBoxPLCTopic.Size = new System.Drawing.Size(165, 21);
this.textBoxPLCTopic.TabIndex = 5;
this.textBoxPLCTopic.Text = "$dg/thing/{productId}/{deviceAddr}/properties/report";
this.textBoxPLCTopic.TextChanged += new System.EventHandler(this.TextBoxPLCTopic_TextChanged);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(4, 19);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(17, 12);
this.label2.TabIndex = 6;
this.label2.Text = "To";
//
// pictureBox1
//
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(511, -43);
this.pictureBox1.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(53, 512);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox1.TabIndex = 35;
this.pictureBox1.TabStop = false;
//
// comboBoxLogLevel
//
this.comboBoxLogLevel.FormattingEnabled = true;
this.comboBoxLogLevel.Location = new System.Drawing.Point(585, 491);
this.comboBoxLogLevel.Name = "comboBoxLogLevel";
this.comboBoxLogLevel.Size = new System.Drawing.Size(56, 20);
this.comboBoxLogLevel.TabIndex = 36;
this.comboBoxLogLevel.SelectedIndexChanged += new System.EventHandler(this.ComboBoxLogLevel_SelectedIndexChanged);
//
// label32
//
this.label32.AutoSize = true;
this.label32.Location = new System.Drawing.Point(515, 495);
this.label32.Name = "label32";
this.label32.Size = new System.Drawing.Size(59, 12);
this.label32.TabIndex = 37;
this.label32.Text = "Log Level";
//
// comboBoxLan
//
this.comboBoxLan.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxLan.FormattingEnabled = true;
this.comboBoxLan.Location = new System.Drawing.Point(712, 492);
this.comboBoxLan.Name = "comboBoxLan";
this.comboBoxLan.Size = new System.Drawing.Size(71, 20);
this.comboBoxLan.TabIndex = 38;
this.comboBoxLan.SelectedIndexChanged += new System.EventHandler(this.ComboBoxLan_SelectedIndexChanged);
//
// label33
//
this.label33.AutoSize = true;
this.label33.Location = new System.Drawing.Point(649, 495);
this.label33.Name = "label33";
this.label33.Size = new System.Drawing.Size(53, 12);
this.label33.TabIndex = 39;
this.label33.Text = "Language";
//
// treeView
//
this.treeView.CheckBoxes = true;
this.treeView.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.treeView.LabelEdit = true;
this.treeView.Location = new System.Drawing.Point(3, 24);
this.treeView.Margin = new System.Windows.Forms.Padding(2);
this.treeView.Name = "treeView";
this.treeView.Size = new System.Drawing.Size(287, 210);
this.treeView.TabIndex = 0;
this.treeView.AfterLabelEdit += new System.Windows.Forms.NodeLabelEditEventHandler(this.AfterLabelEdit);
this.treeView.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.TreeView_AfterCheck);
this.treeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.TreeView_AfterSelect);
this.treeView.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.NodeMouseDoubleClick);
//
// label_devcietree
//
this.label_devcietree.Location = new System.Drawing.Point(7, 3);
this.label_devcietree.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label_devcietree.Name = "label_devcietree";
this.label_devcietree.Size = new System.Drawing.Size(67, 15);
this.label_devcietree.TabIndex = 41;
this.label_devcietree.Text = "DeviceTree";
//
// openFileDialog
//
this.openFileDialog.FileName = "openFileDialog";
this.openFileDialog.Filter = "(*.txt)|*.txt";
this.openFileDialog.FileOk += new System.ComponentModel.CancelEventHandler(this.openFileDialog_FileOk);
//
// groupBoxCommonConfig
//
this.groupBoxCommonConfig.Controls.Add(this.comboBoxDtuAddr);
this.groupBoxCommonConfig.Controls.Add(this.label22);
this.groupBoxCommonConfig.Controls.Add(this.label30);
this.groupBoxCommonConfig.Controls.Add(this.textBoxBridgePort);
this.groupBoxCommonConfig.Controls.Add(this.textBoxDgiotSever);
this.groupBoxCommonConfig.Controls.Add(this.label21);
this.groupBoxCommonConfig.Controls.Add(this.textBoxDgiotPort);
this.groupBoxCommonConfig.Controls.Add(this.checkBoxBridge);
this.groupBoxCommonConfig.Controls.Add(this.buttonStartStop);
this.groupBoxCommonConfig.Controls.Add(this.checkBoxReconnect);
this.groupBoxCommonConfig.Location = new System.Drawing.Point(569, 328);
this.groupBoxCommonConfig.Name = "groupBoxCommonConfig";
this.groupBoxCommonConfig.Size = new System.Drawing.Size(219, 157);
this.groupBoxCommonConfig.TabIndex = 19;
this.groupBoxCommonConfig.TabStop = false;
this.groupBoxCommonConfig.Text = "Common Config";
//
// buttonScan
//
this.buttonScan.Location = new System.Drawing.Point(457, 490);
this.buttonScan.Name = "buttonScan";
this.buttonScan.Size = new System.Drawing.Size(53, 21);
this.buttonScan.TabIndex = 40;
this.buttonScan.Text = "Scan";
this.buttonScan.UseVisualStyleBackColor = true;
this.buttonScan.Click += new System.EventHandler(this.ButtonScan_Click);
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(143)))), ((int)(((byte)(178)))));
this.ClientSize = new System.Drawing.Size(803, 521);
this.Controls.Add(this.buttonScan);
this.Controls.Add(this.groupBoxCommonConfig);
this.Controls.Add(this.groupBox8);
this.Controls.Add(this.buttonClear);
this.Controls.Add(this.groupBox7);
this.Controls.Add(this.groupBox6);
this.Controls.Add(this.groupBox5);
this.Controls.Add(this.groupBox4);
this.Controls.Add(this.groupBox12);
this.Controls.Add(this.groupBoxSerialPort);
this.Controls.Add(this.comboBoxLan);
this.Controls.Add(this.label33);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox10);
this.Controls.Add(this.radioButtonUDPClient);
this.Controls.Add(this.radioButtonTcpClient);
this.Controls.Add(this.radioButtonMqttClient);
this.Controls.Add(this.label_devcietree);
this.Controls.Add(this.treeView);
this.Controls.Add(this.label32);
this.Controls.Add(this.comboBoxLogLevel);
this.Controls.Add(this.label7);
this.Controls.Add(this.comboBoxBridge);
this.Controls.Add(this.checkBoxDisplayHex);
this.Controls.Add(this.sendBridge);
this.Controls.Add(this.textToPayload);
this.Controls.Add(this.linkLabel2);
this.Controls.Add(this.textBoxLog);
this.Controls.Add(this.pictureBox1);
this.ForeColor = System.Drawing.SystemColors.ControlText;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "MainForm";
this.Text = "dgiot_dtu";
this.Load += new System.EventHandler(this.MainForm_Load);
this.Resize += new System.EventHandler(this.MainForm_Resize);
this.groupBoxSerialPort.ResumeLayout(false);
this.groupBoxSerialPort.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
this.groupBox5.ResumeLayout(false);
this.groupBox5.PerformLayout();
this.groupBox6.ResumeLayout(false);
this.groupBox6.PerformLayout();
this.groupBox7.ResumeLayout(false);
this.groupBox7.PerformLayout();
this.groupBox8.ResumeLayout(false);
this.groupBox8.PerformLayout();
this.groupBox10.ResumeLayout(false);
this.groupBox10.PerformLayout();
this.groupBox12.ResumeLayout(false);
this.groupBox12.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.groupBoxCommonConfig.ResumeLayout(false);
this.groupBoxCommonConfig.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private TreeView treeView;
private System.Windows.Forms.Button buttonStartStop;
private System.Windows.Forms.TextBox textBoxLog;
private System.Windows.Forms.CheckBox checkBoxReconnect;
private System.Windows.Forms.CheckBox checkBoxDisplayHex;
private System.Windows.Forms.Button buttonClear;
private System.Windows.Forms.GroupBox groupBoxSerialPort;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox comboBoxBaudRate;
private System.Windows.Forms.Label labelSerialPort;
private System.Windows.Forms.ComboBox comboBoxSerialPort;
private System.Windows.Forms.TextBox textBoxBridgePort;
private System.Windows.Forms.LinkLabel linkLabel2;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.ComboBox comboBoxDataBits;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.ComboBox comboBoxStopBits;
private System.Windows.Forms.TextBox textToPayload;
private System.Windows.Forms.Button sendBridge;
private System.Windows.Forms.TextBox textBoxMqttPassword;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox textBoxMqttUserName;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox textBoxMqttSubTopic;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.TextBox textBoxMqttPubTopic;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.TextBox textBoxTcpClientLogin;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.Label label20;
private System.Windows.Forms.TextBox textBoxMqttClientId;
private System.Windows.Forms.TextBox textBoxDgiotPort;
private System.Windows.Forms.Label label21;
private System.Windows.Forms.Label label22;
private System.Windows.Forms.CheckBox checkBoxBridge;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.GroupBox groupBox5;
private System.Windows.Forms.TextBox textBoxOPCUATopic;
private System.Windows.Forms.Label labelopcua;
private System.Windows.Forms.GroupBox groupBox6;
private System.Windows.Forms.TextBox textBoxBACnetTopic;
private System.Windows.Forms.Label label23;
private System.Windows.Forms.GroupBox groupBox7;
private System.Windows.Forms.TextBox textBoxControlTopic;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.ComboBox comboBoxBridge;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.GroupBox groupBox8;
private System.Windows.Forms.TextBox textBoxAccessTopic;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.GroupBox groupBox10;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.TextBox textBoxUDPClientLogin;
private System.Windows.Forms.RadioButton radioButtonMqttClient;
private System.Windows.Forms.RadioButton radioButtonTcpClient;
private System.Windows.Forms.RadioButton radioButtonUDPClient;
private System.Windows.Forms.GroupBox groupBox12;
private System.Windows.Forms.TextBox textBoxPLCTopic;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.ComboBox comboBoxParity;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label29;
private System.Windows.Forms.ComboBox comboBoxCmdProdxy;
private System.Windows.Forms.Label label30;
private System.Windows.Forms.ComboBox comboBoxDtuAddr;
private System.Windows.Forms.TextBox textBoxOpcIp;
private System.Windows.Forms.TextBox textBoxDgiotSever;
private System.Windows.Forms.ComboBox comboBoxLogLevel;
private System.Windows.Forms.Label label32;
private System.Windows.Forms.ComboBox comboBoxLan;
private System.Windows.Forms.Label label33;
private System.Windows.Forms.Label label_devcietree;
private TextBox textBoxOPCDAHost;
private Label labelOPCDAHost;
private OpenFileDialog openFileDialog;
private CheckBox checkBoxOPCDA;
private Label labelSecond;
private Label labelOPCDAMonitor;
private TextBox textBoxOPCDAInterval;
private GroupBox groupBoxCommonConfig;
private Label labelOPCDACount;
private TextBox textBoxOPCDACount;
private Button buttonScan;
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/xu_gavin/dgiot_dtu.git
git@gitee.com:xu_gavin/dgiot_dtu.git
xu_gavin
dgiot_dtu
dgiot_dtu
master

搜索帮助