private void InitializeComponent() { ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof (AdapterTabPanel)); this.AdapterTabPanel_SupportedAdaptersLabelSeparator = new CustomLabelSeparator(); this.AdapterTabPanel_OverviewLbl = new Label(); this.AdapterTabPanel_ModelValueLbl = new CustomLabelRoundedCorners(); this.AdapterTabPanel_ModelLbl = new Label(); this.AdapterTabPanel_MACAddressValueLbl = new CustomLabelRoundedCorners(); this.AdapterTabPanel_ManufacturerValueLbl = new CustomLabelRoundedCorners(); this.AdapterTabPanel_ManufacturerLbl = new Label(); this.AdapterTabPanel_MACAddressLbl = new Label(); this.AdapterTabPanel_AdapterDetailsPanel = new Panel(); this.AdapterTabPanel_DeviceManagementSeparator = new CustomLabelSeparator(); this.AdapterTabPanel_ResetLbl = new Label(); this.AdapterTabPanel_ResetPushBtn = new CustomButtonPush(); this.AdapterTabPanel_AdapterDetailsPanel.SuspendLayout(); this.SuspendLayout(); this.AdapterTabPanel_SupportedAdaptersLabelSeparator.BackColor = Color.White; componentResourceManager.ApplyResources((object) this.AdapterTabPanel_SupportedAdaptersLabelSeparator, "AdapterTabPanel_SupportedAdaptersLabelSeparator"); this.AdapterTabPanel_SupportedAdaptersLabelSeparator.Name = "AdapterTabPanel_SupportedAdaptersLabelSeparator"; this.AdapterTabPanel_SupportedAdaptersLabelSeparator.TabStop = false; componentResourceManager.ApplyResources((object) this.AdapterTabPanel_OverviewLbl, "AdapterTabPanel_OverviewLbl"); this.AdapterTabPanel_OverviewLbl.Name = "AdapterTabPanel_OverviewLbl"; this.AdapterTabPanel_ModelValueLbl.BackColor = Color.Transparent; this.AdapterTabPanel_ModelValueLbl.BackgroundColor = Color.FromArgb(210, 234, 251); this.AdapterTabPanel_ModelValueLbl.ControlType = ControlTypeEnum.TextBox; componentResourceManager.ApplyResources((object) this.AdapterTabPanel_ModelValueLbl, "AdapterTabPanel_ModelValueLbl"); this.AdapterTabPanel_ModelValueLbl.Icon = (Bitmap) null; this.AdapterTabPanel_ModelValueLbl.Name = "AdapterTabPanel_ModelValueLbl"; this.AdapterTabPanel_ModelValueLbl.TabStop = false; this.AdapterTabPanel_ModelValueLbl.UniqueID = -1; componentResourceManager.ApplyResources((object) this.AdapterTabPanel_ModelLbl, "AdapterTabPanel_ModelLbl"); this.AdapterTabPanel_ModelLbl.Name = "AdapterTabPanel_ModelLbl"; this.AdapterTabPanel_MACAddressValueLbl.BackColor = Color.Transparent; this.AdapterTabPanel_MACAddressValueLbl.BackgroundColor = Color.FromArgb(210, 234, 251); this.AdapterTabPanel_MACAddressValueLbl.ControlType = ControlTypeEnum.TextBox; componentResourceManager.ApplyResources((object) this.AdapterTabPanel_MACAddressValueLbl, "AdapterTabPanel_MACAddressValueLbl"); this.AdapterTabPanel_MACAddressValueLbl.Icon = (Bitmap) null; this.AdapterTabPanel_MACAddressValueLbl.Name = "AdapterTabPanel_MACAddressValueLbl"; this.AdapterTabPanel_MACAddressValueLbl.TabStop = false; this.AdapterTabPanel_MACAddressValueLbl.UniqueID = -1; this.AdapterTabPanel_ManufacturerValueLbl.BackColor = Color.Transparent; this.AdapterTabPanel_ManufacturerValueLbl.BackgroundColor = Color.FromArgb(210, 234, 251); this.AdapterTabPanel_ManufacturerValueLbl.ControlType = ControlTypeEnum.TextBox; componentResourceManager.ApplyResources((object) this.AdapterTabPanel_ManufacturerValueLbl, "AdapterTabPanel_ManufacturerValueLbl"); this.AdapterTabPanel_ManufacturerValueLbl.Icon = (Bitmap) null; this.AdapterTabPanel_ManufacturerValueLbl.Name = "AdapterTabPanel_ManufacturerValueLbl"; this.AdapterTabPanel_ManufacturerValueLbl.TabStop = false; this.AdapterTabPanel_ManufacturerValueLbl.UniqueID = -1; componentResourceManager.ApplyResources((object) this.AdapterTabPanel_ManufacturerLbl, "AdapterTabPanel_ManufacturerLbl"); this.AdapterTabPanel_ManufacturerLbl.Name = "AdapterTabPanel_ManufacturerLbl"; componentResourceManager.ApplyResources((object) this.AdapterTabPanel_MACAddressLbl, "AdapterTabPanel_MACAddressLbl"); this.AdapterTabPanel_MACAddressLbl.Name = "AdapterTabPanel_MACAddressLbl"; this.AdapterTabPanel_AdapterDetailsPanel.BackColor = Color.White; this.AdapterTabPanel_AdapterDetailsPanel.Controls.Add((Control) this.AdapterTabPanel_ModelValueLbl); this.AdapterTabPanel_AdapterDetailsPanel.Controls.Add((Control) this.AdapterTabPanel_MACAddressLbl); this.AdapterTabPanel_AdapterDetailsPanel.Controls.Add((Control) this.AdapterTabPanel_ManufacturerLbl); this.AdapterTabPanel_AdapterDetailsPanel.Controls.Add((Control) this.AdapterTabPanel_ManufacturerValueLbl); this.AdapterTabPanel_AdapterDetailsPanel.Controls.Add((Control) this.AdapterTabPanel_ModelLbl); this.AdapterTabPanel_AdapterDetailsPanel.Controls.Add((Control) this.AdapterTabPanel_MACAddressValueLbl); componentResourceManager.ApplyResources((object) this.AdapterTabPanel_AdapterDetailsPanel, "AdapterTabPanel_AdapterDetailsPanel"); this.AdapterTabPanel_AdapterDetailsPanel.Name = "AdapterTabPanel_AdapterDetailsPanel"; this.AdapterTabPanel_DeviceManagementSeparator.BackColor = Color.White; componentResourceManager.ApplyResources((object) this.AdapterTabPanel_DeviceManagementSeparator, "AdapterTabPanel_DeviceManagementSeparator"); this.AdapterTabPanel_DeviceManagementSeparator.Name = "AdapterTabPanel_DeviceManagementSeparator"; this.AdapterTabPanel_DeviceManagementSeparator.TabStop = false; componentResourceManager.ApplyResources((object) this.AdapterTabPanel_ResetLbl, "AdapterTabPanel_ResetLbl"); this.AdapterTabPanel_ResetLbl.Name = "AdapterTabPanel_ResetLbl"; this.AdapterTabPanel_ResetPushBtn.BackColor = Color.White; this.AdapterTabPanel_ResetPushBtn.BtnColor = PushButtonColorEnum.BlueGrey; this.AdapterTabPanel_ResetPushBtn.BtnDoubleEndCaps = false; this.AdapterTabPanel_ResetPushBtn.BtnEnabled = true; componentResourceManager.ApplyResources((object) this.AdapterTabPanel_ResetPushBtn, "AdapterTabPanel_ResetPushBtn"); this.AdapterTabPanel_ResetPushBtn.Name = "AdapterTabPanel_ResetPushBtn"; this.BackColor = Color.White; this.Controls.Add((Control) this.AdapterTabPanel_DeviceManagementSeparator); this.Controls.Add((Control) this.AdapterTabPanel_ResetLbl); this.Controls.Add((Control) this.AdapterTabPanel_ResetPushBtn); this.Controls.Add((Control) this.AdapterTabPanel_AdapterDetailsPanel); this.Controls.Add((Control) this.AdapterTabPanel_OverviewLbl); this.Controls.Add((Control) this.AdapterTabPanel_SupportedAdaptersLabelSeparator); componentResourceManager.ApplyResources((object) this, "$this"); this.Name = "AdapterTabPanel"; this.AdapterTabPanel_AdapterDetailsPanel.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); }
private void InitializeComponent() { ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof (NetworkDetailsPanel)); this.NetworkDetailsPanel_HeaderLbl = new Label(); this.NetworkDetailsPanel_HelpButtonLabelPair = new CustomHelpButtonLabelPair(); this.NetworkDetailsPanel_MainPanel = new Panel(); this.NetworkDetailsPanel_TreePanel = new Panel(); this.NetworkDetailsPanel_Tree = new TreeView(); this.ConnectedAdvancedPanel = new Panel(); this.ConnectedAdvancedPanel_BaseStationLbl = new Label(); this.ConnectedAdvancedPanel_BaseStationValueLbl = new CustomLabelRoundedCorners(); this.ConnectedAdvancedPanel_ChannelFreqLbl = new Label(); this.ConnectedAdvancedPanel_ChannelFreqValueLbl = new CustomLabelRoundedCorners(); this.ConnectedAdvancedPanel_TransmitPowerValueLbl = new CustomLabelRoundedCorners(); this.ConnectedAdvancedPanel_TransmitPowerLbl = new Label(); this.SecurityPanel = new Panel(); this.SecurityPanel_NetworkAuthenticatedLbl = new Label(); this.SecurityPanel_NetworkAuthenticatedValueLbl = new CustomLabelRoundedCorners(); this.SecurityPanel_ActualDomainNameLbl = new Label(); this.SecurityPanel_ActualDomainNameValueLbl = new CustomLabelRoundedCorners(); this.SecurityPanel_EncryptedLbl = new Label(); this.SecurityPanel_EncryptedValueLbl = new CustomLabelRoundedCorners(); this.ConnectedPanel = new Panel(); this.ConnectedPanel_IPAddressLbl = new Label(); this.ConnectedPanel_DurationLbl = new Label(); this.ConnectedPanel_IPAddressValueLbl = new CustomLabelRoundedCorners(); this.ConnectedPanel_DurationValueLbl = new CustomLabelRoundedCorners(); this.GeneralPanel = new Panel(); this.GeneralPanel_SignalLbl = new Label(); this.GeneralPanel_SignalValueLbl = new CustomLabelRoundedCorners(); this.GeneralPanel_PreferredLbl = new Label(); this.GeneralPanel_PreferredValueLbl = new CustomLabelRoundedCorners(); this.GeneralPanel_NetworkNameLbl = new Label(); this.GeneralPanel_NetworkNameValueLbl = new CustomLabelRoundedCorners(); this.GeneralPanel_SupportValueLbl = new CustomLabelRoundedCorners(); this.GeneralPanel_SupportLbl = new Label(); this.StatisticsPanel = new Panel(); this.StatisticsPanel_BytesSentLbl = new Label(); this.StatisticsPanel_BytesSentValueLbl = new CustomLabelRoundedCorners(); this.StatisticsPanel_BytesReceivedLbl = new Label(); this.StatisticsPanel_PacketsSentLbl = new Label(); this.StatisticsPanel_PacketsReceivedValueLbl = new CustomLabelRoundedCorners(); this.StatisticsPanel_BytesReceivedValueLbl = new CustomLabelRoundedCorners(); this.StatisticsPanel_PacketsReceivedLbl = new Label(); this.StatisticsPanel_PacketsSentValueLbl = new CustomLabelRoundedCorners(); this.AdvancedPanel = new Panel(); this.AdvancedPanel_NetworkIdLbl = new Label(); this.AdvancedPanel_NetworkIdValueLbl = new CustomLabelRoundedCorners(); this.AdvancedPanel_RSSILbl = new Label(); this.AdvancedPanel_CINRLbl = new Label(); this.AdvancedPanel_RSSIValueLbl = new CustomLabelRoundedCorners(); this.AdvancedPanel_CINRValueLbl = new CustomLabelRoundedCorners(); this.NetworkDetailsPanel_CloseBtnBox = new CustomButtonPushHorizBox(); this.NetworkPanel_CloseBtn = new CustomButtonPush(); this.NetworkDetailsPanel_MainPanel.SuspendLayout(); this.NetworkDetailsPanel_TreePanel.SuspendLayout(); this.ConnectedAdvancedPanel.SuspendLayout(); this.SecurityPanel.SuspendLayout(); this.ConnectedPanel.SuspendLayout(); this.GeneralPanel.SuspendLayout(); this.StatisticsPanel.SuspendLayout(); this.AdvancedPanel.SuspendLayout(); this.NetworkDetailsPanel_CloseBtnBox.SuspendLayout(); this.SuspendLayout(); this.NetworkDetailsPanel_HeaderLbl.BackColor = Color.Transparent; componentResourceManager.ApplyResources((object) this.NetworkDetailsPanel_HeaderLbl, "NetworkDetailsPanel_HeaderLbl"); this.NetworkDetailsPanel_HeaderLbl.Name = "NetworkDetailsPanel_HeaderLbl"; this.NetworkDetailsPanel_HelpButtonLabelPair.BackColor = Color.Transparent; componentResourceManager.ApplyResources((object) this.NetworkDetailsPanel_HelpButtonLabelPair, "NetworkDetailsPanel_HelpButtonLabelPair"); this.NetworkDetailsPanel_HelpButtonLabelPair.Name = "NetworkDetailsPanel_HelpButtonLabelPair"; this.NetworkDetailsPanel_MainPanel.BackColor = Color.FromArgb(204, 204, 204); this.NetworkDetailsPanel_MainPanel.Controls.Add((Control) this.NetworkDetailsPanel_TreePanel); this.NetworkDetailsPanel_MainPanel.Controls.Add((Control) this.AdvancedPanel); this.NetworkDetailsPanel_MainPanel.Controls.Add((Control) this.ConnectedAdvancedPanel); this.NetworkDetailsPanel_MainPanel.Controls.Add((Control) this.SecurityPanel); this.NetworkDetailsPanel_MainPanel.Controls.Add((Control) this.ConnectedPanel); this.NetworkDetailsPanel_MainPanel.Controls.Add((Control) this.GeneralPanel); this.NetworkDetailsPanel_MainPanel.Controls.Add((Control) this.StatisticsPanel); componentResourceManager.ApplyResources((object) this.NetworkDetailsPanel_MainPanel, "NetworkDetailsPanel_MainPanel"); this.NetworkDetailsPanel_MainPanel.Name = "NetworkDetailsPanel_MainPanel"; this.NetworkDetailsPanel_TreePanel.BackColor = Color.White; this.NetworkDetailsPanel_TreePanel.Controls.Add((Control) this.NetworkDetailsPanel_Tree); componentResourceManager.ApplyResources((object) this.NetworkDetailsPanel_TreePanel, "NetworkDetailsPanel_TreePanel"); this.NetworkDetailsPanel_TreePanel.Name = "NetworkDetailsPanel_TreePanel"; this.NetworkDetailsPanel_Tree.BackColor = Color.White; this.NetworkDetailsPanel_Tree.BorderStyle = BorderStyle.None; this.NetworkDetailsPanel_Tree.ForeColor = Color.Black; componentResourceManager.ApplyResources((object) this.NetworkDetailsPanel_Tree, "NetworkDetailsPanel_Tree"); this.NetworkDetailsPanel_Tree.Name = "NetworkDetailsPanel_Tree"; this.NetworkDetailsPanel_Tree.Nodes.AddRange(new TreeNode[3] { (TreeNode) componentResourceManager.GetObject("NetworkDetailsPanel_Tree.Nodes"), (TreeNode) componentResourceManager.GetObject("NetworkDetailsPanel_Tree.Nodes1"), (TreeNode) componentResourceManager.GetObject("NetworkDetailsPanel_Tree.Nodes2") }); this.NetworkDetailsPanel_Tree.AfterSelect += new TreeViewEventHandler(this.OnTreeSelectionChanged); this.ConnectedAdvancedPanel.BackColor = Color.WhiteSmoke; this.ConnectedAdvancedPanel.Controls.Add((Control) this.ConnectedAdvancedPanel_BaseStationLbl); this.ConnectedAdvancedPanel.Controls.Add((Control) this.ConnectedAdvancedPanel_BaseStationValueLbl); this.ConnectedAdvancedPanel.Controls.Add((Control) this.ConnectedAdvancedPanel_ChannelFreqLbl); this.ConnectedAdvancedPanel.Controls.Add((Control) this.ConnectedAdvancedPanel_ChannelFreqValueLbl); this.ConnectedAdvancedPanel.Controls.Add((Control) this.ConnectedAdvancedPanel_TransmitPowerValueLbl); this.ConnectedAdvancedPanel.Controls.Add((Control) this.ConnectedAdvancedPanel_TransmitPowerLbl); componentResourceManager.ApplyResources((object) this.ConnectedAdvancedPanel, "ConnectedAdvancedPanel"); this.ConnectedAdvancedPanel.Name = "ConnectedAdvancedPanel"; componentResourceManager.ApplyResources((object) this.ConnectedAdvancedPanel_BaseStationLbl, "ConnectedAdvancedPanel_BaseStationLbl"); this.ConnectedAdvancedPanel_BaseStationLbl.Name = "ConnectedAdvancedPanel_BaseStationLbl"; this.ConnectedAdvancedPanel_BaseStationValueLbl.BackColor = Color.Transparent; this.ConnectedAdvancedPanel_BaseStationValueLbl.BackgroundColor = Color.FromArgb(210, 234, 251); this.ConnectedAdvancedPanel_BaseStationValueLbl.ControlType = ControlTypeEnum.TextBox; componentResourceManager.ApplyResources((object) this.ConnectedAdvancedPanel_BaseStationValueLbl, "ConnectedAdvancedPanel_BaseStationValueLbl"); this.ConnectedAdvancedPanel_BaseStationValueLbl.Icon = (Bitmap) null; this.ConnectedAdvancedPanel_BaseStationValueLbl.Name = "ConnectedAdvancedPanel_BaseStationValueLbl"; this.ConnectedAdvancedPanel_BaseStationValueLbl.TabStop = false; this.ConnectedAdvancedPanel_BaseStationValueLbl.UniqueID = -1; componentResourceManager.ApplyResources((object) this.ConnectedAdvancedPanel_ChannelFreqLbl, "ConnectedAdvancedPanel_ChannelFreqLbl"); this.ConnectedAdvancedPanel_ChannelFreqLbl.Name = "ConnectedAdvancedPanel_ChannelFreqLbl"; this.ConnectedAdvancedPanel_ChannelFreqValueLbl.BackColor = Color.Transparent; this.ConnectedAdvancedPanel_ChannelFreqValueLbl.BackgroundColor = Color.FromArgb(210, 234, 251); this.ConnectedAdvancedPanel_ChannelFreqValueLbl.ControlType = ControlTypeEnum.TextBox; componentResourceManager.ApplyResources((object) this.ConnectedAdvancedPanel_ChannelFreqValueLbl, "ConnectedAdvancedPanel_ChannelFreqValueLbl"); this.ConnectedAdvancedPanel_ChannelFreqValueLbl.Icon = (Bitmap) null; this.ConnectedAdvancedPanel_ChannelFreqValueLbl.Name = "ConnectedAdvancedPanel_ChannelFreqValueLbl"; this.ConnectedAdvancedPanel_ChannelFreqValueLbl.TabStop = false; this.ConnectedAdvancedPanel_ChannelFreqValueLbl.UniqueID = -1; this.ConnectedAdvancedPanel_TransmitPowerValueLbl.AccessibleRole = AccessibleRole.None; this.ConnectedAdvancedPanel_TransmitPowerValueLbl.BackColor = Color.Transparent; this.ConnectedAdvancedPanel_TransmitPowerValueLbl.BackgroundColor = Color.FromArgb(210, 234, 251); this.ConnectedAdvancedPanel_TransmitPowerValueLbl.ControlType = ControlTypeEnum.TextBox; componentResourceManager.ApplyResources((object) this.ConnectedAdvancedPanel_TransmitPowerValueLbl, "ConnectedAdvancedPanel_TransmitPowerValueLbl"); this.ConnectedAdvancedPanel_TransmitPowerValueLbl.Icon = (Bitmap) null; this.ConnectedAdvancedPanel_TransmitPowerValueLbl.Name = "ConnectedAdvancedPanel_TransmitPowerValueLbl"; this.ConnectedAdvancedPanel_TransmitPowerValueLbl.TabStop = false; this.ConnectedAdvancedPanel_TransmitPowerValueLbl.UniqueID = -1; componentResourceManager.ApplyResources((object) this.ConnectedAdvancedPanel_TransmitPowerLbl, "ConnectedAdvancedPanel_TransmitPowerLbl"); this.ConnectedAdvancedPanel_TransmitPowerLbl.Name = "ConnectedAdvancedPanel_TransmitPowerLbl"; this.SecurityPanel.BackColor = Color.WhiteSmoke; this.SecurityPanel.Controls.Add((Control) this.SecurityPanel_NetworkAuthenticatedLbl); this.SecurityPanel.Controls.Add((Control) this.SecurityPanel_NetworkAuthenticatedValueLbl); this.SecurityPanel.Controls.Add((Control) this.SecurityPanel_ActualDomainNameLbl); this.SecurityPanel.Controls.Add((Control) this.SecurityPanel_ActualDomainNameValueLbl); this.SecurityPanel.Controls.Add((Control) this.SecurityPanel_EncryptedLbl); this.SecurityPanel.Controls.Add((Control) this.SecurityPanel_EncryptedValueLbl); componentResourceManager.ApplyResources((object) this.SecurityPanel, "SecurityPanel"); this.SecurityPanel.Name = "SecurityPanel"; this.SecurityPanel_NetworkAuthenticatedLbl.AccessibleRole = AccessibleRole.TitleBar; componentResourceManager.ApplyResources((object) this.SecurityPanel_NetworkAuthenticatedLbl, "SecurityPanel_NetworkAuthenticatedLbl"); this.SecurityPanel_NetworkAuthenticatedLbl.Name = "SecurityPanel_NetworkAuthenticatedLbl"; this.SecurityPanel_NetworkAuthenticatedValueLbl.BackColor = Color.Transparent; this.SecurityPanel_NetworkAuthenticatedValueLbl.BackgroundColor = Color.FromArgb(210, 234, 251); this.SecurityPanel_NetworkAuthenticatedValueLbl.ControlType = ControlTypeEnum.TextBox; componentResourceManager.ApplyResources((object) this.SecurityPanel_NetworkAuthenticatedValueLbl, "SecurityPanel_NetworkAuthenticatedValueLbl"); this.SecurityPanel_NetworkAuthenticatedValueLbl.Icon = (Bitmap) null; this.SecurityPanel_NetworkAuthenticatedValueLbl.Name = "SecurityPanel_NetworkAuthenticatedValueLbl"; this.SecurityPanel_NetworkAuthenticatedValueLbl.TabStop = false; this.SecurityPanel_NetworkAuthenticatedValueLbl.UniqueID = -1; componentResourceManager.ApplyResources((object) this.SecurityPanel_ActualDomainNameLbl, "SecurityPanel_ActualDomainNameLbl"); this.SecurityPanel_ActualDomainNameLbl.Name = "SecurityPanel_ActualDomainNameLbl"; this.SecurityPanel_ActualDomainNameValueLbl.BackColor = Color.Transparent; this.SecurityPanel_ActualDomainNameValueLbl.BackgroundColor = Color.FromArgb(210, 234, 251); this.SecurityPanel_ActualDomainNameValueLbl.ControlType = ControlTypeEnum.TextBox; componentResourceManager.ApplyResources((object) this.SecurityPanel_ActualDomainNameValueLbl, "SecurityPanel_ActualDomainNameValueLbl"); this.SecurityPanel_ActualDomainNameValueLbl.Icon = (Bitmap) null; this.SecurityPanel_ActualDomainNameValueLbl.Name = "SecurityPanel_ActualDomainNameValueLbl"; this.SecurityPanel_ActualDomainNameValueLbl.TabStop = false; this.SecurityPanel_ActualDomainNameValueLbl.UniqueID = -1; this.SecurityPanel_EncryptedLbl.AccessibleRole = AccessibleRole.None; componentResourceManager.ApplyResources((object) this.SecurityPanel_EncryptedLbl, "SecurityPanel_EncryptedLbl"); this.SecurityPanel_EncryptedLbl.Name = "SecurityPanel_EncryptedLbl"; this.SecurityPanel_EncryptedValueLbl.BackColor = Color.Transparent; this.SecurityPanel_EncryptedValueLbl.BackgroundColor = Color.FromArgb(210, 234, 251); this.SecurityPanel_EncryptedValueLbl.ControlType = ControlTypeEnum.TextBox; componentResourceManager.ApplyResources((object) this.SecurityPanel_EncryptedValueLbl, "SecurityPanel_EncryptedValueLbl"); this.SecurityPanel_EncryptedValueLbl.Icon = (Bitmap) null; this.SecurityPanel_EncryptedValueLbl.Name = "SecurityPanel_EncryptedValueLbl"; this.SecurityPanel_EncryptedValueLbl.TabStop = false; this.SecurityPanel_EncryptedValueLbl.UniqueID = -1; this.ConnectedPanel.BackColor = Color.WhiteSmoke; this.ConnectedPanel.Controls.Add((Control) this.ConnectedPanel_IPAddressLbl); this.ConnectedPanel.Controls.Add((Control) this.ConnectedPanel_DurationLbl); this.ConnectedPanel.Controls.Add((Control) this.ConnectedPanel_IPAddressValueLbl); this.ConnectedPanel.Controls.Add((Control) this.ConnectedPanel_DurationValueLbl); componentResourceManager.ApplyResources((object) this.ConnectedPanel, "ConnectedPanel"); this.ConnectedPanel.Name = "ConnectedPanel"; this.ConnectedPanel_IPAddressLbl.AccessibleRole = AccessibleRole.None; componentResourceManager.ApplyResources((object) this.ConnectedPanel_IPAddressLbl, "ConnectedPanel_IPAddressLbl"); this.ConnectedPanel_IPAddressLbl.Name = "ConnectedPanel_IPAddressLbl"; componentResourceManager.ApplyResources((object) this.ConnectedPanel_DurationLbl, "ConnectedPanel_DurationLbl"); this.ConnectedPanel_DurationLbl.Name = "ConnectedPanel_DurationLbl"; this.ConnectedPanel_IPAddressValueLbl.BackColor = Color.Transparent; this.ConnectedPanel_IPAddressValueLbl.BackgroundColor = Color.FromArgb(210, 234, 251); this.ConnectedPanel_IPAddressValueLbl.ControlType = ControlTypeEnum.TextBox; componentResourceManager.ApplyResources((object) this.ConnectedPanel_IPAddressValueLbl, "ConnectedPanel_IPAddressValueLbl"); this.ConnectedPanel_IPAddressValueLbl.Icon = (Bitmap) null; this.ConnectedPanel_IPAddressValueLbl.Name = "ConnectedPanel_IPAddressValueLbl"; this.ConnectedPanel_IPAddressValueLbl.TabStop = false; this.ConnectedPanel_IPAddressValueLbl.UniqueID = -1; this.ConnectedPanel_DurationValueLbl.BackColor = Color.Transparent; this.ConnectedPanel_DurationValueLbl.BackgroundColor = Color.FromArgb(210, 234, 251); this.ConnectedPanel_DurationValueLbl.ControlType = ControlTypeEnum.TextBox; componentResourceManager.ApplyResources((object) this.ConnectedPanel_DurationValueLbl, "ConnectedPanel_DurationValueLbl"); this.ConnectedPanel_DurationValueLbl.Icon = (Bitmap) null; this.ConnectedPanel_DurationValueLbl.Name = "ConnectedPanel_DurationValueLbl"; this.ConnectedPanel_DurationValueLbl.TabStop = false; this.ConnectedPanel_DurationValueLbl.UniqueID = -1; this.GeneralPanel.BackColor = Color.WhiteSmoke; this.GeneralPanel.Controls.Add((Control) this.GeneralPanel_SignalLbl); this.GeneralPanel.Controls.Add((Control) this.GeneralPanel_SignalValueLbl); this.GeneralPanel.Controls.Add((Control) this.GeneralPanel_PreferredLbl); this.GeneralPanel.Controls.Add((Control) this.GeneralPanel_PreferredValueLbl); this.GeneralPanel.Controls.Add((Control) this.GeneralPanel_NetworkNameLbl); this.GeneralPanel.Controls.Add((Control) this.GeneralPanel_NetworkNameValueLbl); this.GeneralPanel.Controls.Add((Control) this.GeneralPanel_SupportValueLbl); this.GeneralPanel.Controls.Add((Control) this.GeneralPanel_SupportLbl); componentResourceManager.ApplyResources((object) this.GeneralPanel, "GeneralPanel"); this.GeneralPanel.Name = "GeneralPanel"; componentResourceManager.ApplyResources((object) this.GeneralPanel_SignalLbl, "GeneralPanel_SignalLbl"); this.GeneralPanel_SignalLbl.Name = "GeneralPanel_SignalLbl"; this.GeneralPanel_SignalValueLbl.BackColor = Color.Transparent; this.GeneralPanel_SignalValueLbl.BackgroundColor = Color.FromArgb(210, 234, 251); this.GeneralPanel_SignalValueLbl.ControlType = ControlTypeEnum.TextBox; componentResourceManager.ApplyResources((object) this.GeneralPanel_SignalValueLbl, "GeneralPanel_SignalValueLbl"); this.GeneralPanel_SignalValueLbl.Icon = (Bitmap) null; this.GeneralPanel_SignalValueLbl.Name = "GeneralPanel_SignalValueLbl"; this.GeneralPanel_SignalValueLbl.TabStop = false; this.GeneralPanel_SignalValueLbl.UniqueID = -1; componentResourceManager.ApplyResources((object) this.GeneralPanel_PreferredLbl, "GeneralPanel_PreferredLbl"); this.GeneralPanel_PreferredLbl.Name = "GeneralPanel_PreferredLbl"; this.GeneralPanel_PreferredValueLbl.BackColor = Color.Transparent; this.GeneralPanel_PreferredValueLbl.BackgroundColor = Color.FromArgb(210, 234, 251); this.GeneralPanel_PreferredValueLbl.ControlType = ControlTypeEnum.TextBox; componentResourceManager.ApplyResources((object) this.GeneralPanel_PreferredValueLbl, "GeneralPanel_PreferredValueLbl"); this.GeneralPanel_PreferredValueLbl.Icon = (Bitmap) null; this.GeneralPanel_PreferredValueLbl.Name = "GeneralPanel_PreferredValueLbl"; this.GeneralPanel_PreferredValueLbl.TabStop = false; this.GeneralPanel_PreferredValueLbl.UniqueID = -1; componentResourceManager.ApplyResources((object) this.GeneralPanel_NetworkNameLbl, "GeneralPanel_NetworkNameLbl"); this.GeneralPanel_NetworkNameLbl.Name = "GeneralPanel_NetworkNameLbl"; this.GeneralPanel_NetworkNameValueLbl.BackColor = Color.Transparent; this.GeneralPanel_NetworkNameValueLbl.BackgroundColor = Color.FromArgb(210, 234, 251); this.GeneralPanel_NetworkNameValueLbl.ControlType = ControlTypeEnum.TextBox; componentResourceManager.ApplyResources((object) this.GeneralPanel_NetworkNameValueLbl, "GeneralPanel_NetworkNameValueLbl"); this.GeneralPanel_NetworkNameValueLbl.Icon = (Bitmap) null; this.GeneralPanel_NetworkNameValueLbl.Name = "GeneralPanel_NetworkNameValueLbl"; this.GeneralPanel_NetworkNameValueLbl.TabStop = false; this.GeneralPanel_NetworkNameValueLbl.UniqueID = -1; this.GeneralPanel_SupportValueLbl.BackColor = Color.Transparent; this.GeneralPanel_SupportValueLbl.BackgroundColor = Color.FromArgb(210, 234, 251); this.GeneralPanel_SupportValueLbl.ControlType = ControlTypeEnum.LinkLabel; componentResourceManager.ApplyResources((object) this.GeneralPanel_SupportValueLbl, "GeneralPanel_SupportValueLbl"); this.GeneralPanel_SupportValueLbl.Icon = (Bitmap) null; this.GeneralPanel_SupportValueLbl.Name = "GeneralPanel_SupportValueLbl"; this.GeneralPanel_SupportValueLbl.TabStop = false; this.GeneralPanel_SupportValueLbl.UniqueID = -1; this.GeneralPanel_SupportLbl.AccessibleRole = AccessibleRole.None; componentResourceManager.ApplyResources((object) this.GeneralPanel_SupportLbl, "GeneralPanel_SupportLbl"); this.GeneralPanel_SupportLbl.Name = "GeneralPanel_SupportLbl"; this.StatisticsPanel.BackColor = Color.WhiteSmoke; this.StatisticsPanel.Controls.Add((Control) this.StatisticsPanel_BytesSentLbl); this.StatisticsPanel.Controls.Add((Control) this.StatisticsPanel_BytesSentValueLbl); this.StatisticsPanel.Controls.Add((Control) this.StatisticsPanel_BytesReceivedLbl); this.StatisticsPanel.Controls.Add((Control) this.StatisticsPanel_PacketsSentLbl); this.StatisticsPanel.Controls.Add((Control) this.StatisticsPanel_PacketsReceivedValueLbl); this.StatisticsPanel.Controls.Add((Control) this.StatisticsPanel_BytesReceivedValueLbl); this.StatisticsPanel.Controls.Add((Control) this.StatisticsPanel_PacketsReceivedLbl); this.StatisticsPanel.Controls.Add((Control) this.StatisticsPanel_PacketsSentValueLbl); componentResourceManager.ApplyResources((object) this.StatisticsPanel, "StatisticsPanel"); this.StatisticsPanel.Name = "StatisticsPanel"; componentResourceManager.ApplyResources((object) this.StatisticsPanel_BytesSentLbl, "StatisticsPanel_BytesSentLbl"); this.StatisticsPanel_BytesSentLbl.Name = "StatisticsPanel_BytesSentLbl"; this.StatisticsPanel_BytesSentValueLbl.BackColor = Color.Transparent; this.StatisticsPanel_BytesSentValueLbl.BackgroundColor = Color.FromArgb(210, 234, 251); this.StatisticsPanel_BytesSentValueLbl.ControlType = ControlTypeEnum.TextBox; componentResourceManager.ApplyResources((object) this.StatisticsPanel_BytesSentValueLbl, "StatisticsPanel_BytesSentValueLbl"); this.StatisticsPanel_BytesSentValueLbl.Icon = (Bitmap) null; this.StatisticsPanel_BytesSentValueLbl.Name = "StatisticsPanel_BytesSentValueLbl"; this.StatisticsPanel_BytesSentValueLbl.TabStop = false; this.StatisticsPanel_BytesSentValueLbl.UniqueID = -1; this.StatisticsPanel_BytesReceivedLbl.AccessibleRole = AccessibleRole.None; componentResourceManager.ApplyResources((object) this.StatisticsPanel_BytesReceivedLbl, "StatisticsPanel_BytesReceivedLbl"); this.StatisticsPanel_BytesReceivedLbl.Name = "StatisticsPanel_BytesReceivedLbl"; componentResourceManager.ApplyResources((object) this.StatisticsPanel_PacketsSentLbl, "StatisticsPanel_PacketsSentLbl"); this.StatisticsPanel_PacketsSentLbl.Name = "StatisticsPanel_PacketsSentLbl"; this.StatisticsPanel_PacketsReceivedValueLbl.AccessibleRole = AccessibleRole.None; this.StatisticsPanel_PacketsReceivedValueLbl.BackColor = Color.Transparent; this.StatisticsPanel_PacketsReceivedValueLbl.BackgroundColor = Color.FromArgb(210, 234, 251); this.StatisticsPanel_PacketsReceivedValueLbl.ControlType = ControlTypeEnum.TextBox; componentResourceManager.ApplyResources((object) this.StatisticsPanel_PacketsReceivedValueLbl, "StatisticsPanel_PacketsReceivedValueLbl"); this.StatisticsPanel_PacketsReceivedValueLbl.Icon = (Bitmap) null; this.StatisticsPanel_PacketsReceivedValueLbl.Name = "StatisticsPanel_PacketsReceivedValueLbl"; this.StatisticsPanel_PacketsReceivedValueLbl.TabStop = false; this.StatisticsPanel_PacketsReceivedValueLbl.UniqueID = -1; this.StatisticsPanel_BytesReceivedValueLbl.BackColor = Color.Transparent; this.StatisticsPanel_BytesReceivedValueLbl.BackgroundColor = Color.FromArgb(210, 234, 251); this.StatisticsPanel_BytesReceivedValueLbl.ControlType = ControlTypeEnum.TextBox; componentResourceManager.ApplyResources((object) this.StatisticsPanel_BytesReceivedValueLbl, "StatisticsPanel_BytesReceivedValueLbl"); this.StatisticsPanel_BytesReceivedValueLbl.Icon = (Bitmap) null; this.StatisticsPanel_BytesReceivedValueLbl.Name = "StatisticsPanel_BytesReceivedValueLbl"; this.StatisticsPanel_BytesReceivedValueLbl.TabStop = false; this.StatisticsPanel_BytesReceivedValueLbl.UniqueID = -1; componentResourceManager.ApplyResources((object) this.StatisticsPanel_PacketsReceivedLbl, "StatisticsPanel_PacketsReceivedLbl"); this.StatisticsPanel_PacketsReceivedLbl.Name = "StatisticsPanel_PacketsReceivedLbl"; this.StatisticsPanel_PacketsSentValueLbl.BackColor = Color.Transparent; this.StatisticsPanel_PacketsSentValueLbl.BackgroundColor = Color.FromArgb(210, 234, 251); this.StatisticsPanel_PacketsSentValueLbl.ControlType = ControlTypeEnum.TextBox; componentResourceManager.ApplyResources((object) this.StatisticsPanel_PacketsSentValueLbl, "StatisticsPanel_PacketsSentValueLbl"); this.StatisticsPanel_PacketsSentValueLbl.Icon = (Bitmap) null; this.StatisticsPanel_PacketsSentValueLbl.Name = "StatisticsPanel_PacketsSentValueLbl"; this.StatisticsPanel_PacketsSentValueLbl.TabStop = false; this.StatisticsPanel_PacketsSentValueLbl.UniqueID = -1; this.AdvancedPanel.BackColor = Color.WhiteSmoke; this.AdvancedPanel.Controls.Add((Control) this.AdvancedPanel_NetworkIdLbl); this.AdvancedPanel.Controls.Add((Control) this.AdvancedPanel_NetworkIdValueLbl); this.AdvancedPanel.Controls.Add((Control) this.AdvancedPanel_RSSILbl); this.AdvancedPanel.Controls.Add((Control) this.AdvancedPanel_CINRLbl); this.AdvancedPanel.Controls.Add((Control) this.AdvancedPanel_RSSIValueLbl); this.AdvancedPanel.Controls.Add((Control) this.AdvancedPanel_CINRValueLbl); componentResourceManager.ApplyResources((object) this.AdvancedPanel, "AdvancedPanel"); this.AdvancedPanel.Name = "AdvancedPanel"; componentResourceManager.ApplyResources((object) this.AdvancedPanel_NetworkIdLbl, "AdvancedPanel_NetworkIdLbl"); this.AdvancedPanel_NetworkIdLbl.Name = "AdvancedPanel_NetworkIdLbl"; this.AdvancedPanel_NetworkIdValueLbl.BackColor = Color.Transparent; this.AdvancedPanel_NetworkIdValueLbl.BackgroundColor = Color.FromArgb(210, 234, 251); this.AdvancedPanel_NetworkIdValueLbl.ControlType = ControlTypeEnum.TextBox; componentResourceManager.ApplyResources((object) this.AdvancedPanel_NetworkIdValueLbl, "AdvancedPanel_NetworkIdValueLbl"); this.AdvancedPanel_NetworkIdValueLbl.Icon = (Bitmap) null; this.AdvancedPanel_NetworkIdValueLbl.Name = "AdvancedPanel_NetworkIdValueLbl"; this.AdvancedPanel_NetworkIdValueLbl.TabStop = false; this.AdvancedPanel_NetworkIdValueLbl.UniqueID = -1; this.AdvancedPanel_RSSILbl.AccessibleRole = AccessibleRole.None; componentResourceManager.ApplyResources((object) this.AdvancedPanel_RSSILbl, "AdvancedPanel_RSSILbl"); this.AdvancedPanel_RSSILbl.Name = "AdvancedPanel_RSSILbl"; componentResourceManager.ApplyResources((object) this.AdvancedPanel_CINRLbl, "AdvancedPanel_CINRLbl"); this.AdvancedPanel_CINRLbl.Name = "AdvancedPanel_CINRLbl"; this.AdvancedPanel_RSSIValueLbl.BackColor = Color.Transparent; this.AdvancedPanel_RSSIValueLbl.BackgroundColor = Color.FromArgb(210, 234, 251); this.AdvancedPanel_RSSIValueLbl.ControlType = ControlTypeEnum.TextBox; componentResourceManager.ApplyResources((object) this.AdvancedPanel_RSSIValueLbl, "AdvancedPanel_RSSIValueLbl"); this.AdvancedPanel_RSSIValueLbl.Icon = (Bitmap) null; this.AdvancedPanel_RSSIValueLbl.Name = "AdvancedPanel_RSSIValueLbl"; this.AdvancedPanel_RSSIValueLbl.TabStop = false; this.AdvancedPanel_RSSIValueLbl.UniqueID = -1; this.AdvancedPanel_CINRValueLbl.BackColor = Color.Transparent; this.AdvancedPanel_CINRValueLbl.BackgroundColor = Color.FromArgb(210, 234, 251); this.AdvancedPanel_CINRValueLbl.ControlType = ControlTypeEnum.TextBox; componentResourceManager.ApplyResources((object) this.AdvancedPanel_CINRValueLbl, "AdvancedPanel_CINRValueLbl"); this.AdvancedPanel_CINRValueLbl.Icon = (Bitmap) null; this.AdvancedPanel_CINRValueLbl.Name = "AdvancedPanel_CINRValueLbl"; this.AdvancedPanel_CINRValueLbl.TabStop = false; this.AdvancedPanel_CINRValueLbl.UniqueID = -1; this.NetworkDetailsPanel_CloseBtnBox.Controls.Add((Control) this.NetworkPanel_CloseBtn); componentResourceManager.ApplyResources((object) this.NetworkDetailsPanel_CloseBtnBox, "NetworkDetailsPanel_CloseBtnBox"); this.NetworkDetailsPanel_CloseBtnBox.HorizontalJustification = HorizontalJustificationEnum.Right; this.NetworkDetailsPanel_CloseBtnBox.Name = "NetworkDetailsPanel_CloseBtnBox"; this.NetworkPanel_CloseBtn.BackColor = Color.White; this.NetworkPanel_CloseBtn.BtnColor = PushButtonColorEnum.BlueGrey; this.NetworkPanel_CloseBtn.BtnDoubleEndCaps = false; this.NetworkPanel_CloseBtn.BtnEnabled = true; componentResourceManager.ApplyResources((object) this.NetworkPanel_CloseBtn, "NetworkPanel_CloseBtn"); this.NetworkPanel_CloseBtn.Name = "NetworkPanel_CloseBtn"; this.AutoScaleMode = AutoScaleMode.None; this.BackColor = Color.White; this.Controls.Add((Control) this.NetworkDetailsPanel_CloseBtnBox); this.Controls.Add((Control) this.NetworkDetailsPanel_MainPanel); this.Controls.Add((Control) this.NetworkDetailsPanel_HeaderLbl); this.Controls.Add((Control) this.NetworkDetailsPanel_HelpButtonLabelPair); componentResourceManager.ApplyResources((object) this, "$this"); this.Name = "NetworkDetailsPanel"; this.NetworkDetailsPanel_MainPanel.ResumeLayout(false); this.NetworkDetailsPanel_TreePanel.ResumeLayout(false); this.ConnectedAdvancedPanel.ResumeLayout(false); this.SecurityPanel.ResumeLayout(false); this.ConnectedPanel.ResumeLayout(false); this.GeneralPanel.ResumeLayout(false); this.StatisticsPanel.ResumeLayout(false); this.AdvancedPanel.ResumeLayout(false); this.NetworkDetailsPanel_CloseBtnBox.ResumeLayout(false); this.ResumeLayout(false); }