Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/19/16 08:49:23 (8 years ago)
Author:
abeham
Message:

#2457: Added characteristic calculator for qap and adapted expert system view

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PerformanceComparison/HeuristicLab.OptimizationExpertSystem.Views/3.3/ExpertSystemView.Designer.cs

    r13485 r13551  
    3434    /// </summary>
    3535    private void InitializeComponent() {
    36       System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ExpertSystemView));
    3736      this.evaluationsLimitabel = new System.Windows.Forms.Label();
    3837      this.maxEvaluationsTextBox = new System.Windows.Forms.TextBox();
     
    4039      this.problemTabPage = new System.Windows.Forms.TabPage();
    4140      this.problemViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    42       this.openProblemButton = new System.Windows.Forms.Button();
    43       this.newProblemButton = new System.Windows.Forms.Button();
    4441      this.algorithmTabPage = new System.Windows.Forms.TabPage();
    4542      this.algorithmViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
     
    4744      this.suggestedInstancesComboBox = new System.Windows.Forms.ComboBox();
    4845      this.runsTabPage = new System.Windows.Forms.TabPage();
     46      this.runsView = new HeuristicLab.Optimization.Views.RunCollectionView();
    4947      this.okbTabPage = new System.Windows.Forms.TabPage();
    50       this.algorithmInstancesViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
     48      this.kbViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    5149      this.problemInstancesTabPage = new System.Windows.Forms.TabPage();
    5250      this.problemInstancesView = new HeuristicLab.MainForm.WindowsForms.ViewHost();
     
    5452      this.dragFLAHereLabel = new System.Windows.Forms.Label();
    5553      this.refreshMapButton = new System.Windows.Forms.Button();
     54      this.progressPanel = new System.Windows.Forms.Panel();
     55      this.okbDownloadButton = new System.Windows.Forms.Button();
    5656      this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
    57       this.okbDownloadButton = new System.Windows.Forms.Button();
    58       this.runsView = new HeuristicLab.Optimization.Views.RunCollectionView();
    59       this.progressPanel = new System.Windows.Forms.Panel();
     57      this.algorithmStartButton = new System.Windows.Forms.Button();
    6058      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    6159      this.tabControl.SuspendLayout();
     
    9088      // maxEvaluationsTextBox
    9189      //
    92       this.maxEvaluationsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     90      this.maxEvaluationsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    9391            | System.Windows.Forms.AnchorStyles.Right)));
    9492      this.maxEvaluationsTextBox.Location = new System.Drawing.Point(75, 26);
     
    10199      //
    102100      this.tabControl.AllowDrop = true;
    103       this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    104             | System.Windows.Forms.AnchorStyles.Left) 
     101      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     102            | System.Windows.Forms.AnchorStyles.Left)
    105103            | System.Windows.Forms.AnchorStyles.Right)));
    106104      this.tabControl.Controls.Add(this.problemTabPage);
     
    109107      this.tabControl.Controls.Add(this.okbTabPage);
    110108      this.tabControl.Controls.Add(this.problemInstancesTabPage);
    111       this.tabControl.Location = new System.Drawing.Point(0, 52);
     109      this.tabControl.Location = new System.Drawing.Point(0, 81);
    112110      this.tabControl.Name = "tabControl";
    113111      this.tabControl.SelectedIndex = 0;
    114       this.tabControl.Size = new System.Drawing.Size(546, 361);
     112      this.tabControl.Size = new System.Drawing.Size(546, 332);
    115113      this.tabControl.TabIndex = 17;
    116114      //
     
    119117      this.problemTabPage.AllowDrop = true;
    120118      this.problemTabPage.Controls.Add(this.problemViewHost);
    121       this.problemTabPage.Controls.Add(this.openProblemButton);
    122       this.problemTabPage.Controls.Add(this.newProblemButton);
    123119      this.problemTabPage.Location = new System.Drawing.Point(4, 22);
    124120      this.problemTabPage.Name = "problemTabPage";
    125121      this.problemTabPage.Padding = new System.Windows.Forms.Padding(3);
    126       this.problemTabPage.Size = new System.Drawing.Size(538, 335);
     122      this.problemTabPage.Size = new System.Drawing.Size(538, 306);
    127123      this.problemTabPage.TabIndex = 1;
    128124      this.problemTabPage.Text = "Problem";
    129125      this.problemTabPage.UseVisualStyleBackColor = true;
    130       this.problemTabPage.DragDrop += new System.Windows.Forms.DragEventHandler(this.problemTabPage_DragDrop);
    131       this.problemTabPage.DragEnter += new System.Windows.Forms.DragEventHandler(this.problemTabPage_DragEnterOver);
    132       this.problemTabPage.DragOver += new System.Windows.Forms.DragEventHandler(this.problemTabPage_DragEnterOver);
    133126      //
    134127      // problemViewHost
    135128      //
    136       this.problemViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    137             | System.Windows.Forms.AnchorStyles.Left)
    138             | System.Windows.Forms.AnchorStyles.Right)));
    139129      this.problemViewHost.Caption = "View";
    140130      this.problemViewHost.Content = null;
     131      this.problemViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
    141132      this.problemViewHost.Enabled = false;
    142       this.problemViewHost.Location = new System.Drawing.Point(6, 36);
     133      this.problemViewHost.Location = new System.Drawing.Point(3, 3);
    143134      this.problemViewHost.Name = "problemViewHost";
    144135      this.problemViewHost.ReadOnly = false;
    145       this.problemViewHost.Size = new System.Drawing.Size(526, 293);
     136      this.problemViewHost.Size = new System.Drawing.Size(532, 300);
    146137      this.problemViewHost.TabIndex = 2;
    147       this.problemViewHost.ViewsLabelVisible = true;
     138      this.problemViewHost.ViewsLabelVisible = false;
    148139      this.problemViewHost.ViewType = null;
    149140      //
    150       // openProblemButton
    151       //
    152       this.openProblemButton.Image = ((System.Drawing.Image)(resources.GetObject("openProblemButton.Image")));
    153       this.openProblemButton.Location = new System.Drawing.Point(36, 6);
    154       this.openProblemButton.Name = "openProblemButton";
    155       this.openProblemButton.Size = new System.Drawing.Size(24, 24);
    156       this.openProblemButton.TabIndex = 1;
    157       this.toolTip.SetToolTip(this.openProblemButton, "Open Problem");
    158       this.openProblemButton.UseVisualStyleBackColor = true;
    159       this.openProblemButton.Click += new System.EventHandler(this.openProblemButton_Click);
    160       //
    161       // newProblemButton
    162       //
    163       this.newProblemButton.Image = ((System.Drawing.Image)(resources.GetObject("newProblemButton.Image")));
    164       this.newProblemButton.Location = new System.Drawing.Point(6, 6);
    165       this.newProblemButton.Name = "newProblemButton";
    166       this.newProblemButton.Size = new System.Drawing.Size(24, 24);
    167       this.newProblemButton.TabIndex = 0;
    168       this.toolTip.SetToolTip(this.newProblemButton, "New Problem");
    169       this.newProblemButton.UseVisualStyleBackColor = true;
    170       this.newProblemButton.Click += new System.EventHandler(this.newProblemButton_Click);
    171       //
    172141      // algorithmTabPage
    173142      //
     143      this.algorithmTabPage.Controls.Add(this.algorithmStartButton);
    174144      this.algorithmTabPage.Controls.Add(this.algorithmViewHost);
    175145      this.algorithmTabPage.Controls.Add(this.algorithmSuggestionLabel);
     
    178148      this.algorithmTabPage.Name = "algorithmTabPage";
    179149      this.algorithmTabPage.Padding = new System.Windows.Forms.Padding(3);
    180       this.algorithmTabPage.Size = new System.Drawing.Size(538, 335);
     150      this.algorithmTabPage.Size = new System.Drawing.Size(538, 306);
    181151      this.algorithmTabPage.TabIndex = 4;
    182152      this.algorithmTabPage.Text = "Algorithm";
     
    185155      // algorithmViewHost
    186156      //
    187       this.algorithmViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    188             | System.Windows.Forms.AnchorStyles.Left) 
     157      this.algorithmViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     158            | System.Windows.Forms.AnchorStyles.Left)
    189159            | System.Windows.Forms.AnchorStyles.Right)));
    190160      this.algorithmViewHost.Caption = "View";
     
    194164      this.algorithmViewHost.Name = "algorithmViewHost";
    195165      this.algorithmViewHost.ReadOnly = false;
    196       this.algorithmViewHost.Size = new System.Drawing.Size(526, 293);
     166      this.algorithmViewHost.Size = new System.Drawing.Size(526, 264);
    197167      this.algorithmViewHost.TabIndex = 2;
    198168      this.algorithmViewHost.ViewsLabelVisible = true;
     
    210180      // suggestedInstancesComboBox
    211181      //
    212       this.suggestedInstancesComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     182      this.suggestedInstancesComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    213183            | System.Windows.Forms.AnchorStyles.Right)));
    214184      this.suggestedInstancesComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     
    216186      this.suggestedInstancesComboBox.Location = new System.Drawing.Point(178, 6);
    217187      this.suggestedInstancesComboBox.Name = "suggestedInstancesComboBox";
    218       this.suggestedInstancesComboBox.Size = new System.Drawing.Size(354, 21);
     188      this.suggestedInstancesComboBox.Size = new System.Drawing.Size(322, 21);
    219189      this.suggestedInstancesComboBox.TabIndex = 0;
    220       this.suggestedInstancesComboBox.SelectedIndexChanged += new System.EventHandler(this.suggestedInstancesComboBox_SelectedIndexChanged);
    221190      //
    222191      // runsTabPage
     
    226195      this.runsTabPage.Name = "runsTabPage";
    227196      this.runsTabPage.Padding = new System.Windows.Forms.Padding(3);
    228       this.runsTabPage.Size = new System.Drawing.Size(538, 335);
     197      this.runsTabPage.Size = new System.Drawing.Size(538, 306);
    229198      this.runsTabPage.TabIndex = 3;
    230199      this.runsTabPage.Text = "Runs";
    231200      this.runsTabPage.UseVisualStyleBackColor = true;
    232201      //
     202      // runsView
     203      //
     204      this.runsView.Caption = "RunCollection View";
     205      this.runsView.Content = null;
     206      this.runsView.Dock = System.Windows.Forms.DockStyle.Fill;
     207      this.runsView.Location = new System.Drawing.Point(3, 3);
     208      this.runsView.Name = "runsView";
     209      this.runsView.ReadOnly = false;
     210      this.runsView.Size = new System.Drawing.Size(532, 300);
     211      this.runsView.TabIndex = 1;
     212      //
    233213      // okbTabPage
    234214      //
    235       this.okbTabPage.Controls.Add(this.progressPanel);
    236       this.okbTabPage.Controls.Add(this.okbDownloadButton);
    237       this.okbTabPage.Controls.Add(this.algorithmInstancesViewHost);
     215      this.okbTabPage.Controls.Add(this.kbViewHost);
    238216      this.okbTabPage.Location = new System.Drawing.Point(4, 22);
    239217      this.okbTabPage.Name = "okbTabPage";
    240218      this.okbTabPage.Padding = new System.Windows.Forms.Padding(3);
    241       this.okbTabPage.Size = new System.Drawing.Size(538, 335);
     219      this.okbTabPage.Size = new System.Drawing.Size(538, 306);
    242220      this.okbTabPage.TabIndex = 5;
    243221      this.okbTabPage.Text = "Knowledge Base";
    244222      this.okbTabPage.UseVisualStyleBackColor = true;
    245223      //
    246       // algorithmInstancesViewHost
    247       //
    248       this.algorithmInstancesViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    249             | System.Windows.Forms.AnchorStyles.Left)
    250             | System.Windows.Forms.AnchorStyles.Right)));
    251       this.algorithmInstancesViewHost.Caption = "View";
    252       this.algorithmInstancesViewHost.Content = null;
    253       this.algorithmInstancesViewHost.Enabled = false;
    254       this.algorithmInstancesViewHost.Location = new System.Drawing.Point(3, 35);
    255       this.algorithmInstancesViewHost.Name = "algorithmInstancesViewHost";
    256       this.algorithmInstancesViewHost.ReadOnly = false;
    257       this.algorithmInstancesViewHost.Size = new System.Drawing.Size(532, 297);
    258       this.algorithmInstancesViewHost.TabIndex = 0;
    259       this.algorithmInstancesViewHost.ViewsLabelVisible = true;
    260       this.algorithmInstancesViewHost.ViewType = null;
     224      // kbViewHost
     225      //
     226      this.kbViewHost.Caption = "View";
     227      this.kbViewHost.Content = null;
     228      this.kbViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
     229      this.kbViewHost.Enabled = false;
     230      this.kbViewHost.Location = new System.Drawing.Point(3, 3);
     231      this.kbViewHost.Name = "kbViewHost";
     232      this.kbViewHost.ReadOnly = true;
     233      this.kbViewHost.Size = new System.Drawing.Size(532, 300);
     234      this.kbViewHost.TabIndex = 3;
     235      this.kbViewHost.ViewsLabelVisible = true;
     236      this.kbViewHost.ViewType = null;
    261237      //
    262238      // problemInstancesTabPage
     
    268244      this.problemInstancesTabPage.Name = "problemInstancesTabPage";
    269245      this.problemInstancesTabPage.Padding = new System.Windows.Forms.Padding(3);
    270       this.problemInstancesTabPage.Size = new System.Drawing.Size(538, 335);
     246      this.problemInstancesTabPage.Size = new System.Drawing.Size(538, 306);
    271247      this.problemInstancesTabPage.TabIndex = 6;
    272248      this.problemInstancesTabPage.Text = "Problem Instances";
     
    275251      // problemInstancesView
    276252      //
    277       this.problemInstancesView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    278             | System.Windows.Forms.AnchorStyles.Left) 
     253      this.problemInstancesView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     254            | System.Windows.Forms.AnchorStyles.Left)
    279255            | System.Windows.Forms.AnchorStyles.Right)));
    280256      this.problemInstancesView.Caption = "View";
     
    284260      this.problemInstancesView.Name = "problemInstancesView";
    285261      this.problemInstancesView.ReadOnly = false;
    286       this.problemInstancesView.Size = new System.Drawing.Size(532, 298);
     262      this.problemInstancesView.Size = new System.Drawing.Size(532, 269);
    287263      this.problemInstancesView.TabIndex = 3;
    288264      this.problemInstancesView.ViewsLabelVisible = true;
     
    292268      //
    293269      this.instancesDropPanel.AllowDrop = true;
    294       this.instancesDropPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     270      this.instancesDropPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    295271            | System.Windows.Forms.AnchorStyles.Right)));
    296272      this.instancesDropPanel.BackColor = System.Drawing.Color.LightYellow;
     
    326302      this.refreshMapButton.Click += new System.EventHandler(this.refreshMapButton_Click);
    327303      //
     304      // progressPanel
     305      //
     306      this.progressPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     307            | System.Windows.Forms.AnchorStyles.Left)
     308            | System.Windows.Forms.AnchorStyles.Right)));
     309      this.progressPanel.Location = new System.Drawing.Point(0, 81);
     310      this.progressPanel.Name = "progressPanel";
     311      this.progressPanel.Size = new System.Drawing.Size(549, 332);
     312      this.progressPanel.TabIndex = 2;
     313      this.progressPanel.Visible = false;
     314      //
     315      // okbDownloadButton
     316      //
     317      this.okbDownloadButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     318            | System.Windows.Forms.AnchorStyles.Right)));
     319      this.okbDownloadButton.Location = new System.Drawing.Point(6, 52);
     320      this.okbDownloadButton.Name = "okbDownloadButton";
     321      this.okbDownloadButton.Size = new System.Drawing.Size(518, 23);
     322      this.okbDownloadButton.TabIndex = 1;
     323      this.okbDownloadButton.Text = "Download from OKB";
     324      this.okbDownloadButton.UseVisualStyleBackColor = true;
     325      this.okbDownloadButton.Click += new System.EventHandler(this.okbDownloadButton_Click);
     326      //
    328327      // openFileDialog
    329328      //
     
    333332      this.openFileDialog.Title = "Open Optimizer";
    334333      //
    335       // okbDownloadButton
    336       //
    337       this.okbDownloadButton.Location = new System.Drawing.Point(6, 6);
    338       this.okbDownloadButton.Name = "okbDownloadButton";
    339       this.okbDownloadButton.Size = new System.Drawing.Size(146, 23);
    340       this.okbDownloadButton.TabIndex = 1;
    341       this.okbDownloadButton.Text = "Download from OKB";
    342       this.okbDownloadButton.UseVisualStyleBackColor = true;
    343       this.okbDownloadButton.Click += new System.EventHandler(this.okbDownloadButton_Click);
    344       //
    345       // runsView
    346       //
    347       this.runsView.Caption = "RunCollection View";
    348       this.runsView.Content = null;
    349       this.runsView.Dock = System.Windows.Forms.DockStyle.Fill;
    350       this.runsView.Location = new System.Drawing.Point(3, 3);
    351       this.runsView.Name = "runsView";
    352       this.runsView.ReadOnly = false;
    353       this.runsView.Size = new System.Drawing.Size(532, 329);
    354       this.runsView.TabIndex = 1;
    355       //
    356       // progressPanel
    357       //
    358       this.progressPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    359             | System.Windows.Forms.AnchorStyles.Left)
    360             | System.Windows.Forms.AnchorStyles.Right)));
    361       this.progressPanel.Location = new System.Drawing.Point(6, 35);
    362       this.progressPanel.Name = "progressPanel";
    363       this.progressPanel.Size = new System.Drawing.Size(526, 294);
    364       this.progressPanel.TabIndex = 2;
    365       this.progressPanel.Visible = false;
     334      // algorithmStartButton
     335      //
     336      this.algorithmStartButton.Location = new System.Drawing.Point(506, 5);
     337      this.algorithmStartButton.Name = "algorithmStartButton";
     338      this.algorithmStartButton.Size = new System.Drawing.Size(26, 23);
     339      this.algorithmStartButton.TabIndex = 3;
     340      this.algorithmStartButton.Text = "Start";
     341      this.algorithmStartButton.UseVisualStyleBackColor = true;
     342      this.algorithmStartButton.Click += new System.EventHandler(this.algorithmStartButton_Click);
    366343      //
    367344      // ExpertSystemView
    368345      //
    369346      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
     347      this.Controls.Add(this.okbDownloadButton);
    370348      this.Controls.Add(this.tabControl);
    371349      this.Controls.Add(this.evaluationsLimitabel);
    372350      this.Controls.Add(this.maxEvaluationsTextBox);
     351      this.Controls.Add(this.progressPanel);
    373352      this.Name = "ExpertSystemView";
    374353      this.Size = new System.Drawing.Size(549, 413);
     354      this.Controls.SetChildIndex(this.progressPanel, 0);
    375355      this.Controls.SetChildIndex(this.maxEvaluationsTextBox, 0);
    376356      this.Controls.SetChildIndex(this.evaluationsLimitabel, 0);
    377357      this.Controls.SetChildIndex(this.tabControl, 0);
    378358      this.Controls.SetChildIndex(this.nameLabel, 0);
     359      this.Controls.SetChildIndex(this.okbDownloadButton, 0);
    379360      this.Controls.SetChildIndex(this.nameTextBox, 0);
    380361      this.Controls.SetChildIndex(this.infoLabel, 0);
     
    404385    private System.Windows.Forms.TabPage problemTabPage;
    405386    private MainForm.WindowsForms.ViewHost problemViewHost;
    406     private System.Windows.Forms.Button openProblemButton;
    407     private System.Windows.Forms.Button newProblemButton;
    408387    private System.Windows.Forms.TabPage algorithmTabPage;
    409388    private MainForm.WindowsForms.ViewHost algorithmViewHost;
     
    411390    private System.Windows.Forms.ComboBox suggestedInstancesComboBox;
    412391    private System.Windows.Forms.TabPage okbTabPage;
    413     private MainForm.WindowsForms.ViewHost algorithmInstancesViewHost;
    414392    private System.Windows.Forms.TabPage problemInstancesTabPage;
    415393    private System.Windows.Forms.Panel instancesDropPanel;
     
    419397    private System.Windows.Forms.Button okbDownloadButton;
    420398    private System.Windows.Forms.Panel progressPanel;
     399    private MainForm.WindowsForms.ViewHost kbViewHost;
     400    private System.Windows.Forms.Button algorithmStartButton;
    421401  }
    422402}
Note: See TracChangeset for help on using the changeset viewer.