Changeset 2524 for trunk/sources/HeuristicLab.Operators.Programmable/3.3/ProgrammableOperatorView.Designer.cs
- Timestamp:
- 11/23/09 15:17:08 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Operators.Programmable/3.3/ProgrammableOperatorView.Designer.cs
r2520 r2524 57 57 this.variablesTabPage = new System.Windows.Forms.TabPage(); 58 58 this.operatorBaseVariablesView = new HeuristicLab.Core.Views.OperatorBaseVariablesView(); 59 this.constraintsTabPage = new System.Windows.Forms.TabPage();60 this.constrainedItemBaseView = new HeuristicLab.Core.Views.ConstrainedItemBaseView();61 59 this.descriptionTabPage = new System.Windows.Forms.TabPage(); 62 60 this.descriptionTextBox = new System.Windows.Forms.TextBox(); … … 65 63 this.variableInfosTabPage.SuspendLayout(); 66 64 this.variablesTabPage.SuspendLayout(); 67 this.constraintsTabPage.SuspendLayout();68 65 this.descriptionTabPage.SuspendLayout(); 69 66 this.SuspendLayout(); … … 74 71 this.tabControl.Controls.Add(this.variableInfosTabPage); 75 72 this.tabControl.Controls.Add(this.variablesTabPage); 76 this.tabControl.Controls.Add(this.constraintsTabPage);77 73 this.tabControl.Controls.Add(this.descriptionTabPage); 78 74 this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill; … … 206 202 this.operatorBaseVariablesView.TabIndex = 0; 207 203 // 208 // constraintsTabPage209 //210 this.constraintsTabPage.Controls.Add(this.constrainedItemBaseView);211 this.constraintsTabPage.Location = new System.Drawing.Point(4, 22);212 this.constraintsTabPage.Name = "constraintsTabPage";213 this.constraintsTabPage.Padding = new System.Windows.Forms.Padding(3);214 this.constraintsTabPage.Size = new System.Drawing.Size(427, 325);215 this.constraintsTabPage.TabIndex = 3;216 this.constraintsTabPage.Text = "Constraints";217 this.constraintsTabPage.UseVisualStyleBackColor = true;218 //219 // constrainedItemBaseView220 //221 this.constrainedItemBaseView.Caption = "Constrained Item";222 this.constrainedItemBaseView.ConstrainedItem = null;223 this.constrainedItemBaseView.Dock = System.Windows.Forms.DockStyle.Fill;224 this.constrainedItemBaseView.Location = new System.Drawing.Point(3, 3);225 this.constrainedItemBaseView.Name = "constrainedItemBaseView";226 this.constrainedItemBaseView.Size = new System.Drawing.Size(421, 319);227 this.constrainedItemBaseView.TabIndex = 0;228 //229 204 // descriptionTabPage 230 205 // … … 262 237 this.variableInfosTabPage.ResumeLayout(false); 263 238 this.variablesTabPage.ResumeLayout(false); 264 this.constraintsTabPage.ResumeLayout(false);265 239 this.descriptionTabPage.ResumeLayout(false); 266 240 this.descriptionTabPage.PerformLayout(); … … 278 252 private System.Windows.Forms.TabPage variablesTabPage; 279 253 private HeuristicLab.Core.Views.OperatorBaseVariablesView operatorBaseVariablesView; 280 private System.Windows.Forms.TabPage constraintsTabPage;281 private HeuristicLab.Core.Views.ConstrainedItemBaseView constrainedItemBaseView;282 254 private System.Windows.Forms.TabPage descriptionTabPage; 283 255 private System.Windows.Forms.TextBox descriptionTextBox;
Note: See TracChangeset
for help on using the changeset viewer.