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/BatchRunView.Designer.cs

    r5466 r5832  
    6161      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    6262      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
    63       this.nameTextBox.Size = new System.Drawing.Size(607, 20);
    64       //
    65       // descriptionTextBox
    66       //
    67       this.descriptionTextBox.Size = new System.Drawing.Size(607, 20);
     63      this.nameTextBox.Location = new System.Drawing.Point(72, 0);
     64      this.nameTextBox.Size = new System.Drawing.Size(582, 20);
     65      //
     66      // infoLabel
     67      //
     68      this.infoLabel.Location = new System.Drawing.Point(660, 3);
    6869      //
    6970      // tabControl
    7071      //
     72      this.tabControl.AllowDrop = true;
    7173      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    7274                  | System.Windows.Forms.AnchorStyles.Left)
     
    7476      this.tabControl.Controls.Add(this.optimizerTabPage);
    7577      this.tabControl.Controls.Add(this.runsTabPage);
    76       this.tabControl.Location = new System.Drawing.Point(0, 78);
     78      this.tabControl.Location = new System.Drawing.Point(0, 52);
    7779      this.tabControl.Name = "tabControl";
    7880      this.tabControl.SelectedIndex = 0;
    79       this.tabControl.Size = new System.Drawing.Size(679, 374);
    80       this.tabControl.TabIndex = 6;
     81      this.tabControl.Size = new System.Drawing.Size(679, 400);
     82      this.tabControl.TabIndex = 5;
    8183      //
    8284      // optimizerTabPage
     
    8991      this.optimizerTabPage.Name = "optimizerTabPage";
    9092      this.optimizerTabPage.Padding = new System.Windows.Forms.Padding(3);
    91       this.optimizerTabPage.Size = new System.Drawing.Size(671, 348);
     93      this.optimizerTabPage.Size = new System.Drawing.Size(671, 374);
    9294      this.optimizerTabPage.TabIndex = 1;
    9395      this.optimizerTabPage.Text = "Optimizer";
    9496      this.optimizerTabPage.UseVisualStyleBackColor = true;
    95       this.optimizerTabPage.DragOver += new System.Windows.Forms.DragEventHandler(this.optimizerTabPage_DragEnterOver);
    9697      this.optimizerTabPage.DragDrop += new System.Windows.Forms.DragEventHandler(this.optimizerTabPage_DragDrop);
    9798      this.optimizerTabPage.DragEnter += new System.Windows.Forms.DragEventHandler(this.optimizerTabPage_DragEnterOver);
     99      this.optimizerTabPage.DragOver += new System.Windows.Forms.DragEventHandler(this.optimizerTabPage_DragEnterOver);
    98100      //
    99101      // optimizerViewHost
    100102      //
    101       this.optimizerViewHost.Content = null;
    102103      this.optimizerViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    103104                  | System.Windows.Forms.AnchorStyles.Left)
    104105                  | System.Windows.Forms.AnchorStyles.Right)));
     106      this.optimizerViewHost.Caption = "View";
     107      this.optimizerViewHost.Content = null;
     108      this.optimizerViewHost.Enabled = false;
    105109      this.optimizerViewHost.Location = new System.Drawing.Point(6, 36);
    106110      this.optimizerViewHost.Name = "optimizerViewHost";
    107       this.optimizerViewHost.Size = new System.Drawing.Size(659, 306);
     111      this.optimizerViewHost.ReadOnly = false;
     112      this.optimizerViewHost.Size = new System.Drawing.Size(659, 332);
    108113      this.optimizerViewHost.TabIndex = 3;
     114      this.optimizerViewHost.ViewsLabelVisible = true;
    109115      this.optimizerViewHost.ViewType = null;
    110116      //
     
    137143      this.runsTabPage.Name = "runsTabPage";
    138144      this.runsTabPage.Padding = new System.Windows.Forms.Padding(3);
    139       this.runsTabPage.Size = new System.Drawing.Size(671, 348);
     145      this.runsTabPage.Size = new System.Drawing.Size(671, 374);
    140146      this.runsTabPage.TabIndex = 2;
    141147      this.runsTabPage.Text = "Runs";
     
    147153                  | System.Windows.Forms.AnchorStyles.Left)
    148154                  | System.Windows.Forms.AnchorStyles.Right)));
     155      this.runsView.Caption = "RunCollection View";
    149156      this.runsView.Content = null;
    150157      this.runsView.Location = new System.Drawing.Point(6, 6);
    151158      this.runsView.Name = "runsView";
    152       this.runsView.Size = new System.Drawing.Size(659, 336);
     159      this.runsView.ReadOnly = false;
     160      this.runsView.Size = new System.Drawing.Size(659, 362);
    153161      this.runsView.TabIndex = 0;
    154162      //
     
    160168      this.startButton.Name = "startButton";
    161169      this.startButton.Size = new System.Drawing.Size(24, 24);
    162       this.startButton.TabIndex = 7;
     170      this.startButton.TabIndex = 6;
    163171      this.toolTip.SetToolTip(this.startButton, "Start/Resume Batch Run");
    164172      this.startButton.UseVisualStyleBackColor = true;
     
    172180      this.stopButton.Name = "stopButton";
    173181      this.stopButton.Size = new System.Drawing.Size(24, 24);
    174       this.stopButton.TabIndex = 9;
     182      this.stopButton.TabIndex = 8;
    175183      this.toolTip.SetToolTip(this.stopButton, "Stop Batch Run");
    176184      this.stopButton.UseVisualStyleBackColor = true;
     
    184192      this.resetButton.Name = "resetButton";
    185193      this.resetButton.Size = new System.Drawing.Size(24, 24);
    186       this.resetButton.TabIndex = 10;
     194      this.resetButton.TabIndex = 9;
    187195      this.toolTip.SetToolTip(this.resetButton, "Reset Batch Run");
    188196      this.resetButton.UseVisualStyleBackColor = true;
     
    196204      this.executionTimeLabel.Name = "executionTimeLabel";
    197205      this.executionTimeLabel.Size = new System.Drawing.Size(83, 13);
    198       this.executionTimeLabel.TabIndex = 11;
     206      this.executionTimeLabel.TabIndex = 10;
    199207      this.executionTimeLabel.Text = "&Execution Time:";
    200208      //
     
    206214      this.executionTimeTextBox.ReadOnly = true;
    207215      this.executionTimeTextBox.Size = new System.Drawing.Size(137, 20);
    208       this.executionTimeTextBox.TabIndex = 12;
     216      this.executionTimeTextBox.TabIndex = 11;
    209217      //
    210218      // openFileDialog
     
    218226      //
    219227      this.repetitionsLabel.AutoSize = true;
    220       this.repetitionsLabel.Location = new System.Drawing.Point(3, 54);
     228      this.repetitionsLabel.Location = new System.Drawing.Point(3, 28);
    221229      this.repetitionsLabel.Name = "repetitionsLabel";
    222230      this.repetitionsLabel.Size = new System.Drawing.Size(63, 13);
    223       this.repetitionsLabel.TabIndex = 4;
     231      this.repetitionsLabel.TabIndex = 3;
    224232      this.repetitionsLabel.Text = "&Repetitions:";
    225233      //
     
    228236      this.repetitionsNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    229237                  | System.Windows.Forms.AnchorStyles.Right)));
    230       this.repetitionsNumericUpDown.Location = new System.Drawing.Point(72, 52);
     238      this.repetitionsNumericUpDown.Location = new System.Drawing.Point(72, 26);
    231239      this.repetitionsNumericUpDown.Maximum = new decimal(new int[] {
    232240            1000000,
     
    241249      this.repetitionsNumericUpDown.Name = "repetitionsNumericUpDown";
    242250      this.repetitionsNumericUpDown.Size = new System.Drawing.Size(607, 20);
    243       this.repetitionsNumericUpDown.TabIndex = 5;
     251      this.repetitionsNumericUpDown.TabIndex = 4;
    244252      this.repetitionsNumericUpDown.ThousandsSeparator = true;
    245253      this.repetitionsNumericUpDown.Value = new decimal(new int[] {
     
    258266      this.pauseButton.Name = "pauseButton";
    259267      this.pauseButton.Size = new System.Drawing.Size(24, 24);
    260       this.pauseButton.TabIndex = 8;
     268      this.pauseButton.TabIndex = 7;
    261269      this.toolTip.SetToolTip(this.pauseButton, "Pause Batch Run");
    262270      this.pauseButton.UseVisualStyleBackColor = true;
     
    271279      this.Controls.Add(this.executionTimeTextBox);
    272280      this.Controls.Add(this.executionTimeLabel);
     281      this.Controls.Add(this.pauseButton);
    273282      this.Controls.Add(this.repetitionsNumericUpDown);
    274283      this.Controls.Add(this.repetitionsLabel);
    275       this.Controls.Add(this.pauseButton);
    276284      this.Controls.Add(this.stopButton);
    277285      this.Controls.Add(this.resetButton);
    278286      this.Name = "BatchRunView";
    279287      this.Size = new System.Drawing.Size(679, 482);
     288      this.Controls.SetChildIndex(this.infoLabel, 0);
    280289      this.Controls.SetChildIndex(this.resetButton, 0);
    281290      this.Controls.SetChildIndex(this.stopButton, 0);
    282       this.Controls.SetChildIndex(this.pauseButton, 0);
    283291      this.Controls.SetChildIndex(this.repetitionsLabel, 0);
    284292      this.Controls.SetChildIndex(this.repetitionsNumericUpDown, 0);
     293      this.Controls.SetChildIndex(this.pauseButton, 0);
    285294      this.Controls.SetChildIndex(this.executionTimeLabel, 0);
    286295      this.Controls.SetChildIndex(this.executionTimeTextBox, 0);
     
    288297      this.Controls.SetChildIndex(this.tabControl, 0);
    289298      this.Controls.SetChildIndex(this.nameLabel, 0);
    290       this.Controls.SetChildIndex(this.descriptionLabel, 0);
    291299      this.Controls.SetChildIndex(this.nameTextBox, 0);
    292       this.Controls.SetChildIndex(this.descriptionTextBox, 0);
    293300      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    294301      this.tabControl.ResumeLayout(false);
Note: See TracChangeset for help on using the changeset viewer.