private void InitializeComponent() { ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof (TechSupportPanel)); DataGridViewCellStyle gridViewCellStyle1 = new DataGridViewCellStyle(); DataGridViewCellStyle gridViewCellStyle2 = new DataGridViewCellStyle(); this.TechSupportPanel_HeaderLbl = new Label(); this.TechSupportPanel_CloseBtnBox = new CustomButtonPushHorizBox(); this.TechSupportPanel_CloseBtn = new CustomButtonPush(); this.TechSupportPanel_ButtonBarSeperator = new CustomLabelSeparator(); this.TechSupportPanel_GridView = new DataGridView(); this.CompanyColumn = new DataGridViewTextBoxColumn(); this.SupportWebsiteColumn = new DataGridViewLinkColumn(); this.TechSupportPanel_ShowOtherOperatorsBtn = new CustomButtonPush(); this.TechSupportPanel_HelpButtonLabelPair = new CustomHelpButtonLabelPair(); this.TechSupportPanel_CloseBtnBox.SuspendLayout(); this.TechSupportPanel_GridView.BeginInit(); this.SuspendLayout(); this.TechSupportPanel_HeaderLbl.BackColor = Color.Transparent; componentResourceManager.ApplyResources((object) this.TechSupportPanel_HeaderLbl, "TechSupportPanel_HeaderLbl"); this.TechSupportPanel_HeaderLbl.Name = "TechSupportPanel_HeaderLbl"; this.TechSupportPanel_CloseBtnBox.Controls.Add((Control) this.TechSupportPanel_CloseBtn); componentResourceManager.ApplyResources((object) this.TechSupportPanel_CloseBtnBox, "TechSupportPanel_CloseBtnBox"); this.TechSupportPanel_CloseBtnBox.HorizontalJustification = HorizontalJustificationEnum.Right; this.TechSupportPanel_CloseBtnBox.Name = "TechSupportPanel_CloseBtnBox"; this.TechSupportPanel_CloseBtn.BackColor = Color.White; this.TechSupportPanel_CloseBtn.BtnColor = PushButtonColorEnum.BlueGrey; this.TechSupportPanel_CloseBtn.BtnDoubleEndCaps = false; this.TechSupportPanel_CloseBtn.BtnEnabled = true; componentResourceManager.ApplyResources((object) this.TechSupportPanel_CloseBtn, "TechSupportPanel_CloseBtn"); this.TechSupportPanel_CloseBtn.Name = "TechSupportPanel_CloseBtn"; this.TechSupportPanel_ButtonBarSeperator.BackColor = Color.White; componentResourceManager.ApplyResources((object) this.TechSupportPanel_ButtonBarSeperator, "TechSupportPanel_ButtonBarSeperator"); this.TechSupportPanel_ButtonBarSeperator.Name = "TechSupportPanel_ButtonBarSeperator"; this.TechSupportPanel_ButtonBarSeperator.TabStop = false; this.TechSupportPanel_GridView.AllowUserToAddRows = false; this.TechSupportPanel_GridView.AllowUserToDeleteRows = false; this.TechSupportPanel_GridView.AutoSizeColumnsMode = DataGridViewAutoSizeColumnsMode.Fill; this.TechSupportPanel_GridView.AutoSizeRowsMode = DataGridViewAutoSizeRowsMode.AllCells; this.TechSupportPanel_GridView.BackgroundColor = Color.WhiteSmoke; this.TechSupportPanel_GridView.BorderStyle = BorderStyle.None; this.TechSupportPanel_GridView.ColumnHeadersBorderStyle = DataGridViewHeaderBorderStyle.Single; gridViewCellStyle1.Alignment = DataGridViewContentAlignment.MiddleLeft; gridViewCellStyle1.BackColor = Color.FromArgb(37, 101, 166); gridViewCellStyle1.Font = new Font("Tahoma", 9f); gridViewCellStyle1.ForeColor = Color.White; gridViewCellStyle1.SelectionBackColor = Color.FromArgb(37, 101, 166); gridViewCellStyle1.SelectionForeColor = Color.White; gridViewCellStyle1.WrapMode = DataGridViewTriState.True; this.TechSupportPanel_GridView.ColumnHeadersDefaultCellStyle = gridViewCellStyle1; this.TechSupportPanel_GridView.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.TechSupportPanel_GridView.Columns.AddRange((DataGridViewColumn) this.CompanyColumn, (DataGridViewColumn) this.SupportWebsiteColumn); gridViewCellStyle2.Alignment = DataGridViewContentAlignment.MiddleLeft; gridViewCellStyle2.BackColor = Color.WhiteSmoke; gridViewCellStyle2.Font = new Font("Tahoma", 9f); gridViewCellStyle2.ForeColor = Color.Black; gridViewCellStyle2.SelectionBackColor = Color.FromArgb(81, 149, 217); gridViewCellStyle2.SelectionForeColor = Color.Black; gridViewCellStyle2.WrapMode = DataGridViewTriState.False; this.TechSupportPanel_GridView.DefaultCellStyle = gridViewCellStyle2; this.TechSupportPanel_GridView.GridColor = Color.FromArgb(204, 204, 204); componentResourceManager.ApplyResources((object) this.TechSupportPanel_GridView, "TechSupportPanel_GridView"); this.TechSupportPanel_GridView.MultiSelect = false; this.TechSupportPanel_GridView.Name = "TechSupportPanel_GridView"; this.TechSupportPanel_GridView.ReadOnly = true; this.TechSupportPanel_GridView.RowHeadersVisible = false; this.TechSupportPanel_GridView.RowHeadersWidthSizeMode = DataGridViewRowHeadersWidthSizeMode.DisableResizing; this.TechSupportPanel_GridView.RowTemplate.Height = 24; this.TechSupportPanel_GridView.SelectionMode = DataGridViewSelectionMode.FullRowSelect; this.TechSupportPanel_GridView.ShowEditingIcon = false; this.TechSupportPanel_GridView.CellContentClick += new DataGridViewCellEventHandler(this.OnCellContentClick); this.CompanyColumn.AutoSizeMode = DataGridViewAutoSizeColumnMode.AllCells; this.CompanyColumn.DataPropertyName = "CompanyName"; componentResourceManager.ApplyResources((object) this.CompanyColumn, "CompanyColumn"); this.CompanyColumn.Name = "CompanyColumn"; this.CompanyColumn.ReadOnly = true; this.CompanyColumn.Resizable = DataGridViewTriState.True; this.SupportWebsiteColumn.DataPropertyName = "SupportURL"; componentResourceManager.ApplyResources((object) this.SupportWebsiteColumn, "SupportWebsiteColumn"); this.SupportWebsiteColumn.Name = "SupportWebsiteColumn"; this.SupportWebsiteColumn.ReadOnly = true; this.TechSupportPanel_ShowOtherOperatorsBtn.BackColor = Color.White; this.TechSupportPanel_ShowOtherOperatorsBtn.BtnColor = PushButtonColorEnum.BlueGrey; this.TechSupportPanel_ShowOtherOperatorsBtn.BtnDoubleEndCaps = false; this.TechSupportPanel_ShowOtherOperatorsBtn.BtnEnabled = true; componentResourceManager.ApplyResources((object) this.TechSupportPanel_ShowOtherOperatorsBtn, "TechSupportPanel_ShowOtherOperatorsBtn"); this.TechSupportPanel_ShowOtherOperatorsBtn.Name = "TechSupportPanel_ShowOtherOperatorsBtn"; this.TechSupportPanel_HelpButtonLabelPair.BackColor = Color.Transparent; componentResourceManager.ApplyResources((object) this.TechSupportPanel_HelpButtonLabelPair, "TechSupportPanel_HelpButtonLabelPair"); this.TechSupportPanel_HelpButtonLabelPair.Name = "TechSupportPanel_HelpButtonLabelPair"; this.AutoScaleMode = AutoScaleMode.None; this.BackColor = Color.White; this.Controls.Add((Control) this.TechSupportPanel_HelpButtonLabelPair); this.Controls.Add((Control) this.TechSupportPanel_ShowOtherOperatorsBtn); this.Controls.Add((Control) this.TechSupportPanel_GridView); this.Controls.Add((Control) this.TechSupportPanel_CloseBtnBox); this.Controls.Add((Control) this.TechSupportPanel_ButtonBarSeperator); this.Controls.Add((Control) this.TechSupportPanel_HeaderLbl); componentResourceManager.ApplyResources((object) this, "$this"); this.Name = "TechSupportPanel"; this.TechSupportPanel_CloseBtnBox.ResumeLayout(false); this.TechSupportPanel_GridView.EndInit(); this.ResumeLayout(false); }
private void InitializeComponent() { ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof (FUMOProgressPanel)); this.FUMOProgressPanel_ProgressBar = new CustomProgressBar(); this.FUMOProgressPanel_HelpButtonLabelPair = new CustomHelpButtonLabelPair(); this.FUMOProgressPanel_HeaderLbl = new Label(); this.FUMOProgressPanel_CloseBtnBox = new CustomButtonPushHorizBox(); this.FUMOProgressPanel_CloseBtn = new CustomButtonPush(); this.FUMOProgressPanel_ButtonBarSeperator = new CustomLabelSeparator(); this.FUMOProgressPanel_InstructionsLbl = new Label(); this.FUMOProgressPanel_DownloadProgressLbl = new Label(); this.FUMOProgressPanel_StopDownloadBtnBox = new CustomButtonPushHorizBox(); this.FUMOProgressPanel_StopDownloadBtn = new CustomButtonPush(); this.FUMOProgressPanel_DownloadBeingStoppedLbl = new Label(); this.FUMOProgressPanel_CloseBtnBox.SuspendLayout(); this.FUMOProgressPanel_StopDownloadBtnBox.SuspendLayout(); this.SuspendLayout(); this.FUMOProgressPanel_ProgressBar.BackColor = Color.FromArgb(204, 204, 204); componentResourceManager.ApplyResources((object) this.FUMOProgressPanel_ProgressBar, "FUMOProgressPanel_ProgressBar"); this.FUMOProgressPanel_ProgressBar.ForeColor = Color.FromArgb(32, 87, 143); this.FUMOProgressPanel_ProgressBar.Name = "FUMOProgressPanel_ProgressBar"; this.FUMOProgressPanel_ProgressBar.TabStop = false; this.FUMOProgressPanel_ProgressBar.Value = 0; this.FUMOProgressPanel_HelpButtonLabelPair.AccessibleRole = AccessibleRole.None; this.FUMOProgressPanel_HelpButtonLabelPair.BackColor = Color.Transparent; componentResourceManager.ApplyResources((object) this.FUMOProgressPanel_HelpButtonLabelPair, "FUMOProgressPanel_HelpButtonLabelPair"); this.FUMOProgressPanel_HelpButtonLabelPair.Name = "FUMOProgressPanel_HelpButtonLabelPair"; this.FUMOProgressPanel_HeaderLbl.BackColor = Color.Transparent; componentResourceManager.ApplyResources((object) this.FUMOProgressPanel_HeaderLbl, "FUMOProgressPanel_HeaderLbl"); this.FUMOProgressPanel_HeaderLbl.Name = "FUMOProgressPanel_HeaderLbl"; this.FUMOProgressPanel_CloseBtnBox.Controls.Add((Control) this.FUMOProgressPanel_CloseBtn); componentResourceManager.ApplyResources((object) this.FUMOProgressPanel_CloseBtnBox, "FUMOProgressPanel_CloseBtnBox"); this.FUMOProgressPanel_CloseBtnBox.HorizontalJustification = HorizontalJustificationEnum.Right; this.FUMOProgressPanel_CloseBtnBox.Name = "FUMOProgressPanel_CloseBtnBox"; this.FUMOProgressPanel_CloseBtn.BackColor = Color.White; this.FUMOProgressPanel_CloseBtn.BtnColor = PushButtonColorEnum.BlueGrey; this.FUMOProgressPanel_CloseBtn.BtnDoubleEndCaps = false; this.FUMOProgressPanel_CloseBtn.BtnEnabled = true; componentResourceManager.ApplyResources((object) this.FUMOProgressPanel_CloseBtn, "FUMOProgressPanel_CloseBtn"); this.FUMOProgressPanel_CloseBtn.Name = "FUMOProgressPanel_CloseBtn"; this.FUMOProgressPanel_ButtonBarSeperator.BackColor = Color.White; componentResourceManager.ApplyResources((object) this.FUMOProgressPanel_ButtonBarSeperator, "FUMOProgressPanel_ButtonBarSeperator"); this.FUMOProgressPanel_ButtonBarSeperator.Name = "FUMOProgressPanel_ButtonBarSeperator"; this.FUMOProgressPanel_ButtonBarSeperator.TabStop = false; this.FUMOProgressPanel_InstructionsLbl.AccessibleRole = AccessibleRole.None; componentResourceManager.ApplyResources((object) this.FUMOProgressPanel_InstructionsLbl, "FUMOProgressPanel_InstructionsLbl"); this.FUMOProgressPanel_InstructionsLbl.Name = "FUMOProgressPanel_InstructionsLbl"; componentResourceManager.ApplyResources((object) this.FUMOProgressPanel_DownloadProgressLbl, "FUMOProgressPanel_DownloadProgressLbl"); this.FUMOProgressPanel_DownloadProgressLbl.Name = "FUMOProgressPanel_DownloadProgressLbl"; this.FUMOProgressPanel_StopDownloadBtnBox.Controls.Add((Control) this.FUMOProgressPanel_StopDownloadBtn); componentResourceManager.ApplyResources((object) this.FUMOProgressPanel_StopDownloadBtnBox, "FUMOProgressPanel_StopDownloadBtnBox"); this.FUMOProgressPanel_StopDownloadBtnBox.HorizontalJustification = HorizontalJustificationEnum.Right; this.FUMOProgressPanel_StopDownloadBtnBox.Name = "FUMOProgressPanel_StopDownloadBtnBox"; this.FUMOProgressPanel_StopDownloadBtn.BackColor = Color.White; this.FUMOProgressPanel_StopDownloadBtn.BtnColor = PushButtonColorEnum.BlueGrey; this.FUMOProgressPanel_StopDownloadBtn.BtnDoubleEndCaps = false; this.FUMOProgressPanel_StopDownloadBtn.BtnEnabled = true; componentResourceManager.ApplyResources((object) this.FUMOProgressPanel_StopDownloadBtn, "FUMOProgressPanel_StopDownloadBtn"); this.FUMOProgressPanel_StopDownloadBtn.Name = "FUMOProgressPanel_StopDownloadBtn"; componentResourceManager.ApplyResources((object) this.FUMOProgressPanel_DownloadBeingStoppedLbl, "FUMOProgressPanel_DownloadBeingStoppedLbl"); this.FUMOProgressPanel_DownloadBeingStoppedLbl.Name = "FUMOProgressPanel_DownloadBeingStoppedLbl"; this.AutoScaleMode = AutoScaleMode.None; this.BackColor = Color.White; this.Controls.Add((Control) this.FUMOProgressPanel_StopDownloadBtnBox); this.Controls.Add((Control) this.FUMOProgressPanel_DownloadProgressLbl); this.Controls.Add((Control) this.FUMOProgressPanel_InstructionsLbl); this.Controls.Add((Control) this.FUMOProgressPanel_CloseBtnBox); this.Controls.Add((Control) this.FUMOProgressPanel_ButtonBarSeperator); this.Controls.Add((Control) this.FUMOProgressPanel_HelpButtonLabelPair); this.Controls.Add((Control) this.FUMOProgressPanel_HeaderLbl); this.Controls.Add((Control) this.FUMOProgressPanel_ProgressBar); this.Controls.Add((Control) this.FUMOProgressPanel_DownloadBeingStoppedLbl); componentResourceManager.ApplyResources((object) this, "$this"); this.Name = "FUMOProgressPanel"; this.FUMOProgressPanel_CloseBtnBox.ResumeLayout(false); this.FUMOProgressPanel_StopDownloadBtnBox.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); }
private void InitializeComponent() { ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof (ApplicationTabPanel)); this.ApplicationTabPanel_ShowComputerIsEnabledForWiMAXPopupChkBox = new CustomCheckBox(); this.ApplicationTabPanel_ShowSubscribeForServiceAndFirewallPopupChkBox = new CustomCheckBox(); this.ApplicationTabPanel_ShowCoExPopupsChkBox = new CustomCheckBox(); this.ApplicationTabPanel_ApplicationSettingsLabelSeparator = new CustomLabelSeparator(); this.ApplicationTabPanel_ShowActiveRoutesPopupChkBox = new CustomCheckBox(); this.ApplicationTabPanel_ShowDualModeWarningPopupChkBox = new CustomCheckBox(); this.SuspendLayout(); componentResourceManager.ApplyResources((object) this.ApplicationTabPanel_ShowComputerIsEnabledForWiMAXPopupChkBox, "ApplicationTabPanel_ShowComputerIsEnabledForWiMAXPopupChkBox"); this.ApplicationTabPanel_ShowComputerIsEnabledForWiMAXPopupChkBox.BackColor = Color.Transparent; this.ApplicationTabPanel_ShowComputerIsEnabledForWiMAXPopupChkBox.ButtonBitmapDisabled = (Bitmap) componentResourceManager.GetObject("ApplicationTabPanel_ShowComputerIsEnabledForWiMAXPopupChkBox.ButtonBitmapDisabled"); this.ApplicationTabPanel_ShowComputerIsEnabledForWiMAXPopupChkBox.ButtonBitmapNormal = (Bitmap) componentResourceManager.GetObject("ApplicationTabPanel_ShowComputerIsEnabledForWiMAXPopupChkBox.ButtonBitmapNormal"); this.ApplicationTabPanel_ShowComputerIsEnabledForWiMAXPopupChkBox.ButtonBitmapPressed = (Bitmap) componentResourceManager.GetObject("ApplicationTabPanel_ShowComputerIsEnabledForWiMAXPopupChkBox.ButtonBitmapPressed"); this.ApplicationTabPanel_ShowComputerIsEnabledForWiMAXPopupChkBox.ButtonBitmapRollover = (Bitmap) componentResourceManager.GetObject("ApplicationTabPanel_ShowComputerIsEnabledForWiMAXPopupChkBox.ButtonBitmapRollover"); this.ApplicationTabPanel_ShowComputerIsEnabledForWiMAXPopupChkBox.Checked = false; this.ApplicationTabPanel_ShowComputerIsEnabledForWiMAXPopupChkBox.Name = "ApplicationTabPanel_ShowComputerIsEnabledForWiMAXPopupChkBox"; componentResourceManager.ApplyResources((object) this.ApplicationTabPanel_ShowSubscribeForServiceAndFirewallPopupChkBox, "ApplicationTabPanel_ShowSubscribeForServiceAndFirewallPopupChkBox"); this.ApplicationTabPanel_ShowSubscribeForServiceAndFirewallPopupChkBox.BackColor = Color.Transparent; this.ApplicationTabPanel_ShowSubscribeForServiceAndFirewallPopupChkBox.ButtonBitmapDisabled = (Bitmap) componentResourceManager.GetObject("ApplicationTabPanel_ShowSubscribeForServiceAndFirewallPopupChkBox.ButtonBitmapDisabled"); this.ApplicationTabPanel_ShowSubscribeForServiceAndFirewallPopupChkBox.ButtonBitmapNormal = (Bitmap) componentResourceManager.GetObject("ApplicationTabPanel_ShowSubscribeForServiceAndFirewallPopupChkBox.ButtonBitmapNormal"); this.ApplicationTabPanel_ShowSubscribeForServiceAndFirewallPopupChkBox.ButtonBitmapPressed = (Bitmap) componentResourceManager.GetObject("ApplicationTabPanel_ShowSubscribeForServiceAndFirewallPopupChkBox.ButtonBitmapPressed"); this.ApplicationTabPanel_ShowSubscribeForServiceAndFirewallPopupChkBox.ButtonBitmapRollover = (Bitmap) componentResourceManager.GetObject("ApplicationTabPanel_ShowSubscribeForServiceAndFirewallPopupChkBox.ButtonBitmapRollover"); this.ApplicationTabPanel_ShowSubscribeForServiceAndFirewallPopupChkBox.Checked = false; this.ApplicationTabPanel_ShowSubscribeForServiceAndFirewallPopupChkBox.Name = "ApplicationTabPanel_ShowSubscribeForServiceAndFirewallPopupChkBox"; componentResourceManager.ApplyResources((object) this.ApplicationTabPanel_ShowCoExPopupsChkBox, "ApplicationTabPanel_ShowCoExPopupsChkBox"); this.ApplicationTabPanel_ShowCoExPopupsChkBox.BackColor = Color.Transparent; this.ApplicationTabPanel_ShowCoExPopupsChkBox.ButtonBitmapDisabled = (Bitmap) componentResourceManager.GetObject("ApplicationTabPanel_ShowCoExPopupsChkBox.ButtonBitmapDisabled"); this.ApplicationTabPanel_ShowCoExPopupsChkBox.ButtonBitmapNormal = (Bitmap) componentResourceManager.GetObject("ApplicationTabPanel_ShowCoExPopupsChkBox.ButtonBitmapNormal"); this.ApplicationTabPanel_ShowCoExPopupsChkBox.ButtonBitmapPressed = (Bitmap) componentResourceManager.GetObject("ApplicationTabPanel_ShowCoExPopupsChkBox.ButtonBitmapPressed"); this.ApplicationTabPanel_ShowCoExPopupsChkBox.ButtonBitmapRollover = (Bitmap) componentResourceManager.GetObject("ApplicationTabPanel_ShowCoExPopupsChkBox.ButtonBitmapRollover"); this.ApplicationTabPanel_ShowCoExPopupsChkBox.Checked = false; this.ApplicationTabPanel_ShowCoExPopupsChkBox.Name = "ApplicationTabPanel_ShowCoExPopupsChkBox"; this.ApplicationTabPanel_ApplicationSettingsLabelSeparator.BackColor = Color.White; componentResourceManager.ApplyResources((object) this.ApplicationTabPanel_ApplicationSettingsLabelSeparator, "ApplicationTabPanel_ApplicationSettingsLabelSeparator"); this.ApplicationTabPanel_ApplicationSettingsLabelSeparator.Name = "ApplicationTabPanel_ApplicationSettingsLabelSeparator"; this.ApplicationTabPanel_ApplicationSettingsLabelSeparator.TabStop = false; componentResourceManager.ApplyResources((object) this.ApplicationTabPanel_ShowActiveRoutesPopupChkBox, "ApplicationTabPanel_ShowActiveRoutesPopupChkBox"); this.ApplicationTabPanel_ShowActiveRoutesPopupChkBox.BackColor = Color.Transparent; this.ApplicationTabPanel_ShowActiveRoutesPopupChkBox.ButtonBitmapDisabled = (Bitmap) componentResourceManager.GetObject("ApplicationTabPanel_ShowActiveRoutesPopupChkBox.ButtonBitmapDisabled"); this.ApplicationTabPanel_ShowActiveRoutesPopupChkBox.ButtonBitmapNormal = (Bitmap) componentResourceManager.GetObject("ApplicationTabPanel_ShowActiveRoutesPopupChkBox.ButtonBitmapNormal"); this.ApplicationTabPanel_ShowActiveRoutesPopupChkBox.ButtonBitmapPressed = (Bitmap) componentResourceManager.GetObject("ApplicationTabPanel_ShowActiveRoutesPopupChkBox.ButtonBitmapPressed"); this.ApplicationTabPanel_ShowActiveRoutesPopupChkBox.ButtonBitmapRollover = (Bitmap) componentResourceManager.GetObject("ApplicationTabPanel_ShowActiveRoutesPopupChkBox.ButtonBitmapRollover"); this.ApplicationTabPanel_ShowActiveRoutesPopupChkBox.Checked = false; this.ApplicationTabPanel_ShowActiveRoutesPopupChkBox.Name = "ApplicationTabPanel_ShowActiveRoutesPopupChkBox"; componentResourceManager.ApplyResources((object) this.ApplicationTabPanel_ShowDualModeWarningPopupChkBox, "ApplicationTabPanel_ShowDualModeWarningPopupChkBox"); this.ApplicationTabPanel_ShowDualModeWarningPopupChkBox.BackColor = Color.Transparent; this.ApplicationTabPanel_ShowDualModeWarningPopupChkBox.ButtonBitmapDisabled = (Bitmap) componentResourceManager.GetObject("ApplicationTabPanel_ShowDualModeWarningPopupChkBox.ButtonBitmapDisabled"); this.ApplicationTabPanel_ShowDualModeWarningPopupChkBox.ButtonBitmapNormal = (Bitmap) componentResourceManager.GetObject("ApplicationTabPanel_ShowDualModeWarningPopupChkBox.ButtonBitmapNormal"); this.ApplicationTabPanel_ShowDualModeWarningPopupChkBox.ButtonBitmapPressed = (Bitmap) componentResourceManager.GetObject("ApplicationTabPanel_ShowDualModeWarningPopupChkBox.ButtonBitmapPressed"); this.ApplicationTabPanel_ShowDualModeWarningPopupChkBox.ButtonBitmapRollover = (Bitmap) componentResourceManager.GetObject("ApplicationTabPanel_ShowDualModeWarningPopupChkBox.ButtonBitmapRollover"); this.ApplicationTabPanel_ShowDualModeWarningPopupChkBox.Checked = false; this.ApplicationTabPanel_ShowDualModeWarningPopupChkBox.Name = "ApplicationTabPanel_ShowDualModeWarningPopupChkBox"; this.BackColor = Color.White; this.Controls.Add((Control) this.ApplicationTabPanel_ShowDualModeWarningPopupChkBox); this.Controls.Add((Control) this.ApplicationTabPanel_ShowActiveRoutesPopupChkBox); this.Controls.Add((Control) this.ApplicationTabPanel_ShowComputerIsEnabledForWiMAXPopupChkBox); this.Controls.Add((Control) this.ApplicationTabPanel_ShowSubscribeForServiceAndFirewallPopupChkBox); this.Controls.Add((Control) this.ApplicationTabPanel_ShowCoExPopupsChkBox); this.Controls.Add((Control) this.ApplicationTabPanel_ApplicationSettingsLabelSeparator); componentResourceManager.ApplyResources((object) this, "$this"); this.Name = "ApplicationTabPanel"; this.ResumeLayout(false); }
private void InitializeComponent() { ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof (ManageNetworksPanel)); this.ManageNetworksPanel_HeaderLbl = new Label(); this.ManageNetworksPanel_HelpButtonLabelPair = new CustomHelpButtonLabelPair(); this.ManageNetworksPanel_CloseBtnBox = new CustomButtonPushHorizBox(); this.ManageNetworksPanel_CloseBtn = new CustomButtonPush(); this.ManageNetworksPanel_SetAsPreferredBtn = new CustomButtonPush(); this.ManageNetworksPanel_SetAsPreferredPropertiesBtnBox = new CustomButtonPushHorizBox(); this.ManageNetworksPanel_PropertiesBtn = new CustomButtonPush(); this.ManageNetworksPanel_ButtonBarSeperator = new CustomLabelSeparator(); this.ManageNetworksPanel_ProfileListBox = new ProfileListBox(); this.ManageNetworksPanel_CloseBtnBox.SuspendLayout(); this.ManageNetworksPanel_SetAsPreferredPropertiesBtnBox.SuspendLayout(); this.SuspendLayout(); this.ManageNetworksPanel_HeaderLbl.BackColor = Color.Transparent; componentResourceManager.ApplyResources((object) this.ManageNetworksPanel_HeaderLbl, "ManageNetworksPanel_HeaderLbl"); this.ManageNetworksPanel_HeaderLbl.Name = "ManageNetworksPanel_HeaderLbl"; this.ManageNetworksPanel_HelpButtonLabelPair.BackColor = Color.Transparent; componentResourceManager.ApplyResources((object) this.ManageNetworksPanel_HelpButtonLabelPair, "ManageNetworksPanel_HelpButtonLabelPair"); this.ManageNetworksPanel_HelpButtonLabelPair.Name = "ManageNetworksPanel_HelpButtonLabelPair"; this.ManageNetworksPanel_CloseBtnBox.Controls.Add((Control) this.ManageNetworksPanel_CloseBtn); componentResourceManager.ApplyResources((object) this.ManageNetworksPanel_CloseBtnBox, "ManageNetworksPanel_CloseBtnBox"); this.ManageNetworksPanel_CloseBtnBox.HorizontalJustification = HorizontalJustificationEnum.Right; this.ManageNetworksPanel_CloseBtnBox.Name = "ManageNetworksPanel_CloseBtnBox"; this.ManageNetworksPanel_CloseBtn.BackColor = Color.White; this.ManageNetworksPanel_CloseBtn.BtnColor = PushButtonColorEnum.BlueGrey; this.ManageNetworksPanel_CloseBtn.BtnDoubleEndCaps = false; this.ManageNetworksPanel_CloseBtn.BtnEnabled = true; componentResourceManager.ApplyResources((object) this.ManageNetworksPanel_CloseBtn, "ManageNetworksPanel_CloseBtn"); this.ManageNetworksPanel_CloseBtn.Name = "ManageNetworksPanel_CloseBtn"; this.ManageNetworksPanel_SetAsPreferredBtn.BackColor = Color.White; this.ManageNetworksPanel_SetAsPreferredBtn.BtnColor = PushButtonColorEnum.BlueGrey; this.ManageNetworksPanel_SetAsPreferredBtn.BtnDoubleEndCaps = false; this.ManageNetworksPanel_SetAsPreferredBtn.BtnEnabled = true; componentResourceManager.ApplyResources((object) this.ManageNetworksPanel_SetAsPreferredBtn, "ManageNetworksPanel_SetAsPreferredBtn"); this.ManageNetworksPanel_SetAsPreferredBtn.Name = "ManageNetworksPanel_SetAsPreferredBtn"; this.ManageNetworksPanel_SetAsPreferredPropertiesBtnBox.Controls.Add((Control) this.ManageNetworksPanel_SetAsPreferredBtn); this.ManageNetworksPanel_SetAsPreferredPropertiesBtnBox.Controls.Add((Control) this.ManageNetworksPanel_PropertiesBtn); componentResourceManager.ApplyResources((object) this.ManageNetworksPanel_SetAsPreferredPropertiesBtnBox, "ManageNetworksPanel_SetAsPreferredPropertiesBtnBox"); this.ManageNetworksPanel_SetAsPreferredPropertiesBtnBox.HorizontalJustification = HorizontalJustificationEnum.Right; this.ManageNetworksPanel_SetAsPreferredPropertiesBtnBox.Name = "ManageNetworksPanel_SetAsPreferredPropertiesBtnBox"; this.ManageNetworksPanel_PropertiesBtn.BackColor = Color.White; this.ManageNetworksPanel_PropertiesBtn.BtnColor = PushButtonColorEnum.BlueGrey; this.ManageNetworksPanel_PropertiesBtn.BtnDoubleEndCaps = false; this.ManageNetworksPanel_PropertiesBtn.BtnEnabled = true; componentResourceManager.ApplyResources((object) this.ManageNetworksPanel_PropertiesBtn, "ManageNetworksPanel_PropertiesBtn"); this.ManageNetworksPanel_PropertiesBtn.Name = "ManageNetworksPanel_PropertiesBtn"; this.ManageNetworksPanel_ButtonBarSeperator.BackColor = Color.White; componentResourceManager.ApplyResources((object) this.ManageNetworksPanel_ButtonBarSeperator, "ManageNetworksPanel_ButtonBarSeperator"); this.ManageNetworksPanel_ButtonBarSeperator.Name = "ManageNetworksPanel_ButtonBarSeperator"; this.ManageNetworksPanel_ButtonBarSeperator.TabStop = false; componentResourceManager.ApplyResources((object) this.ManageNetworksPanel_ProfileListBox, "ManageNetworksPanel_ProfileListBox"); this.ManageNetworksPanel_ProfileListBox.BackColor = Color.White; this.ManageNetworksPanel_ProfileListBox.EnableProperitesCallback = (EnableProperitesDelegate) null; this.ManageNetworksPanel_ProfileListBox.EnableSetAsDefaultCallback = (EnableSetAsDefaultDelegate) null; this.ManageNetworksPanel_ProfileListBox.Name = "ManageNetworksPanel_ProfileListBox"; this.ManageNetworksPanel_ProfileListBox.ProfileSelectedCallback = (ProfileSelectedDelegate) null; this.ManageNetworksPanel_ProfileListBox.ProperitesCallback = (ProperitesDelegate) null; this.ManageNetworksPanel_ProfileListBox.SetAsDefaultCallback = (SetAsDefaultDelegate) null; this.AutoScaleMode = AutoScaleMode.None; this.BackColor = Color.White; this.Controls.Add((Control) this.ManageNetworksPanel_ProfileListBox); this.Controls.Add((Control) this.ManageNetworksPanel_SetAsPreferredPropertiesBtnBox); this.Controls.Add((Control) this.ManageNetworksPanel_CloseBtnBox); this.Controls.Add((Control) this.ManageNetworksPanel_HeaderLbl); this.Controls.Add((Control) this.ManageNetworksPanel_HelpButtonLabelPair); this.Controls.Add((Control) this.ManageNetworksPanel_ButtonBarSeperator); componentResourceManager.ApplyResources((object) this, "$this"); this.Name = "ManageNetworksPanel"; this.ManageNetworksPanel_CloseBtnBox.ResumeLayout(false); this.ManageNetworksPanel_SetAsPreferredPropertiesBtnBox.ResumeLayout(false); this.ResumeLayout(false); }
private void InitializeComponent() { ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof (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); }
private void InitializeComponent() { ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof (NoPropertiesGroupBox)); this.NoProperitesGroupBox_Label = new Label(); this.NoPropertiesGroupBox_ButtonBarSeperator = new CustomLabelSeparator(); this.SuspendLayout(); componentResourceManager.ApplyResources((object) this.NoProperitesGroupBox_Label, "NoProperitesGroupBox_Label"); this.NoProperitesGroupBox_Label.Name = "NoProperitesGroupBox_Label"; this.NoPropertiesGroupBox_ButtonBarSeperator.BackColor = Color.White; componentResourceManager.ApplyResources((object) this.NoPropertiesGroupBox_ButtonBarSeperator, "NoPropertiesGroupBox_ButtonBarSeperator"); this.NoPropertiesGroupBox_ButtonBarSeperator.Name = "NoPropertiesGroupBox_ButtonBarSeperator"; this.NoPropertiesGroupBox_ButtonBarSeperator.TabStop = false; componentResourceManager.ApplyResources((object) this, "$this"); this.AutoScaleMode = AutoScaleMode.Font; this.BackColor = Color.White; this.Controls.Add((Control) this.NoPropertiesGroupBox_ButtonBarSeperator); this.Controls.Add((Control) this.NoProperitesGroupBox_Label); this.Name = "NoPropertiesGroupBox"; this.ResumeLayout(false); }
private void InitializeComponent() { ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof (AdapterTabPanel)); this.AdapterTabPanel_SupportedAdaptersLabelSeparator = new CustomLabelSeparator(); this.AdapterTabPanel_OverviewLbl = new Label(); this.AdapterTabPanel_ModelValueLbl = new CustomLabelRoundedCorners(); this.AdapterTabPanel_ModelLbl = new Label(); this.AdapterTabPanel_MACAddressValueLbl = new CustomLabelRoundedCorners(); this.AdapterTabPanel_ManufacturerValueLbl = new CustomLabelRoundedCorners(); this.AdapterTabPanel_ManufacturerLbl = new Label(); this.AdapterTabPanel_MACAddressLbl = new Label(); this.AdapterTabPanel_AdapterDetailsPanel = new Panel(); this.AdapterTabPanel_DeviceManagementSeparator = new CustomLabelSeparator(); this.AdapterTabPanel_ResetLbl = new Label(); this.AdapterTabPanel_ResetPushBtn = new CustomButtonPush(); this.AdapterTabPanel_AdapterDetailsPanel.SuspendLayout(); this.SuspendLayout(); this.AdapterTabPanel_SupportedAdaptersLabelSeparator.BackColor = Color.White; componentResourceManager.ApplyResources((object) this.AdapterTabPanel_SupportedAdaptersLabelSeparator, "AdapterTabPanel_SupportedAdaptersLabelSeparator"); this.AdapterTabPanel_SupportedAdaptersLabelSeparator.Name = "AdapterTabPanel_SupportedAdaptersLabelSeparator"; this.AdapterTabPanel_SupportedAdaptersLabelSeparator.TabStop = false; componentResourceManager.ApplyResources((object) this.AdapterTabPanel_OverviewLbl, "AdapterTabPanel_OverviewLbl"); this.AdapterTabPanel_OverviewLbl.Name = "AdapterTabPanel_OverviewLbl"; this.AdapterTabPanel_ModelValueLbl.BackColor = Color.Transparent; this.AdapterTabPanel_ModelValueLbl.BackgroundColor = Color.FromArgb(210, 234, 251); this.AdapterTabPanel_ModelValueLbl.ControlType = ControlTypeEnum.TextBox; componentResourceManager.ApplyResources((object) this.AdapterTabPanel_ModelValueLbl, "AdapterTabPanel_ModelValueLbl"); this.AdapterTabPanel_ModelValueLbl.Icon = (Bitmap) null; this.AdapterTabPanel_ModelValueLbl.Name = "AdapterTabPanel_ModelValueLbl"; this.AdapterTabPanel_ModelValueLbl.TabStop = false; this.AdapterTabPanel_ModelValueLbl.UniqueID = -1; componentResourceManager.ApplyResources((object) this.AdapterTabPanel_ModelLbl, "AdapterTabPanel_ModelLbl"); this.AdapterTabPanel_ModelLbl.Name = "AdapterTabPanel_ModelLbl"; this.AdapterTabPanel_MACAddressValueLbl.BackColor = Color.Transparent; this.AdapterTabPanel_MACAddressValueLbl.BackgroundColor = Color.FromArgb(210, 234, 251); this.AdapterTabPanel_MACAddressValueLbl.ControlType = ControlTypeEnum.TextBox; componentResourceManager.ApplyResources((object) this.AdapterTabPanel_MACAddressValueLbl, "AdapterTabPanel_MACAddressValueLbl"); this.AdapterTabPanel_MACAddressValueLbl.Icon = (Bitmap) null; this.AdapterTabPanel_MACAddressValueLbl.Name = "AdapterTabPanel_MACAddressValueLbl"; this.AdapterTabPanel_MACAddressValueLbl.TabStop = false; this.AdapterTabPanel_MACAddressValueLbl.UniqueID = -1; this.AdapterTabPanel_ManufacturerValueLbl.BackColor = Color.Transparent; this.AdapterTabPanel_ManufacturerValueLbl.BackgroundColor = Color.FromArgb(210, 234, 251); this.AdapterTabPanel_ManufacturerValueLbl.ControlType = ControlTypeEnum.TextBox; componentResourceManager.ApplyResources((object) this.AdapterTabPanel_ManufacturerValueLbl, "AdapterTabPanel_ManufacturerValueLbl"); this.AdapterTabPanel_ManufacturerValueLbl.Icon = (Bitmap) null; this.AdapterTabPanel_ManufacturerValueLbl.Name = "AdapterTabPanel_ManufacturerValueLbl"; this.AdapterTabPanel_ManufacturerValueLbl.TabStop = false; this.AdapterTabPanel_ManufacturerValueLbl.UniqueID = -1; componentResourceManager.ApplyResources((object) this.AdapterTabPanel_ManufacturerLbl, "AdapterTabPanel_ManufacturerLbl"); this.AdapterTabPanel_ManufacturerLbl.Name = "AdapterTabPanel_ManufacturerLbl"; componentResourceManager.ApplyResources((object) this.AdapterTabPanel_MACAddressLbl, "AdapterTabPanel_MACAddressLbl"); this.AdapterTabPanel_MACAddressLbl.Name = "AdapterTabPanel_MACAddressLbl"; this.AdapterTabPanel_AdapterDetailsPanel.BackColor = Color.White; this.AdapterTabPanel_AdapterDetailsPanel.Controls.Add((Control) this.AdapterTabPanel_ModelValueLbl); this.AdapterTabPanel_AdapterDetailsPanel.Controls.Add((Control) this.AdapterTabPanel_MACAddressLbl); this.AdapterTabPanel_AdapterDetailsPanel.Controls.Add((Control) this.AdapterTabPanel_ManufacturerLbl); this.AdapterTabPanel_AdapterDetailsPanel.Controls.Add((Control) this.AdapterTabPanel_ManufacturerValueLbl); this.AdapterTabPanel_AdapterDetailsPanel.Controls.Add((Control) this.AdapterTabPanel_ModelLbl); this.AdapterTabPanel_AdapterDetailsPanel.Controls.Add((Control) this.AdapterTabPanel_MACAddressValueLbl); componentResourceManager.ApplyResources((object) this.AdapterTabPanel_AdapterDetailsPanel, "AdapterTabPanel_AdapterDetailsPanel"); this.AdapterTabPanel_AdapterDetailsPanel.Name = "AdapterTabPanel_AdapterDetailsPanel"; this.AdapterTabPanel_DeviceManagementSeparator.BackColor = Color.White; componentResourceManager.ApplyResources((object) this.AdapterTabPanel_DeviceManagementSeparator, "AdapterTabPanel_DeviceManagementSeparator"); this.AdapterTabPanel_DeviceManagementSeparator.Name = "AdapterTabPanel_DeviceManagementSeparator"; this.AdapterTabPanel_DeviceManagementSeparator.TabStop = false; componentResourceManager.ApplyResources((object) this.AdapterTabPanel_ResetLbl, "AdapterTabPanel_ResetLbl"); this.AdapterTabPanel_ResetLbl.Name = "AdapterTabPanel_ResetLbl"; this.AdapterTabPanel_ResetPushBtn.BackColor = Color.White; this.AdapterTabPanel_ResetPushBtn.BtnColor = PushButtonColorEnum.BlueGrey; this.AdapterTabPanel_ResetPushBtn.BtnDoubleEndCaps = false; this.AdapterTabPanel_ResetPushBtn.BtnEnabled = true; componentResourceManager.ApplyResources((object) this.AdapterTabPanel_ResetPushBtn, "AdapterTabPanel_ResetPushBtn"); this.AdapterTabPanel_ResetPushBtn.Name = "AdapterTabPanel_ResetPushBtn"; this.BackColor = Color.White; this.Controls.Add((Control) this.AdapterTabPanel_DeviceManagementSeparator); this.Controls.Add((Control) this.AdapterTabPanel_ResetLbl); this.Controls.Add((Control) this.AdapterTabPanel_ResetPushBtn); this.Controls.Add((Control) this.AdapterTabPanel_AdapterDetailsPanel); this.Controls.Add((Control) this.AdapterTabPanel_OverviewLbl); this.Controls.Add((Control) this.AdapterTabPanel_SupportedAdaptersLabelSeparator); componentResourceManager.ApplyResources((object) this, "$this"); this.Name = "AdapterTabPanel"; this.AdapterTabPanel_AdapterDetailsPanel.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); }
private void InitializeComponent() { ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof (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); }
private void InitializeComponent() { ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof (TaskbarTabPanel)); this.TaskbarTabPanel_ShowTasktrayNotificationsChkBox = new CustomCheckBox(); this.TaskbarTabPanel_HowToLaunchCULabel = new Label(); this.TaskbarTabPanel_TaskbarSettingsLabelSeparator = new CustomLabelSeparator(); this.TaskbarTabPanel_ShowSystemTrayIconChkBox = new CustomCheckBox(); this.SuspendLayout(); componentResourceManager.ApplyResources((object) this.TaskbarTabPanel_ShowTasktrayNotificationsChkBox, "TaskbarTabPanel_ShowTasktrayNotificationsChkBox"); this.TaskbarTabPanel_ShowTasktrayNotificationsChkBox.BackColor = Color.Transparent; this.TaskbarTabPanel_ShowTasktrayNotificationsChkBox.ButtonBitmapDisabled = (Bitmap) componentResourceManager.GetObject("TaskbarTabPanel_ShowTasktrayNotificationsChkBox.ButtonBitmapDisabled"); this.TaskbarTabPanel_ShowTasktrayNotificationsChkBox.ButtonBitmapNormal = (Bitmap) componentResourceManager.GetObject("TaskbarTabPanel_ShowTasktrayNotificationsChkBox.ButtonBitmapNormal"); this.TaskbarTabPanel_ShowTasktrayNotificationsChkBox.ButtonBitmapPressed = (Bitmap) componentResourceManager.GetObject("TaskbarTabPanel_ShowTasktrayNotificationsChkBox.ButtonBitmapPressed"); this.TaskbarTabPanel_ShowTasktrayNotificationsChkBox.ButtonBitmapRollover = (Bitmap) componentResourceManager.GetObject("TaskbarTabPanel_ShowTasktrayNotificationsChkBox.ButtonBitmapRollover"); this.TaskbarTabPanel_ShowTasktrayNotificationsChkBox.Checked = false; this.TaskbarTabPanel_ShowTasktrayNotificationsChkBox.Name = "TaskbarTabPanel_ShowTasktrayNotificationsChkBox"; this.TaskbarTabPanel_HowToLaunchCULabel.BackColor = Color.White; this.TaskbarTabPanel_HowToLaunchCULabel.ForeColor = Color.Black; componentResourceManager.ApplyResources((object) this.TaskbarTabPanel_HowToLaunchCULabel, "TaskbarTabPanel_HowToLaunchCULabel"); this.TaskbarTabPanel_HowToLaunchCULabel.Name = "TaskbarTabPanel_HowToLaunchCULabel"; this.TaskbarTabPanel_TaskbarSettingsLabelSeparator.BackColor = Color.White; componentResourceManager.ApplyResources((object) this.TaskbarTabPanel_TaskbarSettingsLabelSeparator, "TaskbarTabPanel_TaskbarSettingsLabelSeparator"); this.TaskbarTabPanel_TaskbarSettingsLabelSeparator.Name = "TaskbarTabPanel_TaskbarSettingsLabelSeparator"; this.TaskbarTabPanel_TaskbarSettingsLabelSeparator.TabStop = false; componentResourceManager.ApplyResources((object) this.TaskbarTabPanel_ShowSystemTrayIconChkBox, "TaskbarTabPanel_ShowSystemTrayIconChkBox"); this.TaskbarTabPanel_ShowSystemTrayIconChkBox.BackColor = Color.Transparent; this.TaskbarTabPanel_ShowSystemTrayIconChkBox.ButtonBitmapDisabled = (Bitmap) componentResourceManager.GetObject("TaskbarTabPanel_ShowSystemTrayIconChkBox.ButtonBitmapDisabled"); this.TaskbarTabPanel_ShowSystemTrayIconChkBox.ButtonBitmapNormal = (Bitmap) componentResourceManager.GetObject("TaskbarTabPanel_ShowSystemTrayIconChkBox.ButtonBitmapNormal"); this.TaskbarTabPanel_ShowSystemTrayIconChkBox.ButtonBitmapPressed = (Bitmap) componentResourceManager.GetObject("TaskbarTabPanel_ShowSystemTrayIconChkBox.ButtonBitmapPressed"); this.TaskbarTabPanel_ShowSystemTrayIconChkBox.ButtonBitmapRollover = (Bitmap) componentResourceManager.GetObject("TaskbarTabPanel_ShowSystemTrayIconChkBox.ButtonBitmapRollover"); this.TaskbarTabPanel_ShowSystemTrayIconChkBox.Checked = false; this.TaskbarTabPanel_ShowSystemTrayIconChkBox.Name = "TaskbarTabPanel_ShowSystemTrayIconChkBox"; this.BackColor = Color.White; this.Controls.Add((Control) this.TaskbarTabPanel_ShowTasktrayNotificationsChkBox); this.Controls.Add((Control) this.TaskbarTabPanel_HowToLaunchCULabel); this.Controls.Add((Control) this.TaskbarTabPanel_TaskbarSettingsLabelSeparator); this.Controls.Add((Control) this.TaskbarTabPanel_ShowSystemTrayIconChkBox); componentResourceManager.ApplyResources((object) this, "$this"); this.Name = "TaskbarTabPanel"; this.ResumeLayout(false); }
private void InitializeComponent() { ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof (ErrorPanel)); this.ErrorPanel_DetailsTxtBox = new TextBox(); this.ErrorPanel_DetailsTxtBoxLbl = new Label(); this.ErrorPanel_OkBtnBox = new CustomButtonPushHorizBox(); this.ErrorPanel_OkBtn = new CustomButtonPush(); this.ErrorPanel_ProblemImage = new PictureBox(); this.ErrorPanel_TopButtonBarSeperator = new CustomLabelSeparator(); this.ErrorPanel_BottomButtonBarSeperator = new CustomLabelSeparator(); this.ErrorPanel_HelpButtonLabelPair = new CustomHelpButtonLabelPair(); this.ErrorPanel_OkBtnBox.SuspendLayout(); this.ErrorPanel_ProblemImage.BeginInit(); this.SuspendLayout(); componentResourceManager.ApplyResources((object) this.ErrorPanel_DetailsTxtBox, "ErrorPanel_DetailsTxtBox"); this.ErrorPanel_DetailsTxtBox.Name = "ErrorPanel_DetailsTxtBox"; this.ErrorPanel_DetailsTxtBox.ReadOnly = true; this.ErrorPanel_DetailsTxtBox.TabStop = false; componentResourceManager.ApplyResources((object) this.ErrorPanel_DetailsTxtBoxLbl, "ErrorPanel_DetailsTxtBoxLbl"); this.ErrorPanel_DetailsTxtBoxLbl.Name = "ErrorPanel_DetailsTxtBoxLbl"; this.ErrorPanel_OkBtnBox.Controls.Add((Control) this.ErrorPanel_OkBtn); componentResourceManager.ApplyResources((object) this.ErrorPanel_OkBtnBox, "ErrorPanel_OkBtnBox"); this.ErrorPanel_OkBtnBox.HorizontalJustification = HorizontalJustificationEnum.Right; this.ErrorPanel_OkBtnBox.Name = "ErrorPanel_OkBtnBox"; this.ErrorPanel_OkBtn.BackColor = Color.White; this.ErrorPanel_OkBtn.BtnColor = PushButtonColorEnum.BlueGrey; this.ErrorPanel_OkBtn.BtnDoubleEndCaps = false; this.ErrorPanel_OkBtn.BtnEnabled = true; componentResourceManager.ApplyResources((object) this.ErrorPanel_OkBtn, "ErrorPanel_OkBtn"); this.ErrorPanel_OkBtn.Name = "ErrorPanel_OkBtn"; this.ErrorPanel_ProblemImage.BackColor = Color.Transparent; componentResourceManager.ApplyResources((object) this.ErrorPanel_ProblemImage, "ErrorPanel_ProblemImage"); this.ErrorPanel_ProblemImage.Name = "ErrorPanel_ProblemImage"; this.ErrorPanel_ProblemImage.TabStop = false; this.ErrorPanel_TopButtonBarSeperator.BackColor = Color.White; componentResourceManager.ApplyResources((object) this.ErrorPanel_TopButtonBarSeperator, "ErrorPanel_TopButtonBarSeperator"); this.ErrorPanel_TopButtonBarSeperator.Name = "ErrorPanel_TopButtonBarSeperator"; this.ErrorPanel_TopButtonBarSeperator.TabStop = false; this.ErrorPanel_BottomButtonBarSeperator.BackColor = Color.White; componentResourceManager.ApplyResources((object) this.ErrorPanel_BottomButtonBarSeperator, "ErrorPanel_BottomButtonBarSeperator"); this.ErrorPanel_BottomButtonBarSeperator.Name = "ErrorPanel_BottomButtonBarSeperator"; this.ErrorPanel_BottomButtonBarSeperator.TabStop = false; this.ErrorPanel_HelpButtonLabelPair.BackColor = Color.Transparent; componentResourceManager.ApplyResources((object) this.ErrorPanel_HelpButtonLabelPair, "ErrorPanel_HelpButtonLabelPair"); this.ErrorPanel_HelpButtonLabelPair.Name = "ErrorPanel_HelpButtonLabelPair"; this.AutoScaleMode = AutoScaleMode.None; this.BackColor = Color.White; this.Controls.Add((Control) this.ErrorPanel_HelpButtonLabelPair); this.Controls.Add((Control) this.ErrorPanel_BottomButtonBarSeperator); this.Controls.Add((Control) this.ErrorPanel_TopButtonBarSeperator); this.Controls.Add((Control) this.ErrorPanel_ProblemImage); this.Controls.Add((Control) this.ErrorPanel_OkBtnBox); this.Controls.Add((Control) this.ErrorPanel_DetailsTxtBoxLbl); this.Controls.Add((Control) this.ErrorPanel_DetailsTxtBox); componentResourceManager.ApplyResources((object) this, "$this"); this.Name = "ErrorPanel"; this.ErrorPanel_OkBtnBox.ResumeLayout(false); this.ErrorPanel_ProblemImage.EndInit(); this.ResumeLayout(false); this.PerformLayout(); }