[3614] | 1 | namespace HeuristicLab.Optimization.Views {
|
---|
| 2 | partial class RunCollectionComparisonConstraintView {
|
---|
| 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.txtConstraintData = new System.Windows.Forms.TextBox();
|
---|
| 28 | this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
|
---|
| 29 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
| 30 | this.SuspendLayout();
|
---|
| 31 | //
|
---|
| 32 | // txtConstraintData
|
---|
| 33 | //
|
---|
| 34 | this.txtConstraintData.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 35 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 36 | this.txtConstraintData.Location = new System.Drawing.Point(127, 56);
|
---|
| 37 | this.txtConstraintData.Name = "txtConstraintData";
|
---|
| 38 | this.txtConstraintData.Size = new System.Drawing.Size(246, 20);
|
---|
| 39 | this.txtConstraintData.TabIndex = 9;
|
---|
| 40 | this.txtConstraintData.TextChanged += new System.EventHandler(this.txtConstraintData_TextChanged);
|
---|
| 41 | this.txtConstraintData.Validating += new System.ComponentModel.CancelEventHandler(this.txtConstraintData_Validating);
|
---|
| 42 | //
|
---|
| 43 | // errorProvider
|
---|
| 44 | //
|
---|
| 45 | this.errorProvider.ContainerControl = this;
|
---|
| 46 | //
|
---|
| 47 | // RunCollectionComparisonConstraintView
|
---|
| 48 | //
|
---|
| 49 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 50 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
| 51 | this.Controls.Add(this.txtConstraintData);
|
---|
| 52 | this.errorProvider.SetIconAlignment(this, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
| 53 | this.Name = "RunCollectionComparisonConstraintView";
|
---|
| 54 | this.Controls.SetChildIndex(this.txtConstraintData, 0);
|
---|
| 55 | this.Controls.SetChildIndex(this.cmbConstraintOperation, 0);
|
---|
| 56 | this.Controls.SetChildIndex(this.cmbConstraintColumn, 0);
|
---|
| 57 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
| 58 | this.ResumeLayout(false);
|
---|
| 59 | this.PerformLayout();
|
---|
| 60 |
|
---|
| 61 | }
|
---|
| 62 |
|
---|
| 63 | #endregion
|
---|
| 64 |
|
---|
| 65 | private System.Windows.Forms.TextBox txtConstraintData;
|
---|
| 66 | private System.Windows.Forms.ErrorProvider errorProvider;
|
---|
| 67 | }
|
---|
| 68 | }
|
---|