Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HiveStatistics/sources/HeuristicLab.Services.Hive.SelfHost/3.3/JanitorActivatorForm.Designer.cs @ 9527

Last change on this file since 9527 was 9527, checked in by pfleck, 11 years ago

#2063
Provides a GUI for SelfHosting Hive-Service to start and stop the service.
Enables start and stop Janitor with adjustable frequency.
Run Cleanup and GenerateStatistics separately on click.

File size: 7.8 KB
RevLine 
[9527]1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
4 *
5 * This file is part of HeuristicLab.
6 *
7 * HeuristicLab is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation, either version 3 of the License, or
10 * (at your option) any later version.
11 *
12 * HeuristicLab is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
19 */
20#endregion
21
22namespace HeuristicLab.Services.Hive.SelfHost {
23  partial class JanitorActivatorForm {
24    /// <summary>
25    /// Required designer variable.
26    /// </summary>
27    private System.ComponentModel.IContainer components = null;
28
29    /// <summary>
30    /// Clean up any resources being used.
31    /// </summary>
32    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
33    protected override void Dispose(bool disposing) {
34      if (disposing && (components != null)) {
35        components.Dispose();
36      }
37      base.Dispose(disposing);
38    }
39
40    #region Windows Form Designer generated code
41
42    /// <summary>
43    /// Required method for Designer support - do not modify
44    /// the contents of this method with the code editor.
45    /// </summary>
46    private void InitializeComponent() {
47      this.activateJanitorButton = new System.Windows.Forms.Button();
48      this.outputTextbox = new System.Windows.Forms.TextBox();
49      this.runServiceButton = new System.Windows.Forms.Button();
50      this.janitorFrequency = new System.Windows.Forms.TrackBar();
51      this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
52      this.runCleanupButton = new System.Windows.Forms.Button();
53      this.frequencyTextBox = new System.Windows.Forms.TextBox();
54      this.generateStatisticsButton = new System.Windows.Forms.Button();
55      ((System.ComponentModel.ISupportInitialize)(this.janitorFrequency)).BeginInit();
56      this.flowLayoutPanel1.SuspendLayout();
57      this.SuspendLayout();
58      //
59      // activateJanitorButton
60      //
61      this.activateJanitorButton.Location = new System.Drawing.Point(118, 3);
62      this.activateJanitorButton.Name = "activateJanitorButton";
63      this.activateJanitorButton.Size = new System.Drawing.Size(115, 23);
64      this.activateJanitorButton.TabIndex = 0;
65      this.activateJanitorButton.Text = "Start Janitor";
66      this.activateJanitorButton.UseVisualStyleBackColor = true;
67      this.activateJanitorButton.Click += new System.EventHandler(this.activateJanitorButton_Click);
68      //
69      // outputTextbox
70      //
71      this.outputTextbox.Dock = System.Windows.Forms.DockStyle.Bottom;
72      this.outputTextbox.Location = new System.Drawing.Point(0, 89);
73      this.outputTextbox.Multiline = true;
74      this.outputTextbox.Name = "outputTextbox";
75      this.outputTextbox.Size = new System.Drawing.Size(462, 429);
76      this.outputTextbox.TabIndex = 1;
77      //
78      // runServiceButton
79      //
80      this.runServiceButton.Location = new System.Drawing.Point(3, 3);
81      this.runServiceButton.Name = "runServiceButton";
82      this.runServiceButton.Size = new System.Drawing.Size(109, 23);
83      this.runServiceButton.TabIndex = 2;
84      this.runServiceButton.Text = "Start Service";
85      this.runServiceButton.UseVisualStyleBackColor = true;
86      this.runServiceButton.Click += new System.EventHandler(this.runServiceButton_Click);
87      //
88      // janitorFrequency
89      //
90      this.janitorFrequency.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
91            | System.Windows.Forms.AnchorStyles.Right)));
92      this.janitorFrequency.Location = new System.Drawing.Point(3, 32);
93      this.janitorFrequency.Maximum = 600;
94      this.janitorFrequency.Name = "janitorFrequency";
95      this.janitorFrequency.Size = new System.Drawing.Size(373, 42);
96      this.janitorFrequency.SmallChange = 10;
97      this.janitorFrequency.TabIndex = 3;
98      this.janitorFrequency.TickFrequency = 60;
99      this.janitorFrequency.Value = 120;
100      this.janitorFrequency.ValueChanged += new System.EventHandler(this.janitorFrequency_ValueChanged);
101      //
102      // flowLayoutPanel1
103      //
104      this.flowLayoutPanel1.Controls.Add(this.runServiceButton);
105      this.flowLayoutPanel1.Controls.Add(this.activateJanitorButton);
106      this.flowLayoutPanel1.Controls.Add(this.runCleanupButton);
107      this.flowLayoutPanel1.Controls.Add(this.generateStatisticsButton);
108      this.flowLayoutPanel1.Controls.Add(this.janitorFrequency);
109      this.flowLayoutPanel1.Controls.Add(this.frequencyTextBox);
110      this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
111      this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0);
112      this.flowLayoutPanel1.Name = "flowLayoutPanel1";
113      this.flowLayoutPanel1.Size = new System.Drawing.Size(462, 83);
114      this.flowLayoutPanel1.TabIndex = 4;
115      //
116      // runCleanupButton
117      //
118      this.runCleanupButton.Location = new System.Drawing.Point(239, 3);
119      this.runCleanupButton.Name = "runCleanupButton";
120      this.runCleanupButton.Size = new System.Drawing.Size(101, 23);
121      this.runCleanupButton.TabIndex = 4;
122      this.runCleanupButton.Text = "Run Cleanup";
123      this.runCleanupButton.UseVisualStyleBackColor = true;
124      this.runCleanupButton.Click += new System.EventHandler(this.runJanitorButton_Click);
125      //
126      // frequencyTextBox
127      //
128      this.frequencyTextBox.Location = new System.Drawing.Point(382, 32);
129      this.frequencyTextBox.Name = "frequencyTextBox";
130      this.frequencyTextBox.Size = new System.Drawing.Size(68, 20);
131      this.frequencyTextBox.TabIndex = 5;
132      //
133      // generateStatisticsButton
134      //
135      this.generateStatisticsButton.Location = new System.Drawing.Point(346, 3);
136      this.generateStatisticsButton.Name = "generateStatisticsButton";
137      this.generateStatisticsButton.Size = new System.Drawing.Size(106, 23);
138      this.generateStatisticsButton.TabIndex = 6;
139      this.generateStatisticsButton.Text = "Generate Statistics";
140      this.generateStatisticsButton.UseVisualStyleBackColor = true;
141      this.generateStatisticsButton.Click += new System.EventHandler(this.generateStatisticsButton_Click);
142      //
143      // JanitorActivatorForm
144      //
145      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
146      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
147      this.ClientSize = new System.Drawing.Size(462, 518);
148      this.Controls.Add(this.flowLayoutPanel1);
149      this.Controls.Add(this.outputTextbox);
150      this.Name = "JanitorActivatorForm";
151      this.Text = "Janitor Activator";
152      ((System.ComponentModel.ISupportInitialize)(this.janitorFrequency)).EndInit();
153      this.flowLayoutPanel1.ResumeLayout(false);
154      this.flowLayoutPanel1.PerformLayout();
155      this.ResumeLayout(false);
156      this.PerformLayout();
157
158    }
159
160    #endregion
161
162    private System.Windows.Forms.Button activateJanitorButton;
163    private System.Windows.Forms.TextBox outputTextbox;
164    private System.Windows.Forms.Button runServiceButton;
165    private System.Windows.Forms.TrackBar janitorFrequency;
166    private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
167    private System.Windows.Forms.Button runCleanupButton;
168    private System.Windows.Forms.TextBox frequencyTextBox;
169    private System.Windows.Forms.Button generateStatisticsButton;
170  }
171}
Note: See TracBrowser for help on using the repository browser.