Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionTypeCompatibilityConstraintView.Designer.cs @ 3614

Last change on this file since 3614 was 3614, checked in by mkommend, 14 years ago

implemented first version of RunConstraints (ticket #970)

File size: 2.3 KB
Line 
1namespace HeuristicLab.Optimization.Views {
2  partial class RunCollectionTypeCompatibilityConstraintView {
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.cmbType = new System.Windows.Forms.ComboBox();
27      this.SuspendLayout();
28      //
29      // cmbType
30      //
31      this.cmbType.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
32                  | System.Windows.Forms.AnchorStyles.Right)));
33      this.cmbType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
34      this.cmbType.FormattingEnabled = true;
35      this.cmbType.Location = new System.Drawing.Point(127, 55);
36      this.cmbType.Name = "cmbType";
37      this.cmbType.Size = new System.Drawing.Size(246, 21);
38      this.cmbType.TabIndex = 9;
39      this.cmbType.SelectedIndexChanged += new System.EventHandler(this.cmbType_SelectedIndexChanged);
40      //
41      // RunCollectionTypeCompatibilityConstraintView
42      //
43      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
44      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
45      this.Controls.Add(this.cmbType);
46      this.Name = "RunCollectionTypeCompatibilityConstraintView";
47      this.Controls.SetChildIndex(this.cmbType, 0);
48      this.Controls.SetChildIndex(this.cmbConstraintOperation, 0);
49      this.Controls.SetChildIndex(this.cmbConstraintColumn, 0);
50      this.ResumeLayout(false);
51      this.PerformLayout();
52
53    }
54
55    #endregion
56
57    private System.Windows.Forms.ComboBox cmbType;
58
59  }
60}
Note: See TracBrowser for help on using the repository browser.