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 copied

Legend:

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

    r6727 r6730  
    2121
    2222namespace HeuristicLab.Clients.Hive.SlaveCore.Views {
    23   partial class SlaveView {
     23  partial class SlaveCmdsBase {
    2424    /// <summary>
    2525    /// Required designer variable.
     
    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();
     47      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SlaveCmdsBase));
    6448      this.btnStart = new System.Windows.Forms.Button();
    6549      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();
    7150      this.SuspendLayout();
    72       //
    73       // jobChart
    74       //
    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;
    118       //
    119       // coresChart
    120       //
    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;
    13551      //
    13652      // btnStart
     
    15874      this.btnStop.Click += new System.EventHandler(this.btnStop_Click);
    15975      //
    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
     76      // SlaveCmdsBase
    18777      //
    18878      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    18979      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);
    19380      this.Controls.Add(this.btnStop);
    19481      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();
     82      this.Name = "SlaveCmdsBase";
     83      this.Size = new System.Drawing.Size(100, 155);
    20184      this.ResumeLayout(false);
    202       this.PerformLayout();
    20385
    20486    }
     
    20688    #endregion
    20789
    208     private System.Windows.Forms.DataVisualization.Charting.Chart jobChart;
    209     private System.Windows.Forms.DataVisualization.Charting.Chart coresChart;
    21090    private System.Windows.Forms.Button btnStart;
    21191    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;
    21592  }
    21693}
Note: See TracChangeset for help on using the changeset viewer.