Free cookie consent management tool by TermsFeed Policy Generator

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

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

#1174 fixed some small ui glitches

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