Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/RunCreation/Views/OKBRunConfigSelectionView.Designer.cs @ 7580

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

#1174 added view for uploading existing runs from an experiment

File size: 7.6 KB
Line 
1namespace HeuristicLab.Clients.OKB.RunCreation {
2  partial class OKBRunConfigSelectionView {
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      this.components = new System.ComponentModel.Container();
27      this.lblRunName = new System.Windows.Forms.Label();
28      this.cmbAlgorithm = new System.Windows.Forms.ComboBox();
29      this.cmbProblem = new System.Windows.Forms.ComboBox();
30      this.label1 = new System.Windows.Forms.Label();
31      this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
32      this.txtRunName = new System.Windows.Forms.TextBox();
33      this.label2 = new System.Windows.Forms.Label();
34      this.chkUpload = new System.Windows.Forms.CheckBox();
35      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
36      this.tableLayoutPanel1.SuspendLayout();
37      this.SuspendLayout();
38      //
39      // lblRunName
40      //
41      this.lblRunName.Anchor = System.Windows.Forms.AnchorStyles.None;
42      this.lblRunName.AutoSize = true;
43      this.lblRunName.Location = new System.Drawing.Point(40, 7);
44      this.lblRunName.Name = "lblRunName";
45      this.lblRunName.Size = new System.Drawing.Size(61, 13);
46      this.lblRunName.TabIndex = 0;
47      this.lblRunName.Text = "Run Name:";
48      //
49      // cmbAlgorithm
50      //
51      this.cmbAlgorithm.Anchor = System.Windows.Forms.AnchorStyles.None;
52      this.cmbAlgorithm.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
53      this.cmbAlgorithm.FormattingEnabled = true;
54      this.cmbAlgorithm.Location = new System.Drawing.Point(426, 3);
55      this.cmbAlgorithm.Name = "cmbAlgorithm";
56      this.cmbAlgorithm.Size = new System.Drawing.Size(135, 21);
57      this.cmbAlgorithm.TabIndex = 1;
58      //
59      // cmbProblem
60      //
61      this.cmbProblem.Anchor = System.Windows.Forms.AnchorStyles.None;
62      this.cmbProblem.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
63      this.cmbProblem.FormattingEnabled = true;
64      this.cmbProblem.Location = new System.Drawing.Point(708, 3);
65      this.cmbProblem.Name = "cmbProblem";
66      this.cmbProblem.Size = new System.Drawing.Size(135, 21);
67      this.cmbProblem.TabIndex = 2;
68      //
69      // label1
70      //
71      this.label1.Anchor = System.Windows.Forms.AnchorStyles.None;
72      this.label1.AutoSize = true;
73      this.label1.Location = new System.Drawing.Point(313, 7);
74      this.label1.Name = "label1";
75      this.label1.Size = new System.Drawing.Size(78, 13);
76      this.label1.TabIndex = 3;
77      this.label1.Text = "OKB Algorithm:";
78      //
79      // tableLayoutPanel1
80      //
81      this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
82                  | System.Windows.Forms.AnchorStyles.Right)));
83      this.tableLayoutPanel1.ColumnCount = 7;
84      this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
85      this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
86      this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
87      this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
88      this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
89      this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
90      this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 39F));
91      this.tableLayoutPanel1.Controls.Add(this.lblRunName, 0, 0);
92      this.tableLayoutPanel1.Controls.Add(this.cmbProblem, 5, 0);
93      this.tableLayoutPanel1.Controls.Add(this.cmbAlgorithm, 3, 0);
94      this.tableLayoutPanel1.Controls.Add(this.txtRunName, 1, 0);
95      this.tableLayoutPanel1.Controls.Add(this.label2, 4, 0);
96      this.tableLayoutPanel1.Controls.Add(this.label1, 2, 0);
97      this.tableLayoutPanel1.Controls.Add(this.chkUpload, 6, 0);
98      this.tableLayoutPanel1.Location = new System.Drawing.Point(4, 3);
99      this.tableLayoutPanel1.Name = "tableLayoutPanel1";
100      this.tableLayoutPanel1.RowCount = 1;
101      this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
102      this.tableLayoutPanel1.Size = new System.Drawing.Size(891, 26);
103      this.tableLayoutPanel1.TabIndex = 5;
104      //
105      // txtRunName
106      //
107      this.txtRunName.Anchor = System.Windows.Forms.AnchorStyles.None;
108      this.txtRunName.Location = new System.Drawing.Point(144, 3);
109      this.txtRunName.Name = "txtRunName";
110      this.txtRunName.Size = new System.Drawing.Size(135, 20);
111      this.txtRunName.TabIndex = 4;
112      //
113      // label2
114      //
115      this.label2.Anchor = System.Windows.Forms.AnchorStyles.None;
116      this.label2.AutoSize = true;
117      this.label2.Location = new System.Drawing.Point(598, 7);
118      this.label2.Name = "label2";
119      this.label2.Size = new System.Drawing.Size(73, 13);
120      this.label2.TabIndex = 5;
121      this.label2.Text = "OKB Problem:";
122      //
123      // chkUpload
124      //
125      this.chkUpload.Anchor = System.Windows.Forms.AnchorStyles.None;
126      this.chkUpload.AutoSize = true;
127      this.chkUpload.Checked = true;
128      this.chkUpload.CheckState = System.Windows.Forms.CheckState.Checked;
129      this.chkUpload.Location = new System.Drawing.Point(861, 6);
130      this.chkUpload.Name = "chkUpload";
131      this.chkUpload.Size = new System.Drawing.Size(15, 14);
132      this.chkUpload.TabIndex = 6;
133      this.toolTip.SetToolTip(this.chkUpload, "If checked the run will bei uploaded to the OKB.");
134      this.chkUpload.UseVisualStyleBackColor = true;
135      //
136      // OKBRunConfigSelectionView
137      //
138      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
139      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
140      this.Controls.Add(this.tableLayoutPanel1);
141      this.Name = "OKBRunConfigSelectionView";
142      this.Size = new System.Drawing.Size(898, 34);
143      this.tableLayoutPanel1.ResumeLayout(false);
144      this.tableLayoutPanel1.PerformLayout();
145      this.ResumeLayout(false);
146
147    }
148
149    #endregion
150
151    private System.Windows.Forms.Label lblRunName;
152    private System.Windows.Forms.ComboBox cmbAlgorithm;
153    private System.Windows.Forms.ComboBox cmbProblem;
154    private System.Windows.Forms.Label label1;
155    private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
156    private System.Windows.Forms.TextBox txtRunName;
157    private System.Windows.Forms.Label label2;
158    private System.Windows.Forms.CheckBox chkUpload;
159    private System.Windows.Forms.ToolTip toolTip;
160  }
161}
Note: See TracBrowser for help on using the repository browser.