Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/25/11 17:18:58 (13 years ago)
Author:
swagner
Message:

Moved description from textbox to icon in NamedItemView and adapted all derived views (#1416)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/AlgorithmView.Designer.cs

    r5466 r5832  
    4444      this.resultsView = new HeuristicLab.Optimization.Views.ResultCollectionView();
    4545      this.runsTabPage = new System.Windows.Forms.TabPage();
     46      this.storeAlgorithmInEachRunCheckBox = new System.Windows.Forms.CheckBox();
    4647      this.runsView = new HeuristicLab.Optimization.Views.RunCollectionView();
    4748      this.startButton = new System.Windows.Forms.Button();
     
    5253      this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
    5354      this.stopButton = new System.Windows.Forms.Button();
    54       this.storeAlgorithmInEachRunCheckBox = new System.Windows.Forms.CheckBox();
    5555      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    5656      this.tabControl.SuspendLayout();
     
    6565      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    6666      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
    67       this.nameTextBox.Size = new System.Drawing.Size(607, 20);
    68       //
    69       // descriptionTextBox
    70       //
    71       this.descriptionTextBox.Size = new System.Drawing.Size(607, 20);
     67      this.nameTextBox.Location = new System.Drawing.Point(60, 0);
     68      this.nameTextBox.Size = new System.Drawing.Size(594, 20);
     69      //
     70      // infoLabel
     71      //
     72      this.infoLabel.Location = new System.Drawing.Point(660, 3);
    7273      //
    7374      // tabControl
    7475      //
     76      this.tabControl.AllowDrop = true;
    7577      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    7678                  | System.Windows.Forms.AnchorStyles.Left)
     
    8082      this.tabControl.Controls.Add(this.resultsTabPage);
    8183      this.tabControl.Controls.Add(this.runsTabPage);
    82       this.tabControl.Location = new System.Drawing.Point(0, 52);
     84      this.tabControl.Location = new System.Drawing.Point(0, 26);
    8385      this.tabControl.Name = "tabControl";
    8486      this.tabControl.SelectedIndex = 0;
    85       this.tabControl.Size = new System.Drawing.Size(679, 400);
    86       this.tabControl.TabIndex = 4;
     87      this.tabControl.Size = new System.Drawing.Size(679, 426);
     88      this.tabControl.TabIndex = 3;
    8789      //
    8890      // problemTabPage
    8991      //
     92      this.problemTabPage.AllowDrop = true;
    9093      this.problemTabPage.Controls.Add(this.problemViewHost);
    9194      this.problemTabPage.Controls.Add(this.openProblemButton);
    9295      this.problemTabPage.Controls.Add(this.newProblemButton);
    93       this.problemTabPage.AllowDrop = true;
    9496      this.problemTabPage.Location = new System.Drawing.Point(4, 22);
    9597      this.problemTabPage.Name = "problemTabPage";
    9698      this.problemTabPage.Padding = new System.Windows.Forms.Padding(3);
    97       this.problemTabPage.Size = new System.Drawing.Size(671, 374);
     99      this.problemTabPage.Size = new System.Drawing.Size(671, 400);
    98100      this.problemTabPage.TabIndex = 0;
    99101      this.problemTabPage.Text = "Problem";
     
    110112      this.problemViewHost.Caption = "View";
    111113      this.problemViewHost.Content = null;
     114      this.problemViewHost.Enabled = false;
    112115      this.problemViewHost.Location = new System.Drawing.Point(6, 36);
    113116      this.problemViewHost.Name = "problemViewHost";
    114117      this.problemViewHost.ReadOnly = false;
    115       this.problemViewHost.Size = new System.Drawing.Size(659, 332);
     118      this.problemViewHost.Size = new System.Drawing.Size(659, 358);
    116119      this.problemViewHost.TabIndex = 3;
     120      this.problemViewHost.ViewsLabelVisible = true;
    117121      this.problemViewHost.ViewType = null;
    118122      //
     
    145149      this.parametersTabPage.Name = "parametersTabPage";
    146150      this.parametersTabPage.Padding = new System.Windows.Forms.Padding(3);
    147       this.parametersTabPage.Size = new System.Drawing.Size(671, 374);
     151      this.parametersTabPage.Size = new System.Drawing.Size(671, 400);
    148152      this.parametersTabPage.TabIndex = 1;
    149153      this.parametersTabPage.Text = "Parameters";
     
    160164      this.parameterCollectionView.Name = "parameterCollectionView";
    161165      this.parameterCollectionView.ReadOnly = false;
    162       this.parameterCollectionView.Size = new System.Drawing.Size(659, 362);
     166      this.parameterCollectionView.Size = new System.Drawing.Size(659, 388);
    163167      this.parameterCollectionView.TabIndex = 0;
    164168      //
     
    169173      this.resultsTabPage.Name = "resultsTabPage";
    170174      this.resultsTabPage.Padding = new System.Windows.Forms.Padding(3);
    171       this.resultsTabPage.Size = new System.Drawing.Size(671, 374);
     175      this.resultsTabPage.Size = new System.Drawing.Size(671, 400);
    172176      this.resultsTabPage.TabIndex = 2;
    173177      this.resultsTabPage.Text = "Results";
     
    184188      this.resultsView.Name = "resultsView";
    185189      this.resultsView.ReadOnly = true;
    186       this.resultsView.Size = new System.Drawing.Size(659, 362);
     190      this.resultsView.Size = new System.Drawing.Size(659, 388);
    187191      this.resultsView.TabIndex = 0;
    188192      //
     
    194198      this.runsTabPage.Name = "runsTabPage";
    195199      this.runsTabPage.Padding = new System.Windows.Forms.Padding(3);
    196       this.runsTabPage.Size = new System.Drawing.Size(671, 374);
     200      this.runsTabPage.Size = new System.Drawing.Size(671, 400);
    197201      this.runsTabPage.TabIndex = 3;
    198202      this.runsTabPage.Text = "Runs";
    199203      this.runsTabPage.UseVisualStyleBackColor = true;
    200       //
    201       // runsView
    202       //
    203       this.runsView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    204                   | System.Windows.Forms.AnchorStyles.Left)
    205                   | System.Windows.Forms.AnchorStyles.Right)));
    206       this.runsView.Caption = "RunCollection View";
    207       this.runsView.Content = null;
    208       this.runsView.Location = new System.Drawing.Point(6, 6);
    209       this.runsView.Name = "runsView";
    210       this.runsView.ReadOnly = false;
    211       this.runsView.Size = new System.Drawing.Size(659, 362);
    212       this.runsView.TabIndex = 0;
    213       //
    214       // startButton
    215       //
    216       this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    217       this.startButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Play;
    218       this.startButton.Location = new System.Drawing.Point(0, 458);
    219       this.startButton.Name = "startButton";
    220       this.startButton.Size = new System.Drawing.Size(24, 24);
    221       this.startButton.TabIndex = 5;
    222       this.toolTip.SetToolTip(this.startButton, "Start/Resume Algorithm");
    223       this.startButton.UseVisualStyleBackColor = true;
    224       this.startButton.Click += new System.EventHandler(this.startButton_Click);
    225       //
    226       // pauseButton
    227       //
    228       this.pauseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    229       this.pauseButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Pause;
    230       this.pauseButton.Location = new System.Drawing.Point(30, 458);
    231       this.pauseButton.Name = "pauseButton";
    232       this.pauseButton.Size = new System.Drawing.Size(24, 24);
    233       this.pauseButton.TabIndex = 6;
    234       this.toolTip.SetToolTip(this.pauseButton, "Pause Algorithm");
    235       this.pauseButton.UseVisualStyleBackColor = true;
    236       this.pauseButton.Click += new System.EventHandler(this.pauseButton_Click);
    237       //
    238       // resetButton
    239       //
    240       this.resetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    241       this.resetButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Restart;
    242       this.resetButton.Location = new System.Drawing.Point(90, 458);
    243       this.resetButton.Name = "resetButton";
    244       this.resetButton.Size = new System.Drawing.Size(24, 24);
    245       this.resetButton.TabIndex = 8;
    246       this.toolTip.SetToolTip(this.resetButton, "Reset Algorithm");
    247       this.resetButton.UseVisualStyleBackColor = true;
    248       this.resetButton.Click += new System.EventHandler(this.resetButton_Click);
    249       //
    250       // executionTimeLabel
    251       //
    252       this.executionTimeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    253       this.executionTimeLabel.AutoSize = true;
    254       this.executionTimeLabel.Location = new System.Drawing.Point(453, 465);
    255       this.executionTimeLabel.Name = "executionTimeLabel";
    256       this.executionTimeLabel.Size = new System.Drawing.Size(83, 13);
    257       this.executionTimeLabel.TabIndex = 9;
    258       this.executionTimeLabel.Text = "&Execution Time:";
    259       //
    260       // executionTimeTextBox
    261       //
    262       this.executionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    263       this.executionTimeTextBox.Location = new System.Drawing.Point(542, 462);
    264       this.executionTimeTextBox.Name = "executionTimeTextBox";
    265       this.executionTimeTextBox.ReadOnly = true;
    266       this.executionTimeTextBox.Size = new System.Drawing.Size(137, 20);
    267       this.executionTimeTextBox.TabIndex = 10;
    268       //
    269       // openFileDialog
    270       //
    271       this.openFileDialog.DefaultExt = "hl";
    272       this.openFileDialog.FileName = "Problem";
    273       this.openFileDialog.Filter = "HeuristicLab Files|*.hl|All Files|*.*";
    274       this.openFileDialog.Title = "Open Problem";
    275       //
    276       // stopButton
    277       //
    278       this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    279       this.stopButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Stop;
    280       this.stopButton.Location = new System.Drawing.Point(60, 458);
    281       this.stopButton.Name = "stopButton";
    282       this.stopButton.Size = new System.Drawing.Size(24, 24);
    283       this.stopButton.TabIndex = 7;
    284       this.toolTip.SetToolTip(this.stopButton, "Stop Algorithm");
    285       this.stopButton.UseVisualStyleBackColor = true;
    286       this.stopButton.Click += new System.EventHandler(this.stopButton_Click);
    287204      //
    288205      // storeAlgorithmInEachRunCheckBox
     
    302219      this.storeAlgorithmInEachRunCheckBox.CheckedChanged += new System.EventHandler(this.storeAlgorithmInEachRunCheckBox_CheckedChanged);
    303220      //
     221      // runsView
     222      //
     223      this.runsView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     224                  | System.Windows.Forms.AnchorStyles.Left)
     225                  | System.Windows.Forms.AnchorStyles.Right)));
     226      this.runsView.Caption = "RunCollection View";
     227      this.runsView.Content = null;
     228      this.runsView.Location = new System.Drawing.Point(6, 6);
     229      this.runsView.Name = "runsView";
     230      this.runsView.ReadOnly = false;
     231      this.runsView.Size = new System.Drawing.Size(659, 388);
     232      this.runsView.TabIndex = 0;
     233      //
     234      // startButton
     235      //
     236      this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     237      this.startButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Play;
     238      this.startButton.Location = new System.Drawing.Point(0, 458);
     239      this.startButton.Name = "startButton";
     240      this.startButton.Size = new System.Drawing.Size(24, 24);
     241      this.startButton.TabIndex = 4;
     242      this.toolTip.SetToolTip(this.startButton, "Start/Resume Algorithm");
     243      this.startButton.UseVisualStyleBackColor = true;
     244      this.startButton.Click += new System.EventHandler(this.startButton_Click);
     245      //
     246      // pauseButton
     247      //
     248      this.pauseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     249      this.pauseButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Pause;
     250      this.pauseButton.Location = new System.Drawing.Point(30, 458);
     251      this.pauseButton.Name = "pauseButton";
     252      this.pauseButton.Size = new System.Drawing.Size(24, 24);
     253      this.pauseButton.TabIndex = 5;
     254      this.toolTip.SetToolTip(this.pauseButton, "Pause Algorithm");
     255      this.pauseButton.UseVisualStyleBackColor = true;
     256      this.pauseButton.Click += new System.EventHandler(this.pauseButton_Click);
     257      //
     258      // resetButton
     259      //
     260      this.resetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     261      this.resetButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Restart;
     262      this.resetButton.Location = new System.Drawing.Point(90, 458);
     263      this.resetButton.Name = "resetButton";
     264      this.resetButton.Size = new System.Drawing.Size(24, 24);
     265      this.resetButton.TabIndex = 7;
     266      this.toolTip.SetToolTip(this.resetButton, "Reset Algorithm");
     267      this.resetButton.UseVisualStyleBackColor = true;
     268      this.resetButton.Click += new System.EventHandler(this.resetButton_Click);
     269      //
     270      // executionTimeLabel
     271      //
     272      this.executionTimeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     273      this.executionTimeLabel.AutoSize = true;
     274      this.executionTimeLabel.Location = new System.Drawing.Point(453, 465);
     275      this.executionTimeLabel.Name = "executionTimeLabel";
     276      this.executionTimeLabel.Size = new System.Drawing.Size(83, 13);
     277      this.executionTimeLabel.TabIndex = 8;
     278      this.executionTimeLabel.Text = "&Execution Time:";
     279      //
     280      // executionTimeTextBox
     281      //
     282      this.executionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     283      this.executionTimeTextBox.Location = new System.Drawing.Point(542, 462);
     284      this.executionTimeTextBox.Name = "executionTimeTextBox";
     285      this.executionTimeTextBox.ReadOnly = true;
     286      this.executionTimeTextBox.Size = new System.Drawing.Size(137, 20);
     287      this.executionTimeTextBox.TabIndex = 9;
     288      //
     289      // openFileDialog
     290      //
     291      this.openFileDialog.DefaultExt = "hl";
     292      this.openFileDialog.FileName = "Problem";
     293      this.openFileDialog.Filter = "HeuristicLab Files|*.hl|All Files|*.*";
     294      this.openFileDialog.Title = "Open Problem";
     295      //
     296      // stopButton
     297      //
     298      this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     299      this.stopButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Stop;
     300      this.stopButton.Location = new System.Drawing.Point(60, 458);
     301      this.stopButton.Name = "stopButton";
     302      this.stopButton.Size = new System.Drawing.Size(24, 24);
     303      this.stopButton.TabIndex = 6;
     304      this.toolTip.SetToolTip(this.stopButton, "Stop Algorithm");
     305      this.stopButton.UseVisualStyleBackColor = true;
     306      this.stopButton.Click += new System.EventHandler(this.stopButton_Click);
     307      //
    304308      // AlgorithmView
    305309      //
     
    315319      this.Name = "AlgorithmView";
    316320      this.Size = new System.Drawing.Size(679, 482);
     321      this.Controls.SetChildIndex(this.infoLabel, 0);
    317322      this.Controls.SetChildIndex(this.resetButton, 0);
    318323      this.Controls.SetChildIndex(this.stopButton, 0);
     
    323328      this.Controls.SetChildIndex(this.tabControl, 0);
    324329      this.Controls.SetChildIndex(this.nameLabel, 0);
    325       this.Controls.SetChildIndex(this.descriptionLabel, 0);
    326330      this.Controls.SetChildIndex(this.nameTextBox, 0);
    327       this.Controls.SetChildIndex(this.descriptionTextBox, 0);
    328331      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    329332      this.tabControl.ResumeLayout(false);
Note: See TracChangeset for help on using the changeset viewer.