Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/15/10 14:34:18 (15 years ago)
Author:
epitzer
Message:

towards migration of ProgrammableOperator to HL 3.3 (#842)

Location:
trunk/sources/HeuristicLab.Operators.Programmable/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Operators.Programmable/3.3

    • Property svn:ignore
      •  

        old new  
         1*.user
         2HeuristicLabOperatorsProgrammablePlugin.cs
        13bin
        24obj
        3 *.user
  • trunk/sources/HeuristicLab.Operators.Programmable/3.3/ProgrammableOperatorView.Designer.cs

    r2524 r2799  
    4545    /// </summary>
    4646    private void InitializeComponent() {
    47       System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProgrammableOperatorView));
     47      System.Windows.Forms.SplitContainer splitContainer1;
     48      System.Windows.Forms.SplitContainer splitContainer2;
     49      System.Windows.Forms.GroupBox groupBox1;
     50      System.Windows.Forms.GroupBox groupBox2;
     51      this.assembliesTreeView = new System.Windows.Forms.TreeView();
     52      this.groupBox3 = new System.Windows.Forms.GroupBox();
     53      this.showCodeButton = new System.Windows.Forms.Button();
     54      this.codeEditor = new HeuristicLab.CodeEditor.CodeEditor();
     55      this.compileButton = new System.Windows.Forms.Button();
    4856      this.tabControl = new System.Windows.Forms.TabControl();
    4957      this.codeTabPage = new System.Windows.Forms.TabPage();
    50       this.infoTextBox = new System.Windows.Forms.TextBox();
    51       this.compileButton = new System.Windows.Forms.Button();
    52       this.codeTextBox = new System.Windows.Forms.TextBox();
    5358      this.variableInfosTabPage = new System.Windows.Forms.TabPage();
    5459      this.removeVariableInfoButton = new System.Windows.Forms.Button();
    5560      this.addVariableInfoButton = new System.Windows.Forms.Button();
    56       this.operatorBaseVariableInfosView = new HeuristicLab.Core.Views.OperatorBaseVariableInfosView();
     61      //this.operatorBaseVariableInfosView = new HeuristicLab.Core.OperatorBaseVariableInfosView();
    5762      this.variablesTabPage = new System.Windows.Forms.TabPage();
    58       this.operatorBaseVariablesView = new HeuristicLab.Core.Views.OperatorBaseVariablesView();
     63      //this.operatorBaseVariablesView = new HeuristicLab.Core.OperatorBaseVariablesView();
     64      this.constraintsTabPage = new System.Windows.Forms.TabPage();
     65      //this.constrainedItemBaseView = new HeuristicLab.Core.ConstrainedItemBaseView();
    5966      this.descriptionTabPage = new System.Windows.Forms.TabPage();
    60       this.descriptionTextBox = new System.Windows.Forms.TextBox();
     67      //this.descriptionTextBox = new System.Windows.Forms.TextBox();
     68      this.namespacesTreeView = new System.Windows.Forms.TreeView();
     69      splitContainer1 = new System.Windows.Forms.SplitContainer();
     70      splitContainer2 = new System.Windows.Forms.SplitContainer();
     71      groupBox1 = new System.Windows.Forms.GroupBox();
     72      groupBox2 = new System.Windows.Forms.GroupBox();
     73      splitContainer1.Panel1.SuspendLayout();
     74      splitContainer1.Panel2.SuspendLayout();
     75      splitContainer1.SuspendLayout();
     76      splitContainer2.Panel1.SuspendLayout();
     77      splitContainer2.Panel2.SuspendLayout();
     78      splitContainer2.SuspendLayout();
     79      groupBox1.SuspendLayout();
     80      groupBox2.SuspendLayout();
     81      this.groupBox3.SuspendLayout();
    6182      this.tabControl.SuspendLayout();
    6283      this.codeTabPage.SuspendLayout();
    6384      this.variableInfosTabPage.SuspendLayout();
    6485      this.variablesTabPage.SuspendLayout();
     86      this.constraintsTabPage.SuspendLayout();
    6587      this.descriptionTabPage.SuspendLayout();
    6688      this.SuspendLayout();
     89      //
     90      // splitContainer1
     91      //
     92      splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     93      splitContainer1.Location = new System.Drawing.Point(3, 3);
     94      splitContainer1.Name = "splitContainer1";
     95      splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     96      //
     97      // splitContainer1.Panel1
     98      //
     99      splitContainer1.Panel1.Controls.Add(splitContainer2);
     100      //
     101      // splitContainer1.Panel2
     102      //
     103      splitContainer1.Panel2.Controls.Add(this.groupBox3);
     104      splitContainer1.Size = new System.Drawing.Size(693, 457);
     105      splitContainer1.SplitterDistance = 85;
     106      splitContainer1.TabIndex = 6;
     107      //
     108      // splitContainer2
     109      //
     110      splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
     111      splitContainer2.Location = new System.Drawing.Point(0, 0);
     112      splitContainer2.Name = "splitContainer2";
     113      //
     114      // splitContainer2.Panel1
     115      //
     116      splitContainer2.Panel1.Controls.Add(groupBox1);
     117      //
     118      // splitContainer2.Panel2
     119      //
     120      splitContainer2.Panel2.Controls.Add(groupBox2);
     121      splitContainer2.Size = new System.Drawing.Size(693, 85);
     122      splitContainer2.SplitterDistance = 340;
     123      splitContainer2.TabIndex = 2;
     124      //
     125      // groupBox1
     126      //
     127      groupBox1.Controls.Add(this.assembliesTreeView);
     128      groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     129      groupBox1.Location = new System.Drawing.Point(0, 0);
     130      groupBox1.Name = "groupBox1";
     131      groupBox1.Size = new System.Drawing.Size(340, 85);
     132      groupBox1.TabIndex = 0;
     133      groupBox1.TabStop = false;
     134      groupBox1.Text = "Assemblies";
     135      //
     136      // assembliesTreeView
     137      //
     138      this.assembliesTreeView.CheckBoxes = true;
     139      this.assembliesTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
     140      this.assembliesTreeView.Location = new System.Drawing.Point(3, 16);
     141      this.assembliesTreeView.Name = "assembliesTreeView";
     142      this.assembliesTreeView.Size = new System.Drawing.Size(334, 66);
     143      this.assembliesTreeView.TabIndex = 1;
     144      this.assembliesTreeView.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.assembliesTreeView_AfterCheck);
     145      //
     146      // groupBox2
     147      //
     148      groupBox2.Controls.Add(this.namespacesTreeView);
     149      groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
     150      groupBox2.Location = new System.Drawing.Point(0, 0);
     151      groupBox2.Name = "groupBox2";
     152      groupBox2.Size = new System.Drawing.Size(349, 85);
     153      groupBox2.TabIndex = 0;
     154      groupBox2.TabStop = false;
     155      groupBox2.Text = "Namespaces";
     156      //
     157      // namespacesTreeView
     158      //
     159      this.namespacesTreeView.CheckBoxes = true;
     160      this.namespacesTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
     161      this.namespacesTreeView.Location = new System.Drawing.Point(3, 16);
     162      this.namespacesTreeView.Name = "namespacesTreeView";
     163      this.namespacesTreeView.PathSeparator = ".";
     164      this.namespacesTreeView.Size = new System.Drawing.Size(343, 66);
     165      this.namespacesTreeView.TabIndex = 2;
     166      this.namespacesTreeView.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.namespacesTreeView_AfterCheck);
     167      //
     168      // groupBox3
     169      //
     170      this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     171                  | System.Windows.Forms.AnchorStyles.Left)
     172                  | System.Windows.Forms.AnchorStyles.Right)));
     173      this.groupBox3.Controls.Add(this.showCodeButton);
     174      this.groupBox3.Controls.Add(this.codeEditor);
     175      this.groupBox3.Controls.Add(this.compileButton);
     176      this.groupBox3.Location = new System.Drawing.Point(3, 2);
     177      this.groupBox3.Name = "groupBox3";
     178      this.groupBox3.Size = new System.Drawing.Size(687, 363);
     179      this.groupBox3.TabIndex = 7;
     180      this.groupBox3.TabStop = false;
     181      this.groupBox3.Text = "Code";
     182      //
     183      // showCodeButton
     184      //
     185      this.showCodeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     186      this.showCodeButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     187      this.showCodeButton.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.ControlDark;
     188      this.showCodeButton.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.GradientActiveCaption;
     189      this.showCodeButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     190      this.showCodeButton.Location = new System.Drawing.Point(467, 333);
     191      this.showCodeButton.Name = "showCodeButton";
     192      this.showCodeButton.Size = new System.Drawing.Size(133, 23);
     193      this.showCodeButton.TabIndex = 4;
     194      this.showCodeButton.Text = "Show Generated Code";
     195      this.showCodeButton.UseVisualStyleBackColor = true;
     196      this.showCodeButton.Click += new System.EventHandler(this.showCodeButton_Click);
     197      //
     198      // compileButton
     199      //
     200      this.compileButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     201      this.compileButton.Location = new System.Drawing.Point(606, 334);
     202      this.compileButton.Name = "compileButton";
     203      this.compileButton.Size = new System.Drawing.Size(75, 23);
     204      this.compileButton.TabIndex = 3;
     205      this.compileButton.Text = "&Compile";
     206      this.compileButton.UseVisualStyleBackColor = true;
     207      this.compileButton.Click += new System.EventHandler(this.compileButton_Click);
    67208      //
    68209      // tabControl
     
    71212      this.tabControl.Controls.Add(this.variableInfosTabPage);
    72213      this.tabControl.Controls.Add(this.variablesTabPage);
     214      this.tabControl.Controls.Add(this.constraintsTabPage);
    73215      this.tabControl.Controls.Add(this.descriptionTabPage);
    74216      this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
     
    76218      this.tabControl.Name = "tabControl";
    77219      this.tabControl.SelectedIndex = 0;
    78       this.tabControl.Size = new System.Drawing.Size(435, 351);
     220      this.tabControl.Size = new System.Drawing.Size(707, 489);
    79221      this.tabControl.TabIndex = 0;
    80222      //
    81223      // codeTabPage
    82224      //
    83       this.codeTabPage.Controls.Add(this.infoTextBox);
    84       this.codeTabPage.Controls.Add(this.compileButton);
    85       this.codeTabPage.Controls.Add(this.codeTextBox);
     225      this.codeTabPage.Controls.Add(splitContainer1);
    86226      this.codeTabPage.Location = new System.Drawing.Point(4, 22);
    87227      this.codeTabPage.Name = "codeTabPage";
    88228      this.codeTabPage.Padding = new System.Windows.Forms.Padding(3);
    89       this.codeTabPage.Size = new System.Drawing.Size(427, 325);
     229      this.codeTabPage.Size = new System.Drawing.Size(699, 463);
    90230      this.codeTabPage.TabIndex = 5;
    91231      this.codeTabPage.Text = "Code";
    92232      this.codeTabPage.UseVisualStyleBackColor = true;
    93233      //
    94       // infoTextBox
    95       //
    96       this.infoTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
    97                   | System.Windows.Forms.AnchorStyles.Right)));
    98       this.infoTextBox.BackColor = System.Drawing.SystemColors.ControlLight;
    99       this.infoTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
    100       this.infoTextBox.Location = new System.Drawing.Point(6, 253);
    101       this.infoTextBox.Multiline = true;
    102       this.infoTextBox.Name = "infoTextBox";
    103       this.infoTextBox.ReadOnly = true;
    104       this.infoTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
    105       this.infoTextBox.Size = new System.Drawing.Size(334, 66);
    106       this.infoTextBox.TabIndex = 2;
    107       this.infoTextBox.Text = resources.GetString("infoTextBox.Text");
    108       //
    109       // compileButton
    110       //
    111       this.compileButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    112       this.compileButton.Location = new System.Drawing.Point(346, 296);
    113       this.compileButton.Name = "compileButton";
    114       this.compileButton.Size = new System.Drawing.Size(75, 23);
    115       this.compileButton.TabIndex = 1;
    116       this.compileButton.Text = "&Compile";
    117       this.compileButton.UseVisualStyleBackColor = true;
    118       this.compileButton.Click += new System.EventHandler(this.compileButton_Click);
    119       //
    120       // codeTextBox
    121       //
    122       this.codeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    123                   | System.Windows.Forms.AnchorStyles.Left)
    124                   | System.Windows.Forms.AnchorStyles.Right)));
    125       this.codeTextBox.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
    126       this.codeTextBox.Location = new System.Drawing.Point(3, 3);
    127       this.codeTextBox.Multiline = true;
    128       this.codeTextBox.Name = "codeTextBox";
    129       this.codeTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
    130       this.codeTextBox.Size = new System.Drawing.Size(421, 244);
    131       this.codeTextBox.TabIndex = 0;
    132       this.codeTextBox.Validated += new System.EventHandler(this.codeTextBox_Validated);
    133       //
    134234      // variableInfosTabPage
    135235      //
    136236      this.variableInfosTabPage.Controls.Add(this.removeVariableInfoButton);
    137237      this.variableInfosTabPage.Controls.Add(this.addVariableInfoButton);
    138       this.variableInfosTabPage.Controls.Add(this.operatorBaseVariableInfosView);
     238      //this.variableInfosTabPage.Controls.Add(this.operatorBaseVariableInfosView);
    139239      this.variableInfosTabPage.Location = new System.Drawing.Point(4, 22);
    140240      this.variableInfosTabPage.Name = "variableInfosTabPage";
    141241      this.variableInfosTabPage.Padding = new System.Windows.Forms.Padding(3);
    142       this.variableInfosTabPage.Size = new System.Drawing.Size(427, 325);
     242      this.variableInfosTabPage.Size = new System.Drawing.Size(699, 463);
    143243      this.variableInfosTabPage.TabIndex = 1;
    144244      this.variableInfosTabPage.Text = "Variable Infos";
     
    149249      this.removeVariableInfoButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    150250      this.removeVariableInfoButton.Enabled = false;
    151       this.removeVariableInfoButton.Location = new System.Drawing.Point(84, 299);
     251      this.removeVariableInfoButton.Location = new System.Drawing.Point(87, 434);
    152252      this.removeVariableInfoButton.Name = "removeVariableInfoButton";
    153253      this.removeVariableInfoButton.Size = new System.Drawing.Size(75, 23);
     
    155255      this.removeVariableInfoButton.Text = "&Remove";
    156256      this.removeVariableInfoButton.UseVisualStyleBackColor = true;
    157       this.removeVariableInfoButton.Click += new System.EventHandler(this.removeVariableInfoButton_Click);
     257      //this.removeVariableInfoButton.Click += new System.EventHandler(this.removeVariableInfoButton_Click);
    158258      //
    159259      // addVariableInfoButton
    160260      //
    161261      this.addVariableInfoButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    162       this.addVariableInfoButton.Location = new System.Drawing.Point(3, 299);
     262      this.addVariableInfoButton.Location = new System.Drawing.Point(6, 434);
    163263      this.addVariableInfoButton.Name = "addVariableInfoButton";
    164264      this.addVariableInfoButton.Size = new System.Drawing.Size(75, 23);
     
    166266      this.addVariableInfoButton.Text = "&Add...";
    167267      this.addVariableInfoButton.UseVisualStyleBackColor = true;
    168       this.addVariableInfoButton.Click += new System.EventHandler(this.addVariableInfoButton_Click);
     268      ///this.addVariableInfoButton.Click += new System.EventHandler(this.addVariableInfoButton_Click);
    169269      //
    170270      // operatorBaseVariableInfosView
    171271      //
    172       this.operatorBaseVariableInfosView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     272      /*this.operatorBaseVariableInfosView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    173273                  | System.Windows.Forms.AnchorStyles.Left)
    174274                  | System.Windows.Forms.AnchorStyles.Right)));
     
    177277      this.operatorBaseVariableInfosView.Name = "operatorBaseVariableInfosView";
    178278      this.operatorBaseVariableInfosView.Operator = null;
    179       this.operatorBaseVariableInfosView.Size = new System.Drawing.Size(421, 290);
     279      this.operatorBaseVariableInfosView.Size = new System.Drawing.Size(690, 425);
    180280      this.operatorBaseVariableInfosView.TabIndex = 0;
    181281      this.operatorBaseVariableInfosView.SelectedVariableInfosChanged += new System.EventHandler(this.operatorBaseVariableInfosView_SelectedVariableInfosChanged);
     282       */
    182283      //
    183284      // variablesTabPage
    184285      //
    185       this.variablesTabPage.Controls.Add(this.operatorBaseVariablesView);
     286      //this.variablesTabPage.Controls.Add(this.operatorBaseVariablesView);
    186287      this.variablesTabPage.Location = new System.Drawing.Point(4, 22);
    187288      this.variablesTabPage.Name = "variablesTabPage";
    188289      this.variablesTabPage.Padding = new System.Windows.Forms.Padding(3);
    189       this.variablesTabPage.Size = new System.Drawing.Size(427, 325);
     290      this.variablesTabPage.Size = new System.Drawing.Size(699, 463);
    190291      this.variablesTabPage.TabIndex = 2;
    191292      this.variablesTabPage.Text = "Local Variables";
     
    194295      // operatorBaseVariablesView
    195296      //
    196       this.operatorBaseVariablesView.Caption = "Operator";
     297      /*this.operatorBaseVariablesView.Caption = "Operator";
    197298      this.operatorBaseVariablesView.Dock = System.Windows.Forms.DockStyle.Fill;
    198299      this.operatorBaseVariablesView.Location = new System.Drawing.Point(3, 3);
    199300      this.operatorBaseVariablesView.Name = "operatorBaseVariablesView";
    200301      this.operatorBaseVariablesView.Operator = null;
    201       this.operatorBaseVariablesView.Size = new System.Drawing.Size(421, 319);
    202       this.operatorBaseVariablesView.TabIndex = 0;
     302      this.operatorBaseVariablesView.Size = new System.Drawing.Size(693, 457);
     303      this.operatorBaseVariablesView.TabIndex = 0; */
     304      //
     305      // constraintsTabPage
     306      //
     307      //this.constraintsTabPage.Controls.Add(this.constrainedItemBaseView);
     308      this.constraintsTabPage.Location = new System.Drawing.Point(4, 22);
     309      this.constraintsTabPage.Name = "constraintsTabPage";
     310      this.constraintsTabPage.Padding = new System.Windows.Forms.Padding(3);
     311      this.constraintsTabPage.Size = new System.Drawing.Size(699, 463);
     312      this.constraintsTabPage.TabIndex = 3;
     313      this.constraintsTabPage.Text = "Constraints";
     314      this.constraintsTabPage.UseVisualStyleBackColor = true;
     315      //
     316      // constrainedItemBaseView
     317      //
     318      /*this.constrainedItemBaseView.Caption = "Constrained Item";
     319      this.constrainedItemBaseView.ConstrainedItem = null;
     320      this.constrainedItemBaseView.Dock = System.Windows.Forms.DockStyle.Fill;
     321      this.constrainedItemBaseView.Location = new System.Drawing.Point(3, 3);
     322      this.constrainedItemBaseView.Name = "constrainedItemBaseView";
     323      this.constrainedItemBaseView.Size = new System.Drawing.Size(693, 457);
     324      this.constrainedItemBaseView.TabIndex = 0; */
    203325      //
    204326      // descriptionTabPage
     
    208330      this.descriptionTabPage.Name = "descriptionTabPage";
    209331      this.descriptionTabPage.Padding = new System.Windows.Forms.Padding(3);
    210       this.descriptionTabPage.Size = new System.Drawing.Size(427, 325);
     332      this.descriptionTabPage.Size = new System.Drawing.Size(699, 463);
    211333      this.descriptionTabPage.TabIndex = 4;
    212334      this.descriptionTabPage.Text = "Description";
     
    215337      // descriptionTextBox
    216338      //
    217       this.descriptionTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
     339      /*this.descriptionTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
    218340      this.descriptionTextBox.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
    219341      this.descriptionTextBox.Location = new System.Drawing.Point(3, 3);
     
    221343      this.descriptionTextBox.Name = "descriptionTextBox";
    222344      this.descriptionTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
    223       this.descriptionTextBox.Size = new System.Drawing.Size(421, 319);
     345      this.descriptionTextBox.Size = new System.Drawing.Size(693, 457);
    224346      this.descriptionTextBox.TabIndex = 0;
    225       this.descriptionTextBox.Validated += new System.EventHandler(this.descriptionTextBox_Validated);
     347      this.descriptionTextBox.Validated += new System.EventHandler(this.descriptionTextBox_Validated); */
     348      //
     349      // codeEditor
     350      //
     351      this.codeEditor.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     352                  | System.Windows.Forms.AnchorStyles.Left)
     353                  | System.Windows.Forms.AnchorStyles.Right)));
     354      this.codeEditor.Location = new System.Drawing.Point(6, 19);
     355      this.codeEditor.Name = "codeEditor";
     356      this.codeEditor.Prefix = "using System;\r\nusing HeuristicLab.Common.Resources;\r\n\r\npublic class Operator {\r\n " +
     357          " public static void Apply(int arg) {";
     358      this.codeEditor.Size = new System.Drawing.Size(675, 309);
     359      this.codeEditor.Suffix = "\n    return null;\n  }\n}";
     360      this.codeEditor.TabIndex = 0;
     361      this.codeEditor.UserCode = "\n\n\n";
     362      this.codeEditor.TextEditorValidated += new System.EventHandler(this.codeEditor_Validated);
    226363      //
    227364      // ProgrammableOperatorView
     
    231368      this.Controls.Add(this.tabControl);
    232369      this.Name = "ProgrammableOperatorView";
    233       this.Size = new System.Drawing.Size(435, 351);
     370      this.Size = new System.Drawing.Size(707, 489);
     371      splitContainer1.Panel1.ResumeLayout(false);
     372      splitContainer1.Panel2.ResumeLayout(false);
     373      splitContainer1.ResumeLayout(false);
     374      splitContainer2.Panel1.ResumeLayout(false);
     375      splitContainer2.Panel2.ResumeLayout(false);
     376      splitContainer2.ResumeLayout(false);
     377      groupBox1.ResumeLayout(false);
     378      groupBox2.ResumeLayout(false);
     379      this.groupBox3.ResumeLayout(false);
    234380      this.tabControl.ResumeLayout(false);
    235381      this.codeTabPage.ResumeLayout(false);
    236       this.codeTabPage.PerformLayout();
    237382      this.variableInfosTabPage.ResumeLayout(false);
    238383      this.variablesTabPage.ResumeLayout(false);
     384      this.constraintsTabPage.ResumeLayout(false);
    239385      this.descriptionTabPage.ResumeLayout(false);
    240386      this.descriptionTabPage.PerformLayout();
     
    247393    private System.Windows.Forms.TabControl tabControl;
    248394    private System.Windows.Forms.TabPage codeTabPage;
    249     private System.Windows.Forms.TextBox codeTextBox;
    250395    private System.Windows.Forms.TabPage variableInfosTabPage;
    251     private HeuristicLab.Core.Views.OperatorBaseVariableInfosView operatorBaseVariableInfosView;
     396    //private HeuristicLab.Core.OperatorBaseVariableInfosView operatorBaseVariableInfosView;
    252397    private System.Windows.Forms.TabPage variablesTabPage;
    253     private HeuristicLab.Core.Views.OperatorBaseVariablesView operatorBaseVariablesView;
     398    //private HeuristicLab.Core.OperatorBaseVariablesView operatorBaseVariablesView;
     399    private System.Windows.Forms.TabPage constraintsTabPage;
     400    //private HeuristicLab.Core.ConstrainedItemBaseView constrainedItemBaseView;
    254401    private System.Windows.Forms.TabPage descriptionTabPage;
    255402    private System.Windows.Forms.TextBox descriptionTextBox;
    256     private System.Windows.Forms.Button compileButton;
    257403    private System.Windows.Forms.Button removeVariableInfoButton;
    258404    private System.Windows.Forms.Button addVariableInfoButton;
    259     private System.Windows.Forms.TextBox infoTextBox;
     405    private System.Windows.Forms.TreeView assembliesTreeView;
     406    private System.Windows.Forms.TreeView namespacesTreeView;
     407    private System.Windows.Forms.GroupBox groupBox3;
     408    private HeuristicLab.CodeEditor.CodeEditor codeEditor;
     409    private System.Windows.Forms.Button compileButton;
     410    private System.Windows.Forms.Button showCodeButton;
     411
    260412
    261413  }
Note: See TracChangeset for help on using the changeset viewer.