Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/22/11 14:11:11 (13 years ago)
Author:
ascheibe
Message:

#1233

  • added autostart for tray icon to installer
  • machine unique id now includes the machine name
  • core: check if job already exists on slave
  • already finished jobs now fail and are sent back
File:
1 edited

Legend:

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

    r5602 r5789  
    4545    /// </summary>
    4646    private void InitializeComponent() {
    47       this.label1 = new System.Windows.Forms.Label();
     47      System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     48      System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
     49      System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
    4850      this.txtLog = new System.Windows.Forms.TextBox();
    4951      this.btnPauseAll = new System.Windows.Forms.Button();
     
    5254      this.btnSleep = new System.Windows.Forms.Button();
    5355      this.btnAbout = new System.Windows.Forms.Button();
     56      this.jobChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
     57      ((System.ComponentModel.ISupportInitialize)(this.jobChart)).BeginInit();
    5458      this.SuspendLayout();
    55       //
    56       // label1
    57       //
    58       this.label1.AutoSize = true;
    59       this.label1.Location = new System.Drawing.Point(17, 24);
    60       this.label1.Name = "label1";
    61       this.label1.Size = new System.Drawing.Size(85, 13);
    62       this.label1.TabIndex = 0;
    63       this.label1.Text = "Hive Slave View";
    6459      //
    6560      // txtLog
    6661      //
    6762      this.txtLog.BackColor = System.Drawing.Color.White;
    68       this.txtLog.Location = new System.Drawing.Point(20, 172);
     63      this.txtLog.Location = new System.Drawing.Point(3, 150);
    6964      this.txtLog.Multiline = true;
    7065      this.txtLog.Name = "txtLog";
    7166      this.txtLog.ReadOnly = true;
    7267      this.txtLog.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
    73       this.txtLog.Size = new System.Drawing.Size(546, 244);
     68      this.txtLog.Size = new System.Drawing.Size(584, 273);
    7469      this.txtLog.TabIndex = 1;
    7570      //
    7671      // btnPauseAll
    7772      //
    78       this.btnPauseAll.Location = new System.Drawing.Point(455, 24);
     73      this.btnPauseAll.Location = new System.Drawing.Point(476, 3);
    7974      this.btnPauseAll.Name = "btnPauseAll";
    80       this.btnPauseAll.Size = new System.Drawing.Size(111, 23);
     75      this.btnPauseAll.Size = new System.Drawing.Size(111, 28);
    8176      this.btnPauseAll.TabIndex = 2;
    8277      this.btnPauseAll.Text = "Pause all jobs";
     
    8681      // btnStopAll
    8782      //
    88       this.btnStopAll.Location = new System.Drawing.Point(455, 53);
     83      this.btnStopAll.Location = new System.Drawing.Point(476, 32);
    8984      this.btnStopAll.Name = "btnStopAll";
    90       this.btnStopAll.Size = new System.Drawing.Size(111, 23);
     85      this.btnStopAll.Size = new System.Drawing.Size(111, 28);
    9186      this.btnStopAll.TabIndex = 3;
    9287      this.btnStopAll.Text = "Stop all jobs";
     
    9691      // btnRestart
    9792      //
    98       this.btnRestart.Location = new System.Drawing.Point(455, 111);
     93      this.btnRestart.Location = new System.Drawing.Point(476, 90);
    9994      this.btnRestart.Name = "btnRestart";
    100       this.btnRestart.Size = new System.Drawing.Size(111, 23);
     95      this.btnRestart.Size = new System.Drawing.Size(111, 28);
    10196      this.btnRestart.TabIndex = 4;
    10297      this.btnRestart.Text = "Restart Core";
     
    106101      // btnSleep
    107102      //
    108       this.btnSleep.Location = new System.Drawing.Point(455, 82);
     103      this.btnSleep.Location = new System.Drawing.Point(476, 61);
    109104      this.btnSleep.Name = "btnSleep";
    110       this.btnSleep.Size = new System.Drawing.Size(111, 23);
     105      this.btnSleep.Size = new System.Drawing.Size(111, 28);
    111106      this.btnSleep.TabIndex = 5;
    112107      this.btnSleep.Text = "Send slave to sleep";
     
    116111      // btnAbout
    117112      //
    118       this.btnAbout.Location = new System.Drawing.Point(455, 140);
     113      this.btnAbout.Location = new System.Drawing.Point(476, 119);
    119114      this.btnAbout.Name = "btnAbout";
    120       this.btnAbout.Size = new System.Drawing.Size(111, 23);
     115      this.btnAbout.Size = new System.Drawing.Size(111, 28);
    121116      this.btnAbout.TabIndex = 6;
    122117      this.btnAbout.Text = "About Hive";
     
    124119      this.btnAbout.Click += new System.EventHandler(this.btnAbout_Click);
    125120      //
     121      // jobChart
     122      //
     123      chartArea1.Name = "ChartArea1";
     124      this.jobChart.ChartAreas.Add(chartArea1);
     125      legend1.Name = "Legend1";
     126      this.jobChart.Legends.Add(legend1);
     127      this.jobChart.Location = new System.Drawing.Point(3, 3);
     128      this.jobChart.Name = "jobChart";
     129      series1.ChartArea = "ChartArea1";
     130      series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Doughnut;
     131      series1.Legend = "Legend1";
     132      series1.Name = "Series1";
     133      this.jobChart.Series.Add(series1);
     134      this.jobChart.Size = new System.Drawing.Size(272, 138);
     135      this.jobChart.TabIndex = 7;
     136      //
    126137      // SlaveView
    127138      //
    128139      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    129140      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     141      this.Controls.Add(this.jobChart);
    130142      this.Controls.Add(this.btnAbout);
    131143      this.Controls.Add(this.btnSleep);
     
    134146      this.Controls.Add(this.btnPauseAll);
    135147      this.Controls.Add(this.txtLog);
    136       this.Controls.Add(this.label1);
    137148      this.Name = "SlaveView";
    138       this.Size = new System.Drawing.Size(590, 435);
     149      this.Size = new System.Drawing.Size(590, 426);
     150      ((System.ComponentModel.ISupportInitialize)(this.jobChart)).EndInit();
    139151      this.ResumeLayout(false);
    140152      this.PerformLayout();
     
    144156    #endregion
    145157
    146     private System.Windows.Forms.Label label1;
    147158    private System.Windows.Forms.TextBox txtLog;
    148159    private System.Windows.Forms.Button btnPauseAll;
     
    151162    private System.Windows.Forms.Button btnSleep;
    152163    private System.Windows.Forms.Button btnAbout;
     164    private System.Windows.Forms.DataVisualization.Charting.Chart jobChart;
    153165  }
    154166}
Note: See TracChangeset for help on using the changeset viewer.