[5314] | 1 |
|
---|
[5599] | 2 | namespace HeuristicLab.Clients.Hive.SlaveCore.SlaveTrayIcon {
|
---|
[5314] | 3 | partial class MainWindow {
|
---|
| 4 | /// <summary>
|
---|
| 5 | /// Required designer variable.
|
---|
| 6 | /// </summary>
|
---|
| 7 | private System.ComponentModel.IContainer components = null;
|
---|
| 8 |
|
---|
| 9 | /// <summary>
|
---|
| 10 | /// Clean up any resources being used.
|
---|
| 11 | /// </summary>
|
---|
| 12 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
| 13 | protected override void Dispose(bool disposing) {
|
---|
| 14 | if (disposing && (components != null)) {
|
---|
| 15 | components.Dispose();
|
---|
| 16 | }
|
---|
| 17 | base.Dispose(disposing);
|
---|
| 18 | }
|
---|
| 19 |
|
---|
| 20 | #region Windows Form Designer generated code
|
---|
| 21 |
|
---|
| 22 | /// <summary>
|
---|
| 23 | /// Required method for Designer support - do not modify
|
---|
| 24 | /// the contents of this method with the code editor.
|
---|
| 25 | /// </summary>
|
---|
| 26 | private void InitializeComponent() {
|
---|
| 27 | this.components = new System.ComponentModel.Container();
|
---|
| 28 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainWindow));
|
---|
| 29 | this.notifyIcon = new System.Windows.Forms.NotifyIcon(this.components);
|
---|
| 30 | this.contextMenuNotifyIcon = new System.Windows.Forms.ContextMenuStrip(this.components);
|
---|
[6257] | 31 | this.homepageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
---|
| 32 | this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
|
---|
[5314] | 33 | this.showToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
---|
| 34 | this.closeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
---|
[6225] | 35 | this.mainTabControl = new System.Windows.Forms.TabControl();
|
---|
| 36 | this.tabSlaveView = new System.Windows.Forms.TabPage();
|
---|
[5599] | 37 | this.slaveView = new HeuristicLab.Clients.Hive.SlaveCore.Views.SlaveView();
|
---|
[6263] | 38 | this.tabJobs = new System.Windows.Forms.TabPage();
|
---|
| 39 | this.jobsView = new HeuristicLab.Clients.Hive.SlaveCore.Views.JobsView();
|
---|
[6225] | 40 | this.tabLog = new System.Windows.Forms.TabPage();
|
---|
| 41 | this.logView = new HeuristicLab.Clients.Hive.SlaveCore.Views.LogView();
|
---|
| 42 | this.tabAbout = new System.Windows.Forms.TabPage();
|
---|
| 43 | this.aboutView = new HeuristicLab.Clients.Hive.SlaveCore.Views.AboutView();
|
---|
[5314] | 44 | this.contextMenuNotifyIcon.SuspendLayout();
|
---|
[6225] | 45 | this.mainTabControl.SuspendLayout();
|
---|
| 46 | this.tabSlaveView.SuspendLayout();
|
---|
[6263] | 47 | this.tabJobs.SuspendLayout();
|
---|
[6225] | 48 | this.tabLog.SuspendLayout();
|
---|
| 49 | this.tabAbout.SuspendLayout();
|
---|
[5314] | 50 | this.SuspendLayout();
|
---|
| 51 | //
|
---|
| 52 | // notifyIcon
|
---|
| 53 | //
|
---|
[6225] | 54 | this.notifyIcon.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info;
|
---|
[5314] | 55 | this.notifyIcon.BalloonTipText = "A client for computing jobs sent from HeuristicLab Hive";
|
---|
| 56 | this.notifyIcon.BalloonTipTitle = "HeuristicLab Hive Slave";
|
---|
| 57 | this.notifyIcon.ContextMenuStrip = this.contextMenuNotifyIcon;
|
---|
| 58 | this.notifyIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon.Icon")));
|
---|
| 59 | this.notifyIcon.Text = "HeuristicLab Hive Slave";
|
---|
| 60 | this.notifyIcon.Visible = true;
|
---|
[6225] | 61 | this.notifyIcon.BalloonTipClicked += new System.EventHandler(this.notifyIcon_BalloonTipClicked);
|
---|
[5314] | 62 | this.notifyIcon.DoubleClick += new System.EventHandler(this.notifyIcon_DoubleClick);
|
---|
| 63 | //
|
---|
| 64 | // contextMenuNotifyIcon
|
---|
| 65 | //
|
---|
| 66 | this.contextMenuNotifyIcon.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
---|
[6225] | 67 | this.homepageToolStripMenuItem,
|
---|
| 68 | this.toolStripSeparator,
|
---|
[5314] | 69 | this.showToolStripMenuItem,
|
---|
| 70 | this.closeToolStripMenuItem});
|
---|
| 71 | this.contextMenuNotifyIcon.Name = "contextMenuNotifyIcon";
|
---|
[6225] | 72 | this.contextMenuNotifyIcon.Size = new System.Drawing.Size(210, 98);
|
---|
[5314] | 73 | //
|
---|
[6257] | 74 | // homepageToolStripMenuItem
|
---|
| 75 | //
|
---|
| 76 | this.homepageToolStripMenuItem.ForeColor = System.Drawing.Color.Blue;
|
---|
| 77 | this.homepageToolStripMenuItem.Name = "homepageToolStripMenuItem";
|
---|
| 78 | this.homepageToolStripMenuItem.Size = new System.Drawing.Size(209, 22);
|
---|
| 79 | this.homepageToolStripMenuItem.Text = "Visit dev.heuristiclab.com";
|
---|
| 80 | this.homepageToolStripMenuItem.Click += new System.EventHandler(this.homepageToolStripMenuItem_Click);
|
---|
| 81 | //
|
---|
| 82 | // toolStripSeparator
|
---|
| 83 | //
|
---|
| 84 | this.toolStripSeparator.Name = "toolStripSeparator";
|
---|
| 85 | this.toolStripSeparator.Size = new System.Drawing.Size(206, 6);
|
---|
| 86 | //
|
---|
[5314] | 87 | // showToolStripMenuItem
|
---|
| 88 | //
|
---|
| 89 | this.showToolStripMenuItem.Name = "showToolStripMenuItem";
|
---|
[6225] | 90 | this.showToolStripMenuItem.Size = new System.Drawing.Size(209, 22);
|
---|
[5314] | 91 | this.showToolStripMenuItem.Text = "Show";
|
---|
| 92 | this.showToolStripMenuItem.Click += new System.EventHandler(this.showToolStripMenuItem_Click);
|
---|
| 93 | //
|
---|
| 94 | // closeToolStripMenuItem
|
---|
| 95 | //
|
---|
| 96 | this.closeToolStripMenuItem.Name = "closeToolStripMenuItem";
|
---|
[6225] | 97 | this.closeToolStripMenuItem.Size = new System.Drawing.Size(209, 22);
|
---|
[5314] | 98 | this.closeToolStripMenuItem.Text = "Close";
|
---|
| 99 | this.closeToolStripMenuItem.Click += new System.EventHandler(this.closeToolStripMenuItem_Click);
|
---|
| 100 | //
|
---|
[6225] | 101 | // mainTabControl
|
---|
| 102 | //
|
---|
| 103 | this.mainTabControl.Controls.Add(this.tabSlaveView);
|
---|
[6263] | 104 | this.mainTabControl.Controls.Add(this.tabJobs);
|
---|
[6225] | 105 | this.mainTabControl.Controls.Add(this.tabLog);
|
---|
| 106 | this.mainTabControl.Controls.Add(this.tabAbout);
|
---|
[6263] | 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);
|
---|
[6225] | 110 | this.mainTabControl.Name = "mainTabControl";
|
---|
| 111 | this.mainTabControl.SelectedIndex = 0;
|
---|
[6263] | 112 | this.mainTabControl.Size = new System.Drawing.Size(605, 393);
|
---|
[6225] | 113 | this.mainTabControl.TabIndex = 1;
|
---|
| 114 | //
|
---|
| 115 | // tabSlaveView
|
---|
| 116 | //
|
---|
| 117 | this.tabSlaveView.Controls.Add(this.slaveView);
|
---|
| 118 | this.tabSlaveView.Location = new System.Drawing.Point(4, 22);
|
---|
| 119 | this.tabSlaveView.Name = "tabSlaveView";
|
---|
| 120 | this.tabSlaveView.Padding = new System.Windows.Forms.Padding(3);
|
---|
[6263] | 121 | this.tabSlaveView.Size = new System.Drawing.Size(597, 367);
|
---|
[6225] | 122 | this.tabSlaveView.TabIndex = 0;
|
---|
| 123 | this.tabSlaveView.Text = "Overview";
|
---|
| 124 | this.tabSlaveView.UseVisualStyleBackColor = true;
|
---|
| 125 | //
|
---|
[5315] | 126 | // slaveView
|
---|
| 127 | //
|
---|
[5677] | 128 | this.slaveView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 129 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 130 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[5315] | 131 | this.slaveView.Caption = "HeuristicLab Slave View";
|
---|
| 132 | this.slaveView.Content = null;
|
---|
[6225] | 133 | this.slaveView.Location = new System.Drawing.Point(6, 6);
|
---|
[5315] | 134 | this.slaveView.Name = "slaveView";
|
---|
| 135 | this.slaveView.ReadOnly = false;
|
---|
[6263] | 136 | this.slaveView.Size = new System.Drawing.Size(585, 355);
|
---|
[5315] | 137 | this.slaveView.TabIndex = 0;
|
---|
| 138 | //
|
---|
[6263] | 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;
|
---|
| 161 | //
|
---|
[6225] | 162 | // tabLog
|
---|
| 163 | //
|
---|
| 164 | this.tabLog.Controls.Add(this.logView);
|
---|
| 165 | this.tabLog.Location = new System.Drawing.Point(4, 22);
|
---|
| 166 | this.tabLog.Name = "tabLog";
|
---|
| 167 | this.tabLog.Padding = new System.Windows.Forms.Padding(3);
|
---|
[6263] | 168 | this.tabLog.Size = new System.Drawing.Size(597, 367);
|
---|
[6225] | 169 | this.tabLog.TabIndex = 1;
|
---|
| 170 | this.tabLog.Text = "Log";
|
---|
| 171 | this.tabLog.UseVisualStyleBackColor = true;
|
---|
| 172 | //
|
---|
| 173 | // logView
|
---|
| 174 | //
|
---|
| 175 | this.logView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 176 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 177 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 178 | this.logView.Caption = "LogView: Displays logged messages from the slave core.";
|
---|
| 179 | this.logView.Content = null;
|
---|
| 180 | this.logView.Location = new System.Drawing.Point(7, 7);
|
---|
| 181 | this.logView.Name = "logView";
|
---|
| 182 | this.logView.ReadOnly = false;
|
---|
[6263] | 183 | this.logView.Size = new System.Drawing.Size(584, 352);
|
---|
[6225] | 184 | this.logView.TabIndex = 0;
|
---|
| 185 | //
|
---|
| 186 | // tabAbout
|
---|
| 187 | //
|
---|
| 188 | this.tabAbout.Controls.Add(this.aboutView);
|
---|
| 189 | this.tabAbout.Location = new System.Drawing.Point(4, 22);
|
---|
| 190 | this.tabAbout.Name = "tabAbout";
|
---|
[6371] | 191 | this.tabAbout.Size = new System.Drawing.Size(597, 367);
|
---|
[6225] | 192 | this.tabAbout.TabIndex = 2;
|
---|
| 193 | this.tabAbout.Text = "About HeuristicLab Hive";
|
---|
| 194 | this.tabAbout.UseVisualStyleBackColor = true;
|
---|
| 195 | //
|
---|
| 196 | // aboutView
|
---|
| 197 | //
|
---|
| 198 | this.aboutView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 199 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 200 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 201 | this.aboutView.Caption = "AboutView: Shows some information about HeuristicLab Hive";
|
---|
| 202 | this.aboutView.Content = null;
|
---|
| 203 | this.aboutView.Location = new System.Drawing.Point(3, 3);
|
---|
| 204 | this.aboutView.Name = "aboutView";
|
---|
| 205 | this.aboutView.ReadOnly = false;
|
---|
[6263] | 206 | this.aboutView.Size = new System.Drawing.Size(571, 275);
|
---|
[6225] | 207 | this.aboutView.TabIndex = 0;
|
---|
| 208 | //
|
---|
[5314] | 209 | // MainWindow
|
---|
| 210 | //
|
---|
| 211 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 212 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
[6257] | 213 | this.ClientSize = new System.Drawing.Size(605, 393);
|
---|
[6225] | 214 | this.Controls.Add(this.mainTabControl);
|
---|
[5320] | 215 | this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
---|
[5314] | 216 | this.Name = "MainWindow";
|
---|
[6371] | 217 | this.Text = "HeuristicLab Hive Slave";
|
---|
[5314] | 218 | this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainWindow_FormClosing);
|
---|
| 219 | this.contextMenuNotifyIcon.ResumeLayout(false);
|
---|
[6225] | 220 | this.mainTabControl.ResumeLayout(false);
|
---|
| 221 | this.tabSlaveView.ResumeLayout(false);
|
---|
[6263] | 222 | this.tabJobs.ResumeLayout(false);
|
---|
[6225] | 223 | this.tabLog.ResumeLayout(false);
|
---|
| 224 | this.tabAbout.ResumeLayout(false);
|
---|
[5314] | 225 | this.ResumeLayout(false);
|
---|
| 226 |
|
---|
| 227 | }
|
---|
| 228 |
|
---|
| 229 | #endregion
|
---|
| 230 |
|
---|
| 231 | private System.Windows.Forms.NotifyIcon notifyIcon;
|
---|
| 232 | private Views.SlaveView slaveView;
|
---|
| 233 | private System.Windows.Forms.ContextMenuStrip contextMenuNotifyIcon;
|
---|
| 234 | private System.Windows.Forms.ToolStripMenuItem showToolStripMenuItem;
|
---|
| 235 | private System.Windows.Forms.ToolStripMenuItem closeToolStripMenuItem;
|
---|
[6225] | 236 | private System.Windows.Forms.TabControl mainTabControl;
|
---|
| 237 | private System.Windows.Forms.TabPage tabSlaveView;
|
---|
| 238 | private System.Windows.Forms.TabPage tabLog;
|
---|
| 239 | private System.Windows.Forms.TabPage tabAbout;
|
---|
| 240 | private Views.LogView logView;
|
---|
| 241 | private Views.AboutView aboutView;
|
---|
| 242 | private System.Windows.Forms.ToolStripSeparator toolStripSeparator;
|
---|
| 243 | private System.Windows.Forms.ToolStripMenuItem homepageToolStripMenuItem;
|
---|
[6263] | 244 | private System.Windows.Forms.TabPage tabJobs;
|
---|
| 245 | private Views.JobsView jobsView;
|
---|
[5314] | 246 | }
|
---|
| 247 | }
|
---|
| 248 |
|
---|