Example #1
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.Panel           flagPanel;
     Brewmaster.StatusView.HorizontalLine horizontalLine2;
     Brewmaster.StatusView.HorizontalLine horizontalLine1;
     this.flagN                = new Brewmaster.Modules.OpcodeHelper.FlagIndicator();
     this.flagV                = new Brewmaster.Modules.OpcodeHelper.FlagIndicator();
     this.flagZ                = new Brewmaster.Modules.OpcodeHelper.FlagIndicator();
     this.flagC                = new Brewmaster.Modules.OpcodeHelper.FlagIndicator();
     this.affectFlags          = new System.Windows.Forms.Label();
     this.buttonPanel          = new System.Windows.Forms.FlowLayoutPanel();
     this.buttonPanelContainer = new System.Windows.Forms.Panel();
     this.panel2               = new System.Windows.Forms.Panel();
     this.descriptionPanel     = new System.Windows.Forms.Panel();
     this.description          = new System.Windows.Forms.Label();
     this.subDescription       = new System.Windows.Forms.Label();
     this.title                = new System.Windows.Forms.Label();
     this.toolTip              = new System.Windows.Forms.ToolTip(this.components);
     flagPanel       = new System.Windows.Forms.Panel();
     horizontalLine2 = new Brewmaster.StatusView.HorizontalLine();
     horizontalLine1 = new Brewmaster.StatusView.HorizontalLine();
     flagPanel.SuspendLayout();
     this.buttonPanelContainer.SuspendLayout();
     this.panel2.SuspendLayout();
     this.descriptionPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // flagPanel
     //
     flagPanel.Controls.Add(this.flagN);
     flagPanel.Controls.Add(this.flagV);
     flagPanel.Controls.Add(this.flagZ);
     flagPanel.Controls.Add(this.flagC);
     flagPanel.Controls.Add(this.affectFlags);
     flagPanel.Dock     = System.Windows.Forms.DockStyle.Top;
     flagPanel.Location = new System.Drawing.Point(0, 21);
     flagPanel.Margin   = new System.Windows.Forms.Padding(0);
     flagPanel.Name     = "flagPanel";
     flagPanel.Size     = new System.Drawing.Size(238, 28);
     flagPanel.TabIndex = 3;
     //
     // flagN
     //
     this.flagN.Checked  = false;
     this.flagN.Flag     = "N";
     this.flagN.Location = new System.Drawing.Point(123, 5);
     this.flagN.Name     = "flagN";
     this.flagN.Size     = new System.Drawing.Size(18, 18);
     this.flagN.TabIndex = 6;
     //
     // flagV
     //
     this.flagV.Checked  = false;
     this.flagV.Flag     = "V";
     this.flagV.Location = new System.Drawing.Point(104, 5);
     this.flagV.Name     = "flagV";
     this.flagV.Size     = new System.Drawing.Size(18, 18);
     this.flagV.TabIndex = 5;
     //
     // flagZ
     //
     this.flagZ.Checked  = false;
     this.flagZ.Flag     = "Z";
     this.flagZ.Location = new System.Drawing.Point(85, 5);
     this.flagZ.Name     = "flagZ";
     this.flagZ.Size     = new System.Drawing.Size(18, 18);
     this.flagZ.TabIndex = 4;
     //
     // flagC
     //
     this.flagC.Checked  = false;
     this.flagC.Flag     = "C";
     this.flagC.Location = new System.Drawing.Point(66, 5);
     this.flagC.Name     = "flagC";
     this.flagC.Size     = new System.Drawing.Size(18, 18);
     this.flagC.TabIndex = 3;
     //
     // affectFlags
     //
     this.affectFlags.AutoSize = true;
     this.affectFlags.Location = new System.Drawing.Point(0, 7);
     this.affectFlags.Name     = "affectFlags";
     this.affectFlags.Size     = new System.Drawing.Size(68, 13);
     this.affectFlags.TabIndex = 2;
     this.affectFlags.Text     = "Affects flags:";
     //
     // horizontalLine2
     //
     horizontalLine2.Dock      = System.Windows.Forms.DockStyle.Top;
     horizontalLine2.LineColor = System.Drawing.SystemColors.ButtonShadow;
     horizontalLine2.Location  = new System.Drawing.Point(0, 20);
     horizontalLine2.Name      = "horizontalLine2";
     horizontalLine2.Size      = new System.Drawing.Size(238, 1);
     horizontalLine2.TabIndex  = 4;
     horizontalLine2.Text      = "horizontalLine2";
     //
     // horizontalLine1
     //
     horizontalLine1.Dock      = System.Windows.Forms.DockStyle.Top;
     horizontalLine1.LineColor = System.Drawing.SystemColors.ButtonShadow;
     horizontalLine1.Location  = new System.Drawing.Point(0, 59);
     horizontalLine1.Name      = "horizontalLine1";
     horizontalLine1.Size      = new System.Drawing.Size(244, 1);
     horizontalLine1.TabIndex  = 0;
     horizontalLine1.Text      = "horizontalLine1";
     //
     // buttonPanel
     //
     this.buttonPanel.AutoSize    = true;
     this.buttonPanel.Dock        = System.Windows.Forms.DockStyle.Top;
     this.buttonPanel.Location    = new System.Drawing.Point(0, 0);
     this.buttonPanel.MinimumSize = new System.Drawing.Size(0, 50);
     this.buttonPanel.Name        = "buttonPanel";
     this.buttonPanel.Size        = new System.Drawing.Size(244, 50);
     this.buttonPanel.TabIndex    = 0;
     //
     // buttonPanelContainer
     //
     this.buttonPanelContainer.AutoScroll = true;
     this.buttonPanelContainer.Controls.Add(this.buttonPanel);
     this.buttonPanelContainer.Dock     = System.Windows.Forms.DockStyle.Top;
     this.buttonPanelContainer.Location = new System.Drawing.Point(0, 0);
     this.buttonPanelContainer.Name     = "buttonPanelContainer";
     this.buttonPanelContainer.Size     = new System.Drawing.Size(244, 59);
     this.buttonPanelContainer.TabIndex = 1;
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.SystemColors.Window;
     this.panel2.Controls.Add(this.descriptionPanel);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 60);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(244, 436);
     this.panel2.TabIndex = 2;
     //
     // descriptionPanel
     //
     this.descriptionPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                           | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.descriptionPanel.AutoScroll = true;
     this.descriptionPanel.Controls.Add(this.description);
     this.descriptionPanel.Controls.Add(this.subDescription);
     this.descriptionPanel.Controls.Add(flagPanel);
     this.descriptionPanel.Controls.Add(horizontalLine2);
     this.descriptionPanel.Controls.Add(this.title);
     this.descriptionPanel.Location = new System.Drawing.Point(3, 6);
     this.descriptionPanel.Name     = "descriptionPanel";
     this.descriptionPanel.Size     = new System.Drawing.Size(238, 427);
     this.descriptionPanel.TabIndex = 2;
     //
     // description
     //
     this.description.AutoSize    = true;
     this.description.Dock        = System.Windows.Forms.DockStyle.Top;
     this.description.Location    = new System.Drawing.Point(0, 67);
     this.description.MaximumSize = new System.Drawing.Size(200, 0);
     this.description.Name        = "description";
     this.description.Padding     = new System.Windows.Forms.Padding(0, 0, 0, 5);
     this.description.Size        = new System.Drawing.Size(0, 18);
     this.description.TabIndex    = 1;
     //
     // subDescription
     //
     this.subDescription.AutoSize  = true;
     this.subDescription.Dock      = System.Windows.Forms.DockStyle.Top;
     this.subDescription.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.subDescription.Location  = new System.Drawing.Point(0, 49);
     this.subDescription.Name      = "subDescription";
     this.subDescription.Padding   = new System.Windows.Forms.Padding(0, 0, 0, 5);
     this.subDescription.Size      = new System.Drawing.Size(0, 18);
     this.subDescription.TabIndex  = 5;
     //
     // title
     //
     this.title.Dock     = System.Windows.Forms.DockStyle.Top;
     this.title.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.title.Location = new System.Drawing.Point(0, 0);
     this.title.Name     = "title";
     this.title.Size     = new System.Drawing.Size(238, 20);
     this.title.TabIndex = 0;
     //
     // toolTip
     //
     this.toolTip.AutomaticDelay = 2;
     this.toolTip.AutoPopDelay   = 0;
     this.toolTip.InitialDelay   = 2;
     this.toolTip.ReshowDelay    = 0;
     //
     // OpcodeHelper
     //
     this.Controls.Add(this.panel2);
     this.Controls.Add(horizontalLine1);
     this.Controls.Add(this.buttonPanelContainer);
     this.Name = "OpcodeHelper";
     this.Size = new System.Drawing.Size(244, 496);
     flagPanel.ResumeLayout(false);
     flagPanel.PerformLayout();
     this.buttonPanelContainer.ResumeLayout(false);
     this.buttonPanelContainer.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.descriptionPanel.ResumeLayout(false);
     this.descriptionPanel.PerformLayout();
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Brewmaster.StatusView.HorizontalLine horizontalLine2;
     System.Windows.Forms.Panel           panel;
     System.Windows.Forms.Label           seeAlsoLabel;
     this.seeAlsoContainer = new System.Windows.Forms.Panel();
     this.seeAlsoPanel     = new System.Windows.Forms.FlowLayoutPanel();
     this.descriptionPanel = new System.Windows.Forms.Panel();
     this.title            = new System.Windows.Forms.Label();
     this.toolTip          = new System.Windows.Forms.ToolTip(this.components);
     horizontalLine2       = new Brewmaster.StatusView.HorizontalLine();
     panel        = new System.Windows.Forms.Panel();
     seeAlsoLabel = new System.Windows.Forms.Label();
     panel.SuspendLayout();
     this.seeAlsoContainer.SuspendLayout();
     this.SuspendLayout();
     //
     // horizontalLine2
     //
     horizontalLine2.Dock      = System.Windows.Forms.DockStyle.Top;
     horizontalLine2.LineColor = System.Drawing.SystemColors.ButtonShadow;
     horizontalLine2.Location  = new System.Drawing.Point(0, 20);
     horizontalLine2.Name      = "horizontalLine2";
     horizontalLine2.Size      = new System.Drawing.Size(238, 1);
     horizontalLine2.TabIndex  = 4;
     horizontalLine2.Text      = "horizontalLine2";
     //
     // panel
     //
     panel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                           | System.Windows.Forms.AnchorStyles.Left)
                                                          | System.Windows.Forms.AnchorStyles.Right)));
     panel.AutoScroll = true;
     panel.Controls.Add(this.seeAlsoContainer);
     panel.Controls.Add(this.descriptionPanel);
     panel.Controls.Add(horizontalLine2);
     panel.Controls.Add(this.title);
     panel.Location = new System.Drawing.Point(3, 6);
     panel.Name     = "panel";
     panel.Size     = new System.Drawing.Size(238, 487);
     panel.TabIndex = 2;
     //
     // seeAlsoContainer
     //
     this.seeAlsoContainer.AutoSize = true;
     this.seeAlsoContainer.Controls.Add(seeAlsoLabel);
     this.seeAlsoContainer.Controls.Add(this.seeAlsoPanel);
     this.seeAlsoContainer.Dock        = System.Windows.Forms.DockStyle.Top;
     this.seeAlsoContainer.Location    = new System.Drawing.Point(0, 41);
     this.seeAlsoContainer.MinimumSize = new System.Drawing.Size(0, 20);
     this.seeAlsoContainer.Name        = "seeAlsoContainer";
     this.seeAlsoContainer.Size        = new System.Drawing.Size(238, 43);
     this.seeAlsoContainer.TabIndex    = 3;
     //
     // seeAlsoLabel
     //
     seeAlsoLabel.AutoSize = true;
     seeAlsoLabel.Location = new System.Drawing.Point(-3, 8);
     seeAlsoLabel.Name     = "seeAlsoLabel";
     seeAlsoLabel.Size     = new System.Drawing.Size(51, 13);
     seeAlsoLabel.TabIndex = 1;
     seeAlsoLabel.Text     = "See also:";
     //
     // seeAlsoPanel
     //
     this.seeAlsoPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.seeAlsoPanel.Location = new System.Drawing.Point(49, 8);
     this.seeAlsoPanel.Name     = "seeAlsoPanel";
     this.seeAlsoPanel.Size     = new System.Drawing.Size(186, 32);
     this.seeAlsoPanel.TabIndex = 0;
     //
     // descriptionPanel
     //
     this.descriptionPanel.AutoSize    = true;
     this.descriptionPanel.Dock        = System.Windows.Forms.DockStyle.Top;
     this.descriptionPanel.Location    = new System.Drawing.Point(0, 21);
     this.descriptionPanel.MinimumSize = new System.Drawing.Size(0, 20);
     this.descriptionPanel.Name        = "descriptionPanel";
     this.descriptionPanel.Size        = new System.Drawing.Size(238, 20);
     this.descriptionPanel.TabIndex    = 2;
     //
     // title
     //
     this.title.Dock     = System.Windows.Forms.DockStyle.Top;
     this.title.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.title.Location = new System.Drawing.Point(0, 0);
     this.title.Name     = "title";
     this.title.Size     = new System.Drawing.Size(238, 20);
     this.title.TabIndex = 0;
     //
     // toolTip
     //
     this.toolTip.AutomaticDelay = 2;
     this.toolTip.AutoPopDelay   = 0;
     this.toolTip.InitialDelay   = 2;
     this.toolTip.ReshowDelay    = 0;
     //
     // Ca65CommandDocumentation
     //
     this.BackColor = System.Drawing.SystemColors.Window;
     this.Controls.Add(panel);
     this.Name = "Ca65CommandDocumentation";
     this.Size = new System.Drawing.Size(244, 496);
     panel.ResumeLayout(false);
     panel.PerformLayout();
     this.seeAlsoContainer.ResumeLayout(false);
     this.seeAlsoContainer.PerformLayout();
     this.ResumeLayout(false);
 }