Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.SlaveTrayIcon/MainWindow.Designer.cs @ 6683

Last change on this file since 6683 was 6371, checked in by ascheibe, 13 years ago

#1233

  • code cleanups for slave review
  • added switch between privileged and unprivileged sandbox
  • removed childjob management because it's not used
File size: 11.6 KB
Line 
1
2namespace HeuristicLab.Clients.Hive.SlaveCore.SlaveTrayIcon {
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);
31      this.homepageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
32      this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
33      this.showToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
34      this.closeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
35      this.mainTabControl = new System.Windows.Forms.TabControl();
36      this.tabSlaveView = new System.Windows.Forms.TabPage();
37      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();
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();
44      this.contextMenuNotifyIcon.SuspendLayout();
45      this.mainTabControl.SuspendLayout();
46      this.tabSlaveView.SuspendLayout();
47      this.tabJobs.SuspendLayout();
48      this.tabLog.SuspendLayout();
49      this.tabAbout.SuspendLayout();
50      this.SuspendLayout();
51      //
52      // notifyIcon
53      //
54      this.notifyIcon.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info;
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;
61      this.notifyIcon.BalloonTipClicked += new System.EventHandler(this.notifyIcon_BalloonTipClicked);
62      this.notifyIcon.DoubleClick += new System.EventHandler(this.notifyIcon_DoubleClick);
63      //
64      // contextMenuNotifyIcon
65      //
66      this.contextMenuNotifyIcon.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
67            this.homepageToolStripMenuItem,
68            this.toolStripSeparator,
69            this.showToolStripMenuItem,
70            this.closeToolStripMenuItem});
71      this.contextMenuNotifyIcon.Name = "contextMenuNotifyIcon";
72      this.contextMenuNotifyIcon.Size = new System.Drawing.Size(210, 98);
73      //
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      //
87      // showToolStripMenuItem
88      //
89      this.showToolStripMenuItem.Name = "showToolStripMenuItem";
90      this.showToolStripMenuItem.Size = new System.Drawing.Size(209, 22);
91      this.showToolStripMenuItem.Text = "Show";
92      this.showToolStripMenuItem.Click += new System.EventHandler(this.showToolStripMenuItem_Click);
93      //
94      // closeToolStripMenuItem
95      //
96      this.closeToolStripMenuItem.Name = "closeToolStripMenuItem";
97      this.closeToolStripMenuItem.Size = new System.Drawing.Size(209, 22);
98      this.closeToolStripMenuItem.Text = "Close";
99      this.closeToolStripMenuItem.Click += new System.EventHandler(this.closeToolStripMenuItem_Click);
100      //
101      // mainTabControl
102      //
103      this.mainTabControl.Controls.Add(this.tabSlaveView);
104      this.mainTabControl.Controls.Add(this.tabJobs);
105      this.mainTabControl.Controls.Add(this.tabLog);
106      this.mainTabControl.Controls.Add(this.tabAbout);
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);
110      this.mainTabControl.Name = "mainTabControl";
111      this.mainTabControl.SelectedIndex = 0;
112      this.mainTabControl.Size = new System.Drawing.Size(605, 393);
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);
121      this.tabSlaveView.Size = new System.Drawing.Size(597, 367);
122      this.tabSlaveView.TabIndex = 0;
123      this.tabSlaveView.Text = "Overview";
124      this.tabSlaveView.UseVisualStyleBackColor = true;
125      //
126      // slaveView
127      //
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)));
131      this.slaveView.Caption = "HeuristicLab Slave View";
132      this.slaveView.Content = null;
133      this.slaveView.Location = new System.Drawing.Point(6, 6);
134      this.slaveView.Name = "slaveView";
135      this.slaveView.ReadOnly = false;
136      this.slaveView.Size = new System.Drawing.Size(585, 355);
137      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;
161      //
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);
168      this.tabLog.Size = new System.Drawing.Size(597, 367);
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;
183      this.logView.Size = new System.Drawing.Size(584, 352);
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";
191      this.tabAbout.Size = new System.Drawing.Size(597, 367);
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;
206      this.aboutView.Size = new System.Drawing.Size(571, 275);
207      this.aboutView.TabIndex = 0;
208      //
209      // MainWindow
210      //
211      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
212      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
213      this.ClientSize = new System.Drawing.Size(605, 393);
214      this.Controls.Add(this.mainTabControl);
215      this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
216      this.Name = "MainWindow";
217      this.Text = "HeuristicLab Hive Slave";
218      this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainWindow_FormClosing);
219      this.contextMenuNotifyIcon.ResumeLayout(false);
220      this.mainTabControl.ResumeLayout(false);
221      this.tabSlaveView.ResumeLayout(false);
222      this.tabJobs.ResumeLayout(false);
223      this.tabLog.ResumeLayout(false);
224      this.tabAbout.ResumeLayout(false);
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;
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;
244    private System.Windows.Forms.TabPage tabJobs;
245    private Views.JobsView jobsView;
246  }
247}
248
Note: See TracBrowser for help on using the repository browser.