Zzz – Diff between revs 1 and 2
?pathlinks?
Rev 1 | Rev 2 | |||
---|---|---|---|---|
Line 176... | Line 176... | |||
176 | this.tabControl1.Controls.Add(this.tabPage3); |
176 | this.tabControl1.Controls.Add(this.tabPage3); |
|
177 | this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; |
177 | this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; |
|
178 | this.tabControl1.Location = new System.Drawing.Point(0, 0); |
178 | this.tabControl1.Location = new System.Drawing.Point(0, 0); |
|
179 | this.tabControl1.Name = "tabControl1"; |
179 | this.tabControl1.Name = "tabControl1"; |
|
180 | this.tabControl1.SelectedIndex = 0; |
180 | this.tabControl1.SelectedIndex = 0; |
|
181 | this.tabControl1.Size = new System.Drawing.Size(624, 441); |
181 | this.tabControl1.Size = new System.Drawing.Size(434, 404); |
|
182 | this.tabControl1.TabIndex = 0; |
182 | this.tabControl1.TabIndex = 0; |
|
183 | // |
183 | // |
|
184 | // tabPage1 |
184 | // tabPage1 |
|
185 | // |
185 | // |
|
186 | this.tabPage1.Controls.Add(this.flowLayoutPanel1); |
186 | this.tabPage1.Controls.Add(this.flowLayoutPanel1); |
|
187 | this.tabPage1.Location = new System.Drawing.Point(4, 22); |
187 | this.tabPage1.Location = new System.Drawing.Point(4, 22); |
|
188 | this.tabPage1.Name = "tabPage1"; |
188 | this.tabPage1.Name = "tabPage1"; |
|
189 | this.tabPage1.Padding = new System.Windows.Forms.Padding(3); |
189 | this.tabPage1.Padding = new System.Windows.Forms.Padding(3); |
|
190 | this.tabPage1.Size = new System.Drawing.Size(616, 415); |
190 | this.tabPage1.Size = new System.Drawing.Size(426, 378); |
|
191 | this.tabPage1.TabIndex = 0; |
191 | this.tabPage1.TabIndex = 0; |
|
192 | this.tabPage1.Text = "General"; |
192 | this.tabPage1.Text = "General"; |
|
193 | this.tabPage1.UseVisualStyleBackColor = true; |
193 | this.tabPage1.UseVisualStyleBackColor = true; |
|
194 | // |
194 | // |
|
195 | // flowLayoutPanel1 |
195 | // flowLayoutPanel1 |
|
Line 200... | Line 200... | |||
200 | this.flowLayoutPanel1.Controls.Add(this.groupBox15); |
200 | this.flowLayoutPanel1.Controls.Add(this.groupBox15); |
|
201 | this.flowLayoutPanel1.Controls.Add(this.groupBox5); |
201 | this.flowLayoutPanel1.Controls.Add(this.groupBox5); |
|
202 | this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; |
202 | this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; |
|
203 | this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 3); |
203 | this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 3); |
|
204 | this.flowLayoutPanel1.Name = "flowLayoutPanel1"; |
204 | this.flowLayoutPanel1.Name = "flowLayoutPanel1"; |
|
205 | this.flowLayoutPanel1.Size = new System.Drawing.Size(610, 409); |
205 | this.flowLayoutPanel1.Size = new System.Drawing.Size(420, 372); |
|
206 | this.flowLayoutPanel1.TabIndex = 0; |
206 | this.flowLayoutPanel1.TabIndex = 0; |
|
207 | // |
207 | // |
|
208 | // groupBox1 |
208 | // groupBox1 |
|
209 | // |
209 | // |
|
210 | this.groupBox1.Controls.Add(this.checkBox1); |
210 | this.groupBox1.Controls.Add(this.checkBox1); |
|
Line 218... | Line 218... | |||
218 | // checkBox1 |
218 | // checkBox1 |
|
219 | // |
219 | // |
|
220 | this.checkBox1.AutoSize = true; |
220 | this.checkBox1.AutoSize = true; |
|
221 | this.checkBox1.Location = new System.Drawing.Point(71, 42); |
221 | this.checkBox1.Location = new System.Drawing.Point(71, 42); |
|
222 | this.checkBox1.Name = "checkBox1"; |
222 | this.checkBox1.Name = "checkBox1"; |
|
223 | this.checkBox1.Size = new System.Drawing.Size(59, 17); |
223 | this.checkBox1.Size = new System.Drawing.Size(58, 17); |
|
224 | this.checkBox1.TabIndex = 1; |
224 | this.checkBox1.TabIndex = 1; |
|
225 | this.checkBox1.Text = "Enable"; |
225 | this.checkBox1.Text = "Enable"; |
|
226 | this.checkBox1.UseVisualStyleBackColor = true; |
226 | this.checkBox1.UseVisualStyleBackColor = true; |
|
227 | // |
227 | // |
|
228 | // groupBox4 |
228 | // groupBox4 |
|
Line 492... | Line 492... | |||
492 | // |
492 | // |
|
493 | this.tabPage2.Controls.Add(this.tabControl2); |
493 | this.tabPage2.Controls.Add(this.tabControl2); |
|
494 | this.tabPage2.Location = new System.Drawing.Point(4, 22); |
494 | this.tabPage2.Location = new System.Drawing.Point(4, 22); |
|
495 | this.tabPage2.Name = "tabPage2"; |
495 | this.tabPage2.Name = "tabPage2"; |
|
496 | this.tabPage2.Padding = new System.Windows.Forms.Padding(3); |
496 | this.tabPage2.Padding = new System.Windows.Forms.Padding(3); |
|
497 | this.tabPage2.Size = new System.Drawing.Size(616, 415); |
497 | this.tabPage2.Size = new System.Drawing.Size(426, 378); |
|
498 | this.tabPage2.TabIndex = 1; |
498 | this.tabPage2.TabIndex = 1; |
|
499 | this.tabPage2.Text = "Monitoring"; |
499 | this.tabPage2.Text = "Monitoring"; |
|
500 | this.tabPage2.UseVisualStyleBackColor = true; |
500 | this.tabPage2.UseVisualStyleBackColor = true; |
|
501 | // |
501 | // |
|
502 | // tabControl2 |
502 | // tabControl2 |
|
Line 507... | Line 507... | |||
507 | this.tabControl2.Controls.Add(this.tabPage7); |
507 | this.tabControl2.Controls.Add(this.tabPage7); |
|
508 | this.tabControl2.Dock = System.Windows.Forms.DockStyle.Fill; |
508 | this.tabControl2.Dock = System.Windows.Forms.DockStyle.Fill; |
|
509 | this.tabControl2.Location = new System.Drawing.Point(3, 3); |
509 | this.tabControl2.Location = new System.Drawing.Point(3, 3); |
|
510 | this.tabControl2.Name = "tabControl2"; |
510 | this.tabControl2.Name = "tabControl2"; |
|
511 | this.tabControl2.SelectedIndex = 0; |
511 | this.tabControl2.SelectedIndex = 0; |
|
512 | this.tabControl2.Size = new System.Drawing.Size(610, 409); |
512 | this.tabControl2.Size = new System.Drawing.Size(420, 372); |
|
513 | this.tabControl2.TabIndex = 2; |
513 | this.tabControl2.TabIndex = 2; |
|
514 | // |
514 | // |
|
515 | // tabPage4 |
515 | // tabPage4 |
|
516 | // |
516 | // |
|
517 | this.tabPage4.Controls.Add(this.flowLayoutPanel2); |
517 | this.tabPage4.Controls.Add(this.flowLayoutPanel2); |
|
518 | this.tabPage4.Location = new System.Drawing.Point(4, 22); |
518 | this.tabPage4.Location = new System.Drawing.Point(4, 22); |
|
519 | this.tabPage4.Name = "tabPage4"; |
519 | this.tabPage4.Name = "tabPage4"; |
|
520 | this.tabPage4.Padding = new System.Windows.Forms.Padding(3); |
520 | this.tabPage4.Padding = new System.Windows.Forms.Padding(3); |
|
521 | this.tabPage4.Size = new System.Drawing.Size(602, 383); |
521 | this.tabPage4.Size = new System.Drawing.Size(412, 346); |
|
522 | this.tabPage4.TabIndex = 0; |
522 | this.tabPage4.TabIndex = 0; |
|
523 | this.tabPage4.Text = "Mouse"; |
523 | this.tabPage4.Text = "Mouse"; |
|
524 | this.tabPage4.UseVisualStyleBackColor = true; |
524 | this.tabPage4.UseVisualStyleBackColor = true; |
|
525 | // |
525 | // |
|
526 | // flowLayoutPanel2 |
526 | // flowLayoutPanel2 |
|
Line 528... | Line 528... | |||
528 | this.flowLayoutPanel2.Controls.Add(this.groupBox10); |
528 | this.flowLayoutPanel2.Controls.Add(this.groupBox10); |
|
529 | this.flowLayoutPanel2.Controls.Add(this.groupBox3); |
529 | this.flowLayoutPanel2.Controls.Add(this.groupBox3); |
|
530 | this.flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; |
530 | this.flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; |
|
531 | this.flowLayoutPanel2.Location = new System.Drawing.Point(3, 3); |
531 | this.flowLayoutPanel2.Location = new System.Drawing.Point(3, 3); |
|
532 | this.flowLayoutPanel2.Name = "flowLayoutPanel2"; |
532 | this.flowLayoutPanel2.Name = "flowLayoutPanel2"; |
|
533 | this.flowLayoutPanel2.Size = new System.Drawing.Size(596, 377); |
533 | this.flowLayoutPanel2.Size = new System.Drawing.Size(406, 340); |
|
534 | this.flowLayoutPanel2.TabIndex = 0; |
534 | this.flowLayoutPanel2.TabIndex = 0; |
|
535 | // |
535 | // |
|
536 | // groupBox10 |
536 | // groupBox10 |
|
537 | // |
537 | // |
|
538 | this.groupBox10.Controls.Add(this.checkBox2); |
538 | this.groupBox10.Controls.Add(this.checkBox2); |
|
Line 549... | Line 549... | |||
549 | this.checkBox2.AutoSize = true; |
549 | this.checkBox2.AutoSize = true; |
|
550 | this.checkBox2.Checked = true; |
550 | this.checkBox2.Checked = true; |
|
551 | this.checkBox2.CheckState = System.Windows.Forms.CheckState.Checked; |
551 | this.checkBox2.CheckState = System.Windows.Forms.CheckState.Checked; |
|
552 | this.checkBox2.Location = new System.Drawing.Point(71, 42); |
552 | this.checkBox2.Location = new System.Drawing.Point(71, 42); |
|
553 | this.checkBox2.Name = "checkBox2"; |
553 | this.checkBox2.Name = "checkBox2"; |
|
554 | this.checkBox2.Size = new System.Drawing.Size(59, 17); |
554 | this.checkBox2.Size = new System.Drawing.Size(58, 17); |
|
555 | this.checkBox2.TabIndex = 3; |
555 | this.checkBox2.TabIndex = 3; |
|
556 | this.checkBox2.Text = "Enable"; |
556 | this.checkBox2.Text = "Enable"; |
|
557 | this.checkBox2.UseVisualStyleBackColor = true; |
557 | this.checkBox2.UseVisualStyleBackColor = true; |
|
558 | // |
558 | // |
|
559 | // groupBox3 |
559 | // groupBox3 |
|
560 | // |
560 | // |
|
561 | this.groupBox3.Controls.Add(this.tableLayoutPanel2); |
561 | this.groupBox3.Controls.Add(this.tableLayoutPanel2); |
|
562 | this.groupBox3.Location = new System.Drawing.Point(209, 3); |
562 | this.groupBox3.Location = new System.Drawing.Point(3, 109); |
|
563 | this.groupBox3.Name = "groupBox3"; |
563 | this.groupBox3.Name = "groupBox3"; |
|
564 | this.groupBox3.Size = new System.Drawing.Size(200, 100); |
564 | this.groupBox3.Size = new System.Drawing.Size(200, 100); |
|
565 | this.groupBox3.TabIndex = 1; |
565 | this.groupBox3.TabIndex = 1; |
|
566 | this.groupBox3.TabStop = false; |
566 | this.groupBox3.TabStop = false; |
|
567 | this.groupBox3.Text = "Mouse Tolerance"; |
567 | this.groupBox3.Text = "Mouse Tolerance"; |
|
Line 634... | Line 634... | |||
634 | // |
634 | // |
|
635 | this.tabPage5.Controls.Add(this.flowLayoutPanel8); |
635 | this.tabPage5.Controls.Add(this.flowLayoutPanel8); |
|
636 | this.tabPage5.Location = new System.Drawing.Point(4, 22); |
636 | this.tabPage5.Location = new System.Drawing.Point(4, 22); |
|
637 | this.tabPage5.Name = "tabPage5"; |
637 | this.tabPage5.Name = "tabPage5"; |
|
638 | this.tabPage5.Padding = new System.Windows.Forms.Padding(3); |
638 | this.tabPage5.Padding = new System.Windows.Forms.Padding(3); |
|
639 | this.tabPage5.Size = new System.Drawing.Size(637, 279); |
639 | this.tabPage5.Size = new System.Drawing.Size(412, 346); |
|
640 | this.tabPage5.TabIndex = 1; |
640 | this.tabPage5.TabIndex = 1; |
|
641 | this.tabPage5.Text = "Keyboard"; |
641 | this.tabPage5.Text = "Keyboard"; |
|
642 | this.tabPage5.UseVisualStyleBackColor = true; |
642 | this.tabPage5.UseVisualStyleBackColor = true; |
|
643 | // |
643 | // |
|
644 | // flowLayoutPanel8 |
644 | // flowLayoutPanel8 |
|
645 | // |
645 | // |
|
646 | this.flowLayoutPanel8.Controls.Add(this.groupBox11); |
646 | this.flowLayoutPanel8.Controls.Add(this.groupBox11); |
|
647 | this.flowLayoutPanel8.Dock = System.Windows.Forms.DockStyle.Fill; |
647 | this.flowLayoutPanel8.Dock = System.Windows.Forms.DockStyle.Fill; |
|
648 | this.flowLayoutPanel8.Location = new System.Drawing.Point(3, 3); |
648 | this.flowLayoutPanel8.Location = new System.Drawing.Point(3, 3); |
|
649 | this.flowLayoutPanel8.Name = "flowLayoutPanel8"; |
649 | this.flowLayoutPanel8.Name = "flowLayoutPanel8"; |
|
650 | this.flowLayoutPanel8.Size = new System.Drawing.Size(631, 273); |
650 | this.flowLayoutPanel8.Size = new System.Drawing.Size(406, 340); |
|
651 | this.flowLayoutPanel8.TabIndex = 0; |
651 | this.flowLayoutPanel8.TabIndex = 0; |
|
652 | // |
652 | // |
|
653 | // groupBox11 |
653 | // groupBox11 |
|
654 | // |
654 | // |
|
655 | this.groupBox11.Controls.Add(this.checkBox3); |
655 | this.groupBox11.Controls.Add(this.checkBox3); |
|
Line 666... | Line 666... | |||
666 | this.checkBox3.AutoSize = true; |
666 | this.checkBox3.AutoSize = true; |
|
667 | this.checkBox3.Checked = true; |
667 | this.checkBox3.Checked = true; |
|
668 | this.checkBox3.CheckState = System.Windows.Forms.CheckState.Checked; |
668 | this.checkBox3.CheckState = System.Windows.Forms.CheckState.Checked; |
|
669 | this.checkBox3.Location = new System.Drawing.Point(71, 42); |
669 | this.checkBox3.Location = new System.Drawing.Point(71, 42); |
|
670 | this.checkBox3.Name = "checkBox3"; |
670 | this.checkBox3.Name = "checkBox3"; |
|
671 | this.checkBox3.Size = new System.Drawing.Size(59, 17); |
671 | this.checkBox3.Size = new System.Drawing.Size(58, 17); |
|
672 | this.checkBox3.TabIndex = 5; |
672 | this.checkBox3.TabIndex = 5; |
|
673 | this.checkBox3.Text = "Enable"; |
673 | this.checkBox3.Text = "Enable"; |
|
674 | this.checkBox3.UseVisualStyleBackColor = true; |
674 | this.checkBox3.UseVisualStyleBackColor = true; |
|
675 | // |
675 | // |
|
676 | // tabPage6 |
676 | // tabPage6 |
|
677 | // |
677 | // |
|
678 | this.tabPage6.Controls.Add(this.flowLayoutPanel9); |
678 | this.tabPage6.Controls.Add(this.flowLayoutPanel9); |
|
679 | this.tabPage6.Location = new System.Drawing.Point(4, 22); |
679 | this.tabPage6.Location = new System.Drawing.Point(4, 22); |
|
680 | this.tabPage6.Name = "tabPage6"; |
680 | this.tabPage6.Name = "tabPage6"; |
|
681 | this.tabPage6.Size = new System.Drawing.Size(637, 279); |
681 | this.tabPage6.Size = new System.Drawing.Size(412, 346); |
|
682 | this.tabPage6.TabIndex = 2; |
682 | this.tabPage6.TabIndex = 2; |
|
683 | this.tabPage6.Text = "Bluetooth"; |
683 | this.tabPage6.Text = "Bluetooth"; |
|
684 | this.tabPage6.UseVisualStyleBackColor = true; |
684 | this.tabPage6.UseVisualStyleBackColor = true; |
|
685 | // |
685 | // |
|
686 | // flowLayoutPanel9 |
686 | // flowLayoutPanel9 |
|
Line 689... | Line 689... | |||
689 | this.flowLayoutPanel9.Controls.Add(this.groupBox14); |
689 | this.flowLayoutPanel9.Controls.Add(this.groupBox14); |
|
690 | this.flowLayoutPanel9.Controls.Add(this.groupBox8); |
690 | this.flowLayoutPanel9.Controls.Add(this.groupBox8); |
|
691 | this.flowLayoutPanel9.Dock = System.Windows.Forms.DockStyle.Fill; |
691 | this.flowLayoutPanel9.Dock = System.Windows.Forms.DockStyle.Fill; |
|
692 | this.flowLayoutPanel9.Location = new System.Drawing.Point(0, 0); |
692 | this.flowLayoutPanel9.Location = new System.Drawing.Point(0, 0); |
|
693 | this.flowLayoutPanel9.Name = "flowLayoutPanel9"; |
693 | this.flowLayoutPanel9.Name = "flowLayoutPanel9"; |
|
694 | this.flowLayoutPanel9.Size = new System.Drawing.Size(637, 279); |
694 | this.flowLayoutPanel9.Size = new System.Drawing.Size(412, 346); |
|
695 | this.flowLayoutPanel9.TabIndex = 0; |
695 | this.flowLayoutPanel9.TabIndex = 0; |
|
696 | // |
696 | // |
|
697 | // groupBox12 |
697 | // groupBox12 |
|
698 | // |
698 | // |
|
699 | this.groupBox12.Controls.Add(this.checkBox5); |
699 | this.groupBox12.Controls.Add(this.checkBox5); |
|
Line 708... | Line 708... | |||
708 | // |
708 | // |
|
709 | this.checkBox5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
709 | this.checkBox5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
|
710 | this.checkBox5.AutoSize = true; |
710 | this.checkBox5.AutoSize = true; |
|
711 | this.checkBox5.Location = new System.Drawing.Point(71, 42); |
711 | this.checkBox5.Location = new System.Drawing.Point(71, 42); |
|
712 | this.checkBox5.Name = "checkBox5"; |
712 | this.checkBox5.Name = "checkBox5"; |
|
713 | this.checkBox5.Size = new System.Drawing.Size(59, 17); |
713 | this.checkBox5.Size = new System.Drawing.Size(58, 17); |
|
714 | this.checkBox5.TabIndex = 6; |
714 | this.checkBox5.TabIndex = 6; |
|
715 | this.checkBox5.Text = "Enable"; |
715 | this.checkBox5.Text = "Enable"; |
|
716 | this.checkBox5.UseVisualStyleBackColor = true; |
716 | this.checkBox5.UseVisualStyleBackColor = true; |
|
717 | // |
717 | // |
|
718 | // groupBox14 |
718 | // groupBox14 |
|
Line 796... | Line 796... | |||
796 | // groupBox8 |
796 | // groupBox8 |
|
797 | // |
797 | // |
|
798 | this.groupBox8.Controls.Add(this.tableLayoutPanel9); |
798 | this.groupBox8.Controls.Add(this.tableLayoutPanel9); |
|
799 | this.groupBox8.Location = new System.Drawing.Point(3, 109); |
799 | this.groupBox8.Location = new System.Drawing.Point(3, 109); |
|
800 | this.groupBox8.Name = "groupBox8"; |
800 | this.groupBox8.Name = "groupBox8"; |
|
801 | this.groupBox8.Size = new System.Drawing.Size(270, 172); |
801 | this.groupBox8.Size = new System.Drawing.Size(406, 172); |
|
802 | this.groupBox8.TabIndex = 3; |
802 | this.groupBox8.TabIndex = 3; |
|
803 | this.groupBox8.TabStop = false; |
803 | this.groupBox8.TabStop = false; |
|
804 | this.groupBox8.Text = "Bluetooth Devices"; |
804 | this.groupBox8.Text = "Bluetooth Devices"; |
|
805 | // |
805 | // |
|
806 | // tableLayoutPanel9 |
806 | // tableLayoutPanel9 |
|
Line 813... | Line 813... | |||
813 | this.tableLayoutPanel9.Location = new System.Drawing.Point(3, 16); |
813 | this.tableLayoutPanel9.Location = new System.Drawing.Point(3, 16); |
|
814 | this.tableLayoutPanel9.Name = "tableLayoutPanel9"; |
814 | this.tableLayoutPanel9.Name = "tableLayoutPanel9"; |
|
815 | this.tableLayoutPanel9.RowCount = 2; |
815 | this.tableLayoutPanel9.RowCount = 2; |
|
816 | this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 75F)); |
816 | this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 75F)); |
|
817 | this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); |
817 | this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); |
|
818 | this.tableLayoutPanel9.Size = new System.Drawing.Size(264, 153); |
818 | this.tableLayoutPanel9.Size = new System.Drawing.Size(400, 153); |
|
819 | this.tableLayoutPanel9.TabIndex = 0; |
819 | this.tableLayoutPanel9.TabIndex = 0; |
|
820 | // |
820 | // |
|
821 | // tableLayoutPanel10 |
821 | // tableLayoutPanel10 |
|
822 | // |
822 | // |
|
823 | this.tableLayoutPanel10.ColumnCount = 4; |
823 | this.tableLayoutPanel10.ColumnCount = 4; |
|
Line 832... | Line 832... | |||
832 | this.tableLayoutPanel10.Dock = System.Windows.Forms.DockStyle.Fill; |
832 | this.tableLayoutPanel10.Dock = System.Windows.Forms.DockStyle.Fill; |
|
833 | this.tableLayoutPanel10.Location = new System.Drawing.Point(3, 117); |
833 | this.tableLayoutPanel10.Location = new System.Drawing.Point(3, 117); |
|
834 | this.tableLayoutPanel10.Name = "tableLayoutPanel10"; |
834 | this.tableLayoutPanel10.Name = "tableLayoutPanel10"; |
|
835 | this.tableLayoutPanel10.RowCount = 1; |
835 | this.tableLayoutPanel10.RowCount = 1; |
|
836 | this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
836 | this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
|
837 | this.tableLayoutPanel10.Size = new System.Drawing.Size(258, 33); |
837 | this.tableLayoutPanel10.Size = new System.Drawing.Size(394, 33); |
|
838 | this.tableLayoutPanel10.TabIndex = 0; |
838 | this.tableLayoutPanel10.TabIndex = 0; |
|
839 | // |
839 | // |
|
840 | // button1 |
840 | // button1 |
|
841 | // |
841 | // |
|
842 | this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
842 | this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
|
843 | this.button1.Location = new System.Drawing.Point(67, 5); |
843 | this.button1.Location = new System.Drawing.Point(101, 5); |
|
844 | this.button1.Name = "button1"; |
844 | this.button1.Name = "button1"; |
|
845 | this.button1.Size = new System.Drawing.Size(58, 22); |
845 | this.button1.Size = new System.Drawing.Size(92, 22); |
|
846 | this.button1.TabIndex = 0; |
846 | this.button1.TabIndex = 0; |
|
847 | this.button1.Text = "Add"; |
847 | this.button1.Text = "Add"; |
|
848 | this.button1.UseVisualStyleBackColor = true; |
848 | this.button1.UseVisualStyleBackColor = true; |
|
849 | this.button1.Click += new System.EventHandler(this.Button1_Click); |
849 | this.button1.Click += new System.EventHandler(this.Button1_Click); |
|
850 | // |
850 | // |
|
851 | // button2 |
851 | // button2 |
|
852 | // |
852 | // |
|
853 | this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
853 | this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
|
854 | this.button2.Location = new System.Drawing.Point(131, 5); |
854 | this.button2.Location = new System.Drawing.Point(199, 5); |
|
855 | this.button2.Name = "button2"; |
855 | this.button2.Name = "button2"; |
|
856 | this.button2.Size = new System.Drawing.Size(58, 22); |
856 | this.button2.Size = new System.Drawing.Size(92, 22); |
|
857 | this.button2.TabIndex = 1; |
857 | this.button2.TabIndex = 1; |
|
858 | this.button2.Text = "Remove"; |
858 | this.button2.Text = "Remove"; |
|
859 | this.button2.UseVisualStyleBackColor = true; |
859 | this.button2.UseVisualStyleBackColor = true; |
|
860 | this.button2.Click += new System.EventHandler(this.Button2_Click); |
860 | this.button2.Click += new System.EventHandler(this.Button2_Click); |
|
861 | // |
861 | // |
|
862 | // textBox5 |
862 | // textBox5 |
|
863 | // |
863 | // |
|
864 | this.textBox5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
864 | this.textBox5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
|
865 | this.textBox5.Location = new System.Drawing.Point(3, 6); |
865 | this.textBox5.Location = new System.Drawing.Point(3, 6); |
|
866 | this.textBox5.Name = "textBox5"; |
866 | this.textBox5.Name = "textBox5"; |
|
867 | this.textBox5.Size = new System.Drawing.Size(58, 20); |
867 | this.textBox5.Size = new System.Drawing.Size(92, 20); |
|
868 | this.textBox5.TabIndex = 2; |
868 | this.textBox5.TabIndex = 2; |
|
869 | // |
869 | // |
|
870 | // button3 |
870 | // button3 |
|
871 | // |
871 | // |
|
872 | this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
872 | this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
|
873 | this.button3.Location = new System.Drawing.Point(195, 5); |
873 | this.button3.Location = new System.Drawing.Point(297, 5); |
|
874 | this.button3.Name = "button3"; |
874 | this.button3.Name = "button3"; |
|
875 | this.button3.Size = new System.Drawing.Size(60, 22); |
875 | this.button3.Size = new System.Drawing.Size(94, 22); |
|
876 | this.button3.TabIndex = 3; |
876 | this.button3.TabIndex = 3; |
|
877 | this.button3.Text = "Scan"; |
877 | this.button3.Text = "Scan"; |
|
878 | this.button3.UseVisualStyleBackColor = true; |
878 | this.button3.UseVisualStyleBackColor = true; |
|
879 | this.button3.Click += new System.EventHandler(this.Button3_Click); |
879 | this.button3.Click += new System.EventHandler(this.Button3_Click); |
|
880 | // |
880 | // |
|
Line 882... | Line 882... | |||
882 | // |
882 | // |
|
883 | this.listBox1.Dock = System.Windows.Forms.DockStyle.Fill; |
883 | this.listBox1.Dock = System.Windows.Forms.DockStyle.Fill; |
|
884 | this.listBox1.FormattingEnabled = true; |
884 | this.listBox1.FormattingEnabled = true; |
|
885 | this.listBox1.Location = new System.Drawing.Point(3, 3); |
885 | this.listBox1.Location = new System.Drawing.Point(3, 3); |
|
886 | this.listBox1.Name = "listBox1"; |
886 | this.listBox1.Name = "listBox1"; |
|
887 | this.listBox1.Size = new System.Drawing.Size(258, 108); |
887 | this.listBox1.Size = new System.Drawing.Size(394, 108); |
|
888 | this.listBox1.TabIndex = 0; |
888 | this.listBox1.TabIndex = 0; |
|
889 | // |
889 | // |
|
890 | // tabPage7 |
890 | // tabPage7 |
|
891 | // |
891 | // |
|
892 | this.tabPage7.Controls.Add(this.flowLayoutPanel10); |
892 | this.tabPage7.Controls.Add(this.flowLayoutPanel10); |
|
893 | this.tabPage7.Location = new System.Drawing.Point(4, 22); |
893 | this.tabPage7.Location = new System.Drawing.Point(4, 22); |
|
894 | this.tabPage7.Name = "tabPage7"; |
894 | this.tabPage7.Name = "tabPage7"; |
|
895 | this.tabPage7.Size = new System.Drawing.Size(637, 279); |
895 | this.tabPage7.Size = new System.Drawing.Size(412, 346); |
|
896 | this.tabPage7.TabIndex = 3; |
896 | this.tabPage7.TabIndex = 3; |
|
897 | this.tabPage7.Text = "Windows"; |
897 | this.tabPage7.Text = "Windows"; |
|
898 | this.tabPage7.UseVisualStyleBackColor = true; |
898 | this.tabPage7.UseVisualStyleBackColor = true; |
|
899 | // |
899 | // |
|
900 | // flowLayoutPanel10 |
900 | // flowLayoutPanel10 |
|
Line 902... | Line 902... | |||
902 | this.flowLayoutPanel10.Controls.Add(this.groupBox13); |
902 | this.flowLayoutPanel10.Controls.Add(this.groupBox13); |
|
903 | this.flowLayoutPanel10.Controls.Add(this.groupBox9); |
903 | this.flowLayoutPanel10.Controls.Add(this.groupBox9); |
|
904 | this.flowLayoutPanel10.Dock = System.Windows.Forms.DockStyle.Fill; |
904 | this.flowLayoutPanel10.Dock = System.Windows.Forms.DockStyle.Fill; |
|
905 | this.flowLayoutPanel10.Location = new System.Drawing.Point(0, 0); |
905 | this.flowLayoutPanel10.Location = new System.Drawing.Point(0, 0); |
|
906 | this.flowLayoutPanel10.Name = "flowLayoutPanel10"; |
906 | this.flowLayoutPanel10.Name = "flowLayoutPanel10"; |
|
907 | this.flowLayoutPanel10.Size = new System.Drawing.Size(637, 279); |
907 | this.flowLayoutPanel10.Size = new System.Drawing.Size(412, 346); |
|
908 | this.flowLayoutPanel10.TabIndex = 0; |
908 | this.flowLayoutPanel10.TabIndex = 0; |
|
909 | // |
909 | // |
|
910 | // groupBox13 |
910 | // groupBox13 |
|
911 | // |
911 | // |
|
912 | this.groupBox13.Controls.Add(this.checkBox6); |
912 | this.groupBox13.Controls.Add(this.checkBox6); |
|
Line 921... | Line 921... | |||
921 | // |
921 | // |
|
922 | this.checkBox6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
922 | this.checkBox6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
|
923 | this.checkBox6.AutoSize = true; |
923 | this.checkBox6.AutoSize = true; |
|
924 | this.checkBox6.Location = new System.Drawing.Point(71, 41); |
924 | this.checkBox6.Location = new System.Drawing.Point(71, 41); |
|
925 | this.checkBox6.Name = "checkBox6"; |
925 | this.checkBox6.Name = "checkBox6"; |
|
926 | this.checkBox6.Size = new System.Drawing.Size(59, 17); |
926 | this.checkBox6.Size = new System.Drawing.Size(58, 17); |
|
927 | this.checkBox6.TabIndex = 8; |
927 | this.checkBox6.TabIndex = 8; |
|
928 | this.checkBox6.Text = "Enable"; |
928 | this.checkBox6.Text = "Enable"; |
|
929 | this.checkBox6.UseVisualStyleBackColor = true; |
929 | this.checkBox6.UseVisualStyleBackColor = true; |
|
930 | // |
930 | // |
|
931 | // groupBox9 |
931 | // groupBox9 |
|
932 | // |
932 | // |
|
933 | this.groupBox9.Controls.Add(this.tableLayoutPanel11); |
933 | this.groupBox9.Controls.Add(this.tableLayoutPanel11); |
|
934 | this.groupBox9.Location = new System.Drawing.Point(3, 106); |
934 | this.groupBox9.Location = new System.Drawing.Point(3, 106); |
|
935 | this.groupBox9.Name = "groupBox9"; |
935 | this.groupBox9.Name = "groupBox9"; |
|
936 | this.groupBox9.Size = new System.Drawing.Size(533, 192); |
936 | this.groupBox9.Size = new System.Drawing.Size(412, 192); |
|
937 | this.groupBox9.TabIndex = 4; |
937 | this.groupBox9.TabIndex = 4; |
|
938 | this.groupBox9.TabStop = false; |
938 | this.groupBox9.TabStop = false; |
|
939 | this.groupBox9.Text = "Windows"; |
939 | this.groupBox9.Text = "Windows"; |
|
940 | // |
940 | // |
|
941 | // tableLayoutPanel11 |
941 | // tableLayoutPanel11 |
|
Line 948... | Line 948... | |||
948 | this.tableLayoutPanel11.Location = new System.Drawing.Point(3, 16); |
948 | this.tableLayoutPanel11.Location = new System.Drawing.Point(3, 16); |
|
949 | this.tableLayoutPanel11.Name = "tableLayoutPanel11"; |
949 | this.tableLayoutPanel11.Name = "tableLayoutPanel11"; |
|
950 | this.tableLayoutPanel11.RowCount = 2; |
950 | this.tableLayoutPanel11.RowCount = 2; |
|
951 | this.tableLayoutPanel11.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 75F)); |
951 | this.tableLayoutPanel11.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 75F)); |
|
952 | this.tableLayoutPanel11.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); |
952 | this.tableLayoutPanel11.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); |
|
953 | this.tableLayoutPanel11.Size = new System.Drawing.Size(527, 173); |
953 | this.tableLayoutPanel11.Size = new System.Drawing.Size(406, 173); |
|
954 | this.tableLayoutPanel11.TabIndex = 0; |
954 | this.tableLayoutPanel11.TabIndex = 0; |
|
955 | // |
955 | // |
|
956 | // tableLayoutPanel12 |
956 | // tableLayoutPanel12 |
|
957 | // |
957 | // |
|
958 | this.tableLayoutPanel12.ColumnCount = 3; |
958 | this.tableLayoutPanel12.ColumnCount = 3; |
|
Line 965... | Line 965... | |||
965 | this.tableLayoutPanel12.Dock = System.Windows.Forms.DockStyle.Fill; |
965 | this.tableLayoutPanel12.Dock = System.Windows.Forms.DockStyle.Fill; |
|
966 | this.tableLayoutPanel12.Location = new System.Drawing.Point(3, 132); |
966 | this.tableLayoutPanel12.Location = new System.Drawing.Point(3, 132); |
|
967 | this.tableLayoutPanel12.Name = "tableLayoutPanel12"; |
967 | this.tableLayoutPanel12.Name = "tableLayoutPanel12"; |
|
968 | this.tableLayoutPanel12.RowCount = 1; |
968 | this.tableLayoutPanel12.RowCount = 1; |
|
969 | this.tableLayoutPanel12.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
969 | this.tableLayoutPanel12.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
|
970 | this.tableLayoutPanel12.Size = new System.Drawing.Size(521, 38); |
970 | this.tableLayoutPanel12.Size = new System.Drawing.Size(400, 38); |
|
971 | this.tableLayoutPanel12.TabIndex = 1; |
971 | this.tableLayoutPanel12.TabIndex = 1; |
|
972 | // |
972 | // |
|
973 | // button4 |
973 | // button4 |
|
974 | // |
974 | // |
|
975 | this.button4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
975 | this.button4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
|
976 | this.button4.Location = new System.Drawing.Point(3, 7); |
976 | this.button4.Location = new System.Drawing.Point(3, 7); |
|
977 | this.button4.Name = "button4"; |
977 | this.button4.Name = "button4"; |
|
978 | this.button4.Size = new System.Drawing.Size(167, 23); |
978 | this.button4.Size = new System.Drawing.Size(127, 23); |
|
979 | this.button4.TabIndex = 0; |
979 | this.button4.TabIndex = 0; |
|
980 | this.button4.Text = "Add"; |
980 | this.button4.Text = "Add"; |
|
981 | this.button4.UseVisualStyleBackColor = true; |
981 | this.button4.UseVisualStyleBackColor = true; |
|
982 | this.button4.Click += new System.EventHandler(this.Button4_Click); |
982 | this.button4.Click += new System.EventHandler(this.Button4_Click); |
|
983 | // |
983 | // |
|
984 | // button5 |
984 | // button5 |
|
985 | // |
985 | // |
|
986 | this.button5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
986 | this.button5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
|
987 | this.button5.Location = new System.Drawing.Point(349, 7); |
987 | this.button5.Location = new System.Drawing.Point(269, 7); |
|
988 | this.button5.Name = "button5"; |
988 | this.button5.Name = "button5"; |
|
989 | this.button5.Size = new System.Drawing.Size(169, 23); |
989 | this.button5.Size = new System.Drawing.Size(128, 23); |
|
990 | this.button5.TabIndex = 1; |
990 | this.button5.TabIndex = 1; |
|
991 | this.button5.Text = "Remove"; |
991 | this.button5.Text = "Remove"; |
|
992 | this.button5.UseVisualStyleBackColor = true; |
992 | this.button5.UseVisualStyleBackColor = true; |
|
993 | this.button5.Click += new System.EventHandler(this.Button5_Click); |
993 | this.button5.Click += new System.EventHandler(this.Button5_Click); |
|
994 | // |
994 | // |
|
995 | // button6 |
995 | // button6 |
|
996 | // |
996 | // |
|
997 | this.button6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
997 | this.button6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
|
998 | this.button6.Location = new System.Drawing.Point(176, 7); |
998 | this.button6.Location = new System.Drawing.Point(136, 7); |
|
999 | this.button6.Name = "button6"; |
999 | this.button6.Name = "button6"; |
|
1000 | this.button6.Size = new System.Drawing.Size(167, 23); |
1000 | this.button6.Size = new System.Drawing.Size(127, 23); |
|
1001 | this.button6.TabIndex = 2; |
1001 | this.button6.TabIndex = 2; |
|
1002 | this.button6.Text = "Refresh"; |
1002 | this.button6.Text = "Refresh"; |
|
1003 | this.button6.UseVisualStyleBackColor = true; |
1003 | this.button6.UseVisualStyleBackColor = true; |
|
1004 | this.button6.Click += new System.EventHandler(this.Button6_Click); |
1004 | this.button6.Click += new System.EventHandler(this.Button6_Click); |
|
1005 | // |
1005 | // |
|
Line 1013... | Line 1013... | |||
1013 | this.tableLayoutPanel13.Dock = System.Windows.Forms.DockStyle.Fill; |
1013 | this.tableLayoutPanel13.Dock = System.Windows.Forms.DockStyle.Fill; |
|
1014 | this.tableLayoutPanel13.Location = new System.Drawing.Point(3, 3); |
1014 | this.tableLayoutPanel13.Location = new System.Drawing.Point(3, 3); |
|
1015 | this.tableLayoutPanel13.Name = "tableLayoutPanel13"; |
1015 | this.tableLayoutPanel13.Name = "tableLayoutPanel13"; |
|
1016 | this.tableLayoutPanel13.RowCount = 1; |
1016 | this.tableLayoutPanel13.RowCount = 1; |
|
1017 | this.tableLayoutPanel13.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); |
1017 | this.tableLayoutPanel13.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); |
|
1018 | this.tableLayoutPanel13.Size = new System.Drawing.Size(521, 123); |
1018 | this.tableLayoutPanel13.Size = new System.Drawing.Size(400, 123); |
|
1019 | this.tableLayoutPanel13.TabIndex = 2; |
1019 | this.tableLayoutPanel13.TabIndex = 2; |
|
1020 | // |
1020 | // |
|
1021 | // listBox2 |
1021 | // listBox2 |
|
1022 | // |
1022 | // |
|
1023 | this.listBox2.Dock = System.Windows.Forms.DockStyle.Fill; |
1023 | this.listBox2.Dock = System.Windows.Forms.DockStyle.Fill; |
|
1024 | this.listBox2.FormattingEnabled = true; |
1024 | this.listBox2.FormattingEnabled = true; |
|
1025 | this.listBox2.Location = new System.Drawing.Point(263, 3); |
1025 | this.listBox2.Location = new System.Drawing.Point(203, 3); |
|
1026 | this.listBox2.Name = "listBox2"; |
1026 | this.listBox2.Name = "listBox2"; |
|
1027 | this.listBox2.Size = new System.Drawing.Size(255, 117); |
1027 | this.listBox2.Size = new System.Drawing.Size(194, 117); |
|
1028 | this.listBox2.Sorted = true; |
1028 | this.listBox2.Sorted = true; |
|
1029 | this.listBox2.TabIndex = 0; |
1029 | this.listBox2.TabIndex = 0; |
|
1030 | // |
1030 | // |
|
1031 | // listBox3 |
1031 | // listBox3 |
|
1032 | // |
1032 | // |
|
1033 | this.listBox3.Dock = System.Windows.Forms.DockStyle.Fill; |
1033 | this.listBox3.Dock = System.Windows.Forms.DockStyle.Fill; |
|
1034 | this.listBox3.FormattingEnabled = true; |
1034 | this.listBox3.FormattingEnabled = true; |
|
1035 | this.listBox3.Location = new System.Drawing.Point(3, 3); |
1035 | this.listBox3.Location = new System.Drawing.Point(3, 3); |
|
1036 | this.listBox3.Name = "listBox3"; |
1036 | this.listBox3.Name = "listBox3"; |
|
1037 | this.listBox3.Size = new System.Drawing.Size(254, 117); |
1037 | this.listBox3.Size = new System.Drawing.Size(194, 117); |
|
1038 | this.listBox3.Sorted = true; |
1038 | this.listBox3.Sorted = true; |
|
1039 | this.listBox3.TabIndex = 1; |
1039 | this.listBox3.TabIndex = 1; |
|
1040 | // |
1040 | // |
|
1041 | // tabPage3 |
1041 | // tabPage3 |
|
1042 | // |
1042 | // |
|
1043 | this.tabPage3.Controls.Add(this.flowLayoutPanel3); |
1043 | this.tabPage3.Controls.Add(this.flowLayoutPanel3); |
|
1044 | this.tabPage3.Location = new System.Drawing.Point(4, 22); |
1044 | this.tabPage3.Location = new System.Drawing.Point(4, 22); |
|
1045 | this.tabPage3.Name = "tabPage3"; |
1045 | this.tabPage3.Name = "tabPage3"; |
|
1046 | this.tabPage3.Size = new System.Drawing.Size(616, 415); |
1046 | this.tabPage3.Size = new System.Drawing.Size(426, 378); |
|
1047 | this.tabPage3.TabIndex = 2; |
1047 | this.tabPage3.TabIndex = 2; |
|
1048 | this.tabPage3.Text = "MQTT"; |
1048 | this.tabPage3.Text = "MQTT"; |
|
1049 | this.tabPage3.UseVisualStyleBackColor = true; |
1049 | this.tabPage3.UseVisualStyleBackColor = true; |
|
1050 | // |
1050 | // |
|
1051 | // flowLayoutPanel3 |
1051 | // flowLayoutPanel3 |
|
Line 1053... | Line 1053... | |||
1053 | this.flowLayoutPanel3.Controls.Add(this.groupBox6); |
1053 | this.flowLayoutPanel3.Controls.Add(this.groupBox6); |
|
1054 | this.flowLayoutPanel3.Controls.Add(this.groupBox7); |
1054 | this.flowLayoutPanel3.Controls.Add(this.groupBox7); |
|
1055 | this.flowLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill; |
1055 | this.flowLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill; |
|
1056 | this.flowLayoutPanel3.Location = new System.Drawing.Point(0, 0); |
1056 | this.flowLayoutPanel3.Location = new System.Drawing.Point(0, 0); |
|
1057 | this.flowLayoutPanel3.Name = "flowLayoutPanel3"; |
1057 | this.flowLayoutPanel3.Name = "flowLayoutPanel3"; |
|
1058 | this.flowLayoutPanel3.Size = new System.Drawing.Size(616, 415); |
1058 | this.flowLayoutPanel3.Size = new System.Drawing.Size(426, 378); |
|
1059 | this.flowLayoutPanel3.TabIndex = 2; |
1059 | this.flowLayoutPanel3.TabIndex = 2; |
|
1060 | // |
1060 | // |
|
1061 | // groupBox6 |
1061 | // groupBox6 |
|
1062 | // |
1062 | // |
|
1063 | this.groupBox6.Controls.Add(this.tableLayoutPanel5); |
1063 | this.groupBox6.Controls.Add(this.tableLayoutPanel5); |
|
1064 | this.groupBox6.Location = new System.Drawing.Point(3, 3); |
1064 | this.groupBox6.Location = new System.Drawing.Point(3, 3); |
|
1065 | this.groupBox6.Name = "groupBox6"; |
1065 | this.groupBox6.Name = "groupBox6"; |
|
1066 | this.groupBox6.Size = new System.Drawing.Size(325, 268); |
1066 | this.groupBox6.Size = new System.Drawing.Size(202, 268); |
|
1067 | this.groupBox6.TabIndex = 1; |
1067 | this.groupBox6.TabIndex = 1; |
|
1068 | this.groupBox6.TabStop = false; |
1068 | this.groupBox6.TabStop = false; |
|
1069 | this.groupBox6.Text = "Settings"; |
1069 | this.groupBox6.Text = "Settings"; |
|
1070 | // |
1070 | // |
|
1071 | // tableLayoutPanel5 |
1071 | // tableLayoutPanel5 |
|
Line 1093... | Line 1093... | |||
1093 | this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F)); |
1093 | this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F)); |
|
1094 | this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F)); |
1094 | this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F)); |
|
1095 | this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F)); |
1095 | this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F)); |
|
1096 | this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F)); |
1096 | this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F)); |
|
1097 | this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F)); |
1097 | this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F)); |
|
1098 | this.tableLayoutPanel5.Size = new System.Drawing.Size(319, 249); |
1098 | this.tableLayoutPanel5.Size = new System.Drawing.Size(196, 249); |
|
1099 | this.tableLayoutPanel5.TabIndex = 0; |
1099 | this.tableLayoutPanel5.TabIndex = 0; |
|
1100 | // |
1100 | // |
|
1101 | // label4 |
1101 | // label4 |
|
1102 | // |
1102 | // |
|
1103 | this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
1103 | this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
|
1104 | this.label4.AutoSize = true; |
1104 | this.label4.AutoSize = true; |
|
1105 | this.label4.Location = new System.Drawing.Point(3, 14); |
1105 | this.label4.Location = new System.Drawing.Point(3, 14); |
|
1106 | this.label4.Name = "label4"; |
1106 | this.label4.Name = "label4"; |
|
1107 | this.label4.Size = new System.Drawing.Size(153, 13); |
1107 | this.label4.Size = new System.Drawing.Size(92, 13); |
|
1108 | this.label4.TabIndex = 0; |
1108 | this.label4.TabIndex = 0; |
|
1109 | this.label4.Text = "Connect"; |
1109 | this.label4.Text = "Connect"; |
|
1110 | // |
1110 | // |
|
1111 | // checkBox4 |
1111 | // checkBox4 |
|
1112 | // |
1112 | // |
|
1113 | this.checkBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
1113 | this.checkBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
|
1114 | this.checkBox4.AutoSize = true; |
1114 | this.checkBox4.AutoSize = true; |
|
1115 | this.checkBox4.Location = new System.Drawing.Point(162, 12); |
1115 | this.checkBox4.Location = new System.Drawing.Point(101, 12); |
|
1116 | this.checkBox4.Name = "checkBox4"; |
1116 | this.checkBox4.Name = "checkBox4"; |
|
1117 | this.checkBox4.Size = new System.Drawing.Size(154, 17); |
1117 | this.checkBox4.Size = new System.Drawing.Size(92, 17); |
|
1118 | this.checkBox4.TabIndex = 1; |
1118 | this.checkBox4.TabIndex = 1; |
|
1119 | this.checkBox4.Text = "Enable"; |
1119 | this.checkBox4.Text = "Enable"; |
|
1120 | this.checkBox4.UseVisualStyleBackColor = true; |
1120 | this.checkBox4.UseVisualStyleBackColor = true; |
|
1121 | this.checkBox4.CheckedChanged += new System.EventHandler(this.MqttSettings_Changed); |
1121 | this.checkBox4.CheckedChanged += new System.EventHandler(this.MqttSettings_Changed); |
|
1122 | // |
1122 | // |
|
Line 1124... | Line 1124... | |||
1124 | // |
1124 | // |
|
1125 | this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
1125 | this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
|
1126 | this.label5.AutoSize = true; |
1126 | this.label5.AutoSize = true; |
|
1127 | this.label5.Location = new System.Drawing.Point(3, 55); |
1127 | this.label5.Location = new System.Drawing.Point(3, 55); |
|
1128 | this.label5.Name = "label5"; |
1128 | this.label5.Name = "label5"; |
|
1129 | this.label5.Size = new System.Drawing.Size(153, 13); |
1129 | this.label5.Size = new System.Drawing.Size(92, 13); |
|
1130 | this.label5.TabIndex = 2; |
1130 | this.label5.TabIndex = 2; |
|
1131 | this.label5.Text = "Host"; |
1131 | this.label5.Text = "Host"; |
|
1132 | // |
1132 | // |
|
1133 | // textBox1 |
1133 | // textBox1 |
|
1134 | // |
1134 | // |
|
1135 | this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
1135 | this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
|
1136 | this.textBox1.Location = new System.Drawing.Point(162, 51); |
1136 | this.textBox1.Location = new System.Drawing.Point(101, 51); |
|
1137 | this.textBox1.Name = "textBox1"; |
1137 | this.textBox1.Name = "textBox1"; |
|
1138 | this.textBox1.Size = new System.Drawing.Size(154, 20); |
1138 | this.textBox1.Size = new System.Drawing.Size(92, 20); |
|
1139 | this.textBox1.TabIndex = 3; |
1139 | this.textBox1.TabIndex = 3; |
|
1140 | this.textBox1.TextChanged += new System.EventHandler(this.MqttSettings_Changed); |
1140 | this.textBox1.TextChanged += new System.EventHandler(this.MqttSettings_Changed); |
|
1141 | // |
1141 | // |
|
1142 | // label6 |
1142 | // label6 |
|
1143 | // |
1143 | // |
|
1144 | this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
1144 | this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
|
1145 | this.label6.AutoSize = true; |
1145 | this.label6.AutoSize = true; |
|
1146 | this.label6.Location = new System.Drawing.Point(3, 96); |
1146 | this.label6.Location = new System.Drawing.Point(3, 96); |
|
1147 | this.label6.Name = "label6"; |
1147 | this.label6.Name = "label6"; |
|
1148 | this.label6.Size = new System.Drawing.Size(153, 13); |
1148 | this.label6.Size = new System.Drawing.Size(92, 13); |
|
1149 | this.label6.TabIndex = 4; |
1149 | this.label6.TabIndex = 4; |
|
1150 | this.label6.Text = "Port"; |
1150 | this.label6.Text = "Port"; |
|
1151 | // |
1151 | // |
|
1152 | // numericUpDown2 |
1152 | // numericUpDown2 |
|
1153 | // |
1153 | // |
|
1154 | this.numericUpDown2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
1154 | this.numericUpDown2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
|
1155 | this.numericUpDown2.Location = new System.Drawing.Point(162, 92); |
1155 | this.numericUpDown2.Location = new System.Drawing.Point(101, 92); |
|
1156 | this.numericUpDown2.Maximum = new decimal(new int[] { |
1156 | this.numericUpDown2.Maximum = new decimal(new int[] { |
|
1157 | 65535, |
1157 | 65535, |
|
1158 | 0, |
1158 | 0, |
|
1159 | 0, |
1159 | 0, |
|
1160 | 0}); |
1160 | 0}); |
|
Line 1162... | Line 1162... | |||
1162 | 1, |
1162 | 1, |
|
1163 | 0, |
1163 | 0, |
|
1164 | 0, |
1164 | 0, |
|
1165 | 0}); |
1165 | 0}); |
|
1166 | this.numericUpDown2.Name = "numericUpDown2"; |
1166 | this.numericUpDown2.Name = "numericUpDown2"; |
|
1167 | this.numericUpDown2.Size = new System.Drawing.Size(154, 20); |
1167 | this.numericUpDown2.Size = new System.Drawing.Size(92, 20); |
|
1168 | this.numericUpDown2.TabIndex = 5; |
1168 | this.numericUpDown2.TabIndex = 5; |
|
1169 | this.numericUpDown2.Value = new decimal(new int[] { |
1169 | this.numericUpDown2.Value = new decimal(new int[] { |
|
1170 | 1, |
1170 | 1, |
|
1171 | 0, |
1171 | 0, |
|
1172 | 0, |
1172 | 0, |
|
Line 1177... | Line 1177... | |||
1177 | // |
1177 | // |
|
1178 | this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
1178 | this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
|
1179 | this.label7.AutoSize = true; |
1179 | this.label7.AutoSize = true; |
|
1180 | this.label7.Location = new System.Drawing.Point(3, 137); |
1180 | this.label7.Location = new System.Drawing.Point(3, 137); |
|
1181 | this.label7.Name = "label7"; |
1181 | this.label7.Name = "label7"; |
|
1182 | this.label7.Size = new System.Drawing.Size(153, 13); |
1182 | this.label7.Size = new System.Drawing.Size(92, 13); |
|
1183 | this.label7.TabIndex = 6; |
1183 | this.label7.TabIndex = 6; |
|
1184 | this.label7.Text = "Username"; |
1184 | this.label7.Text = "Username"; |
|
1185 | // |
1185 | // |
|
1186 | // textBox2 |
1186 | // textBox2 |
|
1187 | // |
1187 | // |
|
1188 | this.textBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
1188 | this.textBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
|
1189 | this.textBox2.Location = new System.Drawing.Point(162, 133); |
1189 | this.textBox2.Location = new System.Drawing.Point(101, 133); |
|
1190 | this.textBox2.Name = "textBox2"; |
1190 | this.textBox2.Name = "textBox2"; |
|
1191 | this.textBox2.Size = new System.Drawing.Size(154, 20); |
1191 | this.textBox2.Size = new System.Drawing.Size(92, 20); |
|
1192 | this.textBox2.TabIndex = 7; |
1192 | this.textBox2.TabIndex = 7; |
|
1193 | this.textBox2.TextChanged += new System.EventHandler(this.MqttSettings_Changed); |
1193 | this.textBox2.TextChanged += new System.EventHandler(this.MqttSettings_Changed); |
|
1194 | // |
1194 | // |
|
1195 | // label8 |
1195 | // label8 |
|
1196 | // |
1196 | // |
|
1197 | this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
1197 | this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
|
1198 | this.label8.AutoSize = true; |
1198 | this.label8.AutoSize = true; |
|
1199 | this.label8.Location = new System.Drawing.Point(3, 178); |
1199 | this.label8.Location = new System.Drawing.Point(3, 178); |
|
1200 | this.label8.Name = "label8"; |
1200 | this.label8.Name = "label8"; |
|
1201 | this.label8.Size = new System.Drawing.Size(153, 13); |
1201 | this.label8.Size = new System.Drawing.Size(92, 13); |
|
1202 | this.label8.TabIndex = 8; |
1202 | this.label8.TabIndex = 8; |
|
1203 | this.label8.Text = "Password"; |
1203 | this.label8.Text = "Password"; |
|
1204 | // |
1204 | // |
|
1205 | // textBox3 |
1205 | // textBox3 |
|
1206 | // |
1206 | // |
|
1207 | this.textBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
1207 | this.textBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
|
1208 | this.textBox3.Location = new System.Drawing.Point(162, 174); |
1208 | this.textBox3.Location = new System.Drawing.Point(101, 174); |
|
1209 | this.textBox3.Name = "textBox3"; |
1209 | this.textBox3.Name = "textBox3"; |
|
1210 | this.textBox3.Size = new System.Drawing.Size(154, 20); |
1210 | this.textBox3.Size = new System.Drawing.Size(92, 20); |
|
1211 | this.textBox3.TabIndex = 9; |
1211 | this.textBox3.TabIndex = 9; |
|
1212 | this.textBox3.TextChanged += new System.EventHandler(this.MqttSettings_Changed); |
1212 | this.textBox3.TextChanged += new System.EventHandler(this.MqttSettings_Changed); |
|
1213 | // |
1213 | // |
|
1214 | // label9 |
1214 | // label9 |
|
1215 | // |
1215 | // |
|
1216 | this.label9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
1216 | this.label9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
|
1217 | this.label9.AutoSize = true; |
1217 | this.label9.AutoSize = true; |
|
1218 | this.label9.Location = new System.Drawing.Point(3, 220); |
1218 | this.label9.Location = new System.Drawing.Point(3, 220); |
|
1219 | this.label9.Name = "label9"; |
1219 | this.label9.Name = "label9"; |
|
1220 | this.label9.Size = new System.Drawing.Size(153, 13); |
1220 | this.label9.Size = new System.Drawing.Size(92, 13); |
|
1221 | this.label9.TabIndex = 10; |
1221 | this.label9.TabIndex = 10; |
|
1222 | this.label9.Text = "Topic"; |
1222 | this.label9.Text = "Topic"; |
|
1223 | // |
1223 | // |
|
1224 | // textBox4 |
1224 | // textBox4 |
|
1225 | // |
1225 | // |
|
1226 | this.textBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
1226 | this.textBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
|
1227 | this.textBox4.Location = new System.Drawing.Point(162, 217); |
1227 | this.textBox4.Location = new System.Drawing.Point(101, 217); |
|
1228 | this.textBox4.Name = "textBox4"; |
1228 | this.textBox4.Name = "textBox4"; |
|
1229 | this.textBox4.Size = new System.Drawing.Size(154, 20); |
1229 | this.textBox4.Size = new System.Drawing.Size(92, 20); |
|
1230 | this.textBox4.TabIndex = 11; |
1230 | this.textBox4.TabIndex = 11; |
|
1231 | this.textBox4.TextChanged += new System.EventHandler(this.MqttSettings_Changed); |
1231 | this.textBox4.TextChanged += new System.EventHandler(this.MqttSettings_Changed); |
|
1232 | // |
1232 | // |
|
1233 | // groupBox7 |
1233 | // groupBox7 |
|
1234 | // |
1234 | // |
|
1235 | this.groupBox7.Controls.Add(this.tableLayoutPanel4); |
1235 | this.groupBox7.Controls.Add(this.tableLayoutPanel4); |
|
1236 | this.groupBox7.Location = new System.Drawing.Point(334, 3); |
1236 | this.groupBox7.Location = new System.Drawing.Point(211, 3); |
|
1237 | this.groupBox7.Name = "groupBox7"; |
1237 | this.groupBox7.Name = "groupBox7"; |
|
1238 | this.groupBox7.Size = new System.Drawing.Size(200, 100); |
1238 | this.groupBox7.Size = new System.Drawing.Size(200, 100); |
|
1239 | this.groupBox7.TabIndex = 2; |
1239 | this.groupBox7.TabIndex = 2; |
|
1240 | this.groupBox7.TabStop = false; |
1240 | this.groupBox7.TabStop = false; |
|
1241 | this.groupBox7.Text = "Status"; |
1241 | this.groupBox7.Text = "Status"; |
|
Line 1299... | Line 1299... | |||
1299 | // |
1299 | // |
|
1300 | // SettingsForm |
1300 | // SettingsForm |
|
1301 | // |
1301 | // |
|
1302 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
1302 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
|
1303 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
1303 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
|
1304 | this.ClientSize = new System.Drawing.Size(624, 441); |
1304 | this.ClientSize = new System.Drawing.Size(434, 404); |
|
1305 | this.Controls.Add(this.tabControl1); |
1305 | this.Controls.Add(this.tabControl1); |
|
1306 | this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; |
1306 | this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; |
|
1307 | this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); |
1307 | this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); |
|
1308 | this.MaximizeBox = false; |
1308 | this.MaximizeBox = false; |
|
1309 | this.MaximumSize = new System.Drawing.Size(640, 480); |
1309 | this.MaximumSize = new System.Drawing.Size(440, 432); |
|
1310 | this.MinimumSize = new System.Drawing.Size(640, 480); |
1310 | this.MinimumSize = new System.Drawing.Size(440, 432); |
|
1311 | this.Name = "SettingsForm"; |
1311 | this.Name = "SettingsForm"; |
|
1312 | this.Text = "Zzz: Settings"; |
1312 | this.Text = "Zzz: Settings"; |
|
1313 | this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SettingsForm_FormClosing); |
1313 | this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SettingsForm_FormClosing); |
|
1314 | this.Load += new System.EventHandler(this.SettingsForm_Load); |
1314 | this.Load += new System.EventHandler(this.SettingsForm_Load); |
|
1315 | this.ResizeBegin += new System.EventHandler(this.SettingsForm_ResizeBegin); |
1315 | this.ResizeBegin += new System.EventHandler(this.SettingsForm_ResizeBegin); |