Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.Views/3.3/HiveTasks/OptimizerHiveTaskView.designer.cs @ 7215

Last change on this file since 7215 was 7215, checked in by spimming, 12 years ago

#1680:

  • merged changes from trunk into branch

' removed pre-build event for multiple app.configs

File size: 6.6 KB
Line 
1namespace HeuristicLab.Clients.Hive.Views {
2  partial class OptimizerHiveTaskView {
3    /// <summary>
4    /// Required designer variable.
5    /// </summary>
6    private System.ComponentModel.IContainer components = null;
7
8    /// <summary>
9    /// Clean up any resources being used.
10    /// </summary>
11    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
12    protected override void Dispose(bool disposing) {
13      if (disposing && (components != null)) {
14        components.Dispose();
15      }
16      base.Dispose(disposing);
17    }
18
19    #region Component Designer generated code
20
21    /// <summary>
22    /// Required method for Designer support - do not modify
23    /// the contents of this method with the code editor.
24    /// </summary>
25    private void InitializeComponent() {
26      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OptimizerHiveTaskView));
27      this.restartButton = new System.Windows.Forms.Button();
28      this.pauseButton = new System.Windows.Forms.Button();
29      this.stopButton = new System.Windows.Forms.Button();
30      this.runsTabPage = new System.Windows.Forms.TabPage();
31      this.runCollectionViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
32      this.stateLogTabPage.SuspendLayout();
33      this.detailsTabPage.SuspendLayout();
34      this.jobStatusGroupBox.SuspendLayout();
35      this.tabControl.SuspendLayout();
36      this.configurationGroupBox.SuspendLayout();
37      this.runsTabPage.SuspendLayout();
38      this.SuspendLayout();
39      //
40      // detailsTabPage
41      //
42      this.detailsTabPage.Controls.Add(this.restartButton);
43      this.detailsTabPage.Controls.Add(this.pauseButton);
44      this.detailsTabPage.Controls.Add(this.stopButton);
45      this.detailsTabPage.Controls.SetChildIndex(this.modifyItemButton, 0);
46      this.detailsTabPage.Controls.SetChildIndex(this.stopButton, 0);
47      this.detailsTabPage.Controls.SetChildIndex(this.pauseButton, 0);
48      this.detailsTabPage.Controls.SetChildIndex(this.restartButton, 0);
49      //
50      // tabControl
51      //
52      this.tabControl.Controls.Add(this.runsTabPage);
53      this.tabControl.Controls.SetChildIndex(this.runsTabPage, 0);
54      this.tabControl.Controls.SetChildIndex(this.stateLogTabPage, 0);
55      this.tabControl.Controls.SetChildIndex(this.detailsTabPage, 0);
56      //
57      // modifyItemButton
58      //
59      this.modifyItemButton.Text = "Show/Modify Optimizer";
60      //
61      // restartButton
62      //
63      this.restartButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
64      this.restartButton.Image = ((System.Drawing.Image)(resources.GetObject("restartButton.Image")));
65      this.restartButton.Location = new System.Drawing.Point(3, 348);
66      this.restartButton.Name = "restartButton";
67      this.restartButton.Size = new System.Drawing.Size(24, 24);
68      this.restartButton.TabIndex = 34;
69      this.restartButton.UseVisualStyleBackColor = true;
70      this.restartButton.Click += new System.EventHandler(this.restartButton_Click);
71      //
72      // pauseButton
73      //
74      this.pauseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
75      this.pauseButton.Enabled = false;
76      this.pauseButton.Image = ((System.Drawing.Image)(resources.GetObject("pauseButton.Image")));
77      this.pauseButton.Location = new System.Drawing.Point(33, 348);
78      this.pauseButton.Name = "pauseButton";
79      this.pauseButton.Size = new System.Drawing.Size(24, 24);
80      this.pauseButton.TabIndex = 35;
81      this.pauseButton.UseVisualStyleBackColor = true;
82      this.pauseButton.Click += new System.EventHandler(this.pauseButton_Click);
83      //
84      // stopButton
85      //
86      this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
87      this.stopButton.Image = ((System.Drawing.Image)(resources.GetObject("stopButton.Image")));
88      this.stopButton.Location = new System.Drawing.Point(63, 348);
89      this.stopButton.Name = "stopButton";
90      this.stopButton.Size = new System.Drawing.Size(24, 24);
91      this.stopButton.TabIndex = 36;
92      this.stopButton.UseVisualStyleBackColor = true;
93      this.stopButton.Click += new System.EventHandler(this.stopButton_Click);
94      //
95      // runsTabPage
96      //
97      this.runsTabPage.Controls.Add(this.runCollectionViewHost);
98      this.runsTabPage.Location = new System.Drawing.Point(4, 22);
99      this.runsTabPage.Name = "runsTabPage";
100      this.runsTabPage.Size = new System.Drawing.Size(563, 375);
101      this.runsTabPage.TabIndex = 6;
102      this.runsTabPage.Text = "Runs";
103      this.runsTabPage.UseVisualStyleBackColor = true;
104      //
105      // runCollectionViewHost
106      //
107      this.runCollectionViewHost.Caption = "View";
108      this.runCollectionViewHost.Content = null;
109      this.runCollectionViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
110      this.runCollectionViewHost.Enabled = false;
111      this.runCollectionViewHost.Location = new System.Drawing.Point(0, 0);
112      this.runCollectionViewHost.Name = "runCollectionViewHost";
113      this.runCollectionViewHost.ReadOnly = false;
114      this.runCollectionViewHost.Size = new System.Drawing.Size(563, 375);
115      this.runCollectionViewHost.TabIndex = 1;
116      this.runCollectionViewHost.ViewsLabelVisible = true;
117      this.runCollectionViewHost.ViewType = null;
118      //
119      // OptimizerHiveTaskView
120      //
121      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
122      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
123      this.Name = "OptimizerHiveTaskView";
124      this.stateLogTabPage.ResumeLayout(false);
125      this.detailsTabPage.ResumeLayout(false);
126      this.jobStatusGroupBox.ResumeLayout(false);
127      this.jobStatusGroupBox.PerformLayout();
128      this.tabControl.ResumeLayout(false);
129      this.configurationGroupBox.ResumeLayout(false);
130      this.configurationGroupBox.PerformLayout();
131      this.runsTabPage.ResumeLayout(false);
132      this.ResumeLayout(false);
133
134    }
135
136    #endregion
137
138    private System.Windows.Forms.Button restartButton;
139    private System.Windows.Forms.Button pauseButton;
140    private System.Windows.Forms.Button stopButton;
141    private System.Windows.Forms.TabPage runsTabPage;
142    private MainForm.WindowsForms.ViewHost runCollectionViewHost;
143
144
145  }
146}
Note: See TracBrowser for help on using the repository browser.