Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/24/11 14:30:55 (13 years ago)
Author:
ascheibe
Message:

#1233

  • added view for displaying jobs
  • improved slave ui
File:
1 edited

Legend:

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

    r6257 r6263  
    3636      this.tabSlaveView = new System.Windows.Forms.TabPage();
    3737      this.slaveView = new HeuristicLab.Clients.Hive.SlaveCore.Views.SlaveView();
     38      this.tabJobs = new System.Windows.Forms.TabPage();
     39      this.jobsView = new HeuristicLab.Clients.Hive.SlaveCore.Views.JobsView();
    3840      this.tabLog = new System.Windows.Forms.TabPage();
    3941      this.logView = new HeuristicLab.Clients.Hive.SlaveCore.Views.LogView();
     
    4345      this.mainTabControl.SuspendLayout();
    4446      this.tabSlaveView.SuspendLayout();
     47      this.tabJobs.SuspendLayout();
    4548      this.tabLog.SuspendLayout();
    4649      this.tabAbout.SuspendLayout();
     
    98101      // mainTabControl
    99102      //
    100       this.mainTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    101                   | System.Windows.Forms.AnchorStyles.Left)
    102                   | System.Windows.Forms.AnchorStyles.Right)));
    103103      this.mainTabControl.Controls.Add(this.tabSlaveView);
     104      this.mainTabControl.Controls.Add(this.tabJobs);
    104105      this.mainTabControl.Controls.Add(this.tabLog);
    105106      this.mainTabControl.Controls.Add(this.tabAbout);
    106       this.mainTabControl.Location = new System.Drawing.Point(12, 12);
     107      this.mainTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
     108      this.mainTabControl.Location = new System.Drawing.Point(0, 0);
     109      this.mainTabControl.Margin = new System.Windows.Forms.Padding(1);
    107110      this.mainTabControl.Name = "mainTabControl";
    108111      this.mainTabControl.SelectedIndex = 0;
    109       this.mainTabControl.Size = new System.Drawing.Size(581, 369);
     112      this.mainTabControl.Size = new System.Drawing.Size(605, 393);
    110113      this.mainTabControl.TabIndex = 1;
    111114      //
     
    116119      this.tabSlaveView.Name = "tabSlaveView";
    117120      this.tabSlaveView.Padding = new System.Windows.Forms.Padding(3);
    118       this.tabSlaveView.Size = new System.Drawing.Size(573, 343);
     121      this.tabSlaveView.Size = new System.Drawing.Size(597, 367);
    119122      this.tabSlaveView.TabIndex = 0;
    120123      this.tabSlaveView.Text = "Overview";
     
    131134      this.slaveView.Name = "slaveView";
    132135      this.slaveView.ReadOnly = false;
    133       this.slaveView.Size = new System.Drawing.Size(561, 331);
     136      this.slaveView.Size = new System.Drawing.Size(585, 355);
    134137      this.slaveView.TabIndex = 0;
     138      //
     139      // tabJobs
     140      //
     141      this.tabJobs.Controls.Add(this.jobsView);
     142      this.tabJobs.Location = new System.Drawing.Point(4, 22);
     143      this.tabJobs.Name = "tabJobs";
     144      this.tabJobs.Size = new System.Drawing.Size(597, 367);
     145      this.tabJobs.TabIndex = 3;
     146      this.tabJobs.Text = "Jobs";
     147      this.tabJobs.UseVisualStyleBackColor = true;
     148      //
     149      // jobsView
     150      //
     151      this.jobsView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     152                  | System.Windows.Forms.AnchorStyles.Left)
     153                  | System.Windows.Forms.AnchorStyles.Right)));
     154      this.jobsView.Caption = "JobsView";
     155      this.jobsView.Content = null;
     156      this.jobsView.Location = new System.Drawing.Point(4, 4);
     157      this.jobsView.Name = "jobsView";
     158      this.jobsView.ReadOnly = false;
     159      this.jobsView.Size = new System.Drawing.Size(590, 360);
     160      this.jobsView.TabIndex = 0;
    135161      //
    136162      // tabLog
     
    140166      this.tabLog.Name = "tabLog";
    141167      this.tabLog.Padding = new System.Windows.Forms.Padding(3);
    142       this.tabLog.Size = new System.Drawing.Size(573, 277);
     168      this.tabLog.Size = new System.Drawing.Size(597, 367);
    143169      this.tabLog.TabIndex = 1;
    144170      this.tabLog.Text = "Log";
     
    155181      this.logView.Name = "logView";
    156182      this.logView.ReadOnly = false;
    157       this.logView.Size = new System.Drawing.Size(560, 264);
     183      this.logView.Size = new System.Drawing.Size(584, 352);
    158184      this.logView.TabIndex = 0;
    159185      //
     
    163189      this.tabAbout.Location = new System.Drawing.Point(4, 22);
    164190      this.tabAbout.Name = "tabAbout";
    165       this.tabAbout.Size = new System.Drawing.Size(573, 277);
     191      this.tabAbout.Size = new System.Drawing.Size(577, 347);
    166192      this.tabAbout.TabIndex = 2;
    167193      this.tabAbout.Text = "About HeuristicLab Hive";
     
    178204      this.aboutView.Name = "aboutView";
    179205      this.aboutView.ReadOnly = false;
    180       this.aboutView.Size = new System.Drawing.Size(567, 271);
     206      this.aboutView.Size = new System.Drawing.Size(571, 275);
    181207      this.aboutView.TabIndex = 0;
    182208      //
     
    187213      this.ClientSize = new System.Drawing.Size(605, 393);
    188214      this.Controls.Add(this.mainTabControl);
    189       this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
    190215      this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
    191216      this.Name = "MainWindow";
     
    195220      this.mainTabControl.ResumeLayout(false);
    196221      this.tabSlaveView.ResumeLayout(false);
     222      this.tabJobs.ResumeLayout(false);
    197223      this.tabLog.ResumeLayout(false);
    198224      this.tabAbout.ResumeLayout(false);
     
    216242    private System.Windows.Forms.ToolStripSeparator toolStripSeparator;
    217243    private System.Windows.Forms.ToolStripMenuItem homepageToolStripMenuItem;
     244    private System.Windows.Forms.TabPage tabJobs;
     245    private Views.JobsView jobsView;
    218246  }
    219247}
Note: See TracChangeset for help on using the changeset viewer.