예제 #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmServerStatistics));
     this.mlgGraph = new CrawlWave.Common.UI.MultiLineGraph();
     this.grpGraph = new System.Windows.Forms.GroupBox();
     this.grpOptions = new System.Windows.Forms.GroupBox();
     this.cmdClose = new System.Windows.Forms.Button();
     this.lblGraphType = new System.Windows.Forms.Label();
     this.cmbGraphType = new System.Windows.Forms.ComboBox();
     this.cmdRefresh = new System.Windows.Forms.Button();
     this.grpGraph.SuspendLayout();
     this.grpOptions.SuspendLayout();
     this.SuspendLayout();
     //
     // mlgGraph
     //
     this.mlgGraph.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.mlgGraph.BackColor = System.Drawing.Color.Black;
     this.mlgGraph.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.mlgGraph.ForeColor = System.Drawing.Color.Bisque;
     this.mlgGraph.GridColor = System.Drawing.Color.MediumBlue;
     this.mlgGraph.Location = new System.Drawing.Point(8, 16);
     this.mlgGraph.Maximum = 0;
     this.mlgGraph.Minimum = 0;
     this.mlgGraph.Name = "mlgGraph";
     this.mlgGraph.ShowLegend = true;
     this.mlgGraph.Size = new System.Drawing.Size(440, 216);
     this.mlgGraph.TabIndex = 0;
     this.mlgGraph.XAxisText = "";
     this.mlgGraph.YAxisText = "";
     //
     // grpGraph
     //
     this.grpGraph.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.grpGraph.Controls.Add(this.mlgGraph);
     this.grpGraph.Location = new System.Drawing.Point(8, 8);
     this.grpGraph.Name = "grpGraph";
     this.grpGraph.Size = new System.Drawing.Size(456, 240);
     this.grpGraph.TabIndex = 0;
     this.grpGraph.TabStop = false;
     this.grpGraph.Text = "Server Statistics Graph";
     //
     // grpOptions
     //
     this.grpOptions.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.grpOptions.Controls.Add(this.cmdClose);
     this.grpOptions.Controls.Add(this.lblGraphType);
     this.grpOptions.Controls.Add(this.cmbGraphType);
     this.grpOptions.Controls.Add(this.cmdRefresh);
     this.grpOptions.Location = new System.Drawing.Point(8, 248);
     this.grpOptions.Name = "grpOptions";
     this.grpOptions.Size = new System.Drawing.Size(456, 48);
     this.grpOptions.TabIndex = 1;
     this.grpOptions.TabStop = false;
     this.grpOptions.Text = "Graph Options";
     //
     // cmdClose
     //
     this.cmdClose.Location = new System.Drawing.Point(368, 16);
     this.cmdClose.Name = "cmdClose";
     this.cmdClose.Size = new System.Drawing.Size(80, 24);
     this.cmdClose.TabIndex = 3;
     this.cmdClose.Text = "Close";
     this.cmdClose.Click += new System.EventHandler(this.cmdClose_Click);
     //
     // lblGraphType
     //
     this.lblGraphType.Location = new System.Drawing.Point(8, 16);
     this.lblGraphType.Name = "lblGraphType";
     this.lblGraphType.Size = new System.Drawing.Size(72, 23);
     this.lblGraphType.TabIndex = 0;
     this.lblGraphType.Text = "Graph Type";
     this.lblGraphType.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // cmbGraphType
     //
     this.cmbGraphType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbGraphType.Items.AddRange(new object[] {
                                                       "Url Statistics Graph",
                                                       "Host Statistics Graph",
                                                       "User Statistics Graph"});
     this.cmbGraphType.Location = new System.Drawing.Point(88, 16);
     this.cmbGraphType.Name = "cmbGraphType";
     this.cmbGraphType.Size = new System.Drawing.Size(184, 21);
     this.cmbGraphType.TabIndex = 1;
     //
     // cmdRefresh
     //
     this.cmdRefresh.Location = new System.Drawing.Point(280, 16);
     this.cmdRefresh.Name = "cmdRefresh";
     this.cmdRefresh.Size = new System.Drawing.Size(80, 24);
     this.cmdRefresh.TabIndex = 2;
     this.cmdRefresh.Text = "Refresh";
     this.cmdRefresh.Click += new System.EventHandler(this.cmdRefresh_Click);
     //
     // frmServerStatistics
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(472, 301);
     this.Controls.Add(this.grpOptions);
     this.Controls.Add(this.grpGraph);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MinimumSize = new System.Drawing.Size(480, 328);
     this.Name = "frmServerStatistics";
     this.Text = "Server Statistics";
     this.Closing += new System.ComponentModel.CancelEventHandler(this.frmServerStatistics_Closing);
     this.Load += new System.EventHandler(this.frmServerStatistics_Load);
     this.grpGraph.ResumeLayout(false);
     this.grpOptions.ResumeLayout(false);
     this.ResumeLayout(false);
 }
예제 #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmServerStatistics));
     this.mlgGraph     = new CrawlWave.Common.UI.MultiLineGraph();
     this.grpGraph     = new System.Windows.Forms.GroupBox();
     this.grpOptions   = new System.Windows.Forms.GroupBox();
     this.cmdClose     = new System.Windows.Forms.Button();
     this.lblGraphType = new System.Windows.Forms.Label();
     this.cmbGraphType = new System.Windows.Forms.ComboBox();
     this.cmdRefresh   = new System.Windows.Forms.Button();
     this.grpGraph.SuspendLayout();
     this.grpOptions.SuspendLayout();
     this.SuspendLayout();
     //
     // mlgGraph
     //
     this.mlgGraph.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.mlgGraph.BackColor   = System.Drawing.Color.Black;
     this.mlgGraph.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.mlgGraph.ForeColor   = System.Drawing.Color.Bisque;
     this.mlgGraph.GridColor   = System.Drawing.Color.MediumBlue;
     this.mlgGraph.Location    = new System.Drawing.Point(8, 16);
     this.mlgGraph.Maximum     = 0;
     this.mlgGraph.Minimum     = 0;
     this.mlgGraph.Name        = "mlgGraph";
     this.mlgGraph.ShowLegend  = true;
     this.mlgGraph.Size        = new System.Drawing.Size(440, 216);
     this.mlgGraph.TabIndex    = 0;
     this.mlgGraph.XAxisText   = "";
     this.mlgGraph.YAxisText   = "";
     //
     // grpGraph
     //
     this.grpGraph.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.grpGraph.Controls.Add(this.mlgGraph);
     this.grpGraph.Location = new System.Drawing.Point(8, 8);
     this.grpGraph.Name     = "grpGraph";
     this.grpGraph.Size     = new System.Drawing.Size(456, 240);
     this.grpGraph.TabIndex = 0;
     this.grpGraph.TabStop  = false;
     this.grpGraph.Text     = "Server Statistics Graph";
     //
     // grpOptions
     //
     this.grpOptions.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.grpOptions.Controls.Add(this.cmdClose);
     this.grpOptions.Controls.Add(this.lblGraphType);
     this.grpOptions.Controls.Add(this.cmbGraphType);
     this.grpOptions.Controls.Add(this.cmdRefresh);
     this.grpOptions.Location = new System.Drawing.Point(8, 248);
     this.grpOptions.Name     = "grpOptions";
     this.grpOptions.Size     = new System.Drawing.Size(456, 48);
     this.grpOptions.TabIndex = 1;
     this.grpOptions.TabStop  = false;
     this.grpOptions.Text     = "Graph Options";
     //
     // cmdClose
     //
     this.cmdClose.Location = new System.Drawing.Point(368, 16);
     this.cmdClose.Name     = "cmdClose";
     this.cmdClose.Size     = new System.Drawing.Size(80, 24);
     this.cmdClose.TabIndex = 3;
     this.cmdClose.Text     = "Close";
     this.cmdClose.Click   += new System.EventHandler(this.cmdClose_Click);
     //
     // lblGraphType
     //
     this.lblGraphType.Location  = new System.Drawing.Point(8, 16);
     this.lblGraphType.Name      = "lblGraphType";
     this.lblGraphType.Size      = new System.Drawing.Size(72, 23);
     this.lblGraphType.TabIndex  = 0;
     this.lblGraphType.Text      = "Graph Type";
     this.lblGraphType.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // cmbGraphType
     //
     this.cmbGraphType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbGraphType.Items.AddRange(new object[] {
         "Url Statistics Graph",
         "Host Statistics Graph",
         "User Statistics Graph"
     });
     this.cmbGraphType.Location = new System.Drawing.Point(88, 16);
     this.cmbGraphType.Name     = "cmbGraphType";
     this.cmbGraphType.Size     = new System.Drawing.Size(184, 21);
     this.cmbGraphType.TabIndex = 1;
     //
     // cmdRefresh
     //
     this.cmdRefresh.Location = new System.Drawing.Point(280, 16);
     this.cmdRefresh.Name     = "cmdRefresh";
     this.cmdRefresh.Size     = new System.Drawing.Size(80, 24);
     this.cmdRefresh.TabIndex = 2;
     this.cmdRefresh.Text     = "Refresh";
     this.cmdRefresh.Click   += new System.EventHandler(this.cmdRefresh_Click);
     //
     // frmServerStatistics
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(472, 301);
     this.Controls.Add(this.grpOptions);
     this.Controls.Add(this.grpGraph);
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MinimumSize = new System.Drawing.Size(480, 328);
     this.Name        = "frmServerStatistics";
     this.Text        = "Server Statistics";
     this.Closing    += new System.ComponentModel.CancelEventHandler(this.frmServerStatistics_Closing);
     this.Load       += new System.EventHandler(this.frmServerStatistics_Load);
     this.grpGraph.ResumeLayout(false);
     this.grpOptions.ResumeLayout(false);
     this.ResumeLayout(false);
 }