Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/09/11 20:19:43 (13 years ago)
Author:
ascheibe
Message:

#1233 added Hive Slave HL App client

File:
1 edited

Legend:

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

    r6263 r6730  
    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();
    61       System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SlaveView));
    62       this.jobChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
    63       this.coresChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
    64       this.btnStart = new System.Windows.Forms.Button();
    65       this.btnStop = new System.Windows.Forms.Button();
    66       this.btnKill = new System.Windows.Forms.Button();
    67       this.lblSlaveState = new System.Windows.Forms.Label();
    68       this.label1 = new System.Windows.Forms.Label();
    69       ((System.ComponentModel.ISupportInitialize)(this.jobChart)).BeginInit();
    70       ((System.ComponentModel.ISupportInitialize)(this.coresChart)).BeginInit();
     47      this.slaveStats = new HeuristicLab.Clients.Hive.SlaveCore.Views.SlaveStats();
     48      this.slaveCmds = new HeuristicLab.Clients.Hive.SlaveCore.Views.SlaveCmdsBase();
    7149      this.SuspendLayout();
    7250      //
    73       // jobChart
     51      // slaveStats
    7452      //
    75       this.jobChart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    76                   | System.Windows.Forms.AnchorStyles.Left)
    77                   | System.Windows.Forms.AnchorStyles.Right)));
    78       this.jobChart.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
    79       customLabel1.Text = "Jobs";
    80       customLabel2.Text = "Aborted Jobs";
    81       customLabel3.Text = "Finished Jobs";
    82       customLabel4.Text = "Fetched Jobs";
    83       chartArea1.AxisX.CustomLabels.Add(customLabel1);
    84       chartArea1.AxisX.CustomLabels.Add(customLabel2);
    85       chartArea1.AxisX.CustomLabels.Add(customLabel3);
    86       chartArea1.AxisX.CustomLabels.Add(customLabel4);
    87       chartArea1.AxisX.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.True;
    88       chartArea1.AxisX.MajorGrid.Enabled = false;
    89       chartArea1.AxisX.MajorTickMark.Enabled = false;
    90       chartArea1.Name = "ChartArea1";
    91       this.jobChart.ChartAreas.Add(chartArea1);
    92       legend1.Name = "Legend1";
    93       this.jobChart.Legends.Add(legend1);
    94       this.jobChart.Location = new System.Drawing.Point(3, 121);
    95       this.jobChart.Name = "jobChart";
    96       series1.ChartArea = "ChartArea1";
    97       series1.Legend = "Legend1";
    98       series1.Name = "Series1";
    99       series2.ChartArea = "ChartArea1";
    100       series2.Legend = "Legend1";
    101       series2.Name = "Series2";
    102       series3.ChartArea = "ChartArea1";
    103       series3.Legend = "Legend1";
    104       series3.Name = "Series3";
    105       series4.ChartArea = "ChartArea1";
    106       series4.Legend = "Legend1";
    107       series4.Name = "Series4";
    108       series5.ChartArea = "ChartArea1";
    109       series5.Legend = "Legend1";
    110       series5.Name = "Series5";
    111       this.jobChart.Series.Add(series1);
    112       this.jobChart.Series.Add(series2);
    113       this.jobChart.Series.Add(series3);
    114       this.jobChart.Series.Add(series4);
    115       this.jobChart.Series.Add(series5);
    116       this.jobChart.Size = new System.Drawing.Size(412, 189);
    117       this.jobChart.TabIndex = 7;
     53      this.slaveStats.Caption = "HeuristicLab Slave View";
     54      this.slaveStats.Content = null;
     55      this.slaveStats.Location = new System.Drawing.Point(3, 3);
     56      this.slaveStats.Name = "slaveStats";
     57      this.slaveStats.ReadOnly = false;
     58      this.slaveStats.Size = new System.Drawing.Size(418, 313);
     59      this.slaveStats.TabIndex = 0;
    11860      //
    119       // coresChart
     61      // slaveCmds
    12062      //
    121       this.coresChart.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    122       chartArea2.Name = "ChartArea1";
    123       this.coresChart.ChartAreas.Add(chartArea2);
    124       legend2.Name = "Legend1";
    125       this.coresChart.Legends.Add(legend2);
    126       this.coresChart.Location = new System.Drawing.Point(186, 3);
    127       this.coresChart.Name = "coresChart";
    128       series6.ChartArea = "ChartArea1";
    129       series6.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Pie;
    130       series6.Legend = "Legend1";
    131       series6.Name = "Series1";
    132       this.coresChart.Series.Add(series6);
    133       this.coresChart.Size = new System.Drawing.Size(229, 80);
    134       this.coresChart.TabIndex = 9;
     63      this.slaveCmds.Caption = "HeuristicLab Slave View";
     64      this.slaveCmds.Content = null;
     65      this.slaveCmds.Location = new System.Drawing.Point(429, 3);
     66      this.slaveCmds.Name = "slaveCmds";
     67      this.slaveCmds.ReadOnly = false;
     68      this.slaveCmds.Size = new System.Drawing.Size(100, 155);
     69      this.slaveCmds.TabIndex = 1;
    13570      //
    136       // btnStart
    137       //
    138       this.btnStart.Image = ((System.Drawing.Image)(resources.GetObject("btnStart.Image")));
    139       this.btnStart.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
    140       this.btnStart.Location = new System.Drawing.Point(10, 89);
    141       this.btnStart.Name = "btnStart";
    142       this.btnStart.Size = new System.Drawing.Size(75, 23);
    143       this.btnStart.TabIndex = 10;
    144       this.btnStart.Text = "Start";
    145       this.btnStart.UseVisualStyleBackColor = true;
    146       this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
    147       //
    148       // btnStop
    149       //
    150       this.btnStop.Image = ((System.Drawing.Image)(resources.GetObject("btnStop.Image")));
    151       this.btnStop.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
    152       this.btnStop.Location = new System.Drawing.Point(10, 60);
    153       this.btnStop.Name = "btnStop";
    154       this.btnStop.Size = new System.Drawing.Size(75, 23);
    155       this.btnStop.TabIndex = 11;
    156       this.btnStop.Text = "Stop";
    157       this.btnStop.UseVisualStyleBackColor = true;
    158       this.btnStop.Click += new System.EventHandler(this.btnStop_Click);
    159       //
    160       // btnKill
    161       //
    162       this.btnKill.Location = new System.Drawing.Point(10, 31);
    163       this.btnKill.Name = "btnKill";
    164       this.btnKill.Size = new System.Drawing.Size(75, 23);
    165       this.btnKill.TabIndex = 12;
    166       this.btnKill.Text = "Kill";
    167       this.btnKill.UseVisualStyleBackColor = true;
    168       this.btnKill.Click += new System.EventHandler(this.btnKill_Click);
    169       //
    170       // lblSlaveState
    171       //
    172       this.lblSlaveState.Location = new System.Drawing.Point(75, 5);
    173       this.lblSlaveState.Name = "lblSlaveState";
    174       this.lblSlaveState.Size = new System.Drawing.Size(78, 13);
    175       this.lblSlaveState.TabIndex = 13;
    176       //
    177       // label1
    178       //
    179       this.label1.AutoSize = true;
    180       this.label1.Location = new System.Drawing.Point(7, 5);
    181       this.label1.Name = "label1";
    182       this.label1.Size = new System.Drawing.Size(62, 13);
    183       this.label1.TabIndex = 14;
    184       this.label1.Text = "Slave State";
    185       //
    186       // SlaveView
     71      // CSlaveView
    18772      //
    18873      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    18974      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    190       this.Controls.Add(this.label1);
    191       this.Controls.Add(this.lblSlaveState);
    192       this.Controls.Add(this.btnKill);
    193       this.Controls.Add(this.btnStop);
    194       this.Controls.Add(this.btnStart);
    195       this.Controls.Add(this.coresChart);
    196       this.Controls.Add(this.jobChart);
    197       this.Name = "SlaveView";
    198       this.Size = new System.Drawing.Size(418, 313);
    199       ((System.ComponentModel.ISupportInitialize)(this.jobChart)).EndInit();
    200       ((System.ComponentModel.ISupportInitialize)(this.coresChart)).EndInit();
     75      this.Controls.Add(this.slaveCmds);
     76      this.Controls.Add(this.slaveStats);
     77      this.Name = "CSlaveView";
     78      this.Size = new System.Drawing.Size(532, 355);
    20179      this.ResumeLayout(false);
    202       this.PerformLayout();
    20380
    20481    }
     
    20683    #endregion
    20784
    208     private System.Windows.Forms.DataVisualization.Charting.Chart jobChart;
    209     private System.Windows.Forms.DataVisualization.Charting.Chart coresChart;
    210     private System.Windows.Forms.Button btnStart;
    211     private System.Windows.Forms.Button btnStop;
    212     private System.Windows.Forms.Button btnKill;
    213     private System.Windows.Forms.Label lblSlaveState;
    214     private System.Windows.Forms.Label label1;
     85    private SlaveStats slaveStats;
     86    private SlaveCmdsBase slaveCmds;
     87
    21588  }
    21689}
Note: See TracChangeset for help on using the changeset viewer.