Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/22/11 16:28:59 (13 years ago)
Author:
ascheibe
Message:

#1233

  • implemented administrator ui review comments
  • implemented slave ui review comments
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.Views/3.3/SlaveStats.Designer.cs

    r6730 r6823  
    4545    /// </summary>
    4646    private void InitializeComponent() {
    47       System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
    48       System.Windows.Forms.DataVisualization.Charting.CustomLabel customLabel1 = new System.Windows.Forms.DataVisualization.Charting.CustomLabel();
    49       System.Windows.Forms.DataVisualization.Charting.CustomLabel customLabel2 = new System.Windows.Forms.DataVisualization.Charting.CustomLabel();
    50       System.Windows.Forms.DataVisualization.Charting.CustomLabel customLabel3 = new System.Windows.Forms.DataVisualization.Charting.CustomLabel();
    51       System.Windows.Forms.DataVisualization.Charting.CustomLabel customLabel4 = new System.Windows.Forms.DataVisualization.Charting.CustomLabel();
    52       System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
    53       System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
    54       System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
    55       System.Windows.Forms.DataVisualization.Charting.Series series3 = new System.Windows.Forms.DataVisualization.Charting.Series();
    56       System.Windows.Forms.DataVisualization.Charting.Series series4 = new System.Windows.Forms.DataVisualization.Charting.Series();
    57       System.Windows.Forms.DataVisualization.Charting.Series series5 = new System.Windows.Forms.DataVisualization.Charting.Series();
    58       System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
    59       System.Windows.Forms.DataVisualization.Charting.Legend legend2 = new System.Windows.Forms.DataVisualization.Charting.Legend();
    60       System.Windows.Forms.DataVisualization.Charting.Series series6 = new System.Windows.Forms.DataVisualization.Charting.Series();
     47      System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea7 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     48      System.Windows.Forms.DataVisualization.Charting.CustomLabel customLabel13 = new System.Windows.Forms.DataVisualization.Charting.CustomLabel();
     49      System.Windows.Forms.DataVisualization.Charting.CustomLabel customLabel14 = new System.Windows.Forms.DataVisualization.Charting.CustomLabel();
     50      System.Windows.Forms.DataVisualization.Charting.CustomLabel customLabel15 = new System.Windows.Forms.DataVisualization.Charting.CustomLabel();
     51      System.Windows.Forms.DataVisualization.Charting.CustomLabel customLabel16 = new System.Windows.Forms.DataVisualization.Charting.CustomLabel();
     52      System.Windows.Forms.DataVisualization.Charting.Legend legend7 = new System.Windows.Forms.DataVisualization.Charting.Legend();
     53      System.Windows.Forms.DataVisualization.Charting.Series series19 = new System.Windows.Forms.DataVisualization.Charting.Series();
     54      System.Windows.Forms.DataVisualization.Charting.Series series20 = new System.Windows.Forms.DataVisualization.Charting.Series();
     55      System.Windows.Forms.DataVisualization.Charting.Series series21 = new System.Windows.Forms.DataVisualization.Charting.Series();
     56      System.Windows.Forms.DataVisualization.Charting.Series series22 = new System.Windows.Forms.DataVisualization.Charting.Series();
     57      System.Windows.Forms.DataVisualization.Charting.Series series23 = new System.Windows.Forms.DataVisualization.Charting.Series();
     58      System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea8 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     59      System.Windows.Forms.DataVisualization.Charting.Legend legend8 = new System.Windows.Forms.DataVisualization.Charting.Legend();
     60      System.Windows.Forms.DataVisualization.Charting.Series series24 = new System.Windows.Forms.DataVisualization.Charting.Series();
    6161      this.jobChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
    6262      this.coresChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
    63       this.lblSlaveState = new System.Windows.Forms.Label();
    6463      this.label1 = new System.Windows.Forms.Label();
     64      this.txtSlaveState = new System.Windows.Forms.TextBox();
    6565      ((System.ComponentModel.ISupportInitialize)(this.jobChart)).BeginInit();
    6666      ((System.ComponentModel.ISupportInitialize)(this.coresChart)).BeginInit();
     
    7373                  | System.Windows.Forms.AnchorStyles.Right)));
    7474      this.jobChart.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
    75       customLabel1.Text = "Jobs";
    76       customLabel2.Text = "Aborted Jobs";
    77       customLabel3.Text = "Finished Jobs";
    78       customLabel4.Text = "Fetched Jobs";
    79       chartArea1.AxisX.CustomLabels.Add(customLabel1);
    80       chartArea1.AxisX.CustomLabels.Add(customLabel2);
    81       chartArea1.AxisX.CustomLabels.Add(customLabel3);
    82       chartArea1.AxisX.CustomLabels.Add(customLabel4);
    83       chartArea1.AxisX.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.True;
    84       chartArea1.AxisX.MajorGrid.Enabled = false;
    85       chartArea1.AxisX.MajorTickMark.Enabled = false;
    86       chartArea1.Name = "ChartArea1";
    87       this.jobChart.ChartAreas.Add(chartArea1);
    88       legend1.Name = "Legend1";
    89       this.jobChart.Legends.Add(legend1);
     75      customLabel13.Text = "Jobs";
     76      customLabel14.Text = "Aborted Jobs";
     77      customLabel15.Text = "Finished Jobs";
     78      customLabel16.Text = "Fetched Jobs";
     79      chartArea7.AxisX.CustomLabels.Add(customLabel13);
     80      chartArea7.AxisX.CustomLabels.Add(customLabel14);
     81      chartArea7.AxisX.CustomLabels.Add(customLabel15);
     82      chartArea7.AxisX.CustomLabels.Add(customLabel16);
     83      chartArea7.AxisX.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.True;
     84      chartArea7.AxisX.MajorGrid.Enabled = false;
     85      chartArea7.AxisX.MajorTickMark.Enabled = false;
     86      chartArea7.Name = "ChartArea1";
     87      this.jobChart.ChartAreas.Add(chartArea7);
     88      legend7.Name = "Legend1";
     89      this.jobChart.Legends.Add(legend7);
    9090      this.jobChart.Location = new System.Drawing.Point(3, 121);
    9191      this.jobChart.Name = "jobChart";
    92       series1.ChartArea = "ChartArea1";
    93       series1.Legend = "Legend1";
    94       series1.Name = "Series1";
    95       series2.ChartArea = "ChartArea1";
    96       series2.Legend = "Legend1";
    97       series2.Name = "Series2";
    98       series3.ChartArea = "ChartArea1";
    99       series3.Legend = "Legend1";
    100       series3.Name = "Series3";
    101       series4.ChartArea = "ChartArea1";
    102       series4.Legend = "Legend1";
    103       series4.Name = "Series4";
    104       series5.ChartArea = "ChartArea1";
    105       series5.Legend = "Legend1";
    106       series5.Name = "Series5";
    107       this.jobChart.Series.Add(series1);
    108       this.jobChart.Series.Add(series2);
    109       this.jobChart.Series.Add(series3);
    110       this.jobChart.Series.Add(series4);
    111       this.jobChart.Series.Add(series5);
     92      series19.ChartArea = "ChartArea1";
     93      series19.Legend = "Legend1";
     94      series19.Name = "Series1";
     95      series20.ChartArea = "ChartArea1";
     96      series20.Legend = "Legend1";
     97      series20.Name = "Series2";
     98      series21.ChartArea = "ChartArea1";
     99      series21.Legend = "Legend1";
     100      series21.Name = "Series3";
     101      series22.ChartArea = "ChartArea1";
     102      series22.Legend = "Legend1";
     103      series22.Name = "Series4";
     104      series23.ChartArea = "ChartArea1";
     105      series23.Legend = "Legend1";
     106      series23.Name = "Series5";
     107      this.jobChart.Series.Add(series19);
     108      this.jobChart.Series.Add(series20);
     109      this.jobChart.Series.Add(series21);
     110      this.jobChart.Series.Add(series22);
     111      this.jobChart.Series.Add(series23);
    112112      this.jobChart.Size = new System.Drawing.Size(412, 189);
    113113      this.jobChart.TabIndex = 7;
     
    116116      //
    117117      this.coresChart.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    118       chartArea2.Name = "ChartArea1";
    119       this.coresChart.ChartAreas.Add(chartArea2);
    120       legend2.Name = "Legend1";
    121       this.coresChart.Legends.Add(legend2);
     118      chartArea8.Name = "ChartArea1";
     119      this.coresChart.ChartAreas.Add(chartArea8);
     120      legend8.Name = "Legend1";
     121      this.coresChart.Legends.Add(legend8);
    122122      this.coresChart.Location = new System.Drawing.Point(186, 3);
    123123      this.coresChart.Name = "coresChart";
    124       series6.ChartArea = "ChartArea1";
    125       series6.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Pie;
    126       series6.Legend = "Legend1";
    127       series6.Name = "Series1";
    128       this.coresChart.Series.Add(series6);
     124      series24.ChartArea = "ChartArea1";
     125      series24.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Pie;
     126      series24.Legend = "Legend1";
     127      series24.Name = "Series1";
     128      this.coresChart.Series.Add(series24);
    129129      this.coresChart.Size = new System.Drawing.Size(229, 80);
    130130      this.coresChart.TabIndex = 9;
    131       //
    132       // lblSlaveState
    133       //
    134       this.lblSlaveState.Location = new System.Drawing.Point(75, 5);
    135       this.lblSlaveState.Name = "lblSlaveState";
    136       this.lblSlaveState.Size = new System.Drawing.Size(78, 13);
    137       this.lblSlaveState.TabIndex = 13;
    138131      //
    139132      // label1
     
    142135      this.label1.Location = new System.Drawing.Point(7, 5);
    143136      this.label1.Name = "label1";
    144       this.label1.Size = new System.Drawing.Size(62, 13);
     137      this.label1.Size = new System.Drawing.Size(65, 13);
    145138      this.label1.TabIndex = 14;
    146       this.label1.Text = "Slave State";
     139      this.label1.Text = "Slave State:";
    147140      //
    148       // SlaveView
     141      // txtSlaveState
     142      //
     143      this.txtSlaveState.Enabled = false;
     144      this.txtSlaveState.Location = new System.Drawing.Point(78, 2);
     145      this.txtSlaveState.Name = "txtSlaveState";
     146      this.txtSlaveState.Size = new System.Drawing.Size(100, 20);
     147      this.txtSlaveState.TabIndex = 15;
     148      //
     149      // SlaveStats
    149150      //
    150151      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    151152      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     153      this.Controls.Add(this.txtSlaveState);
    152154      this.Controls.Add(this.label1);
    153       this.Controls.Add(this.lblSlaveState);
    154155      this.Controls.Add(this.coresChart);
    155156      this.Controls.Add(this.jobChart);
    156       this.Name = "SlaveView";
     157      this.Name = "SlaveStats";
    157158      this.Size = new System.Drawing.Size(418, 313);
    158159      ((System.ComponentModel.ISupportInitialize)(this.jobChart)).EndInit();
     
    167168    private System.Windows.Forms.DataVisualization.Charting.Chart jobChart;
    168169    private System.Windows.Forms.DataVisualization.Charting.Chart coresChart;
    169     private System.Windows.Forms.Label lblSlaveState;
    170170    private System.Windows.Forms.Label label1;
     171    private System.Windows.Forms.TextBox txtSlaveState;
    171172  }
    172173}
Note: See TracChangeset for help on using the changeset viewer.