コード例 #1
0
ファイル: ConnectionPanel.cs プロジェクト: GNUtn/wimaxcu
 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);
 }