Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/08/19 15:29:49 (5 years ago)
Author:
chaider
Message:

#2971 Changed IntervalConstraints View

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis.Views/3.4/ParsedConstraintView.designer.cs

    r16756 r16772  
    2424    /// </summary>
    2525    private void InitializeComponent() {
     26      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ParsedConstraintView));
    2627      this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     28      this.groupBox1 = new System.Windows.Forms.GroupBox();
     29      this.constraintsInput = new System.Windows.Forms.TextBox();
    2730      this.parseBtn = new System.Windows.Forms.Button();
    28       this.constraintsOutput = new System.Windows.Forms.TextBox();
    29       this.constraintsInput = new System.Windows.Forms.TextBox();
     31      this.label1 = new System.Windows.Forms.Label();
     32      this.groupBox2 = new System.Windows.Forms.GroupBox();
     33      //this.constraintsOutput = new System.Windows.Forms.Label();
     34      this.constraintsOutput = new HeuristicLab.Core.Views.ItemListView<IntervalConstraint>();
     35      this.errorOutput = new System.Windows.Forms.Label();
    3036      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
    3137      this.splitContainer1.Panel1.SuspendLayout();
    3238      this.splitContainer1.Panel2.SuspendLayout();
    3339      this.splitContainer1.SuspendLayout();
     40      this.groupBox1.SuspendLayout();
     41      this.groupBox2.SuspendLayout();
    3442      this.SuspendLayout();
    3543      //
     
    3947      this.splitContainer1.Location = new System.Drawing.Point(0, 0);
    4048      this.splitContainer1.Name = "splitContainer1";
    41       this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
    4249      //
    4350      // splitContainer1.Panel1
    4451      //
    45       this.splitContainer1.Panel1.Controls.Add(this.constraintsInput);
    46       this.splitContainer1.Panel1.Controls.Add(this.constraintsOutput);
     52      this.splitContainer1.Panel1.Controls.Add(this.groupBox1);
    4753      //
    4854      // splitContainer1.Panel2
    4955      //
    50       this.splitContainer1.Panel2.Controls.Add(this.parseBtn);
    51       this.splitContainer1.Size = new System.Drawing.Size(517, 386);
    52       this.splitContainer1.SplitterDistance = 347;
     56      this.splitContainer1.Panel2.Controls.Add(this.groupBox2);
     57      this.splitContainer1.Size = new System.Drawing.Size(888, 629);
     58      this.splitContainer1.SplitterDistance = 296;
    5359      this.splitContainer1.TabIndex = 0;
     60      //
     61      // groupBox1
     62      //
     63      this.groupBox1.Controls.Add(this.constraintsInput);
     64      this.groupBox1.Controls.Add(this.parseBtn);
     65      this.groupBox1.Controls.Add(this.label1);
     66      this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     67      this.groupBox1.Location = new System.Drawing.Point(0, 0);
     68      this.groupBox1.Name = "groupBox1";
     69      this.groupBox1.Size = new System.Drawing.Size(296, 629);
     70      this.groupBox1.TabIndex = 3;
     71      this.groupBox1.TabStop = false;
     72      this.groupBox1.Text = "Constraints Input";
     73      //
     74      // constraintsInput
     75      //
     76      this.constraintsInput.AcceptsTab = true;
     77      this.constraintsInput.Dock = System.Windows.Forms.DockStyle.Fill;
     78      this.constraintsInput.Location = new System.Drawing.Point(3, 198);
     79      this.constraintsInput.Multiline = true;
     80      this.constraintsInput.Name = "constraintsInput";
     81      this.constraintsInput.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     82      this.constraintsInput.Size = new System.Drawing.Size(290, 405);
     83      this.constraintsInput.TabIndex = 2;
     84      this.constraintsInput.TextChanged += new System.EventHandler(this.constraintsInput_TextChanged);
    5485      //
    5586      // parseBtn
    5687      //
    57       this.parseBtn.Location = new System.Drawing.Point(3, 3);
     88      this.parseBtn.Dock = System.Windows.Forms.DockStyle.Bottom;
     89      this.parseBtn.Location = new System.Drawing.Point(3, 603);
    5890      this.parseBtn.Name = "parseBtn";
    59       this.parseBtn.Size = new System.Drawing.Size(75, 23);
    60       this.parseBtn.TabIndex = 0;
    61       this.parseBtn.Text = "Parse";
     91      this.parseBtn.Size = new System.Drawing.Size(290, 23);
     92      this.parseBtn.TabIndex = 1;
     93      this.parseBtn.Text = "Parse Constraints";
    6294      this.parseBtn.UseVisualStyleBackColor = true;
    6395      this.parseBtn.Click += new System.EventHandler(this.parseBtn_Click);
    6496      //
     97      // label1
     98      //
     99      this.label1.AutoSize = true;
     100      this.label1.Dock = System.Windows.Forms.DockStyle.Top;
     101      this.label1.Location = new System.Drawing.Point(3, 16);
     102      this.label1.Name = "label1";
     103      this.label1.Size = new System.Drawing.Size(250, 182);
     104      this.label1.TabIndex = 0;
     105      this.label1.Text = resources.GetString("label1.Text");
     106      //
     107      // groupBox2
     108      //
     109      this.groupBox2.Controls.Add(this.constraintsOutput);
     110      this.groupBox2.Controls.Add(this.errorOutput);
     111      this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
     112      this.groupBox2.Location = new System.Drawing.Point(0, 0);
     113      this.groupBox2.Name = "groupBox2";
     114      this.groupBox2.Size = new System.Drawing.Size(588, 629);
     115      this.groupBox2.TabIndex = 0;
     116      this.groupBox2.TabStop = false;
     117      this.groupBox2.Text = "Parsed Constraints";
     118      //
    65119      // constraintsOutput
    66120      //
    67       this.constraintsOutput.Dock = System.Windows.Forms.DockStyle.Right;
    68       this.constraintsOutput.Location = new System.Drawing.Point(276, 0);
    69       this.constraintsOutput.Multiline = true;
     121      this.constraintsOutput.Dock = System.Windows.Forms.DockStyle.Fill;
     122      this.constraintsOutput.Location = new System.Drawing.Point(3, 16);
    70123      this.constraintsOutput.Name = "constraintsOutput";
    71       this.constraintsOutput.Size = new System.Drawing.Size(241, 347);
    72       this.constraintsOutput.TabIndex = 0;
     124      this.constraintsOutput.Size = new System.Drawing.Size(582, 587);
     125      this.constraintsOutput.TabIndex = 2;
    73126      //
    74       // constraintsInput
     127      // errorOutput
    75128      //
    76       this.constraintsInput.Dock = System.Windows.Forms.DockStyle.Left;
    77       this.constraintsInput.Location = new System.Drawing.Point(0, 0);
    78       this.constraintsInput.Multiline = true;
    79       this.constraintsInput.Name = "constraintsInput";
    80       this.constraintsInput.Size = new System.Drawing.Size(241, 347);
    81       this.constraintsInput.TabIndex = 1;
     129      this.errorOutput.Dock = System.Windows.Forms.DockStyle.Bottom;
     130      this.errorOutput.ForeColor = System.Drawing.Color.Red;
     131      this.errorOutput.Location = new System.Drawing.Point(3, 603);
     132      this.errorOutput.Name = "errorOutput";
     133      this.errorOutput.Size = new System.Drawing.Size(582, 23);
     134      this.errorOutput.TabIndex = 1;
     135      this.errorOutput.Text = "ERROR";
     136      this.errorOutput.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
    82137      //
    83138      // ParsedConstraintView
     
    87142      this.Controls.Add(this.splitContainer1);
    88143      this.Name = "ParsedConstraintView";
    89       this.Size = new System.Drawing.Size(517, 386);
     144      this.Size = new System.Drawing.Size(888, 629);
    90145      this.splitContainer1.Panel1.ResumeLayout(false);
    91       this.splitContainer1.Panel1.PerformLayout();
    92146      this.splitContainer1.Panel2.ResumeLayout(false);
    93147      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
    94148      this.splitContainer1.ResumeLayout(false);
     149      this.groupBox1.ResumeLayout(false);
     150      this.groupBox1.PerformLayout();
     151      this.groupBox2.ResumeLayout(false);
    95152      this.ResumeLayout(false);
    96153
     
    100157
    101158    private System.Windows.Forms.SplitContainer splitContainer1;
     159    private System.Windows.Forms.GroupBox groupBox1;
    102160    private System.Windows.Forms.Button parseBtn;
     161    private System.Windows.Forms.Label label1;
    103162    private System.Windows.Forms.TextBox constraintsInput;
    104     private System.Windows.Forms.TextBox constraintsOutput;
     163    private System.Windows.Forms.GroupBox groupBox2;
     164    private System.Windows.Forms.Label errorOutput;
     165
     166    //private System.Windows.Forms.Label constraintsOutput;
     167    private HeuristicLab.Core.Views.ItemListView<IntervalConstraint> constraintsOutput;
    105168  }
    106169}
Note: See TracChangeset for help on using the changeset viewer.