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/SlaveMainViewBase.Designer.cs

    r6727 r6730  
    2121
    2222namespace HeuristicLab.Clients.Hive.SlaveCore.Views {
    23   partial class SlaveView {
     23  partial class SlaveMainViewBase {
    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();
    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.components = new System.ComponentModel.Container();
     48      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SlaveMainViewBase));
     49      this.mainTabControl = new System.Windows.Forms.TabControl();
     50      this.tabSlaveView = new System.Windows.Forms.TabPage();
     51      this.tabJobs = new System.Windows.Forms.TabPage();
     52      this.jobsView = new HeuristicLab.Clients.Hive.SlaveCore.Views.JobsView();
     53      this.tabLog = new System.Windows.Forms.TabPage();
     54      this.logView = new HeuristicLab.Clients.Hive.SlaveCore.Views.LogView();
     55      this.tabAbout = new System.Windows.Forms.TabPage();
     56      this.aboutView = new HeuristicLab.Clients.Hive.SlaveCore.Views.AboutView();
     57      this.closeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     58      this.showToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     59      this.notifyIcon = new System.Windows.Forms.NotifyIcon(this.components);
     60      this.contextMenuNotifyIcon = new System.Windows.Forms.ContextMenuStrip(this.components);
     61      this.homepageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     62      this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
     63      this.mainTabControl.SuspendLayout();
     64      this.tabJobs.SuspendLayout();
     65      this.tabLog.SuspendLayout();
     66      this.tabAbout.SuspendLayout();
     67      this.contextMenuNotifyIcon.SuspendLayout();
    7168      this.SuspendLayout();
    7269      //
    73       // jobChart
    74       //
    75       this.jobChart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     70      // mainTabControl
     71      //
     72      this.mainTabControl.Controls.Add(this.tabSlaveView);
     73      this.mainTabControl.Controls.Add(this.tabJobs);
     74      this.mainTabControl.Controls.Add(this.tabLog);
     75      this.mainTabControl.Controls.Add(this.tabAbout);
     76      this.mainTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
     77      this.mainTabControl.Location = new System.Drawing.Point(0, 0);
     78      this.mainTabControl.Margin = new System.Windows.Forms.Padding(1);
     79      this.mainTabControl.Name = "mainTabControl";
     80      this.mainTabControl.SelectedIndex = 0;
     81      this.mainTabControl.Size = new System.Drawing.Size(653, 501);
     82      this.mainTabControl.TabIndex = 2;
     83      //
     84      // tabSlaveView
     85      //
     86      this.tabSlaveView.Location = new System.Drawing.Point(4, 22);
     87      this.tabSlaveView.Name = "tabSlaveView";
     88      this.tabSlaveView.Padding = new System.Windows.Forms.Padding(3);
     89      this.tabSlaveView.Size = new System.Drawing.Size(645, 475);
     90      this.tabSlaveView.TabIndex = 0;
     91      this.tabSlaveView.Text = "Overview";
     92      this.tabSlaveView.UseVisualStyleBackColor = true;
     93      //
     94      // tabJobs
     95      //
     96      this.tabJobs.Controls.Add(this.jobsView);
     97      this.tabJobs.Location = new System.Drawing.Point(4, 22);
     98      this.tabJobs.Name = "tabJobs";
     99      this.tabJobs.Size = new System.Drawing.Size(639, 421);
     100      this.tabJobs.TabIndex = 3;
     101      this.tabJobs.Text = "Jobs";
     102      this.tabJobs.UseVisualStyleBackColor = true;
     103      //
     104      // jobsView
     105      //
     106      this.jobsView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    76107                  | System.Windows.Forms.AnchorStyles.Left)
    77108                  | 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;
    135       //
    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
     109      this.jobsView.Caption = "JobsView";
     110      this.jobsView.Content = null;
     111      this.jobsView.Location = new System.Drawing.Point(4, 4);
     112      this.jobsView.Name = "jobsView";
     113      this.jobsView.ReadOnly = false;
     114      this.jobsView.Size = new System.Drawing.Size(632, 414);
     115      this.jobsView.TabIndex = 0;
     116      //
     117      // tabLog
     118      //
     119      this.tabLog.Controls.Add(this.logView);
     120      this.tabLog.Location = new System.Drawing.Point(4, 22);
     121      this.tabLog.Name = "tabLog";
     122      this.tabLog.Padding = new System.Windows.Forms.Padding(3);
     123      this.tabLog.Size = new System.Drawing.Size(639, 421);
     124      this.tabLog.TabIndex = 1;
     125      this.tabLog.Text = "Log";
     126      this.tabLog.UseVisualStyleBackColor = true;
     127      //
     128      // logView
     129      //
     130      this.logView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     131                  | System.Windows.Forms.AnchorStyles.Left)
     132                  | System.Windows.Forms.AnchorStyles.Right)));
     133      this.logView.Caption = "LogView: Displays logged messages from the slave core.";
     134      this.logView.Content = null;
     135      this.logView.Location = new System.Drawing.Point(7, 7);
     136      this.logView.Name = "logView";
     137      this.logView.ReadOnly = false;
     138      this.logView.Size = new System.Drawing.Size(626, 406);
     139      this.logView.TabIndex = 0;
     140      //
     141      // tabAbout
     142      //
     143      this.tabAbout.Controls.Add(this.aboutView);
     144      this.tabAbout.Location = new System.Drawing.Point(4, 22);
     145      this.tabAbout.Name = "tabAbout";
     146      this.tabAbout.Size = new System.Drawing.Size(639, 421);
     147      this.tabAbout.TabIndex = 2;
     148      this.tabAbout.Text = "About HeuristicLab Hive";
     149      this.tabAbout.UseVisualStyleBackColor = true;
     150      //
     151      // aboutView
     152      //
     153      this.aboutView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     154                  | System.Windows.Forms.AnchorStyles.Left)
     155                  | System.Windows.Forms.AnchorStyles.Right)));
     156      this.aboutView.Caption = "AboutView: Shows some information about HeuristicLab Hive";
     157      this.aboutView.Content = null;
     158      this.aboutView.Location = new System.Drawing.Point(3, 3);
     159      this.aboutView.Name = "aboutView";
     160      this.aboutView.ReadOnly = false;
     161      this.aboutView.Size = new System.Drawing.Size(613, 329);
     162      this.aboutView.TabIndex = 0;
     163      //
     164      // closeToolStripMenuItem
     165      //
     166      this.closeToolStripMenuItem.Name = "closeToolStripMenuItem";
     167      this.closeToolStripMenuItem.Size = new System.Drawing.Size(209, 22);
     168      this.closeToolStripMenuItem.Text = "Close";
     169      this.closeToolStripMenuItem.Click += new System.EventHandler(this.closeToolStripMenuItem_Click);
     170      //
     171      // showToolStripMenuItem
     172      //
     173      this.showToolStripMenuItem.Name = "showToolStripMenuItem";
     174      this.showToolStripMenuItem.Size = new System.Drawing.Size(209, 22);
     175      this.showToolStripMenuItem.Text = "Show";
     176      this.showToolStripMenuItem.Click += new System.EventHandler(this.showToolStripMenuItem_Click);
     177      //
     178      // notifyIcon
     179      //
     180      this.notifyIcon.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info;
     181      this.notifyIcon.BalloonTipText = "A client for computing jobs sent from HeuristicLab Hive";
     182      this.notifyIcon.BalloonTipTitle = "HeuristicLab Hive Slave";
     183      this.notifyIcon.ContextMenuStrip = this.contextMenuNotifyIcon;
     184      this.notifyIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon.Icon")));
     185      this.notifyIcon.Text = "HeuristicLab Hive Slave";
     186      this.notifyIcon.Visible = true;
     187      this.notifyIcon.DoubleClick += new System.EventHandler(this.notifyIcon_DoubleClick);
     188      //
     189      // contextMenuNotifyIcon
     190      //
     191      this.contextMenuNotifyIcon.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     192            this.homepageToolStripMenuItem,
     193            this.toolStripSeparator,
     194            this.showToolStripMenuItem,
     195            this.closeToolStripMenuItem});
     196      this.contextMenuNotifyIcon.Name = "contextMenuNotifyIcon";
     197      this.contextMenuNotifyIcon.Size = new System.Drawing.Size(210, 76);
     198      //
     199      // homepageToolStripMenuItem
     200      //
     201      this.homepageToolStripMenuItem.ForeColor = System.Drawing.Color.Blue;
     202      this.homepageToolStripMenuItem.Name = "homepageToolStripMenuItem";
     203      this.homepageToolStripMenuItem.Size = new System.Drawing.Size(209, 22);
     204      this.homepageToolStripMenuItem.Text = "Visit dev.heuristiclab.com";
     205      this.homepageToolStripMenuItem.Click += new System.EventHandler(this.homepageToolStripMenuItem_Click);
     206      //
     207      // toolStripSeparator
     208      //
     209      this.toolStripSeparator.Name = "toolStripSeparator";
     210      this.toolStripSeparator.Size = new System.Drawing.Size(206, 6);
     211      //
     212      // SlaveMainViewBase
    187213      //
    188214      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    189215      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();
     216      this.Controls.Add(this.mainTabControl);
     217      this.Name = "SlaveMainViewBase";
     218      this.Size = new System.Drawing.Size(653, 501);
     219      this.mainTabControl.ResumeLayout(false);
     220      this.tabJobs.ResumeLayout(false);
     221      this.tabLog.ResumeLayout(false);
     222      this.tabAbout.ResumeLayout(false);
     223      this.contextMenuNotifyIcon.ResumeLayout(false);
    201224      this.ResumeLayout(false);
    202       this.PerformLayout();
    203225
    204226    }
     
    206228    #endregion
    207229
    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;
     230    private System.Windows.Forms.TabPage tabJobs;
     231    private JobsView jobsView;
     232    private System.Windows.Forms.TabPage tabLog;
     233    private LogView logView;
     234    private System.Windows.Forms.TabPage tabAbout;
     235    private AboutView aboutView;
     236    private System.Windows.Forms.ToolStripMenuItem closeToolStripMenuItem;
     237    private System.Windows.Forms.ToolStripMenuItem showToolStripMenuItem;
     238    private System.Windows.Forms.NotifyIcon notifyIcon;
     239    private System.Windows.Forms.ContextMenuStrip contextMenuNotifyIcon;
     240    private System.Windows.Forms.ToolStripMenuItem homepageToolStripMenuItem;
     241    private System.Windows.Forms.ToolStripSeparator toolStripSeparator;
     242    protected System.Windows.Forms.TabPage tabSlaveView;
     243    protected System.Windows.Forms.TabControl mainTabControl;
     244
     245
    215246  }
    216247}
Note: See TracChangeset for help on using the changeset viewer.