Exemplo n.º 1
0
 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);
 }
Exemplo n.º 2
0
 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);
 }
Exemplo n.º 3
0
 private void InitializeComponent()
 {
     ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof (SettingsTabPanel));
       this.SettingsTabPanel_NetworkSettingsInstructionsLbl = new Label();
       this.SettingsTabPanel_NetworkSettingsSeparator = new CustomLabelSeparator();
       this.SettingsTabPanel_NetworkSettingsComboBox = new CustomComboBox();
       this.SettingsTabPanel_NetworkSettingsRestoreBtnBox = new CustomButtonPushHorizBox();
       this.SettingsTabPanel_NetworkSettingsRestoreBtn = new CustomButtonPush();
       this.SettingsTabPanel_NetworkSettingsGroupBox = new GroupBox();
       this.SettingsTabPanel_NetworkSettingsRadioButtonGroup = new CustomRadioButtonGroup();
       this.SettingsTabPanel_NetworkSettingsWarningLbl = new Label();
       this.SettingsTabPanel_NetworkSettingsRestoreBtnBox.SuspendLayout();
       this.SettingsTabPanel_NetworkSettingsGroupBox.SuspendLayout();
       this.SuspendLayout();
       componentResourceManager.ApplyResources((object) this.SettingsTabPanel_NetworkSettingsInstructionsLbl, "SettingsTabPanel_NetworkSettingsInstructionsLbl");
       this.SettingsTabPanel_NetworkSettingsInstructionsLbl.Name = "SettingsTabPanel_NetworkSettingsInstructionsLbl";
       this.SettingsTabPanel_NetworkSettingsSeparator.BackColor = Color.White;
       componentResourceManager.ApplyResources((object) this.SettingsTabPanel_NetworkSettingsSeparator, "SettingsTabPanel_NetworkSettingsSeparator");
       this.SettingsTabPanel_NetworkSettingsSeparator.Name = "SettingsTabPanel_NetworkSettingsSeparator";
       this.SettingsTabPanel_NetworkSettingsSeparator.TabStop = false;
       this.SettingsTabPanel_NetworkSettingsComboBox.DrawMode = DrawMode.OwnerDrawFixed;
       this.SettingsTabPanel_NetworkSettingsComboBox.DropDownStyle = ComboBoxStyle.DropDownList;
       this.SettingsTabPanel_NetworkSettingsComboBox.FormattingEnabled = true;
       componentResourceManager.ApplyResources((object) this.SettingsTabPanel_NetworkSettingsComboBox, "SettingsTabPanel_NetworkSettingsComboBox");
       this.SettingsTabPanel_NetworkSettingsComboBox.Name = "SettingsTabPanel_NetworkSettingsComboBox";
       this.SettingsTabPanel_NetworkSettingsComboBox.Text = (string) null;
       this.SettingsTabPanel_NetworkSettingsRestoreBtnBox.Controls.Add((Control) this.SettingsTabPanel_NetworkSettingsRestoreBtn);
       componentResourceManager.ApplyResources((object) this.SettingsTabPanel_NetworkSettingsRestoreBtnBox, "SettingsTabPanel_NetworkSettingsRestoreBtnBox");
       this.SettingsTabPanel_NetworkSettingsRestoreBtnBox.HorizontalJustification = HorizontalJustificationEnum.Right;
       this.SettingsTabPanel_NetworkSettingsRestoreBtnBox.Name = "SettingsTabPanel_NetworkSettingsRestoreBtnBox";
       this.SettingsTabPanel_NetworkSettingsRestoreBtn.BackColor = Color.White;
       this.SettingsTabPanel_NetworkSettingsRestoreBtn.BtnColor = PushButtonColorEnum.BlueGrey;
       this.SettingsTabPanel_NetworkSettingsRestoreBtn.BtnDoubleEndCaps = false;
       this.SettingsTabPanel_NetworkSettingsRestoreBtn.BtnEnabled = true;
       componentResourceManager.ApplyResources((object) this.SettingsTabPanel_NetworkSettingsRestoreBtn, "SettingsTabPanel_NetworkSettingsRestoreBtn");
       this.SettingsTabPanel_NetworkSettingsRestoreBtn.Name = "SettingsTabPanel_NetworkSettingsRestoreBtn";
       this.SettingsTabPanel_NetworkSettingsGroupBox.Controls.Add((Control) this.SettingsTabPanel_NetworkSettingsComboBox);
       this.SettingsTabPanel_NetworkSettingsGroupBox.Controls.Add((Control) this.SettingsTabPanel_NetworkSettingsRadioButtonGroup);
       componentResourceManager.ApplyResources((object) this.SettingsTabPanel_NetworkSettingsGroupBox, "SettingsTabPanel_NetworkSettingsGroupBox");
       this.SettingsTabPanel_NetworkSettingsGroupBox.Name = "SettingsTabPanel_NetworkSettingsGroupBox";
       this.SettingsTabPanel_NetworkSettingsGroupBox.TabStop = false;
       this.SettingsTabPanel_NetworkSettingsRadioButtonGroup.BackColor = Color.Transparent;
       componentResourceManager.ApplyResources((object) this.SettingsTabPanel_NetworkSettingsRadioButtonGroup, "SettingsTabPanel_NetworkSettingsRadioButtonGroup");
       this.SettingsTabPanel_NetworkSettingsRadioButtonGroup.Name = "SettingsTabPanel_NetworkSettingsRadioButtonGroup";
       this.SettingsTabPanel_NetworkSettingsRadioButtonGroup.SelectedIndex = 0;
       componentResourceManager.ApplyResources((object) this.SettingsTabPanel_NetworkSettingsWarningLbl, "SettingsTabPanel_NetworkSettingsWarningLbl");
       this.SettingsTabPanel_NetworkSettingsWarningLbl.ForeColor = Color.Red;
       this.SettingsTabPanel_NetworkSettingsWarningLbl.Name = "SettingsTabPanel_NetworkSettingsWarningLbl";
       this.BackColor = Color.White;
       this.Controls.Add((Control) this.SettingsTabPanel_NetworkSettingsRestoreBtnBox);
       this.Controls.Add((Control) this.SettingsTabPanel_NetworkSettingsWarningLbl);
       this.Controls.Add((Control) this.SettingsTabPanel_NetworkSettingsGroupBox);
       this.Controls.Add((Control) this.SettingsTabPanel_NetworkSettingsInstructionsLbl);
       this.Controls.Add((Control) this.SettingsTabPanel_NetworkSettingsSeparator);
       componentResourceManager.ApplyResources((object) this, "$this");
       this.Name = "SettingsTabPanel";
       this.SettingsTabPanel_NetworkSettingsRestoreBtnBox.ResumeLayout(false);
       this.SettingsTabPanel_NetworkSettingsGroupBox.ResumeLayout(false);
       this.ResumeLayout(false);
 }
Exemplo n.º 4
0
 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();
 }
Exemplo n.º 5
0
 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);
 }
Exemplo n.º 6
0
 private void InitializeComponent()
 {
     ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof (CustomMessageBoxPanel));
       this.BtnBox = new CustomButtonPushHorizBox();
       this.Btn1 = new CustomButtonPush();
       this.Btn2 = new CustomButtonPush();
       this.Btn3 = new CustomButtonPush();
       this.DontShowThisMessageAgainChkBox = new CustomCheckBox();
       this.BtnBox.SuspendLayout();
       this.SuspendLayout();
       this.BtnBox.Controls.Add((Control) this.Btn1);
       this.BtnBox.Controls.Add((Control) this.Btn2);
       this.BtnBox.Controls.Add((Control) this.Btn3);
       componentResourceManager.ApplyResources((object) this.BtnBox, "BtnBox");
       this.BtnBox.HorizontalJustification = HorizontalJustificationEnum.Right;
       this.BtnBox.Name = "BtnBox";
       this.Btn1.BackColor = Color.Transparent;
       this.Btn1.BtnColor = PushButtonColorEnum.BlueGrey;
       this.Btn1.BtnDoubleEndCaps = false;
       this.Btn1.BtnEnabled = true;
       componentResourceManager.ApplyResources((object) this.Btn1, "Btn1");
       this.Btn1.Name = "Btn1";
       this.Btn2.BackColor = Color.Transparent;
       this.Btn2.BtnColor = PushButtonColorEnum.BlueGrey;
       this.Btn2.BtnDoubleEndCaps = false;
       this.Btn2.BtnEnabled = true;
       componentResourceManager.ApplyResources((object) this.Btn2, "Btn2");
       this.Btn2.Name = "Btn2";
       this.Btn3.BackColor = Color.Transparent;
       this.Btn3.BtnColor = PushButtonColorEnum.BlueGrey;
       this.Btn3.BtnDoubleEndCaps = false;
       this.Btn3.BtnEnabled = true;
       componentResourceManager.ApplyResources((object) this.Btn3, "Btn3");
       this.Btn3.Name = "Btn3";
       this.DontShowThisMessageAgainChkBox.BackColor = Color.Transparent;
       this.DontShowThisMessageAgainChkBox.ButtonBitmapDisabled = (Bitmap) componentResourceManager.GetObject("DontShowThisMessageAgainChkBox.ButtonBitmapDisabled");
       this.DontShowThisMessageAgainChkBox.ButtonBitmapNormal = (Bitmap) componentResourceManager.GetObject("DontShowThisMessageAgainChkBox.ButtonBitmapNormal");
       this.DontShowThisMessageAgainChkBox.ButtonBitmapPressed = (Bitmap) componentResourceManager.GetObject("DontShowThisMessageAgainChkBox.ButtonBitmapPressed");
       this.DontShowThisMessageAgainChkBox.ButtonBitmapRollover = (Bitmap) componentResourceManager.GetObject("DontShowThisMessageAgainChkBox.ButtonBitmapRollover");
       this.DontShowThisMessageAgainChkBox.Checked = false;
       componentResourceManager.ApplyResources((object) this.DontShowThisMessageAgainChkBox, "DontShowThisMessageAgainChkBox");
       this.DontShowThisMessageAgainChkBox.Name = "DontShowThisMessageAgainChkBox";
       this.AutoScaleMode = AutoScaleMode.None;
       this.BackColor = Color.White;
       this.Controls.Add((Control) this.BtnBox);
       this.Controls.Add((Control) this.DontShowThisMessageAgainChkBox);
       componentResourceManager.ApplyResources((object) this, "$this");
       this.Name = "CustomMessageBoxPanel";
       this.BtnBox.ResumeLayout(false);
       this.ResumeLayout(false);
 }
Exemplo n.º 7
0
 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();
 }
Exemplo n.º 8
0
 private void InitializeComponent()
 {
     ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof (ConnectionPanel));
       this.BtnBoxDetailsDisconnect = new CustomButtonPushHorizBox();
       this.DetailsPushButton = new CustomButtonPush();
       this.DisconnectPushButton = new CustomButtonPush();
       this.RadioLbl = new Label();
       this.RadioOnOffRadioButtonGrp = new CustomRadioButtonOnOff();
       this.OptionsMenuButton = new CustomMenuButton();
       this.BtnBoxOptionsWiFiHelp = new CustomButtonPushHorizBox();
       this.WiFiMenuButton = new CustomMenuButton();
       this.HelpMenuButton = new CustomMenuButton();
       this.BtnBoxConnect = new CustomButtonPushHorizBox();
       this.ConnectPushButton = new CustomButtonPush();
       this.BtnBoxSearch = new CustomButtonPushHorizBox();
       this.SearchPushButton = new CustomButtonPush();
       this.ConnectionBrandingPanel = new ConnectionBrandingPanel();
       this.ConnectionDetailsStatus = new ConnectionDetailsStatus();
       this.ConnectionSubDetailUptime = new ConnectionSubDetailUptime();
       this.ConnectionDetails = new ConnectionDetails();
       this.ConnectionSubDetails = new ConnectionSubDetails();
       this.ConnectionDetailsNone = new ConnectionDetailsNone();
       this.BtnBoxDetailsDisconnect.SuspendLayout();
       this.BtnBoxOptionsWiFiHelp.SuspendLayout();
       this.BtnBoxConnect.SuspendLayout();
       this.BtnBoxSearch.SuspendLayout();
       this.SuspendLayout();
       this.BtnBoxDetailsDisconnect.BackColor = Color.Transparent;
       this.BtnBoxDetailsDisconnect.Controls.Add((Control) this.DetailsPushButton);
       this.BtnBoxDetailsDisconnect.Controls.Add((Control) this.DisconnectPushButton);
       componentResourceManager.ApplyResources((object) this.BtnBoxDetailsDisconnect, "BtnBoxDetailsDisconnect");
       this.BtnBoxDetailsDisconnect.HorizontalJustification = HorizontalJustificationEnum.Right;
       this.BtnBoxDetailsDisconnect.Name = "BtnBoxDetailsDisconnect";
       this.DetailsPushButton.BackColor = Color.Transparent;
       this.DetailsPushButton.BtnColor = PushButtonColorEnum.BlueGrey;
       this.DetailsPushButton.BtnDoubleEndCaps = false;
       this.DetailsPushButton.BtnEnabled = true;
       componentResourceManager.ApplyResources((object) this.DetailsPushButton, "DetailsPushButton");
       this.DetailsPushButton.Name = "DetailsPushButton";
       this.DisconnectPushButton.BackColor = Color.Transparent;
       this.DisconnectPushButton.BtnColor = PushButtonColorEnum.RedGrey;
       this.DisconnectPushButton.BtnDoubleEndCaps = true;
       this.DisconnectPushButton.BtnEnabled = true;
       componentResourceManager.ApplyResources((object) this.DisconnectPushButton, "DisconnectPushButton");
       this.DisconnectPushButton.Name = "DisconnectPushButton";
       componentResourceManager.ApplyResources((object) this.RadioLbl, "RadioLbl");
       this.RadioLbl.Name = "RadioLbl";
       this.RadioOnOffRadioButtonGrp.BackColor = Color.Transparent;
       componentResourceManager.ApplyResources((object) this.RadioOnOffRadioButtonGrp, "RadioOnOffRadioButtonGrp");
       this.RadioOnOffRadioButtonGrp.Name = "RadioOnOffRadioButtonGrp";
       this.RadioOnOffRadioButtonGrp.SelectionChanged = (CustomRadioButtonGroup.SelectionChangedDelegate) null;
       this.RadioOnOffRadioButtonGrp.State = OnOffRadioButtonState.Off;
       this.OptionsMenuButton.BackColor = Color.Transparent;
       this.OptionsMenuButton.ButtonBitmapDisabled = (Bitmap) componentResourceManager.GetObject("OptionsMenuButton.ButtonBitmapDisabled");
       this.OptionsMenuButton.ButtonBitmapNormal = (Bitmap) componentResourceManager.GetObject("OptionsMenuButton.ButtonBitmapNormal");
       this.OptionsMenuButton.ButtonBitmapPressed = (Bitmap) componentResourceManager.GetObject("OptionsMenuButton.ButtonBitmapPressed");
       this.OptionsMenuButton.ButtonBitmapRollover = (Bitmap) componentResourceManager.GetObject("OptionsMenuButton.ButtonBitmapRollover");
       componentResourceManager.ApplyResources((object) this.OptionsMenuButton, "OptionsMenuButton");
       this.OptionsMenuButton.Name = "OptionsMenuButton";
       this.OptionsMenuButton.TheContextMenu = (ContextMenu) null;
       this.BtnBoxOptionsWiFiHelp.BackColor = Color.Transparent;
       this.BtnBoxOptionsWiFiHelp.Controls.Add((Control) this.OptionsMenuButton);
       this.BtnBoxOptionsWiFiHelp.Controls.Add((Control) this.WiFiMenuButton);
       this.BtnBoxOptionsWiFiHelp.Controls.Add((Control) this.HelpMenuButton);
       componentResourceManager.ApplyResources((object) this.BtnBoxOptionsWiFiHelp, "BtnBoxOptionsWiFiHelp");
       this.BtnBoxOptionsWiFiHelp.HorizontalJustification = HorizontalJustificationEnum.Right;
       this.BtnBoxOptionsWiFiHelp.Name = "BtnBoxOptionsWiFiHelp";
       this.WiFiMenuButton.BackColor = Color.Transparent;
       this.WiFiMenuButton.ButtonBitmapDisabled = (Bitmap) componentResourceManager.GetObject("WiFiMenuButton.ButtonBitmapDisabled");
       this.WiFiMenuButton.ButtonBitmapNormal = (Bitmap) componentResourceManager.GetObject("WiFiMenuButton.ButtonBitmapNormal");
       this.WiFiMenuButton.ButtonBitmapPressed = (Bitmap) componentResourceManager.GetObject("WiFiMenuButton.ButtonBitmapPressed");
       this.WiFiMenuButton.ButtonBitmapRollover = (Bitmap) componentResourceManager.GetObject("WiFiMenuButton.ButtonBitmapRollover");
       componentResourceManager.ApplyResources((object) this.WiFiMenuButton, "WiFiMenuButton");
       this.WiFiMenuButton.Name = "WiFiMenuButton";
       this.WiFiMenuButton.TheContextMenu = (ContextMenu) null;
       this.HelpMenuButton.BackColor = Color.Transparent;
       this.HelpMenuButton.ButtonBitmapDisabled = (Bitmap) componentResourceManager.GetObject("HelpMenuButton.ButtonBitmapDisabled");
       this.HelpMenuButton.ButtonBitmapNormal = (Bitmap) componentResourceManager.GetObject("HelpMenuButton.ButtonBitmapNormal");
       this.HelpMenuButton.ButtonBitmapPressed = (Bitmap) componentResourceManager.GetObject("HelpMenuButton.ButtonBitmapPressed");
       this.HelpMenuButton.ButtonBitmapRollover = (Bitmap) componentResourceManager.GetObject("HelpMenuButton.ButtonBitmapRollover");
       componentResourceManager.ApplyResources((object) this.HelpMenuButton, "HelpMenuButton");
       this.HelpMenuButton.Name = "HelpMenuButton";
       this.HelpMenuButton.TheContextMenu = (ContextMenu) null;
       this.BtnBoxConnect.BackColor = Color.Transparent;
       this.BtnBoxConnect.Controls.Add((Control) this.ConnectPushButton);
       componentResourceManager.ApplyResources((object) this.BtnBoxConnect, "BtnBoxConnect");
       this.BtnBoxConnect.HorizontalJustification = HorizontalJustificationEnum.Right;
       this.BtnBoxConnect.Name = "BtnBoxConnect";
       this.ConnectPushButton.BackColor = Color.Transparent;
       this.ConnectPushButton.BtnColor = PushButtonColorEnum.GreenGrey;
       this.ConnectPushButton.BtnDoubleEndCaps = true;
       this.ConnectPushButton.BtnEnabled = true;
       componentResourceManager.ApplyResources((object) this.ConnectPushButton, "ConnectPushButton");
       this.ConnectPushButton.Name = "ConnectPushButton";
       this.BtnBoxSearch.BackColor = Color.Transparent;
       this.BtnBoxSearch.Controls.Add((Control) this.SearchPushButton);
       componentResourceManager.ApplyResources((object) this.BtnBoxSearch, "BtnBoxSearch");
       this.BtnBoxSearch.HorizontalJustification = HorizontalJustificationEnum.Right;
       this.BtnBoxSearch.Name = "BtnBoxSearch";
       this.SearchPushButton.BackColor = Color.Transparent;
       this.SearchPushButton.BtnColor = PushButtonColorEnum.BlueGrey;
       this.SearchPushButton.BtnDoubleEndCaps = false;
       this.SearchPushButton.BtnEnabled = true;
       componentResourceManager.ApplyResources((object) this.SearchPushButton, "SearchPushButton");
       this.SearchPushButton.Name = "SearchPushButton";
       this.ConnectionBrandingPanel.BackColor = Color.White;
       componentResourceManager.ApplyResources((object) this.ConnectionBrandingPanel, "ConnectionBrandingPanel");
       this.ConnectionBrandingPanel.Name = "ConnectionBrandingPanel";
       this.ConnectionBrandingPanel.TabStop = false;
       componentResourceManager.ApplyResources((object) this.ConnectionDetailsStatus, "ConnectionDetailsStatus");
       this.ConnectionDetailsStatus.BackColor = Color.Transparent;
       this.ConnectionDetailsStatus.LongOperationStatusMessageToShow = (string) null;
       this.ConnectionDetailsStatus.Name = "ConnectionDetailsStatus";
       this.ConnectionDetailsStatus.StatusImageToShow = StatusImageEnum.None;
       this.ConnectionDetailsStatus.StatusMessageToShow = (string) null;
       this.ConnectionDetailsStatus.TabStop = false;
       componentResourceManager.ApplyResources((object) this.ConnectionSubDetailUptime, "ConnectionSubDetailUptime");
       this.ConnectionSubDetailUptime.BackColor = Color.Transparent;
       this.ConnectionSubDetailUptime.Name = "ConnectionSubDetailUptime";
       this.ConnectionSubDetailUptime.TabStop = false;
       componentResourceManager.ApplyResources((object) this.ConnectionDetails, "ConnectionDetails");
       this.ConnectionDetails.BackColor = Color.Transparent;
       this.ConnectionDetails.Name = "ConnectionDetails";
       this.ConnectionDetails.TabStop = false;
       this.ConnectionSubDetails.BackColor = Color.Transparent;
       componentResourceManager.ApplyResources((object) this.ConnectionSubDetails, "ConnectionSubDetails");
       this.ConnectionSubDetails.Name = "ConnectionSubDetails";
       this.ConnectionSubDetails.TabStop = false;
       componentResourceManager.ApplyResources((object) this.ConnectionDetailsNone, "ConnectionDetailsNone");
       this.ConnectionDetailsNone.BackColor = Color.Transparent;
       this.ConnectionDetailsNone.Name = "ConnectionDetailsNone";
       this.ConnectionDetailsNone.TabStop = false;
       this.BackColor = Color.White;
       this.Controls.Add((Control) this.BtnBoxOptionsWiFiHelp);
       this.Controls.Add((Control) this.ConnectionBrandingPanel);
       this.Controls.Add((Control) this.RadioOnOffRadioButtonGrp);
       this.Controls.Add((Control) this.RadioLbl);
       this.Controls.Add((Control) this.ConnectionSubDetailUptime);
       this.Controls.Add((Control) this.ConnectionSubDetails);
       this.Controls.Add((Control) this.ConnectionDetails);
       this.Controls.Add((Control) this.ConnectionDetailsStatus);
       this.Controls.Add((Control) this.ConnectionDetailsNone);
       this.Controls.Add((Control) this.BtnBoxDetailsDisconnect);
       this.Controls.Add((Control) this.BtnBoxSearch);
       this.Controls.Add((Control) this.BtnBoxConnect);
       componentResourceManager.ApplyResources((object) this, "$this");
       this.Name = "ConnectionPanel";
       this.BtnBoxDetailsDisconnect.ResumeLayout(false);
       this.BtnBoxOptionsWiFiHelp.ResumeLayout(false);
       this.BtnBoxConnect.ResumeLayout(false);
       this.BtnBoxSearch.ResumeLayout(false);
       this.ResumeLayout(false);
 }
Exemplo n.º 9
0
 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);
 }
Exemplo n.º 10
0
 private void InitializeComponent()
 {
     ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof (AboutPanel));
       DataGridViewCellStyle gridViewCellStyle1 = new DataGridViewCellStyle();
       DataGridViewCellStyle gridViewCellStyle2 = new DataGridViewCellStyle();
       this.AboutPanel_IntelCopyrightLbl = new Label();
       this.AboutPanel_HeaderLbl = new Label();
       this.AboutPanel_CopyrightPanel = new Panel();
       this.AboutPanel_DevicescapeCopyrightLbl = new Label();
       this.AboutPanel_ButtonBarSeperator = new CustomLabelSeparator();
       this.AboutPanel_CloseBtnBox = new CustomButtonPushHorizBox();
       this.AboutPanel_CloseBtn = new CustomButtonPush();
       this.AboutPanel_SeparatorAndButtonPanel = new Panel();
       this.AboutPanel_ComponentVersionGridView = new DataGridView();
       this.AboutPanel_AppLogo = new PictureBox();
       this.AboutPanel_CheckForUpgradeLinkLabel = new LinkLabel();
       this.AboutPanel_CopyrightPanel.SuspendLayout();
       this.AboutPanel_CloseBtnBox.SuspendLayout();
       this.AboutPanel_SeparatorAndButtonPanel.SuspendLayout();
       this.AboutPanel_ComponentVersionGridView.BeginInit();
       this.AboutPanel_AppLogo.BeginInit();
       this.SuspendLayout();
       this.AboutPanel_IntelCopyrightLbl.BackColor = Color.White;
       componentResourceManager.ApplyResources((object) this.AboutPanel_IntelCopyrightLbl, "AboutPanel_IntelCopyrightLbl");
       this.AboutPanel_IntelCopyrightLbl.Name = "AboutPanel_IntelCopyrightLbl";
       this.AboutPanel_HeaderLbl.BackColor = Color.White;
       componentResourceManager.ApplyResources((object) this.AboutPanel_HeaderLbl, "AboutPanel_HeaderLbl");
       this.AboutPanel_HeaderLbl.Name = "AboutPanel_HeaderLbl";
       this.AboutPanel_CopyrightPanel.Controls.Add((Control) this.AboutPanel_DevicescapeCopyrightLbl);
       this.AboutPanel_CopyrightPanel.Controls.Add((Control) this.AboutPanel_IntelCopyrightLbl);
       componentResourceManager.ApplyResources((object) this.AboutPanel_CopyrightPanel, "AboutPanel_CopyrightPanel");
       this.AboutPanel_CopyrightPanel.Name = "AboutPanel_CopyrightPanel";
       this.AboutPanel_DevicescapeCopyrightLbl.BackColor = Color.White;
       componentResourceManager.ApplyResources((object) this.AboutPanel_DevicescapeCopyrightLbl, "AboutPanel_DevicescapeCopyrightLbl");
       this.AboutPanel_DevicescapeCopyrightLbl.Name = "AboutPanel_DevicescapeCopyrightLbl";
       this.AboutPanel_ButtonBarSeperator.BackColor = Color.White;
       componentResourceManager.ApplyResources((object) this.AboutPanel_ButtonBarSeperator, "AboutPanel_ButtonBarSeperator");
       this.AboutPanel_ButtonBarSeperator.Name = "AboutPanel_ButtonBarSeperator";
       this.AboutPanel_ButtonBarSeperator.TabStop = false;
       this.AboutPanel_CloseBtnBox.Controls.Add((Control) this.AboutPanel_CloseBtn);
       componentResourceManager.ApplyResources((object) this.AboutPanel_CloseBtnBox, "AboutPanel_CloseBtnBox");
       this.AboutPanel_CloseBtnBox.HorizontalJustification = HorizontalJustificationEnum.Right;
       this.AboutPanel_CloseBtnBox.Name = "AboutPanel_CloseBtnBox";
       this.AboutPanel_CloseBtn.BackColor = Color.White;
       this.AboutPanel_CloseBtn.BtnColor = PushButtonColorEnum.BlueGrey;
       this.AboutPanel_CloseBtn.BtnDoubleEndCaps = false;
       this.AboutPanel_CloseBtn.BtnEnabled = true;
       componentResourceManager.ApplyResources((object) this.AboutPanel_CloseBtn, "AboutPanel_CloseBtn");
       this.AboutPanel_CloseBtn.Name = "AboutPanel_CloseBtn";
       this.AboutPanel_SeparatorAndButtonPanel.Controls.Add((Control) this.AboutPanel_CloseBtnBox);
       this.AboutPanel_SeparatorAndButtonPanel.Controls.Add((Control) this.AboutPanel_ButtonBarSeperator);
       componentResourceManager.ApplyResources((object) this.AboutPanel_SeparatorAndButtonPanel, "AboutPanel_SeparatorAndButtonPanel");
       this.AboutPanel_SeparatorAndButtonPanel.Name = "AboutPanel_SeparatorAndButtonPanel";
       this.AboutPanel_ComponentVersionGridView.AllowUserToAddRows = false;
       this.AboutPanel_ComponentVersionGridView.AllowUserToDeleteRows = false;
       this.AboutPanel_ComponentVersionGridView.AutoSizeColumnsMode = DataGridViewAutoSizeColumnsMode.Fill;
       this.AboutPanel_ComponentVersionGridView.AutoSizeRowsMode = DataGridViewAutoSizeRowsMode.AllCells;
       this.AboutPanel_ComponentVersionGridView.BackgroundColor = Color.WhiteSmoke;
       this.AboutPanel_ComponentVersionGridView.BorderStyle = BorderStyle.None;
       this.AboutPanel_ComponentVersionGridView.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.AboutPanel_ComponentVersionGridView.ColumnHeadersDefaultCellStyle = gridViewCellStyle1;
       this.AboutPanel_ComponentVersionGridView.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
       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.AboutPanel_ComponentVersionGridView.DefaultCellStyle = gridViewCellStyle2;
       this.AboutPanel_ComponentVersionGridView.GridColor = Color.FromArgb(204, 204, 204);
       componentResourceManager.ApplyResources((object) this.AboutPanel_ComponentVersionGridView, "AboutPanel_ComponentVersionGridView");
       this.AboutPanel_ComponentVersionGridView.MultiSelect = false;
       this.AboutPanel_ComponentVersionGridView.Name = "AboutPanel_ComponentVersionGridView";
       this.AboutPanel_ComponentVersionGridView.ReadOnly = true;
       this.AboutPanel_ComponentVersionGridView.RowHeadersVisible = false;
       this.AboutPanel_ComponentVersionGridView.RowHeadersWidthSizeMode = DataGridViewRowHeadersWidthSizeMode.DisableResizing;
       this.AboutPanel_ComponentVersionGridView.RowTemplate.Height = 24;
       this.AboutPanel_ComponentVersionGridView.SelectionMode = DataGridViewSelectionMode.FullRowSelect;
       this.AboutPanel_ComponentVersionGridView.ShowEditingIcon = false;
       this.AboutPanel_ComponentVersionGridView.TabStop = false;
       this.AboutPanel_AppLogo.BackColor = Color.Transparent;
       componentResourceManager.ApplyResources((object) this.AboutPanel_AppLogo, "AboutPanel_AppLogo");
       this.AboutPanel_AppLogo.Name = "AboutPanel_AppLogo";
       this.AboutPanel_AppLogo.TabStop = false;
       componentResourceManager.ApplyResources((object) this.AboutPanel_CheckForUpgradeLinkLabel, "AboutPanel_CheckForUpgradeLinkLabel");
       this.AboutPanel_CheckForUpgradeLinkLabel.Name = "AboutPanel_CheckForUpgradeLinkLabel";
       this.AboutPanel_CheckForUpgradeLinkLabel.TabStop = true;
       this.AutoScaleMode = AutoScaleMode.None;
       this.BackColor = Color.White;
       this.Controls.Add((Control) this.AboutPanel_CheckForUpgradeLinkLabel);
       this.Controls.Add((Control) this.AboutPanel_AppLogo);
       this.Controls.Add((Control) this.AboutPanel_ComponentVersionGridView);
       this.Controls.Add((Control) this.AboutPanel_SeparatorAndButtonPanel);
       this.Controls.Add((Control) this.AboutPanel_CopyrightPanel);
       this.Controls.Add((Control) this.AboutPanel_HeaderLbl);
       componentResourceManager.ApplyResources((object) this, "$this");
       this.Name = "AboutPanel";
       this.AboutPanel_CopyrightPanel.ResumeLayout(false);
       this.AboutPanel_CloseBtnBox.ResumeLayout(false);
       this.AboutPanel_SeparatorAndButtonPanel.ResumeLayout(false);
       this.AboutPanel_ComponentVersionGridView.EndInit();
       this.AboutPanel_AppLogo.EndInit();
       this.ResumeLayout(false);
 }
Exemplo n.º 11
0
 private void InitializeComponent()
 {
     ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof (NetworkListPanel));
       this.ButtonBoxConnect = new CustomButtonPushHorizBox();
       this.ConnectPushButton = new CustomButtonPush();
       this.SearchForNetworksPushButton = new CustomButtonPush();
       this.AvailableWiMAXNeworksLabel = new Label();
       this.NetworkListStatusBar = new NetworkListStatusBar();
       this.NetworkListMessage = new NetworkListMessage();
       this.NetworkListBox = new NetworkListBox();
       this.ButtonBoxConnect.SuspendLayout();
       this.SuspendLayout();
       this.ButtonBoxConnect.Controls.Add((Control) this.ConnectPushButton);
       componentResourceManager.ApplyResources((object) this.ButtonBoxConnect, "ButtonBoxConnect");
       this.ButtonBoxConnect.HorizontalJustification = HorizontalJustificationEnum.Right;
       this.ButtonBoxConnect.Name = "ButtonBoxConnect";
       this.ConnectPushButton.BackColor = Color.Transparent;
       this.ConnectPushButton.BtnColor = PushButtonColorEnum.GreenGrey;
       this.ConnectPushButton.BtnDoubleEndCaps = true;
       this.ConnectPushButton.BtnEnabled = true;
       componentResourceManager.ApplyResources((object) this.ConnectPushButton, "ConnectPushButton");
       this.ConnectPushButton.Name = "ConnectPushButton";
       this.SearchForNetworksPushButton.BackColor = Color.Transparent;
       this.SearchForNetworksPushButton.BtnColor = PushButtonColorEnum.BlueGrey;
       this.SearchForNetworksPushButton.BtnDoubleEndCaps = false;
       this.SearchForNetworksPushButton.BtnEnabled = true;
       componentResourceManager.ApplyResources((object) this.SearchForNetworksPushButton, "SearchForNetworksPushButton");
       this.SearchForNetworksPushButton.Name = "SearchForNetworksPushButton";
       componentResourceManager.ApplyResources((object) this.AvailableWiMAXNeworksLabel, "AvailableWiMAXNeworksLabel");
       this.AvailableWiMAXNeworksLabel.Name = "AvailableWiMAXNeworksLabel";
       componentResourceManager.ApplyResources((object) this.NetworkListStatusBar, "NetworkListStatusBar");
       this.NetworkListStatusBar.BackColor = Color.WhiteSmoke;
       this.NetworkListStatusBar.Name = "NetworkListStatusBar";
       this.NetworkListStatusBar.TabStop = false;
       componentResourceManager.ApplyResources((object) this.NetworkListMessage, "NetworkListMessage");
       this.NetworkListMessage.BackColor = Color.WhiteSmoke;
       this.NetworkListMessage.ForeColor = Color.Black;
       this.NetworkListMessage.Name = "NetworkListMessage";
       this.NetworkListMessage.TabStop = false;
       componentResourceManager.ApplyResources((object) this.NetworkListBox, "NetworkListBox");
       this.NetworkListBox.BackColor = Color.White;
       this.NetworkListBox.Name = "NetworkListBox";
       this.BackColor = Color.White;
       this.Controls.Add((Control) this.AvailableWiMAXNeworksLabel);
       this.Controls.Add((Control) this.NetworkListStatusBar);
       this.Controls.Add((Control) this.ButtonBoxConnect);
       this.Controls.Add((Control) this.SearchForNetworksPushButton);
       this.Controls.Add((Control) this.NetworkListMessage);
       this.Controls.Add((Control) this.NetworkListBox);
       componentResourceManager.ApplyResources((object) this, "$this");
       this.Name = "NetworkListPanel";
       this.ButtonBoxConnect.ResumeLayout(false);
       this.ResumeLayout(false);
       this.PerformLayout();
 }
Exemplo n.º 12
0
 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();
 }
Exemplo n.º 13
0
 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);
 }