private void InitializeComponent() { ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof (TechSupportPanel)); DataGridViewCellStyle gridViewCellStyle1 = new DataGridViewCellStyle(); DataGridViewCellStyle gridViewCellStyle2 = new DataGridViewCellStyle(); this.TechSupportPanel_HeaderLbl = new Label(); this.TechSupportPanel_CloseBtnBox = new CustomButtonPushHorizBox(); this.TechSupportPanel_CloseBtn = new CustomButtonPush(); this.TechSupportPanel_ButtonBarSeperator = new CustomLabelSeparator(); this.TechSupportPanel_GridView = new DataGridView(); this.CompanyColumn = new DataGridViewTextBoxColumn(); this.SupportWebsiteColumn = new DataGridViewLinkColumn(); this.TechSupportPanel_ShowOtherOperatorsBtn = new CustomButtonPush(); this.TechSupportPanel_HelpButtonLabelPair = new CustomHelpButtonLabelPair(); this.TechSupportPanel_CloseBtnBox.SuspendLayout(); this.TechSupportPanel_GridView.BeginInit(); this.SuspendLayout(); this.TechSupportPanel_HeaderLbl.BackColor = Color.Transparent; componentResourceManager.ApplyResources((object) this.TechSupportPanel_HeaderLbl, "TechSupportPanel_HeaderLbl"); this.TechSupportPanel_HeaderLbl.Name = "TechSupportPanel_HeaderLbl"; this.TechSupportPanel_CloseBtnBox.Controls.Add((Control) this.TechSupportPanel_CloseBtn); componentResourceManager.ApplyResources((object) this.TechSupportPanel_CloseBtnBox, "TechSupportPanel_CloseBtnBox"); this.TechSupportPanel_CloseBtnBox.HorizontalJustification = HorizontalJustificationEnum.Right; this.TechSupportPanel_CloseBtnBox.Name = "TechSupportPanel_CloseBtnBox"; this.TechSupportPanel_CloseBtn.BackColor = Color.White; this.TechSupportPanel_CloseBtn.BtnColor = PushButtonColorEnum.BlueGrey; this.TechSupportPanel_CloseBtn.BtnDoubleEndCaps = false; this.TechSupportPanel_CloseBtn.BtnEnabled = true; componentResourceManager.ApplyResources((object) this.TechSupportPanel_CloseBtn, "TechSupportPanel_CloseBtn"); this.TechSupportPanel_CloseBtn.Name = "TechSupportPanel_CloseBtn"; this.TechSupportPanel_ButtonBarSeperator.BackColor = Color.White; componentResourceManager.ApplyResources((object) this.TechSupportPanel_ButtonBarSeperator, "TechSupportPanel_ButtonBarSeperator"); this.TechSupportPanel_ButtonBarSeperator.Name = "TechSupportPanel_ButtonBarSeperator"; this.TechSupportPanel_ButtonBarSeperator.TabStop = false; this.TechSupportPanel_GridView.AllowUserToAddRows = false; this.TechSupportPanel_GridView.AllowUserToDeleteRows = false; this.TechSupportPanel_GridView.AutoSizeColumnsMode = DataGridViewAutoSizeColumnsMode.Fill; this.TechSupportPanel_GridView.AutoSizeRowsMode = DataGridViewAutoSizeRowsMode.AllCells; this.TechSupportPanel_GridView.BackgroundColor = Color.WhiteSmoke; this.TechSupportPanel_GridView.BorderStyle = BorderStyle.None; this.TechSupportPanel_GridView.ColumnHeadersBorderStyle = DataGridViewHeaderBorderStyle.Single; gridViewCellStyle1.Alignment = DataGridViewContentAlignment.MiddleLeft; gridViewCellStyle1.BackColor = Color.FromArgb(37, 101, 166); gridViewCellStyle1.Font = new Font("Tahoma", 9f); gridViewCellStyle1.ForeColor = Color.White; gridViewCellStyle1.SelectionBackColor = Color.FromArgb(37, 101, 166); gridViewCellStyle1.SelectionForeColor = Color.White; gridViewCellStyle1.WrapMode = DataGridViewTriState.True; this.TechSupportPanel_GridView.ColumnHeadersDefaultCellStyle = gridViewCellStyle1; this.TechSupportPanel_GridView.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.TechSupportPanel_GridView.Columns.AddRange((DataGridViewColumn) this.CompanyColumn, (DataGridViewColumn) this.SupportWebsiteColumn); gridViewCellStyle2.Alignment = DataGridViewContentAlignment.MiddleLeft; gridViewCellStyle2.BackColor = Color.WhiteSmoke; gridViewCellStyle2.Font = new Font("Tahoma", 9f); gridViewCellStyle2.ForeColor = Color.Black; gridViewCellStyle2.SelectionBackColor = Color.FromArgb(81, 149, 217); gridViewCellStyle2.SelectionForeColor = Color.Black; gridViewCellStyle2.WrapMode = DataGridViewTriState.False; this.TechSupportPanel_GridView.DefaultCellStyle = gridViewCellStyle2; this.TechSupportPanel_GridView.GridColor = Color.FromArgb(204, 204, 204); componentResourceManager.ApplyResources((object) this.TechSupportPanel_GridView, "TechSupportPanel_GridView"); this.TechSupportPanel_GridView.MultiSelect = false; this.TechSupportPanel_GridView.Name = "TechSupportPanel_GridView"; this.TechSupportPanel_GridView.ReadOnly = true; this.TechSupportPanel_GridView.RowHeadersVisible = false; this.TechSupportPanel_GridView.RowHeadersWidthSizeMode = DataGridViewRowHeadersWidthSizeMode.DisableResizing; this.TechSupportPanel_GridView.RowTemplate.Height = 24; this.TechSupportPanel_GridView.SelectionMode = DataGridViewSelectionMode.FullRowSelect; this.TechSupportPanel_GridView.ShowEditingIcon = false; this.TechSupportPanel_GridView.CellContentClick += new DataGridViewCellEventHandler(this.OnCellContentClick); this.CompanyColumn.AutoSizeMode = DataGridViewAutoSizeColumnMode.AllCells; this.CompanyColumn.DataPropertyName = "CompanyName"; componentResourceManager.ApplyResources((object) this.CompanyColumn, "CompanyColumn"); this.CompanyColumn.Name = "CompanyColumn"; this.CompanyColumn.ReadOnly = true; this.CompanyColumn.Resizable = DataGridViewTriState.True; this.SupportWebsiteColumn.DataPropertyName = "SupportURL"; componentResourceManager.ApplyResources((object) this.SupportWebsiteColumn, "SupportWebsiteColumn"); this.SupportWebsiteColumn.Name = "SupportWebsiteColumn"; this.SupportWebsiteColumn.ReadOnly = true; this.TechSupportPanel_ShowOtherOperatorsBtn.BackColor = Color.White; this.TechSupportPanel_ShowOtherOperatorsBtn.BtnColor = PushButtonColorEnum.BlueGrey; this.TechSupportPanel_ShowOtherOperatorsBtn.BtnDoubleEndCaps = false; this.TechSupportPanel_ShowOtherOperatorsBtn.BtnEnabled = true; componentResourceManager.ApplyResources((object) this.TechSupportPanel_ShowOtherOperatorsBtn, "TechSupportPanel_ShowOtherOperatorsBtn"); this.TechSupportPanel_ShowOtherOperatorsBtn.Name = "TechSupportPanel_ShowOtherOperatorsBtn"; this.TechSupportPanel_HelpButtonLabelPair.BackColor = Color.Transparent; componentResourceManager.ApplyResources((object) this.TechSupportPanel_HelpButtonLabelPair, "TechSupportPanel_HelpButtonLabelPair"); this.TechSupportPanel_HelpButtonLabelPair.Name = "TechSupportPanel_HelpButtonLabelPair"; this.AutoScaleMode = AutoScaleMode.None; this.BackColor = Color.White; this.Controls.Add((Control) this.TechSupportPanel_HelpButtonLabelPair); this.Controls.Add((Control) this.TechSupportPanel_ShowOtherOperatorsBtn); this.Controls.Add((Control) this.TechSupportPanel_GridView); this.Controls.Add((Control) this.TechSupportPanel_CloseBtnBox); this.Controls.Add((Control) this.TechSupportPanel_ButtonBarSeperator); this.Controls.Add((Control) this.TechSupportPanel_HeaderLbl); componentResourceManager.ApplyResources((object) this, "$this"); this.Name = "TechSupportPanel"; this.TechSupportPanel_CloseBtnBox.ResumeLayout(false); this.TechSupportPanel_GridView.EndInit(); this.ResumeLayout(false); }
private void InitializeComponent() { ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof (AdvancedPanel)); this.AdvancedPanel_HelpButtonLabelPair = new CustomHelpButtonLabelPair(); this.AdvancedPanel_CloseBtnBox = new CustomButtonPushHorizBox(); this.AdvancedPanel_CloseBtn = new CustomButtonPush(); this.AdvancedPanel_TabControl = new CustomTabControl(); this.AdvancedPanel_AdapterTabPage = new TabPage(); this.AdvandedPanel_AdapterTabPanel = new AdapterTabPanel(); this.AdvancedPanel_SettingsTabPage = new TabPage(); this.AdvandedPanel_SettingsTabPanel = new SettingsTabPanel(); this.AdvancedPanel_HeaderLbl = new Label(); this.AdvancedPanel_CloseBtnBox.SuspendLayout(); this.AdvancedPanel_AdapterTabPage.SuspendLayout(); this.AdvancedPanel_SettingsTabPage.SuspendLayout(); this.SuspendLayout(); this.AdvancedPanel_HelpButtonLabelPair.BackColor = Color.Transparent; componentResourceManager.ApplyResources((object) this.AdvancedPanel_HelpButtonLabelPair, "AdvancedPanel_HelpButtonLabelPair"); this.AdvancedPanel_HelpButtonLabelPair.Name = "AdvancedPanel_HelpButtonLabelPair"; this.AdvancedPanel_CloseBtnBox.Controls.Add((Control) this.AdvancedPanel_CloseBtn); componentResourceManager.ApplyResources((object) this.AdvancedPanel_CloseBtnBox, "AdvancedPanel_CloseBtnBox"); this.AdvancedPanel_CloseBtnBox.HorizontalJustification = HorizontalJustificationEnum.Right; this.AdvancedPanel_CloseBtnBox.Name = "AdvancedPanel_CloseBtnBox"; this.AdvancedPanel_CloseBtn.BackColor = Color.White; this.AdvancedPanel_CloseBtn.BtnColor = PushButtonColorEnum.BlueGrey; this.AdvancedPanel_CloseBtn.BtnDoubleEndCaps = false; this.AdvancedPanel_CloseBtn.BtnEnabled = true; componentResourceManager.ApplyResources((object) this.AdvancedPanel_CloseBtn, "AdvancedPanel_CloseBtn"); this.AdvancedPanel_CloseBtn.Name = "AdvancedPanel_CloseBtn"; componentResourceManager.ApplyResources((object) this.AdvancedPanel_TabControl, "AdvancedPanel_TabControl"); this.AdvancedPanel_TabControl.Name = "AdvancedPanel_TabControl"; this.AdvancedPanel_TabControl.SelectedIndex = 0; this.AdvancedPanel_AdapterTabPage.BackColor = Color.White; this.AdvancedPanel_AdapterTabPage.Controls.Add((Control) this.AdvandedPanel_AdapterTabPanel); componentResourceManager.ApplyResources((object) this.AdvancedPanel_AdapterTabPage, "AdvancedPanel_AdapterTabPage"); this.AdvancedPanel_AdapterTabPage.Name = "AdvancedPanel_AdapterTabPage"; this.AdvancedPanel_AdapterTabPage.UseVisualStyleBackColor = true; componentResourceManager.ApplyResources((object) this.AdvandedPanel_AdapterTabPanel, "AdvandedPanel_AdapterTabPanel"); this.AdvandedPanel_AdapterTabPanel.BackColor = Color.White; this.AdvandedPanel_AdapterTabPanel.Name = "AdvandedPanel_AdapterTabPanel"; this.AdvandedPanel_AdapterTabPanel.ParentPanel = (AdvancedPanel) null; this.AdvancedPanel_SettingsTabPage.BackColor = Color.White; this.AdvancedPanel_SettingsTabPage.Controls.Add((Control) this.AdvandedPanel_SettingsTabPanel); componentResourceManager.ApplyResources((object) this.AdvancedPanel_SettingsTabPage, "AdvancedPanel_SettingsTabPage"); this.AdvancedPanel_SettingsTabPage.Name = "AdvancedPanel_SettingsTabPage"; this.AdvancedPanel_SettingsTabPage.UseVisualStyleBackColor = true; componentResourceManager.ApplyResources((object) this.AdvandedPanel_SettingsTabPanel, "AdvandedPanel_SettingsTabPanel"); this.AdvandedPanel_SettingsTabPanel.BackColor = Color.White; this.AdvandedPanel_SettingsTabPanel.Name = "AdvandedPanel_SettingsTabPanel"; this.AdvandedPanel_SettingsTabPanel.ParentPanel = (AdvancedPanel) null; this.AdvancedPanel_HeaderLbl.BackColor = Color.Transparent; componentResourceManager.ApplyResources((object) this.AdvancedPanel_HeaderLbl, "AdvancedPanel_HeaderLbl"); this.AdvancedPanel_HeaderLbl.Name = "AdvancedPanel_HeaderLbl"; this.AutoScaleMode = AutoScaleMode.None; this.BackColor = Color.White; this.Controls.Add((Control) this.AdvancedPanel_HeaderLbl); this.Controls.Add((Control) this.AdvancedPanel_TabControl); this.Controls.Add((Control) this.AdvancedPanel_HelpButtonLabelPair); this.Controls.Add((Control) this.AdvancedPanel_CloseBtnBox); componentResourceManager.ApplyResources((object) this, "$this"); this.Name = "AdvancedPanel"; this.AdvancedPanel_CloseBtnBox.ResumeLayout(false); this.AdvancedPanel_AdapterTabPage.ResumeLayout(false); this.AdvancedPanel_SettingsTabPage.ResumeLayout(false); this.ResumeLayout(false); }
private void InitializeComponent() { ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof (FUMOProgressPanel)); this.FUMOProgressPanel_ProgressBar = new CustomProgressBar(); this.FUMOProgressPanel_HelpButtonLabelPair = new CustomHelpButtonLabelPair(); this.FUMOProgressPanel_HeaderLbl = new Label(); this.FUMOProgressPanel_CloseBtnBox = new CustomButtonPushHorizBox(); this.FUMOProgressPanel_CloseBtn = new CustomButtonPush(); this.FUMOProgressPanel_ButtonBarSeperator = new CustomLabelSeparator(); this.FUMOProgressPanel_InstructionsLbl = new Label(); this.FUMOProgressPanel_DownloadProgressLbl = new Label(); this.FUMOProgressPanel_StopDownloadBtnBox = new CustomButtonPushHorizBox(); this.FUMOProgressPanel_StopDownloadBtn = new CustomButtonPush(); this.FUMOProgressPanel_DownloadBeingStoppedLbl = new Label(); this.FUMOProgressPanel_CloseBtnBox.SuspendLayout(); this.FUMOProgressPanel_StopDownloadBtnBox.SuspendLayout(); this.SuspendLayout(); this.FUMOProgressPanel_ProgressBar.BackColor = Color.FromArgb(204, 204, 204); componentResourceManager.ApplyResources((object) this.FUMOProgressPanel_ProgressBar, "FUMOProgressPanel_ProgressBar"); this.FUMOProgressPanel_ProgressBar.ForeColor = Color.FromArgb(32, 87, 143); this.FUMOProgressPanel_ProgressBar.Name = "FUMOProgressPanel_ProgressBar"; this.FUMOProgressPanel_ProgressBar.TabStop = false; this.FUMOProgressPanel_ProgressBar.Value = 0; this.FUMOProgressPanel_HelpButtonLabelPair.AccessibleRole = AccessibleRole.None; this.FUMOProgressPanel_HelpButtonLabelPair.BackColor = Color.Transparent; componentResourceManager.ApplyResources((object) this.FUMOProgressPanel_HelpButtonLabelPair, "FUMOProgressPanel_HelpButtonLabelPair"); this.FUMOProgressPanel_HelpButtonLabelPair.Name = "FUMOProgressPanel_HelpButtonLabelPair"; this.FUMOProgressPanel_HeaderLbl.BackColor = Color.Transparent; componentResourceManager.ApplyResources((object) this.FUMOProgressPanel_HeaderLbl, "FUMOProgressPanel_HeaderLbl"); this.FUMOProgressPanel_HeaderLbl.Name = "FUMOProgressPanel_HeaderLbl"; this.FUMOProgressPanel_CloseBtnBox.Controls.Add((Control) this.FUMOProgressPanel_CloseBtn); componentResourceManager.ApplyResources((object) this.FUMOProgressPanel_CloseBtnBox, "FUMOProgressPanel_CloseBtnBox"); this.FUMOProgressPanel_CloseBtnBox.HorizontalJustification = HorizontalJustificationEnum.Right; this.FUMOProgressPanel_CloseBtnBox.Name = "FUMOProgressPanel_CloseBtnBox"; this.FUMOProgressPanel_CloseBtn.BackColor = Color.White; this.FUMOProgressPanel_CloseBtn.BtnColor = PushButtonColorEnum.BlueGrey; this.FUMOProgressPanel_CloseBtn.BtnDoubleEndCaps = false; this.FUMOProgressPanel_CloseBtn.BtnEnabled = true; componentResourceManager.ApplyResources((object) this.FUMOProgressPanel_CloseBtn, "FUMOProgressPanel_CloseBtn"); this.FUMOProgressPanel_CloseBtn.Name = "FUMOProgressPanel_CloseBtn"; this.FUMOProgressPanel_ButtonBarSeperator.BackColor = Color.White; componentResourceManager.ApplyResources((object) this.FUMOProgressPanel_ButtonBarSeperator, "FUMOProgressPanel_ButtonBarSeperator"); this.FUMOProgressPanel_ButtonBarSeperator.Name = "FUMOProgressPanel_ButtonBarSeperator"; this.FUMOProgressPanel_ButtonBarSeperator.TabStop = false; this.FUMOProgressPanel_InstructionsLbl.AccessibleRole = AccessibleRole.None; componentResourceManager.ApplyResources((object) this.FUMOProgressPanel_InstructionsLbl, "FUMOProgressPanel_InstructionsLbl"); this.FUMOProgressPanel_InstructionsLbl.Name = "FUMOProgressPanel_InstructionsLbl"; componentResourceManager.ApplyResources((object) this.FUMOProgressPanel_DownloadProgressLbl, "FUMOProgressPanel_DownloadProgressLbl"); this.FUMOProgressPanel_DownloadProgressLbl.Name = "FUMOProgressPanel_DownloadProgressLbl"; this.FUMOProgressPanel_StopDownloadBtnBox.Controls.Add((Control) this.FUMOProgressPanel_StopDownloadBtn); componentResourceManager.ApplyResources((object) this.FUMOProgressPanel_StopDownloadBtnBox, "FUMOProgressPanel_StopDownloadBtnBox"); this.FUMOProgressPanel_StopDownloadBtnBox.HorizontalJustification = HorizontalJustificationEnum.Right; this.FUMOProgressPanel_StopDownloadBtnBox.Name = "FUMOProgressPanel_StopDownloadBtnBox"; this.FUMOProgressPanel_StopDownloadBtn.BackColor = Color.White; this.FUMOProgressPanel_StopDownloadBtn.BtnColor = PushButtonColorEnum.BlueGrey; this.FUMOProgressPanel_StopDownloadBtn.BtnDoubleEndCaps = false; this.FUMOProgressPanel_StopDownloadBtn.BtnEnabled = true; componentResourceManager.ApplyResources((object) this.FUMOProgressPanel_StopDownloadBtn, "FUMOProgressPanel_StopDownloadBtn"); this.FUMOProgressPanel_StopDownloadBtn.Name = "FUMOProgressPanel_StopDownloadBtn"; componentResourceManager.ApplyResources((object) this.FUMOProgressPanel_DownloadBeingStoppedLbl, "FUMOProgressPanel_DownloadBeingStoppedLbl"); this.FUMOProgressPanel_DownloadBeingStoppedLbl.Name = "FUMOProgressPanel_DownloadBeingStoppedLbl"; this.AutoScaleMode = AutoScaleMode.None; this.BackColor = Color.White; this.Controls.Add((Control) this.FUMOProgressPanel_StopDownloadBtnBox); this.Controls.Add((Control) this.FUMOProgressPanel_DownloadProgressLbl); this.Controls.Add((Control) this.FUMOProgressPanel_InstructionsLbl); this.Controls.Add((Control) this.FUMOProgressPanel_CloseBtnBox); this.Controls.Add((Control) this.FUMOProgressPanel_ButtonBarSeperator); this.Controls.Add((Control) this.FUMOProgressPanel_HelpButtonLabelPair); this.Controls.Add((Control) this.FUMOProgressPanel_HeaderLbl); this.Controls.Add((Control) this.FUMOProgressPanel_ProgressBar); this.Controls.Add((Control) this.FUMOProgressPanel_DownloadBeingStoppedLbl); componentResourceManager.ApplyResources((object) this, "$this"); this.Name = "FUMOProgressPanel"; this.FUMOProgressPanel_CloseBtnBox.ResumeLayout(false); this.FUMOProgressPanel_StopDownloadBtnBox.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); }
private void InitializeComponent() { ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof (ManageNetworksPanel)); this.ManageNetworksPanel_HeaderLbl = new Label(); this.ManageNetworksPanel_HelpButtonLabelPair = new CustomHelpButtonLabelPair(); this.ManageNetworksPanel_CloseBtnBox = new CustomButtonPushHorizBox(); this.ManageNetworksPanel_CloseBtn = new CustomButtonPush(); this.ManageNetworksPanel_SetAsPreferredBtn = new CustomButtonPush(); this.ManageNetworksPanel_SetAsPreferredPropertiesBtnBox = new CustomButtonPushHorizBox(); this.ManageNetworksPanel_PropertiesBtn = new CustomButtonPush(); this.ManageNetworksPanel_ButtonBarSeperator = new CustomLabelSeparator(); this.ManageNetworksPanel_ProfileListBox = new ProfileListBox(); this.ManageNetworksPanel_CloseBtnBox.SuspendLayout(); this.ManageNetworksPanel_SetAsPreferredPropertiesBtnBox.SuspendLayout(); this.SuspendLayout(); this.ManageNetworksPanel_HeaderLbl.BackColor = Color.Transparent; componentResourceManager.ApplyResources((object) this.ManageNetworksPanel_HeaderLbl, "ManageNetworksPanel_HeaderLbl"); this.ManageNetworksPanel_HeaderLbl.Name = "ManageNetworksPanel_HeaderLbl"; this.ManageNetworksPanel_HelpButtonLabelPair.BackColor = Color.Transparent; componentResourceManager.ApplyResources((object) this.ManageNetworksPanel_HelpButtonLabelPair, "ManageNetworksPanel_HelpButtonLabelPair"); this.ManageNetworksPanel_HelpButtonLabelPair.Name = "ManageNetworksPanel_HelpButtonLabelPair"; this.ManageNetworksPanel_CloseBtnBox.Controls.Add((Control) this.ManageNetworksPanel_CloseBtn); componentResourceManager.ApplyResources((object) this.ManageNetworksPanel_CloseBtnBox, "ManageNetworksPanel_CloseBtnBox"); this.ManageNetworksPanel_CloseBtnBox.HorizontalJustification = HorizontalJustificationEnum.Right; this.ManageNetworksPanel_CloseBtnBox.Name = "ManageNetworksPanel_CloseBtnBox"; this.ManageNetworksPanel_CloseBtn.BackColor = Color.White; this.ManageNetworksPanel_CloseBtn.BtnColor = PushButtonColorEnum.BlueGrey; this.ManageNetworksPanel_CloseBtn.BtnDoubleEndCaps = false; this.ManageNetworksPanel_CloseBtn.BtnEnabled = true; componentResourceManager.ApplyResources((object) this.ManageNetworksPanel_CloseBtn, "ManageNetworksPanel_CloseBtn"); this.ManageNetworksPanel_CloseBtn.Name = "ManageNetworksPanel_CloseBtn"; this.ManageNetworksPanel_SetAsPreferredBtn.BackColor = Color.White; this.ManageNetworksPanel_SetAsPreferredBtn.BtnColor = PushButtonColorEnum.BlueGrey; this.ManageNetworksPanel_SetAsPreferredBtn.BtnDoubleEndCaps = false; this.ManageNetworksPanel_SetAsPreferredBtn.BtnEnabled = true; componentResourceManager.ApplyResources((object) this.ManageNetworksPanel_SetAsPreferredBtn, "ManageNetworksPanel_SetAsPreferredBtn"); this.ManageNetworksPanel_SetAsPreferredBtn.Name = "ManageNetworksPanel_SetAsPreferredBtn"; this.ManageNetworksPanel_SetAsPreferredPropertiesBtnBox.Controls.Add((Control) this.ManageNetworksPanel_SetAsPreferredBtn); this.ManageNetworksPanel_SetAsPreferredPropertiesBtnBox.Controls.Add((Control) this.ManageNetworksPanel_PropertiesBtn); componentResourceManager.ApplyResources((object) this.ManageNetworksPanel_SetAsPreferredPropertiesBtnBox, "ManageNetworksPanel_SetAsPreferredPropertiesBtnBox"); this.ManageNetworksPanel_SetAsPreferredPropertiesBtnBox.HorizontalJustification = HorizontalJustificationEnum.Right; this.ManageNetworksPanel_SetAsPreferredPropertiesBtnBox.Name = "ManageNetworksPanel_SetAsPreferredPropertiesBtnBox"; this.ManageNetworksPanel_PropertiesBtn.BackColor = Color.White; this.ManageNetworksPanel_PropertiesBtn.BtnColor = PushButtonColorEnum.BlueGrey; this.ManageNetworksPanel_PropertiesBtn.BtnDoubleEndCaps = false; this.ManageNetworksPanel_PropertiesBtn.BtnEnabled = true; componentResourceManager.ApplyResources((object) this.ManageNetworksPanel_PropertiesBtn, "ManageNetworksPanel_PropertiesBtn"); this.ManageNetworksPanel_PropertiesBtn.Name = "ManageNetworksPanel_PropertiesBtn"; this.ManageNetworksPanel_ButtonBarSeperator.BackColor = Color.White; componentResourceManager.ApplyResources((object) this.ManageNetworksPanel_ButtonBarSeperator, "ManageNetworksPanel_ButtonBarSeperator"); this.ManageNetworksPanel_ButtonBarSeperator.Name = "ManageNetworksPanel_ButtonBarSeperator"; this.ManageNetworksPanel_ButtonBarSeperator.TabStop = false; componentResourceManager.ApplyResources((object) this.ManageNetworksPanel_ProfileListBox, "ManageNetworksPanel_ProfileListBox"); this.ManageNetworksPanel_ProfileListBox.BackColor = Color.White; this.ManageNetworksPanel_ProfileListBox.EnableProperitesCallback = (EnableProperitesDelegate) null; this.ManageNetworksPanel_ProfileListBox.EnableSetAsDefaultCallback = (EnableSetAsDefaultDelegate) null; this.ManageNetworksPanel_ProfileListBox.Name = "ManageNetworksPanel_ProfileListBox"; this.ManageNetworksPanel_ProfileListBox.ProfileSelectedCallback = (ProfileSelectedDelegate) null; this.ManageNetworksPanel_ProfileListBox.ProperitesCallback = (ProperitesDelegate) null; this.ManageNetworksPanel_ProfileListBox.SetAsDefaultCallback = (SetAsDefaultDelegate) null; this.AutoScaleMode = AutoScaleMode.None; this.BackColor = Color.White; this.Controls.Add((Control) this.ManageNetworksPanel_ProfileListBox); this.Controls.Add((Control) this.ManageNetworksPanel_SetAsPreferredPropertiesBtnBox); this.Controls.Add((Control) this.ManageNetworksPanel_CloseBtnBox); this.Controls.Add((Control) this.ManageNetworksPanel_HeaderLbl); this.Controls.Add((Control) this.ManageNetworksPanel_HelpButtonLabelPair); this.Controls.Add((Control) this.ManageNetworksPanel_ButtonBarSeperator); componentResourceManager.ApplyResources((object) this, "$this"); this.Name = "ManageNetworksPanel"; this.ManageNetworksPanel_CloseBtnBox.ResumeLayout(false); this.ManageNetworksPanel_SetAsPreferredPropertiesBtnBox.ResumeLayout(false); this.ResumeLayout(false); }
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); }
private void InitializeComponent() { ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof (ErrorPanel)); this.ErrorPanel_DetailsTxtBox = new TextBox(); this.ErrorPanel_DetailsTxtBoxLbl = new Label(); this.ErrorPanel_OkBtnBox = new CustomButtonPushHorizBox(); this.ErrorPanel_OkBtn = new CustomButtonPush(); this.ErrorPanel_ProblemImage = new PictureBox(); this.ErrorPanel_TopButtonBarSeperator = new CustomLabelSeparator(); this.ErrorPanel_BottomButtonBarSeperator = new CustomLabelSeparator(); this.ErrorPanel_HelpButtonLabelPair = new CustomHelpButtonLabelPair(); this.ErrorPanel_OkBtnBox.SuspendLayout(); this.ErrorPanel_ProblemImage.BeginInit(); this.SuspendLayout(); componentResourceManager.ApplyResources((object) this.ErrorPanel_DetailsTxtBox, "ErrorPanel_DetailsTxtBox"); this.ErrorPanel_DetailsTxtBox.Name = "ErrorPanel_DetailsTxtBox"; this.ErrorPanel_DetailsTxtBox.ReadOnly = true; this.ErrorPanel_DetailsTxtBox.TabStop = false; componentResourceManager.ApplyResources((object) this.ErrorPanel_DetailsTxtBoxLbl, "ErrorPanel_DetailsTxtBoxLbl"); this.ErrorPanel_DetailsTxtBoxLbl.Name = "ErrorPanel_DetailsTxtBoxLbl"; this.ErrorPanel_OkBtnBox.Controls.Add((Control) this.ErrorPanel_OkBtn); componentResourceManager.ApplyResources((object) this.ErrorPanel_OkBtnBox, "ErrorPanel_OkBtnBox"); this.ErrorPanel_OkBtnBox.HorizontalJustification = HorizontalJustificationEnum.Right; this.ErrorPanel_OkBtnBox.Name = "ErrorPanel_OkBtnBox"; this.ErrorPanel_OkBtn.BackColor = Color.White; this.ErrorPanel_OkBtn.BtnColor = PushButtonColorEnum.BlueGrey; this.ErrorPanel_OkBtn.BtnDoubleEndCaps = false; this.ErrorPanel_OkBtn.BtnEnabled = true; componentResourceManager.ApplyResources((object) this.ErrorPanel_OkBtn, "ErrorPanel_OkBtn"); this.ErrorPanel_OkBtn.Name = "ErrorPanel_OkBtn"; this.ErrorPanel_ProblemImage.BackColor = Color.Transparent; componentResourceManager.ApplyResources((object) this.ErrorPanel_ProblemImage, "ErrorPanel_ProblemImage"); this.ErrorPanel_ProblemImage.Name = "ErrorPanel_ProblemImage"; this.ErrorPanel_ProblemImage.TabStop = false; this.ErrorPanel_TopButtonBarSeperator.BackColor = Color.White; componentResourceManager.ApplyResources((object) this.ErrorPanel_TopButtonBarSeperator, "ErrorPanel_TopButtonBarSeperator"); this.ErrorPanel_TopButtonBarSeperator.Name = "ErrorPanel_TopButtonBarSeperator"; this.ErrorPanel_TopButtonBarSeperator.TabStop = false; this.ErrorPanel_BottomButtonBarSeperator.BackColor = Color.White; componentResourceManager.ApplyResources((object) this.ErrorPanel_BottomButtonBarSeperator, "ErrorPanel_BottomButtonBarSeperator"); this.ErrorPanel_BottomButtonBarSeperator.Name = "ErrorPanel_BottomButtonBarSeperator"; this.ErrorPanel_BottomButtonBarSeperator.TabStop = false; this.ErrorPanel_HelpButtonLabelPair.BackColor = Color.Transparent; componentResourceManager.ApplyResources((object) this.ErrorPanel_HelpButtonLabelPair, "ErrorPanel_HelpButtonLabelPair"); this.ErrorPanel_HelpButtonLabelPair.Name = "ErrorPanel_HelpButtonLabelPair"; this.AutoScaleMode = AutoScaleMode.None; this.BackColor = Color.White; this.Controls.Add((Control) this.ErrorPanel_HelpButtonLabelPair); this.Controls.Add((Control) this.ErrorPanel_BottomButtonBarSeperator); this.Controls.Add((Control) this.ErrorPanel_TopButtonBarSeperator); this.Controls.Add((Control) this.ErrorPanel_ProblemImage); this.Controls.Add((Control) this.ErrorPanel_OkBtnBox); this.Controls.Add((Control) this.ErrorPanel_DetailsTxtBoxLbl); this.Controls.Add((Control) this.ErrorPanel_DetailsTxtBox); componentResourceManager.ApplyResources((object) this, "$this"); this.Name = "ErrorPanel"; this.ErrorPanel_OkBtnBox.ResumeLayout(false); this.ErrorPanel_ProblemImage.EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
private void InitializeComponent() { ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof (NetworkPropertiesPanel)); this.NetworkPropertiesPanel_HeaderLbl = new Label(); this.NetworkPropertiesPanel_HelpButtonLabelPair = new CustomHelpButtonLabelPair(); this.NetworkPropertiesPanel_LayoutPanel = new FlowLayoutPanel(); this.NetworkPropertiesPanel_NoPropertiesGroupBox = new NoPropertiesGroupBox(); this.NetworkPropertiesPanel_UnidentifiedNetworkGroupBox = new UnidentifiedNetworkGroupBox(); this.NetworkPropertiesPanel_CredentialsGroupBox = new CredentialsGroupBox(); this.NetworkPropertiesPanel_SaveCancelBtnBox = new CustomButtonPushHorizBox(); this.NetworkPropertiesPanel_SaveBtn = new CustomButtonPush(); this.NetworkPropertiesPanel_CancelBtn = new CustomButtonPush(); this.NetworkPropertiesPanel_LayoutPanel.SuspendLayout(); this.NetworkPropertiesPanel_SaveCancelBtnBox.SuspendLayout(); this.SuspendLayout(); this.NetworkPropertiesPanel_HeaderLbl.BackColor = Color.Transparent; componentResourceManager.ApplyResources((object) this.NetworkPropertiesPanel_HeaderLbl, "NetworkPropertiesPanel_HeaderLbl"); this.NetworkPropertiesPanel_HeaderLbl.Name = "NetworkPropertiesPanel_HeaderLbl"; this.NetworkPropertiesPanel_HelpButtonLabelPair.BackColor = Color.Transparent; componentResourceManager.ApplyResources((object) this.NetworkPropertiesPanel_HelpButtonLabelPair, "NetworkPropertiesPanel_HelpButtonLabelPair"); this.NetworkPropertiesPanel_HelpButtonLabelPair.Name = "NetworkPropertiesPanel_HelpButtonLabelPair"; this.NetworkPropertiesPanel_LayoutPanel.Controls.Add((Control) this.NetworkPropertiesPanel_NoPropertiesGroupBox); this.NetworkPropertiesPanel_LayoutPanel.Controls.Add((Control) this.NetworkPropertiesPanel_UnidentifiedNetworkGroupBox); this.NetworkPropertiesPanel_LayoutPanel.Controls.Add((Control) this.NetworkPropertiesPanel_CredentialsGroupBox); componentResourceManager.ApplyResources((object) this.NetworkPropertiesPanel_LayoutPanel, "NetworkPropertiesPanel_LayoutPanel"); this.NetworkPropertiesPanel_LayoutPanel.Name = "NetworkPropertiesPanel_LayoutPanel"; componentResourceManager.ApplyResources((object) this.NetworkPropertiesPanel_NoPropertiesGroupBox, "NetworkPropertiesPanel_NoPropertiesGroupBox"); this.NetworkPropertiesPanel_NoPropertiesGroupBox.BackColor = Color.White; this.NetworkPropertiesPanel_NoPropertiesGroupBox.Name = "NetworkPropertiesPanel_NoPropertiesGroupBox"; componentResourceManager.ApplyResources((object) this.NetworkPropertiesPanel_UnidentifiedNetworkGroupBox, "NetworkPropertiesPanel_UnidentifiedNetworkGroupBox"); this.NetworkPropertiesPanel_UnidentifiedNetworkGroupBox.BackColor = Color.White; this.NetworkPropertiesPanel_UnidentifiedNetworkGroupBox.Name = "NetworkPropertiesPanel_UnidentifiedNetworkGroupBox"; componentResourceManager.ApplyResources((object) this.NetworkPropertiesPanel_CredentialsGroupBox, "NetworkPropertiesPanel_CredentialsGroupBox"); this.NetworkPropertiesPanel_CredentialsGroupBox.BackColor = Color.White; this.NetworkPropertiesPanel_CredentialsGroupBox.Name = "NetworkPropertiesPanel_CredentialsGroupBox"; this.NetworkPropertiesPanel_SaveCancelBtnBox.Controls.Add((Control) this.NetworkPropertiesPanel_SaveBtn); this.NetworkPropertiesPanel_SaveCancelBtnBox.Controls.Add((Control) this.NetworkPropertiesPanel_CancelBtn); componentResourceManager.ApplyResources((object) this.NetworkPropertiesPanel_SaveCancelBtnBox, "NetworkPropertiesPanel_SaveCancelBtnBox"); this.NetworkPropertiesPanel_SaveCancelBtnBox.HorizontalJustification = HorizontalJustificationEnum.Right; this.NetworkPropertiesPanel_SaveCancelBtnBox.Name = "NetworkPropertiesPanel_SaveCancelBtnBox"; this.NetworkPropertiesPanel_SaveBtn.BackColor = Color.White; this.NetworkPropertiesPanel_SaveBtn.BtnColor = PushButtonColorEnum.BlueGrey; this.NetworkPropertiesPanel_SaveBtn.BtnDoubleEndCaps = false; this.NetworkPropertiesPanel_SaveBtn.BtnEnabled = true; componentResourceManager.ApplyResources((object) this.NetworkPropertiesPanel_SaveBtn, "NetworkPropertiesPanel_SaveBtn"); this.NetworkPropertiesPanel_SaveBtn.Name = "NetworkPropertiesPanel_SaveBtn"; this.NetworkPropertiesPanel_CancelBtn.BackColor = Color.White; this.NetworkPropertiesPanel_CancelBtn.BtnColor = PushButtonColorEnum.BlueGrey; this.NetworkPropertiesPanel_CancelBtn.BtnDoubleEndCaps = false; this.NetworkPropertiesPanel_CancelBtn.BtnEnabled = true; componentResourceManager.ApplyResources((object) this.NetworkPropertiesPanel_CancelBtn, "NetworkPropertiesPanel_CancelBtn"); this.NetworkPropertiesPanel_CancelBtn.Name = "NetworkPropertiesPanel_CancelBtn"; this.AutoScaleMode = AutoScaleMode.None; this.BackColor = Color.White; this.Controls.Add((Control) this.NetworkPropertiesPanel_SaveCancelBtnBox); this.Controls.Add((Control) this.NetworkPropertiesPanel_LayoutPanel); this.Controls.Add((Control) this.NetworkPropertiesPanel_HeaderLbl); this.Controls.Add((Control) this.NetworkPropertiesPanel_HelpButtonLabelPair); componentResourceManager.ApplyResources((object) this, "$this"); this.Name = "NetworkPropertiesPanel"; this.NetworkPropertiesPanel_LayoutPanel.ResumeLayout(false); this.NetworkPropertiesPanel_SaveCancelBtnBox.ResumeLayout(false); this.ResumeLayout(false); }