Beispiel #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.ascxRecommendations1 = new Owasp.VulnReport.ascx.ascxRecommendations();
     this.SuspendLayout();
     //
     // ascxRecommendations1
     //
     this.ascxRecommendations1.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.ascxRecommendations1.Location = new System.Drawing.Point(0, 0);
     this.ascxRecommendations1.Name     = "ascxRecommendations1";
     this.ascxRecommendations1.Size     = new System.Drawing.Size(776, 504);
     this.ascxRecommendations1.TabIndex = 0;
     //
     // frmRecommendationsDatabase
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(776, 502);
     this.Controls.Add(this.ascxRecommendations1);
     this.Name  = "frmRecommendationsDatabase";
     this.Text  = "Recommendations Database";
     this.Load += new System.EventHandler(this.frmRecommendationsDatabase_Load);
     this.ResumeLayout(false);
     this.FormClosing += new FormClosingEventHandler(frmRecommendationsDatabase_FormClosing);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.ascxRecommendations1 = new Owasp.VulnReport.ascx.ascxRecommendations();
     this.SuspendLayout();
     //
     // ascxRecommendations1
     //
     this.ascxRecommendations1.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.ascxRecommendations1.Location = new System.Drawing.Point(0, 0);
     this.ascxRecommendations1.Name = "ascxRecommendations1";
     this.ascxRecommendations1.Size = new System.Drawing.Size(776, 504);
     this.ascxRecommendations1.TabIndex = 0;
     //
     // frmRecommendationsDatabase
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(776, 502);
     this.Controls.Add(this.ascxRecommendations1);
     this.Name = "frmRecommendationsDatabase";
     this.Text = "Recommendations Database";
     this.Load += new System.EventHandler(this.frmRecommendationsDatabase_Load);
     this.ResumeLayout(false);
     this.FormClosing += new FormClosingEventHandler(frmRecommendationsDatabase_FormClosing);
 }