BTool.DeviceTabsForm.InitializeComponent C# (CSharp) Method

InitializeComponent() private method

private InitializeComponent ( ) : void
return void
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.tcDeviceTabs = new System.Windows.Forms.TabControl();
            this.tpDiscoverConnect = new System.Windows.Forms.TabPage();
            this.gbLinkControl = new System.Windows.Forms.GroupBox();
            this.gbTerminateLink = new System.Windows.Forms.GroupBox();
            this.lblTerminateLink = new System.Windows.Forms.Label();
            this.btnTerminate = new System.Windows.Forms.Button();
            this.tbTermConnHandle = new System.Windows.Forms.TextBox();
            this.lblConnHandle = new System.Windows.Forms.Label();
            this.gbEstablishLink = new System.Windows.Forms.GroupBox();
            this.btnEstablishCancel = new System.Windows.Forms.Button();
            this.ckBoxConnWhiteList = new System.Windows.Forms.CheckBox();
            this.btnEstablish = new System.Windows.Forms.Button();
            this.cbConnSlaveDeviceBDAddress = new System.Windows.Forms.ComboBox();
            this.lblAddrType = new System.Windows.Forms.Label();
            this.lblSlaveBDA = new System.Windows.Forms.Label();
            this.cbConnAddrType = new System.Windows.Forms.ComboBox();
            this.lblEstablishLink = new System.Windows.Forms.Label();
            this.gbConnSettings = new System.Windows.Forms.GroupBox();
            this.btnSetConnectionParams = new System.Windows.Forms.Button();
            this.btnGetConnectionParams = new System.Windows.Forms.Button();
            this.nudSprVisionTimeout = new System.Windows.Forms.NumericUpDown();
            this.nudSlaveLatency = new System.Windows.Forms.NumericUpDown();
            this.nudMaxConnInt = new System.Windows.Forms.NumericUpDown();
            this.nudMinConnInt = new System.Windows.Forms.NumericUpDown();
            this.lblSupervisionTimeout = new System.Windows.Forms.Label();
            this.lblMaxConnInt = new System.Windows.Forms.Label();
            this.lblMinConnInt = new System.Windows.Forms.Label();
            this.lblSuperTimeout = new System.Windows.Forms.Label();
            this.lblSlaveLat = new System.Windows.Forms.Label();
            this.lblMaxConn = new System.Windows.Forms.Label();
            this.lblMinConn = new System.Windows.Forms.Label();
            this.gbDiscovery = new System.Windows.Forms.GroupBox();
            this.btnScanCancel = new System.Windows.Forms.Button();
            this.ckBoxWhiteList = new System.Windows.Forms.CheckBox();
            this.ckBoxActiveScan = new System.Windows.Forms.CheckBox();
            this.lblMode = new System.Windows.Forms.Label();
            this.cbScanMode = new System.Windows.Forms.ComboBox();
            this.lblDeviceFound = new System.Windows.Forms.Label();
            this.lblDevsFound = new System.Windows.Forms.Label();
            this.btnScan = new System.Windows.Forms.Button();
            this.tpReadWrite = new System.Windows.Forms.TabPage();
            this.gbCharWrite = new System.Windows.Forms.GroupBox();
            this.gbWriteArea = new System.Windows.Forms.GroupBox();
            this.lblWriteStatus = new System.Windows.Forms.Label();
            this.lblWriteValue = new System.Windows.Forms.Label();
            this.btnWriteGATTValue = new System.Windows.Forms.Button();
            this.tbWriteStatus = new System.Windows.Forms.TextBox();
            this.rbASCIIWrite = new System.Windows.Forms.RadioButton();
            this.rbHexWrite = new System.Windows.Forms.RadioButton();
            this.rbDecimalWrite = new System.Windows.Forms.RadioButton();
            this.tbWriteValue = new System.Windows.Forms.TextBox();
            this.tbWriteConnHandle = new System.Windows.Forms.TextBox();
            this.lblWriteConnHnd = new System.Windows.Forms.Label();
            this.lblWriteHandle = new System.Windows.Forms.Label();
            this.tbWriteAttrHandle = new System.Windows.Forms.TextBox();
            this.gbCharRead = new System.Windows.Forms.GroupBox();
            this.lblReadSubProc = new System.Windows.Forms.Label();
            this.cbReadType = new System.Windows.Forms.ComboBox();
            this.lblReadStartHnd = new System.Windows.Forms.Label();
            this.lblReadEndHnd = new System.Windows.Forms.Label();
            this.lblReadCharUuid = new System.Windows.Forms.Label();
            this.tbReadUUID = new System.Windows.Forms.TextBox();
            this.tbReadStartHandle = new System.Windows.Forms.TextBox();
            this.tbReadEndHandle = new System.Windows.Forms.TextBox();
            this.gbReadArea = new System.Windows.Forms.GroupBox();
            this.lbReadValue = new System.Windows.Forms.Label();
            this.lblReadStatus = new System.Windows.Forms.Label();
            this.rbASCIIRead = new System.Windows.Forms.RadioButton();
            this.tbReadStatus = new System.Windows.Forms.TextBox();
            this.rbHexRead = new System.Windows.Forms.RadioButton();
            this.btnReadGATTValue = new System.Windows.Forms.Button();
            this.rbDecimalRead = new System.Windows.Forms.RadioButton();
            this.tbReadValue = new System.Windows.Forms.TextBox();
            this.tbReadConnHandle = new System.Windows.Forms.TextBox();
            this.lblReadConnHnd = new System.Windows.Forms.Label();
            this.lblReadValueHnd = new System.Windows.Forms.Label();
            this.tbReadAttrHandle = new System.Windows.Forms.TextBox();
            this.tpPairingBonding = new System.Windows.Forms.TabPage();
            this.gbLongTermKeyData = new System.Windows.Forms.GroupBox();
            this.btnSaveLongTermKey = new System.Windows.Forms.Button();
            this.tbLongTermKeyData = new System.Windows.Forms.TextBox();
            this.gbEncryptLTKey = new System.Windows.Forms.GroupBox();
            this.tbBondConnHandle = new System.Windows.Forms.TextBox();
            this.lblLtkConnHnd = new System.Windows.Forms.Label();
            this.btnEncryptLink = new System.Windows.Forms.Button();
            this.btnLoadLongTermKey = new System.Windows.Forms.Button();
            this.tbLTKRandom = new System.Windows.Forms.TextBox();
            this.tbLTKDiversifier = new System.Windows.Forms.TextBox();
            this.tbLongTermKey = new System.Windows.Forms.TextBox();
            this.lblLtkRandom = new System.Windows.Forms.Label();
            this.lblLtkDiv = new System.Windows.Forms.Label();
            this.lblLtk = new System.Windows.Forms.Label();
            this.rbAuthBondFalse = new System.Windows.Forms.RadioButton();
            this.rbAuthBondTrue = new System.Windows.Forms.RadioButton();
            this.lblAuthBond = new System.Windows.Forms.Label();
            this.gbPasskeyInput = new System.Windows.Forms.GroupBox();
            this.lblConnHnd = new System.Windows.Forms.Label();
            this.tbPasskeyConnHandle = new System.Windows.Forms.TextBox();
            this.btnSendPasskey = new System.Windows.Forms.Button();
            this.lblPassRange = new System.Windows.Forms.Label();
            this.tbPasskey = new System.Windows.Forms.TextBox();
            this.lblPasskey = new System.Windows.Forms.Label();
            this.gbInitParing = new System.Windows.Forms.GroupBox();
            this.tbPairingConnHandle = new System.Windows.Forms.TextBox();
            this.lblPairConnHnd = new System.Windows.Forms.Label();
            this.btnSendPairingRequest = new System.Windows.Forms.Button();
            this.ckBoxAuthMitmEnabled = new System.Windows.Forms.CheckBox();
            this.ckBoxBondingEnabled = new System.Windows.Forms.CheckBox();
            this.labelPairingStatus = new System.Windows.Forms.Label();
            this.tbPairingStatus = new System.Windows.Forms.TextBox();
            this.tpAdvCommands = new System.Windows.Forms.TabPage();
            this.scTreeGrid = new System.Windows.Forms.SplitContainer();
            this.tvAdvCmdList = new System.Windows.Forms.TreeView();
            this.pgAdvCmds = new System.Windows.Forms.PropertyGrid();
            this.cmsAdvTab = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.tsmiSendAdvCmd = new System.Windows.Forms.ToolStripMenuItem();
            this.btnSendShared = new System.Windows.Forms.Button();
            this.pbSharedDevice = new System.Windows.Forms.ProgressBar();
            this.tcDeviceTabs.SuspendLayout();
            this.tpDiscoverConnect.SuspendLayout();
            this.gbLinkControl.SuspendLayout();
            this.gbTerminateLink.SuspendLayout();
            this.gbEstablishLink.SuspendLayout();
            this.gbConnSettings.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nudSprVisionTimeout)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudSlaveLatency)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudMaxConnInt)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudMinConnInt)).BeginInit();
            this.gbDiscovery.SuspendLayout();
            this.tpReadWrite.SuspendLayout();
            this.gbCharWrite.SuspendLayout();
            this.gbWriteArea.SuspendLayout();
            this.gbCharRead.SuspendLayout();
            this.gbReadArea.SuspendLayout();
            this.tpPairingBonding.SuspendLayout();
            this.gbLongTermKeyData.SuspendLayout();
            this.gbEncryptLTKey.SuspendLayout();
            this.gbPasskeyInput.SuspendLayout();
            this.gbInitParing.SuspendLayout();
            this.tpAdvCommands.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.scTreeGrid)).BeginInit();
            this.scTreeGrid.Panel1.SuspendLayout();
            this.scTreeGrid.Panel2.SuspendLayout();
            this.scTreeGrid.SuspendLayout();
            this.cmsAdvTab.SuspendLayout();
            this.SuspendLayout();
            //
            // tcDeviceTabs
            //
            this.tcDeviceTabs.Controls.Add(this.tpDiscoverConnect);
            this.tcDeviceTabs.Controls.Add(this.tpReadWrite);
            this.tcDeviceTabs.Controls.Add(this.tpPairingBonding);
            this.tcDeviceTabs.Controls.Add(this.tpAdvCommands);
            this.tcDeviceTabs.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.tcDeviceTabs.Location = new System.Drawing.Point(1, 1);
            this.tcDeviceTabs.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.tcDeviceTabs.Name = "tcDeviceTabs";
            this.tcDeviceTabs.SelectedIndex = 0;
            this.tcDeviceTabs.Size = new System.Drawing.Size(527, 637);
            this.tcDeviceTabs.TabIndex = 1;
            this.tcDeviceTabs.Selected += new System.Windows.Forms.TabControlEventHandler(this.tcDeviceTab_Selected);
            //
            // tpDiscoverConnect
            //
            this.tpDiscoverConnect.BackColor = System.Drawing.Color.Transparent;
            this.tpDiscoverConnect.Controls.Add(this.gbLinkControl);
            this.tpDiscoverConnect.Controls.Add(this.gbConnSettings);
            this.tpDiscoverConnect.Controls.Add(this.gbDiscovery);
            this.tpDiscoverConnect.Location = new System.Drawing.Point(4, 26);
            this.tpDiscoverConnect.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.tpDiscoverConnect.Name = "tpDiscoverConnect";
            this.tpDiscoverConnect.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.tpDiscoverConnect.Size = new System.Drawing.Size(519, 607);
            this.tpDiscoverConnect.TabIndex = 1;
            this.tpDiscoverConnect.Text = "Discover / Connect";
            this.tpDiscoverConnect.UseVisualStyleBackColor = true;
            //
            // gbLinkControl
            //
            this.gbLinkControl.Controls.Add(this.gbTerminateLink);
            this.gbLinkControl.Controls.Add(this.gbEstablishLink);
            this.gbLinkControl.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.gbLinkControl.Location = new System.Drawing.Point(5, 349);
            this.gbLinkControl.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.gbLinkControl.Name = "gbLinkControl";
            this.gbLinkControl.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.gbLinkControl.Size = new System.Drawing.Size(503, 250);
            this.gbLinkControl.TabIndex = 5;
            this.gbLinkControl.TabStop = false;
            this.gbLinkControl.Text = "Link Control";
            //
            // gbTerminateLink
            //
            this.gbTerminateLink.BackColor = System.Drawing.Color.Transparent;
            this.gbTerminateLink.Controls.Add(this.lblTerminateLink);
            this.gbTerminateLink.Controls.Add(this.btnTerminate);
            this.gbTerminateLink.Controls.Add(this.tbTermConnHandle);
            this.gbTerminateLink.Controls.Add(this.lblConnHandle);
            this.gbTerminateLink.Location = new System.Drawing.Point(9, 170);
            this.gbTerminateLink.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.gbTerminateLink.Name = "gbTerminateLink";
            this.gbTerminateLink.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.gbTerminateLink.Size = new System.Drawing.Size(487, 72);
            this.gbTerminateLink.TabIndex = 19;
            this.gbTerminateLink.TabStop = false;
            //
            // lblTerminateLink
            //
            this.lblTerminateLink.AutoSize = true;
            this.lblTerminateLink.BackColor = System.Drawing.SystemColors.ControlLight;
            this.lblTerminateLink.Location = new System.Drawing.Point(179, 2);
            this.lblTerminateLink.Name = "lblTerminateLink";
            this.lblTerminateLink.Size = new System.Drawing.Size(102, 17);
            this.lblTerminateLink.TabIndex = 19;
            this.lblTerminateLink.Text = "Terminate Link";
            //
            // btnTerminate
            //
            this.btnTerminate.BackColor = System.Drawing.SystemColors.Control;
            this.btnTerminate.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnTerminate.Location = new System.Drawing.Point(303, 28);
            this.btnTerminate.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.btnTerminate.Name = "btnTerminate";
            this.btnTerminate.Size = new System.Drawing.Size(168, 34);
            this.btnTerminate.TabIndex = 0;
            this.btnTerminate.Text = "Terminate";
            this.btnTerminate.UseVisualStyleBackColor = true;
            this.btnTerminate.Click += new System.EventHandler(this.btnTerminate_Click);
            //
            // tbTermConnHandle
            //
            this.tbTermConnHandle.Location = new System.Drawing.Point(168, 32);
            this.tbTermConnHandle.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.tbTermConnHandle.MaxLength = 6;
            this.tbTermConnHandle.Name = "tbTermConnHandle";
            this.tbTermConnHandle.Size = new System.Drawing.Size(79, 23);
            this.tbTermConnHandle.TabIndex = 17;
            this.tbTermConnHandle.Text = "0x0000";
            this.tbTermConnHandle.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            //
            // lblConnHandle
            //
            this.lblConnHandle.AutoSize = true;
            this.lblConnHandle.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblConnHandle.Location = new System.Drawing.Point(21, 36);
            this.lblConnHandle.Name = "lblConnHandle";
            this.lblConnHandle.Size = new System.Drawing.Size(132, 17);
            this.lblConnHandle.TabIndex = 18;
            this.lblConnHandle.Text = "Connection Handle:";
            //
            // gbEstablishLink
            //
            this.gbEstablishLink.BackColor = System.Drawing.Color.Transparent;
            this.gbEstablishLink.Controls.Add(this.btnEstablishCancel);
            this.gbEstablishLink.Controls.Add(this.ckBoxConnWhiteList);
            this.gbEstablishLink.Controls.Add(this.btnEstablish);
            this.gbEstablishLink.Controls.Add(this.cbConnSlaveDeviceBDAddress);
            this.gbEstablishLink.Controls.Add(this.lblAddrType);
            this.gbEstablishLink.Controls.Add(this.lblSlaveBDA);
            this.gbEstablishLink.Controls.Add(this.cbConnAddrType);
            this.gbEstablishLink.Controls.Add(this.lblEstablishLink);
            this.gbEstablishLink.Location = new System.Drawing.Point(9, 18);
            this.gbEstablishLink.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.gbEstablishLink.Name = "gbEstablishLink";
            this.gbEstablishLink.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.gbEstablishLink.Size = new System.Drawing.Size(487, 147);
            this.gbEstablishLink.TabIndex = 20;
            this.gbEstablishLink.TabStop = false;
            //
            // btnEstablishCancel
            //
            this.btnEstablishCancel.BackColor = System.Drawing.SystemColors.Control;
            this.btnEstablishCancel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnEstablishCancel.Location = new System.Drawing.Point(305, 102);
            this.btnEstablishCancel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.btnEstablishCancel.Name = "btnEstablishCancel";
            this.btnEstablishCancel.Size = new System.Drawing.Size(168, 34);
            this.btnEstablishCancel.TabIndex = 18;
            this.btnEstablishCancel.Text = "Cancel";
            this.btnEstablishCancel.UseVisualStyleBackColor = true;
            this.btnEstablishCancel.Click += new System.EventHandler(this.btnEstablishCancel_Click);
            //
            // ckBoxConnWhiteList
            //
            this.ckBoxConnWhiteList.AutoSize = true;
            this.ckBoxConnWhiteList.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ckBoxConnWhiteList.Location = new System.Drawing.Point(367, 34);
            this.ckBoxConnWhiteList.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.ckBoxConnWhiteList.Name = "ckBoxConnWhiteList";
            this.ckBoxConnWhiteList.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.ckBoxConnWhiteList.Size = new System.Drawing.Size(88, 21);
            this.ckBoxConnWhiteList.TabIndex = 14;
            this.ckBoxConnWhiteList.Text = "WhiteList";
            this.ckBoxConnWhiteList.UseVisualStyleBackColor = true;
            //
            // btnEstablish
            //
            this.btnEstablish.BackColor = System.Drawing.SystemColors.Control;
            this.btnEstablish.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnEstablish.Location = new System.Drawing.Point(13, 102);
            this.btnEstablish.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.btnEstablish.Name = "btnEstablish";
            this.btnEstablish.Size = new System.Drawing.Size(168, 34);
            this.btnEstablish.TabIndex = 1;
            this.btnEstablish.Text = "Establish";
            this.btnEstablish.UseVisualStyleBackColor = true;
            this.btnEstablish.Click += new System.EventHandler(this.btnEstablish_Click);
            //
            // cbConnSlaveDeviceBDAddress
            //
            this.cbConnSlaveDeviceBDAddress.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cbConnSlaveDeviceBDAddress.FormattingEnabled = true;
            this.cbConnSlaveDeviceBDAddress.Location = new System.Drawing.Point(128, 66);
            this.cbConnSlaveDeviceBDAddress.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.cbConnSlaveDeviceBDAddress.MaxLength = 17;
            this.cbConnSlaveDeviceBDAddress.Name = "cbConnSlaveDeviceBDAddress";
            this.cbConnSlaveDeviceBDAddress.Size = new System.Drawing.Size(199, 25);
            this.cbConnSlaveDeviceBDAddress.TabIndex = 2;
            this.cbConnSlaveDeviceBDAddress.SelectedIndexChanged += new System.EventHandler(this.cbConnSlaveDeviceBDAddress_SelectedIndexChanged);
            //
            // lblAddrType
            //
            this.lblAddrType.AutoSize = true;
            this.lblAddrType.BackColor = System.Drawing.Color.Transparent;
            this.lblAddrType.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblAddrType.Location = new System.Drawing.Point(47, 34);
            this.lblAddrType.Name = "lblAddrType";
            this.lblAddrType.Size = new System.Drawing.Size(74, 17);
            this.lblAddrType.TabIndex = 16;
            this.lblAddrType.Text = "AddrType:";
            //
            // lblSlaveBDA
            //
            this.lblSlaveBDA.AutoSize = true;
            this.lblSlaveBDA.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblSlaveBDA.Location = new System.Drawing.Point(39, 70);
            this.lblSlaveBDA.Name = "lblSlaveBDA";
            this.lblSlaveBDA.Size = new System.Drawing.Size(79, 17);
            this.lblSlaveBDA.TabIndex = 12;
            this.lblSlaveBDA.Text = "Slave BDA:";
            //
            // cbConnAddrType
            //
            this.cbConnAddrType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbConnAddrType.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cbConnAddrType.FormattingEnabled = true;
            this.cbConnAddrType.Items.AddRange(new object[] {
            "0x00 (Public)",
            "0x01 (Static)",
            "0x02 (PrivateNonResolve)",
            "0x03 (PrivateResolve)"});
            this.cbConnAddrType.Location = new System.Drawing.Point(128, 30);
            this.cbConnAddrType.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.cbConnAddrType.Name = "cbConnAddrType";
            this.cbConnAddrType.Size = new System.Drawing.Size(199, 25);
            this.cbConnAddrType.TabIndex = 15;
            //
            // lblEstablishLink
            //
            this.lblEstablishLink.AutoSize = true;
            this.lblEstablishLink.BackColor = System.Drawing.SystemColors.ControlLight;
            this.lblEstablishLink.Location = new System.Drawing.Point(185, 0);
            this.lblEstablishLink.Name = "lblEstablishLink";
            this.lblEstablishLink.Size = new System.Drawing.Size(95, 17);
            this.lblEstablishLink.TabIndex = 17;
            this.lblEstablishLink.Text = "Establish Link";
            //
            // gbConnSettings
            //
            this.gbConnSettings.BackColor = System.Drawing.Color.Transparent;
            this.gbConnSettings.Controls.Add(this.btnSetConnectionParams);
            this.gbConnSettings.Controls.Add(this.btnGetConnectionParams);
            this.gbConnSettings.Controls.Add(this.nudSprVisionTimeout);
            this.gbConnSettings.Controls.Add(this.nudSlaveLatency);
            this.gbConnSettings.Controls.Add(this.nudMaxConnInt);
            this.gbConnSettings.Controls.Add(this.nudMinConnInt);
            this.gbConnSettings.Controls.Add(this.lblSupervisionTimeout);
            this.gbConnSettings.Controls.Add(this.lblMaxConnInt);
            this.gbConnSettings.Controls.Add(this.lblMinConnInt);
            this.gbConnSettings.Controls.Add(this.lblSuperTimeout);
            this.gbConnSettings.Controls.Add(this.lblSlaveLat);
            this.gbConnSettings.Controls.Add(this.lblMaxConn);
            this.gbConnSettings.Controls.Add(this.lblMinConn);
            this.gbConnSettings.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.gbConnSettings.Location = new System.Drawing.Point(5, 135);
            this.gbConnSettings.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.gbConnSettings.Name = "gbConnSettings";
            this.gbConnSettings.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.gbConnSettings.Size = new System.Drawing.Size(503, 206);
            this.gbConnSettings.TabIndex = 4;
            this.gbConnSettings.TabStop = false;
            this.gbConnSettings.Text = "Connection Settings";
            //
            // btnSetConnectionParams
            //
            this.btnSetConnectionParams.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnSetConnectionParams.Location = new System.Drawing.Point(315, 160);
            this.btnSetConnectionParams.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.btnSetConnectionParams.Name = "btnSetConnectionParams";
            this.btnSetConnectionParams.Size = new System.Drawing.Size(168, 34);
            this.btnSetConnectionParams.TabIndex = 22;
            this.btnSetConnectionParams.Text = "Set";
            this.btnSetConnectionParams.UseVisualStyleBackColor = true;
            this.btnSetConnectionParams.Click += new System.EventHandler(this.btnSetParams_Click);
            //
            // btnGetConnectionParams
            //
            this.btnGetConnectionParams.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnGetConnectionParams.Location = new System.Drawing.Point(20, 160);
            this.btnGetConnectionParams.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.btnGetConnectionParams.Name = "btnGetConnectionParams";
            this.btnGetConnectionParams.Size = new System.Drawing.Size(168, 34);
            this.btnGetConnectionParams.TabIndex = 21;
            this.btnGetConnectionParams.Text = "Get";
            this.btnGetConnectionParams.UseVisualStyleBackColor = true;
            this.btnGetConnectionParams.Click += new System.EventHandler(this.btnGetParams_Click);
            //
            // nudSprVisionTimeout
            //
            this.nudSprVisionTimeout.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.nudSprVisionTimeout.Location = new System.Drawing.Point(313, 124);
            this.nudSprVisionTimeout.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.nudSprVisionTimeout.Maximum = new decimal(new int[] {
            3200,
            0,
            0,
            0});
            this.nudSprVisionTimeout.Minimum = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.nudSprVisionTimeout.Name = "nudSprVisionTimeout";
            this.nudSprVisionTimeout.Size = new System.Drawing.Size(67, 23);
            this.nudSprVisionTimeout.TabIndex = 20;
            this.nudSprVisionTimeout.Value = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.nudSprVisionTimeout.ValueChanged += new System.EventHandler(this.supervisionTimeout_Changed);
            //
            // nudSlaveLatency
            //
            this.nudSlaveLatency.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.nudSlaveLatency.Location = new System.Drawing.Point(313, 92);
            this.nudSlaveLatency.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.nudSlaveLatency.Maximum = new decimal(new int[] {
            499,
            0,
            0,
            0});
            this.nudSlaveLatency.Name = "nudSlaveLatency";
            this.nudSlaveLatency.Size = new System.Drawing.Size(67, 23);
            this.nudSlaveLatency.TabIndex = 19;
            //
            // nudMaxConnInt
            //
            this.nudMaxConnInt.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.nudMaxConnInt.Location = new System.Drawing.Point(313, 57);
            this.nudMaxConnInt.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.nudMaxConnInt.Maximum = new decimal(new int[] {
            3200,
            0,
            0,
            0});
            this.nudMaxConnInt.Minimum = new decimal(new int[] {
            6,
            0,
            0,
            0});
            this.nudMaxConnInt.Name = "nudMaxConnInt";
            this.nudMaxConnInt.Size = new System.Drawing.Size(67, 23);
            this.nudMaxConnInt.TabIndex = 18;
            this.nudMaxConnInt.Value = new decimal(new int[] {
            6,
            0,
            0,
            0});
            this.nudMaxConnInt.ValueChanged += new System.EventHandler(this.maxCI_Changed);
            //
            // nudMinConnInt
            //
            this.nudMinConnInt.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.nudMinConnInt.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.nudMinConnInt.Location = new System.Drawing.Point(313, 25);
            this.nudMinConnInt.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.nudMinConnInt.Maximum = new decimal(new int[] {
            3200,
            0,
            0,
            0});
            this.nudMinConnInt.Minimum = new decimal(new int[] {
            6,
            0,
            0,
            0});
            this.nudMinConnInt.Name = "nudMinConnInt";
            this.nudMinConnInt.Size = new System.Drawing.Size(67, 23);
            this.nudMinConnInt.TabIndex = 17;
            this.nudMinConnInt.Value = new decimal(new int[] {
            3200,
            0,
            0,
            0});
            this.nudMinConnInt.ValueChanged += new System.EventHandler(this.minCI_Changed);
            //
            // lblSupervisionTimeout
            //
            this.lblSupervisionTimeout.AutoSize = true;
            this.lblSupervisionTimeout.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblSupervisionTimeout.Location = new System.Drawing.Point(385, 130);
            this.lblSupervisionTimeout.Name = "lblSupervisionTimeout";
            this.lblSupervisionTimeout.Size = new System.Drawing.Size(44, 17);
            this.lblSupervisionTimeout.TabIndex = 16;
            this.lblSupervisionTimeout.Text = "(0ms)";
            //
            // lblMaxConnInt
            //
            this.lblMaxConnInt.AutoSize = true;
            this.lblMaxConnInt.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblMaxConnInt.Location = new System.Drawing.Point(385, 60);
            this.lblMaxConnInt.Name = "lblMaxConnInt";
            this.lblMaxConnInt.Size = new System.Drawing.Size(44, 17);
            this.lblMaxConnInt.TabIndex = 14;
            this.lblMaxConnInt.Text = "(0ms)";
            //
            // lblMinConnInt
            //
            this.lblMinConnInt.AutoSize = true;
            this.lblMinConnInt.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblMinConnInt.Location = new System.Drawing.Point(385, 26);
            this.lblMinConnInt.Name = "lblMinConnInt";
            this.lblMinConnInt.Size = new System.Drawing.Size(44, 17);
            this.lblMinConnInt.TabIndex = 13;
            this.lblMinConnInt.Text = "(0ms)";
            //
            // lblSuperTimeout
            //
            this.lblSuperTimeout.AutoSize = true;
            this.lblSuperTimeout.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblSuperTimeout.Location = new System.Drawing.Point(93, 126);
            this.lblSuperTimeout.Name = "lblSuperTimeout";
            this.lblSuperTimeout.Size = new System.Drawing.Size(208, 17);
            this.lblSuperTimeout.TabIndex = 5;
            this.lblSuperTimeout.Text = "Supervision Timeout (10-3200):";
            //
            // lblSlaveLat
            //
            this.lblSlaveLat.AutoSize = true;
            this.lblSlaveLat.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblSlaveLat.Location = new System.Drawing.Point(147, 94);
            this.lblSlaveLat.Name = "lblSlaveLat";
            this.lblSlaveLat.Size = new System.Drawing.Size(152, 17);
            this.lblSlaveLat.TabIndex = 4;
            this.lblSlaveLat.Text = "Slave Latency (0-499):";
            //
            // lblMaxConn
            //
            this.lblMaxConn.AutoSize = true;
            this.lblMaxConn.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblMaxConn.Location = new System.Drawing.Point(75, 58);
            this.lblMaxConn.Name = "lblMaxConn";
            this.lblMaxConn.Size = new System.Drawing.Size(221, 17);
            this.lblMaxConn.TabIndex = 3;
            this.lblMaxConn.Text = "Max Connection Interval (6-3200):";
            //
            // lblMinConn
            //
            this.lblMinConn.AutoSize = true;
            this.lblMinConn.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblMinConn.Location = new System.Drawing.Point(80, 26);
            this.lblMinConn.Name = "lblMinConn";
            this.lblMinConn.Size = new System.Drawing.Size(218, 17);
            this.lblMinConn.TabIndex = 2;
            this.lblMinConn.Text = "Min Connection Interval (6-3200):";
            //
            // gbDiscovery
            //
            this.gbDiscovery.Controls.Add(this.btnScanCancel);
            this.gbDiscovery.Controls.Add(this.ckBoxWhiteList);
            this.gbDiscovery.Controls.Add(this.ckBoxActiveScan);
            this.gbDiscovery.Controls.Add(this.lblMode);
            this.gbDiscovery.Controls.Add(this.cbScanMode);
            this.gbDiscovery.Controls.Add(this.lblDeviceFound);
            this.gbDiscovery.Controls.Add(this.lblDevsFound);
            this.gbDiscovery.Controls.Add(this.btnScan);
            this.gbDiscovery.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.gbDiscovery.Location = new System.Drawing.Point(5, 4);
            this.gbDiscovery.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.gbDiscovery.Name = "gbDiscovery";
            this.gbDiscovery.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.gbDiscovery.Size = new System.Drawing.Size(503, 126);
            this.gbDiscovery.TabIndex = 2;
            this.gbDiscovery.TabStop = false;
            this.gbDiscovery.Text = "Discovery";
            //
            // btnScanCancel
            //
            this.btnScanCancel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnScanCancel.Location = new System.Drawing.Point(315, 78);
            this.btnScanCancel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.btnScanCancel.Name = "btnScanCancel";
            this.btnScanCancel.Size = new System.Drawing.Size(168, 34);
            this.btnScanCancel.TabIndex = 7;
            this.btnScanCancel.Text = "Cancel";
            this.btnScanCancel.UseVisualStyleBackColor = true;
            this.btnScanCancel.Click += new System.EventHandler(this.btnScanCancel_Click);
            //
            // ckBoxWhiteList
            //
            this.ckBoxWhiteList.AutoSize = true;
            this.ckBoxWhiteList.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ckBoxWhiteList.Location = new System.Drawing.Point(56, 50);
            this.ckBoxWhiteList.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.ckBoxWhiteList.Name = "ckBoxWhiteList";
            this.ckBoxWhiteList.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.ckBoxWhiteList.Size = new System.Drawing.Size(88, 21);
            this.ckBoxWhiteList.TabIndex = 6;
            this.ckBoxWhiteList.Text = "WhiteList";
            this.ckBoxWhiteList.UseVisualStyleBackColor = true;
            //
            // ckBoxActiveScan
            //
            this.ckBoxActiveScan.AutoSize = true;
            this.ckBoxActiveScan.Checked = true;
            this.ckBoxActiveScan.CheckState = System.Windows.Forms.CheckState.Checked;
            this.ckBoxActiveScan.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ckBoxActiveScan.Location = new System.Drawing.Point(56, 26);
            this.ckBoxActiveScan.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.ckBoxActiveScan.Name = "ckBoxActiveScan";
            this.ckBoxActiveScan.Size = new System.Drawing.Size(104, 21);
            this.ckBoxActiveScan.TabIndex = 5;
            this.ckBoxActiveScan.Text = "Active Scan";
            this.ckBoxActiveScan.UseVisualStyleBackColor = true;
            //
            // lblMode
            //
            this.lblMode.AutoSize = true;
            this.lblMode.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblMode.Location = new System.Drawing.Point(240, 27);
            this.lblMode.Name = "lblMode";
            this.lblMode.Size = new System.Drawing.Size(47, 17);
            this.lblMode.TabIndex = 4;
            this.lblMode.Text = "Mode:";
            //
            // cbScanMode
            //
            this.cbScanMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbScanMode.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cbScanMode.FormattingEnabled = true;
            this.cbScanMode.Items.AddRange(new object[] {
            "0x00 (NonDiscoverable)",
            "0x01 (General)",
            "0x02 (Limited)",
            "0x03 (All)"});
            this.cbScanMode.Location = new System.Drawing.Point(292, 24);
            this.cbScanMode.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.cbScanMode.Name = "cbScanMode";
            this.cbScanMode.Size = new System.Drawing.Size(188, 25);
            this.cbScanMode.TabIndex = 3;
            //
            // lblDeviceFound
            //
            this.lblDeviceFound.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblDeviceFound.Location = new System.Drawing.Point(295, 51);
            this.lblDeviceFound.Name = "lblDeviceFound";
            this.lblDeviceFound.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.lblDeviceFound.Size = new System.Drawing.Size(69, 16);
            this.lblDeviceFound.TabIndex = 2;
            this.lblDeviceFound.Text = "0";
            this.lblDeviceFound.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // lblDevsFound
            //
            this.lblDevsFound.AutoSize = true;
            this.lblDevsFound.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblDevsFound.Location = new System.Drawing.Point(183, 51);
            this.lblDevsFound.Name = "lblDevsFound";
            this.lblDevsFound.Size = new System.Drawing.Size(106, 17);
            this.lblDevsFound.TabIndex = 1;
            this.lblDevsFound.Text = "Devices Found:";
            //
            // btnScan
            //
            this.btnScan.BackColor = System.Drawing.SystemColors.Control;
            this.btnScan.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnScan.Location = new System.Drawing.Point(20, 78);
            this.btnScan.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.btnScan.Name = "btnScan";
            this.btnScan.Size = new System.Drawing.Size(168, 34);
            this.btnScan.TabIndex = 0;
            this.btnScan.Text = "Scan";
            this.btnScan.UseVisualStyleBackColor = true;
            this.btnScan.Click += new System.EventHandler(this.btnScan_Click);
            //
            // tpReadWrite
            //
            this.tpReadWrite.BackColor = System.Drawing.Color.Transparent;
            this.tpReadWrite.Controls.Add(this.gbCharWrite);
            this.tpReadWrite.Controls.Add(this.gbCharRead);
            this.tpReadWrite.Location = new System.Drawing.Point(4, 26);
            this.tpReadWrite.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.tpReadWrite.Name = "tpReadWrite";
            this.tpReadWrite.Size = new System.Drawing.Size(519, 627);
            this.tpReadWrite.TabIndex = 5;
            this.tpReadWrite.Text = "Read / Write";
            this.tpReadWrite.UseVisualStyleBackColor = true;
            //
            // gbCharWrite
            //
            this.gbCharWrite.Controls.Add(this.gbWriteArea);
            this.gbCharWrite.Controls.Add(this.tbWriteConnHandle);
            this.gbCharWrite.Controls.Add(this.lblWriteConnHnd);
            this.gbCharWrite.Controls.Add(this.lblWriteHandle);
            this.gbCharWrite.Controls.Add(this.tbWriteAttrHandle);
            this.gbCharWrite.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.gbCharWrite.Location = new System.Drawing.Point(5, 354);
            this.gbCharWrite.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.gbCharWrite.Name = "gbCharWrite";
            this.gbCharWrite.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.gbCharWrite.Size = new System.Drawing.Size(503, 258);
            this.gbCharWrite.TabIndex = 1;
            this.gbCharWrite.TabStop = false;
            this.gbCharWrite.Text = "Characteristic Write";
            //
            // gbWriteArea
            //
            this.gbWriteArea.Controls.Add(this.lblWriteStatus);
            this.gbWriteArea.Controls.Add(this.lblWriteValue);
            this.gbWriteArea.Controls.Add(this.btnWriteGATTValue);
            this.gbWriteArea.Controls.Add(this.tbWriteStatus);
            this.gbWriteArea.Controls.Add(this.rbASCIIWrite);
            this.gbWriteArea.Controls.Add(this.rbHexWrite);
            this.gbWriteArea.Controls.Add(this.rbDecimalWrite);
            this.gbWriteArea.Controls.Add(this.tbWriteValue);
            this.gbWriteArea.Location = new System.Drawing.Point(19, 102);
            this.gbWriteArea.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.gbWriteArea.Name = "gbWriteArea";
            this.gbWriteArea.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.gbWriteArea.Size = new System.Drawing.Size(461, 128);
            this.gbWriteArea.TabIndex = 11;
            this.gbWriteArea.TabStop = false;
            //
            // lblWriteStatus
            //
            this.lblWriteStatus.AutoSize = true;
            this.lblWriteStatus.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblWriteStatus.Location = new System.Drawing.Point(8, 71);
            this.lblWriteStatus.Name = "lblWriteStatus";
            this.lblWriteStatus.Size = new System.Drawing.Size(48, 17);
            this.lblWriteStatus.TabIndex = 19;
            this.lblWriteStatus.Text = "Status";
            //
            // lblWriteValue
            //
            this.lblWriteValue.AutoSize = true;
            this.lblWriteValue.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblWriteValue.Location = new System.Drawing.Point(8, 20);
            this.lblWriteValue.Name = "lblWriteValue";
            this.lblWriteValue.Size = new System.Drawing.Size(44, 17);
            this.lblWriteValue.TabIndex = 14;
            this.lblWriteValue.Text = "Value";
            //
            // btnWriteGATTValue
            //
            this.btnWriteGATTValue.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnWriteGATTValue.Location = new System.Drawing.Point(353, 71);
            this.btnWriteGATTValue.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.btnWriteGATTValue.Name = "btnWriteGATTValue";
            this.btnWriteGATTValue.Size = new System.Drawing.Size(99, 44);
            this.btnWriteGATTValue.TabIndex = 2;
            this.btnWriteGATTValue.Text = "Write";
            this.btnWriteGATTValue.UseVisualStyleBackColor = true;
            this.btnWriteGATTValue.Click += new System.EventHandler(this.btnGATTWriteValue_Click);
            //
            // tbWriteStatus
            //
            this.tbWriteStatus.Location = new System.Drawing.Point(11, 92);
            this.tbWriteStatus.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.tbWriteStatus.Name = "tbWriteStatus";
            this.tbWriteStatus.ReadOnly = true;
            this.tbWriteStatus.Size = new System.Drawing.Size(327, 23);
            this.tbWriteStatus.TabIndex = 18;
            this.tbWriteStatus.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            //
            // rbASCIIWrite
            //
            this.rbASCIIWrite.AutoSize = true;
            this.rbASCIIWrite.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.rbASCIIWrite.Location = new System.Drawing.Point(93, 14);
            this.rbASCIIWrite.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.rbASCIIWrite.Name = "rbASCIIWrite";
            this.rbASCIIWrite.Size = new System.Drawing.Size(62, 21);
            this.rbASCIIWrite.TabIndex = 13;
            this.rbASCIIWrite.Text = "ASCII";
            this.rbASCIIWrite.UseVisualStyleBackColor = true;
            //
            // rbHexWrite
            //
            this.rbHexWrite.AutoSize = true;
            this.rbHexWrite.Checked = true;
            this.rbHexWrite.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.rbHexWrite.Location = new System.Drawing.Point(363, 14);
            this.rbHexWrite.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.rbHexWrite.Name = "rbHexWrite";
            this.rbHexWrite.Size = new System.Drawing.Size(53, 21);
            this.rbHexWrite.TabIndex = 12;
            this.rbHexWrite.TabStop = true;
            this.rbHexWrite.Text = "Hex";
            this.rbHexWrite.UseVisualStyleBackColor = true;
            //
            // rbDecimalWrite
            //
            this.rbDecimalWrite.AutoSize = true;
            this.rbDecimalWrite.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.rbDecimalWrite.Location = new System.Drawing.Point(219, 14);
            this.rbDecimalWrite.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.rbDecimalWrite.Name = "rbDecimalWrite";
            this.rbDecimalWrite.Size = new System.Drawing.Size(79, 21);
            this.rbDecimalWrite.TabIndex = 11;
            this.rbDecimalWrite.Text = "Decimal";
            this.rbDecimalWrite.UseVisualStyleBackColor = true;
            //
            // tbWriteValue
            //
            this.tbWriteValue.Location = new System.Drawing.Point(11, 39);
            this.tbWriteValue.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.tbWriteValue.Name = "tbWriteValue";
            this.tbWriteValue.Size = new System.Drawing.Size(439, 23);
            this.tbWriteValue.TabIndex = 10;
            this.tbWriteValue.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            //
            // tbWriteConnHandle
            //
            this.tbWriteConnHandle.Location = new System.Drawing.Point(395, 52);
            this.tbWriteConnHandle.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.tbWriteConnHandle.MaxLength = 6;
            this.tbWriteConnHandle.Name = "tbWriteConnHandle";
            this.tbWriteConnHandle.Size = new System.Drawing.Size(79, 23);
            this.tbWriteConnHandle.TabIndex = 9;
            this.tbWriteConnHandle.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            //
            // lblWriteConnHnd
            //
            this.lblWriteConnHnd.AutoSize = true;
            this.lblWriteConnHnd.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblWriteConnHnd.Location = new System.Drawing.Point(365, 32);
            this.lblWriteConnHnd.Name = "lblWriteConnHnd";
            this.lblWriteConnHnd.Size = new System.Drawing.Size(128, 17);
            this.lblWriteConnHnd.TabIndex = 8;
            this.lblWriteConnHnd.Text = "Connection Handle";
            //
            // lblWriteHandle
            //
            this.lblWriteHandle.AutoSize = true;
            this.lblWriteHandle.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblWriteHandle.Location = new System.Drawing.Point(27, 32);
            this.lblWriteHandle.Name = "lblWriteHandle";
            this.lblWriteHandle.Size = new System.Drawing.Size(183, 17);
            this.lblWriteHandle.TabIndex = 7;
            this.lblWriteHandle.Text = "Characteristic Value Handle";
            //
            // tbWriteAttrHandle
            //
            this.tbWriteAttrHandle.Location = new System.Drawing.Point(31, 52);
            this.tbWriteAttrHandle.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.tbWriteAttrHandle.Name = "tbWriteAttrHandle";
            this.tbWriteAttrHandle.Size = new System.Drawing.Size(340, 23);
            this.tbWriteAttrHandle.TabIndex = 6;
            this.tbWriteAttrHandle.Text = "0x0001";
            this.tbWriteAttrHandle.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            //
            // gbCharRead
            //
            this.gbCharRead.Controls.Add(this.lblReadSubProc);
            this.gbCharRead.Controls.Add(this.cbReadType);
            this.gbCharRead.Controls.Add(this.lblReadStartHnd);
            this.gbCharRead.Controls.Add(this.lblReadEndHnd);
            this.gbCharRead.Controls.Add(this.lblReadCharUuid);
            this.gbCharRead.Controls.Add(this.tbReadUUID);
            this.gbCharRead.Controls.Add(this.tbReadStartHandle);
            this.gbCharRead.Controls.Add(this.tbReadEndHandle);
            this.gbCharRead.Controls.Add(this.gbReadArea);
            this.gbCharRead.Controls.Add(this.tbReadConnHandle);
            this.gbCharRead.Controls.Add(this.lblReadConnHnd);
            this.gbCharRead.Controls.Add(this.lblReadValueHnd);
            this.gbCharRead.Controls.Add(this.tbReadAttrHandle);
            this.gbCharRead.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.gbCharRead.Location = new System.Drawing.Point(5, 7);
            this.gbCharRead.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.gbCharRead.Name = "gbCharRead";
            this.gbCharRead.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.gbCharRead.Size = new System.Drawing.Size(503, 338);
            this.gbCharRead.TabIndex = 0;
            this.gbCharRead.TabStop = false;
            this.gbCharRead.Text = "Characteristic Read";
            //
            // lblReadSubProc
            //
            this.lblReadSubProc.AutoSize = true;
            this.lblReadSubProc.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblReadSubProc.Location = new System.Drawing.Point(27, 28);
            this.lblReadSubProc.Name = "lblReadSubProc";
            this.lblReadSubProc.Size = new System.Drawing.Size(104, 17);
            this.lblReadSubProc.TabIndex = 23;
            this.lblReadSubProc.Text = "Sub-Procedure";
            //
            // cbReadType
            //
            this.cbReadType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbReadType.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cbReadType.FormattingEnabled = true;
            this.cbReadType.Items.AddRange(new object[] {
            "Read Characteristic Value / Descriptor",
            "Read Using Characteristic UUID",
            "Read Multiple Characteristic Values",
            "Discover Characteristic by UUID"});
            this.cbReadType.Location = new System.Drawing.Point(31, 46);
            this.cbReadType.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.cbReadType.Name = "cbReadType";
            this.cbReadType.Size = new System.Drawing.Size(340, 25);
            this.cbReadType.TabIndex = 15;
            this.cbReadType.SelectedIndexChanged += new System.EventHandler(this.readType_Changed);
            //
            // lblReadStartHnd
            //
            this.lblReadStartHnd.AutoSize = true;
            this.lblReadStartHnd.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblReadStartHnd.Location = new System.Drawing.Point(389, 76);
            this.lblReadStartHnd.Name = "lblReadStartHnd";
            this.lblReadStartHnd.Size = new System.Drawing.Size(87, 17);
            this.lblReadStartHnd.TabIndex = 22;
            this.lblReadStartHnd.Text = "Start Handle";
            //
            // lblReadEndHnd
            //
            this.lblReadEndHnd.AutoSize = true;
            this.lblReadEndHnd.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblReadEndHnd.Location = new System.Drawing.Point(391, 121);
            this.lblReadEndHnd.Name = "lblReadEndHnd";
            this.lblReadEndHnd.Size = new System.Drawing.Size(82, 17);
            this.lblReadEndHnd.TabIndex = 21;
            this.lblReadEndHnd.Text = "End Handle";
            //
            // lblReadCharUuid
            //
            this.lblReadCharUuid.AutoSize = true;
            this.lblReadCharUuid.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblReadCharUuid.Location = new System.Drawing.Point(27, 121);
            this.lblReadCharUuid.Name = "lblReadCharUuid";
            this.lblReadCharUuid.Size = new System.Drawing.Size(131, 17);
            this.lblReadCharUuid.TabIndex = 19;
            this.lblReadCharUuid.Text = "Characteristic UUID";
            //
            // tbReadUUID
            //
            this.tbReadUUID.Location = new System.Drawing.Point(31, 140);
            this.tbReadUUID.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.tbReadUUID.MaxLength = 47;
            this.tbReadUUID.Name = "tbReadUUID";
            this.tbReadUUID.Size = new System.Drawing.Size(340, 23);
            this.tbReadUUID.TabIndex = 18;
            this.tbReadUUID.Text = "00:2A";
            this.tbReadUUID.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            //
            // tbReadStartHandle
            //
            this.tbReadStartHandle.Location = new System.Drawing.Point(395, 92);
            this.tbReadStartHandle.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.tbReadStartHandle.MaxLength = 6;
            this.tbReadStartHandle.Name = "tbReadStartHandle";
            this.tbReadStartHandle.Size = new System.Drawing.Size(79, 23);
            this.tbReadStartHandle.TabIndex = 17;
            this.tbReadStartHandle.Text = "0x0001";
            this.tbReadStartHandle.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            //
            // tbReadEndHandle
            //
            this.tbReadEndHandle.Location = new System.Drawing.Point(395, 140);
            this.tbReadEndHandle.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.tbReadEndHandle.MaxLength = 6;
            this.tbReadEndHandle.Name = "tbReadEndHandle";
            this.tbReadEndHandle.Size = new System.Drawing.Size(79, 23);
            this.tbReadEndHandle.TabIndex = 16;
            this.tbReadEndHandle.Text = "0xFFFF";
            this.tbReadEndHandle.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            //
            // gbReadArea
            //
            this.gbReadArea.Controls.Add(this.lbReadValue);
            this.gbReadArea.Controls.Add(this.lblReadStatus);
            this.gbReadArea.Controls.Add(this.rbASCIIRead);
            this.gbReadArea.Controls.Add(this.tbReadStatus);
            this.gbReadArea.Controls.Add(this.rbHexRead);
            this.gbReadArea.Controls.Add(this.btnReadGATTValue);
            this.gbReadArea.Controls.Add(this.rbDecimalRead);
            this.gbReadArea.Controls.Add(this.tbReadValue);
            this.gbReadArea.Location = new System.Drawing.Point(19, 190);
            this.gbReadArea.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.gbReadArea.Name = "gbReadArea";
            this.gbReadArea.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.gbReadArea.Size = new System.Drawing.Size(461, 121);
            this.gbReadArea.TabIndex = 15;
            this.gbReadArea.TabStop = false;
            //
            // lbReadValue
            //
            this.lbReadValue.AutoSize = true;
            this.lbReadValue.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lbReadValue.Location = new System.Drawing.Point(7, 14);
            this.lbReadValue.Name = "lbReadValue";
            this.lbReadValue.Size = new System.Drawing.Size(44, 17);
            this.lbReadValue.TabIndex = 14;
            this.lbReadValue.Text = "Value";
            //
            // lblReadStatus
            //
            this.lblReadStatus.AutoSize = true;
            this.lblReadStatus.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblReadStatus.Location = new System.Drawing.Point(8, 66);
            this.lblReadStatus.Name = "lblReadStatus";
            this.lblReadStatus.Size = new System.Drawing.Size(48, 17);
            this.lblReadStatus.TabIndex = 17;
            this.lblReadStatus.Text = "Status";
            //
            // rbASCIIRead
            //
            this.rbASCIIRead.AutoSize = true;
            this.rbASCIIRead.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.rbASCIIRead.Location = new System.Drawing.Point(93, 12);
            this.rbASCIIRead.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.rbASCIIRead.Name = "rbASCIIRead";
            this.rbASCIIRead.Size = new System.Drawing.Size(62, 21);
            this.rbASCIIRead.TabIndex = 13;
            this.rbASCIIRead.Text = "ASCII";
            this.rbASCIIRead.UseVisualStyleBackColor = true;
            this.rbASCIIRead.Click += new System.EventHandler(this.readFormat_Click);
            //
            // tbReadStatus
            //
            this.tbReadStatus.Location = new System.Drawing.Point(11, 84);
            this.tbReadStatus.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.tbReadStatus.Name = "tbReadStatus";
            this.tbReadStatus.ReadOnly = true;
            this.tbReadStatus.Size = new System.Drawing.Size(332, 23);
            this.tbReadStatus.TabIndex = 16;
            this.tbReadStatus.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            //
            // rbHexRead
            //
            this.rbHexRead.AutoSize = true;
            this.rbHexRead.Checked = true;
            this.rbHexRead.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.rbHexRead.Location = new System.Drawing.Point(363, 12);
            this.rbHexRead.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.rbHexRead.Name = "rbHexRead";
            this.rbHexRead.Size = new System.Drawing.Size(53, 21);
            this.rbHexRead.TabIndex = 12;
            this.rbHexRead.TabStop = true;
            this.rbHexRead.Text = "Hex";
            this.rbHexRead.UseVisualStyleBackColor = true;
            this.rbHexRead.Click += new System.EventHandler(this.readFormat_Click);
            //
            // btnReadGATTValue
            //
            this.btnReadGATTValue.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnReadGATTValue.Location = new System.Drawing.Point(353, 66);
            this.btnReadGATTValue.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.btnReadGATTValue.Name = "btnReadGATTValue";
            this.btnReadGATTValue.Size = new System.Drawing.Size(99, 44);
            this.btnReadGATTValue.TabIndex = 1;
            this.btnReadGATTValue.Text = "Read";
            this.btnReadGATTValue.UseVisualStyleBackColor = true;
            this.btnReadGATTValue.Click += new System.EventHandler(this.btnGATTReadValue_Click);
            //
            // rbDecimalRead
            //
            this.rbDecimalRead.AutoSize = true;
            this.rbDecimalRead.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.rbDecimalRead.Location = new System.Drawing.Point(219, 12);
            this.rbDecimalRead.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.rbDecimalRead.Name = "rbDecimalRead";
            this.rbDecimalRead.Size = new System.Drawing.Size(79, 21);
            this.rbDecimalRead.TabIndex = 11;
            this.rbDecimalRead.Text = "Decimal";
            this.rbDecimalRead.UseVisualStyleBackColor = true;
            this.rbDecimalRead.Click += new System.EventHandler(this.readFormat_Click);
            //
            // tbReadValue
            //
            this.tbReadValue.BackColor = System.Drawing.SystemColors.Control;
            this.tbReadValue.Location = new System.Drawing.Point(11, 34);
            this.tbReadValue.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.tbReadValue.Name = "tbReadValue";
            this.tbReadValue.ReadOnly = true;
            this.tbReadValue.Size = new System.Drawing.Size(439, 23);
            this.tbReadValue.TabIndex = 10;
            this.tbReadValue.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            //
            // tbReadConnHandle
            //
            this.tbReadConnHandle.Enabled = false;
            this.tbReadConnHandle.Location = new System.Drawing.Point(395, 46);
            this.tbReadConnHandle.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.tbReadConnHandle.MaxLength = 6;
            this.tbReadConnHandle.Name = "tbReadConnHandle";
            this.tbReadConnHandle.Size = new System.Drawing.Size(79, 23);
            this.tbReadConnHandle.TabIndex = 5;
            this.tbReadConnHandle.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            //
            // lblReadConnHnd
            //
            this.lblReadConnHnd.AutoSize = true;
            this.lblReadConnHnd.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblReadConnHnd.Location = new System.Drawing.Point(369, 28);
            this.lblReadConnHnd.Name = "lblReadConnHnd";
            this.lblReadConnHnd.Size = new System.Drawing.Size(128, 17);
            this.lblReadConnHnd.TabIndex = 4;
            this.lblReadConnHnd.Text = "Connection Handle";
            //
            // lblReadValueHnd
            //
            this.lblReadValueHnd.AutoSize = true;
            this.lblReadValueHnd.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblReadValueHnd.Location = new System.Drawing.Point(27, 76);
            this.lblReadValueHnd.Name = "lblReadValueHnd";
            this.lblReadValueHnd.Size = new System.Drawing.Size(183, 17);
            this.lblReadValueHnd.TabIndex = 3;
            this.lblReadValueHnd.Text = "Characteristic Value Handle";
            //
            // tbReadAttrHandle
            //
            this.tbReadAttrHandle.Location = new System.Drawing.Point(31, 92);
            this.tbReadAttrHandle.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.tbReadAttrHandle.Name = "tbReadAttrHandle";
            this.tbReadAttrHandle.Size = new System.Drawing.Size(340, 23);
            this.tbReadAttrHandle.TabIndex = 2;
            this.tbReadAttrHandle.Text = "0x0001";
            this.tbReadAttrHandle.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            //
            // tpPairingBonding
            //
            this.tpPairingBonding.Controls.Add(this.gbLongTermKeyData);
            this.tpPairingBonding.Controls.Add(this.gbEncryptLTKey);
            this.tpPairingBonding.Controls.Add(this.gbPasskeyInput);
            this.tpPairingBonding.Controls.Add(this.gbInitParing);
            this.tpPairingBonding.Controls.Add(this.labelPairingStatus);
            this.tpPairingBonding.Controls.Add(this.tbPairingStatus);
            this.tpPairingBonding.Location = new System.Drawing.Point(4, 26);
            this.tpPairingBonding.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.tpPairingBonding.Name = "tpPairingBonding";
            this.tpPairingBonding.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.tpPairingBonding.Size = new System.Drawing.Size(519, 627);
            this.tpPairingBonding.TabIndex = 6;
            this.tpPairingBonding.Text = "Pairing / Bonding";
            this.tpPairingBonding.UseVisualStyleBackColor = true;
            //
            // gbLongTermKeyData
            //
            this.gbLongTermKeyData.Controls.Add(this.btnSaveLongTermKey);
            this.gbLongTermKeyData.Controls.Add(this.tbLongTermKeyData);
            this.gbLongTermKeyData.Location = new System.Drawing.Point(8, 434);
            this.gbLongTermKeyData.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.gbLongTermKeyData.Name = "gbLongTermKeyData";
            this.gbLongTermKeyData.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.gbLongTermKeyData.Size = new System.Drawing.Size(499, 183);
            this.gbLongTermKeyData.TabIndex = 4;
            this.gbLongTermKeyData.TabStop = false;
            this.gbLongTermKeyData.Text = "Long-Term Key (LTK) Data";
            //
            // btnSaveLongTermKey
            //
            this.btnSaveLongTermKey.Location = new System.Drawing.Point(17, 148);
            this.btnSaveLongTermKey.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.btnSaveLongTermKey.Name = "btnSaveLongTermKey";
            this.btnSaveLongTermKey.Size = new System.Drawing.Size(271, 28);
            this.btnSaveLongTermKey.TabIndex = 1;
            this.btnSaveLongTermKey.Text = "Save Long-Term Key Data To File";
            this.btnSaveLongTermKey.UseVisualStyleBackColor = true;
            this.btnSaveLongTermKey.Click += new System.EventHandler(this.btnSaveLongTermKey_Click);
            //
            // tbLongTermKeyData
            //
            this.tbLongTermKeyData.Location = new System.Drawing.Point(17, 32);
            this.tbLongTermKeyData.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.tbLongTermKeyData.Multiline = true;
            this.tbLongTermKeyData.Name = "tbLongTermKeyData";
            this.tbLongTermKeyData.ReadOnly = true;
            this.tbLongTermKeyData.Size = new System.Drawing.Size(465, 107);
            this.tbLongTermKeyData.TabIndex = 9;
            //
            // gbEncryptLTKey
            //
            this.gbEncryptLTKey.Controls.Add(this.tbBondConnHandle);
            this.gbEncryptLTKey.Controls.Add(this.lblLtkConnHnd);
            this.gbEncryptLTKey.Controls.Add(this.btnEncryptLink);
            this.gbEncryptLTKey.Controls.Add(this.btnLoadLongTermKey);
            this.gbEncryptLTKey.Controls.Add(this.tbLTKRandom);
            this.gbEncryptLTKey.Controls.Add(this.tbLTKDiversifier);
            this.gbEncryptLTKey.Controls.Add(this.tbLongTermKey);
            this.gbEncryptLTKey.Controls.Add(this.lblLtkRandom);
            this.gbEncryptLTKey.Controls.Add(this.lblLtkDiv);
            this.gbEncryptLTKey.Controls.Add(this.lblLtk);
            this.gbEncryptLTKey.Controls.Add(this.rbAuthBondFalse);
            this.gbEncryptLTKey.Controls.Add(this.rbAuthBondTrue);
            this.gbEncryptLTKey.Controls.Add(this.lblAuthBond);
            this.gbEncryptLTKey.Location = new System.Drawing.Point(8, 210);
            this.gbEncryptLTKey.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.gbEncryptLTKey.Name = "gbEncryptLTKey";
            this.gbEncryptLTKey.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.gbEncryptLTKey.Size = new System.Drawing.Size(499, 217);
            this.gbEncryptLTKey.TabIndex = 3;
            this.gbEncryptLTKey.TabStop = false;
            this.gbEncryptLTKey.Text = "Encrypt Using Long-Term Key";
            //
            // tbBondConnHandle
            //
            this.tbBondConnHandle.Enabled = false;
            this.tbBondConnHandle.Location = new System.Drawing.Point(155, 22);
            this.tbBondConnHandle.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.tbBondConnHandle.MaxLength = 6;
            this.tbBondConnHandle.Name = "tbBondConnHandle";
            this.tbBondConnHandle.Size = new System.Drawing.Size(79, 23);
            this.tbBondConnHandle.TabIndex = 12;
            this.tbBondConnHandle.Text = "0x0000";
            this.tbBondConnHandle.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            //
            // lblLtkConnHnd
            //
            this.lblLtkConnHnd.AutoSize = true;
            this.lblLtkConnHnd.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblLtkConnHnd.Location = new System.Drawing.Point(13, 28);
            this.lblLtkConnHnd.Name = "lblLtkConnHnd";
            this.lblLtkConnHnd.Size = new System.Drawing.Size(132, 17);
            this.lblLtkConnHnd.TabIndex = 11;
            this.lblLtkConnHnd.Text = "Connection Handle:";
            //
            // btnEncryptLink
            //
            this.btnEncryptLink.Location = new System.Drawing.Point(335, 176);
            this.btnEncryptLink.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.btnEncryptLink.Name = "btnEncryptLink";
            this.btnEncryptLink.Size = new System.Drawing.Size(136, 28);
            this.btnEncryptLink.TabIndex = 10;
            this.btnEncryptLink.Text = "Encrypt Link";
            this.btnEncryptLink.UseVisualStyleBackColor = true;
            this.btnEncryptLink.Click += new System.EventHandler(this.btnInitiateBond_Click);
            //
            // btnLoadLongTermKey
            //
            this.btnLoadLongTermKey.Location = new System.Drawing.Point(17, 176);
            this.btnLoadLongTermKey.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.btnLoadLongTermKey.Name = "btnLoadLongTermKey";
            this.btnLoadLongTermKey.Size = new System.Drawing.Size(271, 28);
            this.btnLoadLongTermKey.TabIndex = 9;
            this.btnLoadLongTermKey.Text = "Load Long-Term Key Data From File";
            this.btnLoadLongTermKey.UseVisualStyleBackColor = true;
            this.btnLoadLongTermKey.Click += new System.EventHandler(this.btnLoadLongTermKey_Click);
            //
            // tbLTKRandom
            //
            this.tbLTKRandom.Location = new System.Drawing.Point(195, 140);
            this.tbLTKRandom.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.tbLTKRandom.MaxLength = 23;
            this.tbLTKRandom.Name = "tbLTKRandom";
            this.tbLTKRandom.Size = new System.Drawing.Size(219, 23);
            this.tbLTKRandom.TabIndex = 8;
            this.tbLTKRandom.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbLTKRandom_KeyPress);
            //
            // tbLTKDiversifier
            //
            this.tbLTKDiversifier.Location = new System.Drawing.Point(200, 108);
            this.tbLTKDiversifier.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.tbLTKDiversifier.MaxLength = 4;
            this.tbLTKDiversifier.Name = "tbLTKDiversifier";
            this.tbLTKDiversifier.Size = new System.Drawing.Size(68, 23);
            this.tbLTKDiversifier.TabIndex = 7;
            this.tbLTKDiversifier.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbLTKDiversifier_KeyPress);
            //
            // tbLongTermKey
            //
            this.tbLongTermKey.Location = new System.Drawing.Point(17, 76);
            this.tbLongTermKey.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.tbLongTermKey.MaxLength = 47;
            this.tbLongTermKey.Name = "tbLongTermKey";
            this.tbLongTermKey.Size = new System.Drawing.Size(447, 23);
            this.tbLongTermKey.TabIndex = 6;
            this.tbLongTermKey.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbLongTermKey_KeyPress);
            //
            // lblLtkRandom
            //
            this.lblLtkRandom.AutoSize = true;
            this.lblLtkRandom.Location = new System.Drawing.Point(19, 144);
            this.lblLtkRandom.Name = "lblLtkRandom";
            this.lblLtkRandom.Size = new System.Drawing.Size(155, 17);
            this.lblLtkRandom.TabIndex = 5;
            this.lblLtkRandom.Text = "LTK Random (8 bytes):";
            //
            // lblLtkDiv
            //
            this.lblLtkDiv.AutoSize = true;
            this.lblLtkDiv.Location = new System.Drawing.Point(19, 112);
            this.lblLtkDiv.Name = "lblLtkDiv";
            this.lblLtkDiv.Size = new System.Drawing.Size(183, 17);
            this.lblLtkDiv.TabIndex = 4;
            this.lblLtkDiv.Text = "LTK Diversifier (2 bytes): 0x";
            //
            // lblLtk
            //
            this.lblLtk.AutoSize = true;
            this.lblLtk.Location = new System.Drawing.Point(16, 57);
            this.lblLtk.Name = "lblLtk";
            this.lblLtk.Size = new System.Drawing.Size(177, 17);
            this.lblLtk.TabIndex = 3;
            this.lblLtk.Text = "Long Term Key (16 bytes):";
            //
            // rbAuthBondFalse
            //
            this.rbAuthBondFalse.AutoSize = true;
            this.rbAuthBondFalse.Location = new System.Drawing.Point(403, 44);
            this.rbAuthBondFalse.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.rbAuthBondFalse.Name = "rbAuthBondFalse";
            this.rbAuthBondFalse.Size = new System.Drawing.Size(63, 21);
            this.rbAuthBondFalse.TabIndex = 2;
            this.rbAuthBondFalse.TabStop = true;
            this.rbAuthBondFalse.Text = "False";
            this.rbAuthBondFalse.UseVisualStyleBackColor = true;
            //
            // rbAuthBondTrue
            //
            this.rbAuthBondTrue.AutoSize = true;
            this.rbAuthBondTrue.Location = new System.Drawing.Point(403, 25);
            this.rbAuthBondTrue.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.rbAuthBondTrue.Name = "rbAuthBondTrue";
            this.rbAuthBondTrue.Size = new System.Drawing.Size(59, 21);
            this.rbAuthBondTrue.TabIndex = 1;
            this.rbAuthBondTrue.TabStop = true;
            this.rbAuthBondTrue.Text = "True";
            this.rbAuthBondTrue.UseVisualStyleBackColor = true;
            //
            // lblAuthBond
            //
            this.lblAuthBond.AutoSize = true;
            this.lblAuthBond.Location = new System.Drawing.Point(257, 26);
            this.lblAuthBond.Name = "lblAuthBond";
            this.lblAuthBond.Size = new System.Drawing.Size(136, 17);
            this.lblAuthBond.TabIndex = 0;
            this.lblAuthBond.Text = "Authenticated Bond:";
            //
            // gbPasskeyInput
            //
            this.gbPasskeyInput.Controls.Add(this.lblConnHnd);
            this.gbPasskeyInput.Controls.Add(this.tbPasskeyConnHandle);
            this.gbPasskeyInput.Controls.Add(this.btnSendPasskey);
            this.gbPasskeyInput.Controls.Add(this.lblPassRange);
            this.gbPasskeyInput.Controls.Add(this.tbPasskey);
            this.gbPasskeyInput.Controls.Add(this.lblPasskey);
            this.gbPasskeyInput.Location = new System.Drawing.Point(8, 106);
            this.gbPasskeyInput.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.gbPasskeyInput.Name = "gbPasskeyInput";
            this.gbPasskeyInput.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.gbPasskeyInput.Size = new System.Drawing.Size(496, 98);
            this.gbPasskeyInput.TabIndex = 2;
            this.gbPasskeyInput.TabStop = false;
            this.gbPasskeyInput.Text = "Passkey Input";
            //
            // lblConnHnd
            //
            this.lblConnHnd.AutoSize = true;
            this.lblConnHnd.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblConnHnd.Location = new System.Drawing.Point(19, 26);
            this.lblConnHnd.Name = "lblConnHnd";
            this.lblConnHnd.Size = new System.Drawing.Size(132, 17);
            this.lblConnHnd.TabIndex = 13;
            this.lblConnHnd.Text = "Connection Handle:";
            //
            // tbPasskeyConnHandle
            //
            this.tbPasskeyConnHandle.Enabled = false;
            this.tbPasskeyConnHandle.Location = new System.Drawing.Point(157, 22);
            this.tbPasskeyConnHandle.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.tbPasskeyConnHandle.MaxLength = 6;
            this.tbPasskeyConnHandle.Name = "tbPasskeyConnHandle";
            this.tbPasskeyConnHandle.Size = new System.Drawing.Size(79, 23);
            this.tbPasskeyConnHandle.TabIndex = 13;
            this.tbPasskeyConnHandle.Text = "0x0000";
            this.tbPasskeyConnHandle.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            //
            // btnSendPasskey
            //
            this.btnSendPasskey.Location = new System.Drawing.Point(335, 18);
            this.btnSendPasskey.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.btnSendPasskey.Name = "btnSendPasskey";
            this.btnSendPasskey.Size = new System.Drawing.Size(136, 28);
            this.btnSendPasskey.TabIndex = 3;
            this.btnSendPasskey.Text = "Send Passkey";
            this.btnSendPasskey.UseVisualStyleBackColor = true;
            this.btnSendPasskey.Click += new System.EventHandler(this.btnSendPassKey_Click);
            //
            // lblPassRange
            //
            this.lblPassRange.AutoSize = true;
            this.lblPassRange.Location = new System.Drawing.Point(227, 60);
            this.lblPassRange.Name = "lblPassRange";
            this.lblPassRange.Size = new System.Drawing.Size(171, 17);
            this.lblPassRange.TabIndex = 2;
            this.lblPassRange.Text = "(000000 through 999999)";
            //
            // tbPasskey
            //
            this.tbPasskey.Location = new System.Drawing.Point(157, 57);
            this.tbPasskey.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.tbPasskey.MaxLength = 6;
            this.tbPasskey.Name = "tbPasskey";
            this.tbPasskey.Size = new System.Drawing.Size(60, 23);
            this.tbPasskey.TabIndex = 1;
            this.tbPasskey.Text = "000000";
            this.tbPasskey.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbPasskey_KeyPress);
            //
            // lblPasskey
            //
            this.lblPasskey.AutoSize = true;
            this.lblPasskey.Location = new System.Drawing.Point(87, 60);
            this.lblPasskey.Name = "lblPasskey";
            this.lblPasskey.Size = new System.Drawing.Size(65, 17);
            this.lblPasskey.TabIndex = 0;
            this.lblPasskey.Text = "Passkey:";
            //
            // gbInitParing
            //
            this.gbInitParing.Controls.Add(this.tbPairingConnHandle);
            this.gbInitParing.Controls.Add(this.lblPairConnHnd);
            this.gbInitParing.Controls.Add(this.btnSendPairingRequest);
            this.gbInitParing.Controls.Add(this.ckBoxAuthMitmEnabled);
            this.gbInitParing.Controls.Add(this.ckBoxBondingEnabled);
            this.gbInitParing.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.gbInitParing.Location = new System.Drawing.Point(8, 7);
            this.gbInitParing.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.gbInitParing.Name = "gbInitParing";
            this.gbInitParing.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.gbInitParing.Size = new System.Drawing.Size(496, 92);
            this.gbInitParing.TabIndex = 1;
            this.gbInitParing.TabStop = false;
            this.gbInitParing.Text = "Initiate Pairing";
            //
            // tbPairingConnHandle
            //
            this.tbPairingConnHandle.Enabled = false;
            this.tbPairingConnHandle.Location = new System.Drawing.Point(171, 52);
            this.tbPairingConnHandle.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.tbPairingConnHandle.MaxLength = 6;
            this.tbPairingConnHandle.Name = "tbPairingConnHandle";
            this.tbPairingConnHandle.Size = new System.Drawing.Size(79, 23);
            this.tbPairingConnHandle.TabIndex = 15;
            this.tbPairingConnHandle.Text = "0x0000";
            this.tbPairingConnHandle.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            //
            // lblPairConnHnd
            //
            this.lblPairConnHnd.AutoSize = true;
            this.lblPairConnHnd.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblPairConnHnd.Location = new System.Drawing.Point(35, 57);
            this.lblPairConnHnd.Name = "lblPairConnHnd";
            this.lblPairConnHnd.Size = new System.Drawing.Size(132, 17);
            this.lblPairConnHnd.TabIndex = 14;
            this.lblPairConnHnd.Text = "Connection Handle:";
            //
            // btnSendPairingRequest
            //
            this.btnSendPairingRequest.Location = new System.Drawing.Point(281, 50);
            this.btnSendPairingRequest.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.btnSendPairingRequest.Name = "btnSendPairingRequest";
            this.btnSendPairingRequest.Size = new System.Drawing.Size(189, 28);
            this.btnSendPairingRequest.TabIndex = 2;
            this.btnSendPairingRequest.Text = "Send Pairing Request";
            this.btnSendPairingRequest.UseVisualStyleBackColor = true;
            this.btnSendPairingRequest.Click += new System.EventHandler(this.btnSendPairingRequest_Click);
            //
            // ckBoxAuthMitmEnabled
            //
            this.ckBoxAuthMitmEnabled.AutoSize = true;
            this.ckBoxAuthMitmEnabled.Location = new System.Drawing.Point(225, 22);
            this.ckBoxAuthMitmEnabled.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.ckBoxAuthMitmEnabled.Name = "ckBoxAuthMitmEnabled";
            this.ckBoxAuthMitmEnabled.Size = new System.Drawing.Size(224, 21);
            this.ckBoxAuthMitmEnabled.TabIndex = 1;
            this.ckBoxAuthMitmEnabled.Text = "Authentication (MITM) Enabled";
            this.ckBoxAuthMitmEnabled.UseVisualStyleBackColor = true;
            //
            // ckBoxBondingEnabled
            //
            this.ckBoxBondingEnabled.AutoSize = true;
            this.ckBoxBondingEnabled.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ckBoxBondingEnabled.Location = new System.Drawing.Point(39, 22);
            this.ckBoxBondingEnabled.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.ckBoxBondingEnabled.Name = "ckBoxBondingEnabled";
            this.ckBoxBondingEnabled.Size = new System.Drawing.Size(138, 21);
            this.ckBoxBondingEnabled.TabIndex = 0;
            this.ckBoxBondingEnabled.Text = "Bonding Enabled";
            this.ckBoxBondingEnabled.UseVisualStyleBackColor = true;
            //
            // labelPairingStatus
            //
            this.labelPairingStatus.AutoSize = true;
            this.labelPairingStatus.Location = new System.Drawing.Point(83, 576);
            this.labelPairingStatus.Name = "labelPairingStatus";
            this.labelPairingStatus.Size = new System.Drawing.Size(100, 17);
            this.labelPairingStatus.TabIndex = 5;
            this.labelPairingStatus.Text = "Pairing Status:";
            this.labelPairingStatus.Visible = false;
            //
            // tbPairingStatus
            //
            this.tbPairingStatus.Location = new System.Drawing.Point(192, 572);
            this.tbPairingStatus.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.tbPairingStatus.Name = "tbPairingStatus";
            this.tbPairingStatus.ReadOnly = true;
            this.tbPairingStatus.Size = new System.Drawing.Size(241, 23);
            this.tbPairingStatus.TabIndex = 7;
            this.tbPairingStatus.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.tbPairingStatus.Visible = false;
            //
            // tpAdvCommands
            //
            this.tpAdvCommands.BackColor = System.Drawing.Color.Transparent;
            this.tpAdvCommands.Controls.Add(this.scTreeGrid);
            this.tpAdvCommands.Location = new System.Drawing.Point(4, 26);
            this.tpAdvCommands.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.tpAdvCommands.Name = "tpAdvCommands";
            this.tpAdvCommands.Size = new System.Drawing.Size(519, 627);
            this.tpAdvCommands.TabIndex = 2;
            this.tpAdvCommands.Text = "Adv.Commands";
            this.tpAdvCommands.UseVisualStyleBackColor = true;
            //
            // scTreeGrid
            //
            this.scTreeGrid.Dock = System.Windows.Forms.DockStyle.Fill;
            this.scTreeGrid.Location = new System.Drawing.Point(0, 0);
            this.scTreeGrid.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.scTreeGrid.Name = "scTreeGrid";
            this.scTreeGrid.Orientation = System.Windows.Forms.Orientation.Horizontal;
            //
            // scTreeGrid.Panel1
            //
            this.scTreeGrid.Panel1.Controls.Add(this.tvAdvCmdList);
            //
            // scTreeGrid.Panel2
            //
            this.scTreeGrid.Panel2.Controls.Add(this.pgAdvCmds);
            this.scTreeGrid.Size = new System.Drawing.Size(519, 627);
            this.scTreeGrid.SplitterDistance = 315;
            this.scTreeGrid.TabIndex = 2;
            //
            // tvAdvCmdList
            //
            this.tvAdvCmdList.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tvAdvCmdList.HideSelection = false;
            this.tvAdvCmdList.Location = new System.Drawing.Point(0, 0);
            this.tvAdvCmdList.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.tvAdvCmdList.Name = "tvAdvCmdList";
            this.tvAdvCmdList.Size = new System.Drawing.Size(519, 315);
            this.tvAdvCmdList.TabIndex = 1;
            this.tvAdvCmdList.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewCmdList_AfterSelect);
            //
            // pgAdvCmds
            //
            this.pgAdvCmds.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pgAdvCmds.Location = new System.Drawing.Point(0, 0);
            this.pgAdvCmds.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.pgAdvCmds.Name = "pgAdvCmds";
            this.pgAdvCmds.PropertySort = System.Windows.Forms.PropertySort.NoSort;
            this.pgAdvCmds.Size = new System.Drawing.Size(519, 308);
            this.pgAdvCmds.TabIndex = 2;
            this.pgAdvCmds.ToolbarVisible = false;
            this.pgAdvCmds.Layout += new System.Windows.Forms.LayoutEventHandler(this.pgAdvCmds_Layout);
            //
            // cmsAdvTab
            //
            this.cmsAdvTab.ImageScalingSize = new System.Drawing.Size(20, 20);
            this.cmsAdvTab.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsmiSendAdvCmd});
            this.cmsAdvTab.Name = "contextMenuStrip1";
            this.cmsAdvTab.Size = new System.Drawing.Size(118, 30);
            //
            // tsmiSendAdvCmd
            //
            this.tsmiSendAdvCmd.Name = "tsmiSendAdvCmd";
            this.tsmiSendAdvCmd.Size = new System.Drawing.Size(117, 26);
            this.tsmiSendAdvCmd.Text = "Send";
            this.tsmiSendAdvCmd.Click += new System.EventHandler(this.tsmiSendAdvCmd_Click);
            //
            // btnSendShared
            //
            this.btnSendShared.Location = new System.Drawing.Point(21, 642);
            this.btnSendShared.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.btnSendShared.Name = "btnSendShared";
            this.btnSendShared.Size = new System.Drawing.Size(129, 28);
            this.btnSendShared.TabIndex = 3;
            this.btnSendShared.Text = "Send Command";
            this.btnSendShared.UseVisualStyleBackColor = true;
            this.btnSendShared.Click += new System.EventHandler(this.btnSendShared_Click);
            //
            // pbSharedDevice
            //
            this.pbSharedDevice.Location = new System.Drawing.Point(179, 642);
            this.pbSharedDevice.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.pbSharedDevice.Name = "pbSharedDevice";
            this.pbSharedDevice.Size = new System.Drawing.Size(349, 28);
            this.pbSharedDevice.Step = 2;
            this.pbSharedDevice.Style = System.Windows.Forms.ProgressBarStyle.Marquee;
            this.pbSharedDevice.TabIndex = 4;
            //
            // DeviceTabsForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoScroll = true;
            this.ClientSize = new System.Drawing.Size(532, 679);
            this.Controls.Add(this.pbSharedDevice);
            this.Controls.Add(this.btnSendShared);
            this.Controls.Add(this.tcDeviceTabs);
            this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.Name = "DeviceTabsForm";
            this.Text = "Device Tabs Form";
            this.Load += new System.EventHandler(this.DeviceTabsForm_Load);
            this.Scroll += new System.Windows.Forms.ScrollEventHandler(this.DeviceTabsForm_Scroll);
            this.tcDeviceTabs.ResumeLayout(false);
            this.tpDiscoverConnect.ResumeLayout(false);
            this.gbLinkControl.ResumeLayout(false);
            this.gbTerminateLink.ResumeLayout(false);
            this.gbTerminateLink.PerformLayout();
            this.gbEstablishLink.ResumeLayout(false);
            this.gbEstablishLink.PerformLayout();
            this.gbConnSettings.ResumeLayout(false);
            this.gbConnSettings.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nudSprVisionTimeout)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudSlaveLatency)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudMaxConnInt)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudMinConnInt)).EndInit();
            this.gbDiscovery.ResumeLayout(false);
            this.gbDiscovery.PerformLayout();
            this.tpReadWrite.ResumeLayout(false);
            this.gbCharWrite.ResumeLayout(false);
            this.gbCharWrite.PerformLayout();
            this.gbWriteArea.ResumeLayout(false);
            this.gbWriteArea.PerformLayout();
            this.gbCharRead.ResumeLayout(false);
            this.gbCharRead.PerformLayout();
            this.gbReadArea.ResumeLayout(false);
            this.gbReadArea.PerformLayout();
            this.tpPairingBonding.ResumeLayout(false);
            this.tpPairingBonding.PerformLayout();
            this.gbLongTermKeyData.ResumeLayout(false);
            this.gbLongTermKeyData.PerformLayout();
            this.gbEncryptLTKey.ResumeLayout(false);
            this.gbEncryptLTKey.PerformLayout();
            this.gbPasskeyInput.ResumeLayout(false);
            this.gbPasskeyInput.PerformLayout();
            this.gbInitParing.ResumeLayout(false);
            this.gbInitParing.PerformLayout();
            this.tpAdvCommands.ResumeLayout(false);
            this.scTreeGrid.Panel1.ResumeLayout(false);
            this.scTreeGrid.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.scTreeGrid)).EndInit();
            this.scTreeGrid.ResumeLayout(false);
            this.cmsAdvTab.ResumeLayout(false);
            this.ResumeLayout(false);
        }
DeviceTabsForm