/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.ascxPlugIns1 = new Owasp.VulnReport.ascx.ascxPlugIns();
     this.SuspendLayout();
     //
     // ascxPlugIns1
     //
     this.ascxPlugIns1.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.ascxPlugIns1.Location = new System.Drawing.Point(0, 0);
     this.ascxPlugIns1.Name     = "ascxPlugIns1";
     this.ascxPlugIns1.Size     = new System.Drawing.Size(848, 400);
     this.ascxPlugIns1.TabIndex = 0;
     this.ascxPlugIns1.Load    += new System.EventHandler(this.ascxPlugIns1_Load);
     //
     // frmOrgPlugIns
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(848, 398);
     this.Controls.Add(this.ascxPlugIns1);
     this.Name = "frmOrgPlugIns";
     this.Text = "ORG Plug-ins";
     this.ResumeLayout(false);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.ascxPlugIns1 = new Owasp.VulnReport.ascx.ascxPlugIns();
     this.SuspendLayout();
     //
     // ascxPlugIns1
     //
     this.ascxPlugIns1.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.ascxPlugIns1.Location = new System.Drawing.Point(0, 0);
     this.ascxPlugIns1.Name = "ascxPlugIns1";
     this.ascxPlugIns1.Size = new System.Drawing.Size(848, 400);
     this.ascxPlugIns1.TabIndex = 0;
     this.ascxPlugIns1.Load += new System.EventHandler(this.ascxPlugIns1_Load);
     //
     // frmOrgPlugIns
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(848, 398);
     this.Controls.Add(this.ascxPlugIns1);
     this.Name = "frmOrgPlugIns";
     this.Text = "ORG Plug-ins";
     this.ResumeLayout(false);
 }