Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/03/11 17:28:03 (13 years ago)
Author:
ascheibe
Message:

#1233

  • added partial classes for dtos
  • added About dialog for Slave tray icon
  • added GetAllHiveExperiments method to service
File:
1 edited

Legend:

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

    r5599 r5602  
    5151      this.btnRestart = new System.Windows.Forms.Button();
    5252      this.btnSleep = new System.Windows.Forms.Button();
     53      this.btnAbout = new System.Windows.Forms.Button();
    5354      this.SuspendLayout();
    5455      //
     
    5657      //
    5758      this.label1.AutoSize = true;
    58       this.label1.Location = new System.Drawing.Point(40, 24);
     59      this.label1.Location = new System.Drawing.Point(17, 24);
    5960      this.label1.Name = "label1";
    6061      this.label1.Size = new System.Drawing.Size(85, 13);
     
    7576      // btnPauseAll
    7677      //
    77       this.btnPauseAll.Location = new System.Drawing.Point(390, 24);
     78      this.btnPauseAll.Location = new System.Drawing.Point(455, 24);
    7879      this.btnPauseAll.Name = "btnPauseAll";
    7980      this.btnPauseAll.Size = new System.Drawing.Size(111, 23);
     
    8586      // btnStopAll
    8687      //
    87       this.btnStopAll.Location = new System.Drawing.Point(390, 53);
     88      this.btnStopAll.Location = new System.Drawing.Point(455, 53);
    8889      this.btnStopAll.Name = "btnStopAll";
    8990      this.btnStopAll.Size = new System.Drawing.Size(111, 23);
     
    9596      // btnRestart
    9697      //
    97       this.btnRestart.Location = new System.Drawing.Point(390, 111);
     98      this.btnRestart.Location = new System.Drawing.Point(455, 111);
    9899      this.btnRestart.Name = "btnRestart";
    99100      this.btnRestart.Size = new System.Drawing.Size(111, 23);
     
    105106      // btnSleep
    106107      //
    107       this.btnSleep.Location = new System.Drawing.Point(390, 82);
     108      this.btnSleep.Location = new System.Drawing.Point(455, 82);
    108109      this.btnSleep.Name = "btnSleep";
    109110      this.btnSleep.Size = new System.Drawing.Size(111, 23);
     
    113114      this.btnSleep.Click += new System.EventHandler(this.btnSleep_Click);
    114115      //
     116      // btnAbout
     117      //
     118      this.btnAbout.Location = new System.Drawing.Point(455, 140);
     119      this.btnAbout.Name = "btnAbout";
     120      this.btnAbout.Size = new System.Drawing.Size(111, 23);
     121      this.btnAbout.TabIndex = 6;
     122      this.btnAbout.Text = "About Hive";
     123      this.btnAbout.UseVisualStyleBackColor = true;
     124      this.btnAbout.Click += new System.EventHandler(this.btnAbout_Click);
     125      //
    115126      // SlaveView
    116127      //
    117128      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    118129      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     130      this.Controls.Add(this.btnAbout);
    119131      this.Controls.Add(this.btnSleep);
    120132      this.Controls.Add(this.btnRestart);
     
    138150    private System.Windows.Forms.Button btnRestart;
    139151    private System.Windows.Forms.Button btnSleep;
     152    private System.Windows.Forms.Button btnAbout;
    140153  }
    141154}
Note: See TracChangeset for help on using the changeset viewer.