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

    r5466 r5832  
    4545    /// </summary>
    4646    private void InitializeComponent() {
    47       System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ExperimentView));
    4847      this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
    4948      this.optimizersTabPage = new System.Windows.Forms.TabPage();
    5049      this.optimizerListView = new HeuristicLab.Optimization.Views.OptimizerListView();
    5150      this.runsTabPage = new System.Windows.Forms.TabPage();
     51      this.runsViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    5252      this.startButton = new System.Windows.Forms.Button();
    5353      this.stopButton = new System.Windows.Forms.Button();
     
    5656      this.executionTimeTextBox = new System.Windows.Forms.TextBox();
    5757      this.pauseButton = new System.Windows.Forms.Button();
    58       this.runsViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    5958      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    6059      this.tabControl.SuspendLayout();
     
    6766      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    6867      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
    69       this.nameTextBox.Size = new System.Drawing.Size(607, 20);
    70       //
    71       // descriptionTextBox
    72       //
    73       this.descriptionTextBox.Size = new System.Drawing.Size(607, 20);
     68      this.nameTextBox.Location = new System.Drawing.Point(60, 0);
     69      this.nameTextBox.Size = new System.Drawing.Size(594, 20);
     70      //
     71      // infoLabel
     72      //
     73      this.infoLabel.Location = new System.Drawing.Point(660, 3);
    7474      //
    7575      // tabControl
    7676      //
     77      this.tabControl.AllowDrop = true;
    7778      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    7879                  | System.Windows.Forms.AnchorStyles.Left)
     
    8081      this.tabControl.Controls.Add(this.optimizersTabPage);
    8182      this.tabControl.Controls.Add(this.runsTabPage);
    82       this.tabControl.Location = new System.Drawing.Point(0, 52);
     83      this.tabControl.Location = new System.Drawing.Point(0, 26);
    8384      this.tabControl.Name = "tabControl";
    8485      this.tabControl.SelectedIndex = 0;
    85       this.tabControl.Size = new System.Drawing.Size(679, 400);
    86       this.tabControl.TabIndex = 4;
     86      this.tabControl.Size = new System.Drawing.Size(679, 426);
     87      this.tabControl.TabIndex = 3;
    8788      //
    8889      // optimizersTabPage
     
    9293      this.optimizersTabPage.Name = "optimizersTabPage";
    9394      this.optimizersTabPage.Padding = new System.Windows.Forms.Padding(3);
    94       this.optimizersTabPage.Size = new System.Drawing.Size(671, 374);
     95      this.optimizersTabPage.Size = new System.Drawing.Size(671, 400);
    9596      this.optimizersTabPage.TabIndex = 1;
    9697      this.optimizersTabPage.Text = "Optimizers";
     
    102103                  | System.Windows.Forms.AnchorStyles.Left)
    103104                  | System.Windows.Forms.AnchorStyles.Right)));
     105      this.optimizerListView.Caption = "OptimizerList View";
    104106      this.optimizerListView.Content = null;
    105107      this.optimizerListView.Location = new System.Drawing.Point(6, 6);
    106108      this.optimizerListView.Name = "optimizerListView";
    107       this.optimizerListView.Size = new System.Drawing.Size(659, 362);
     109      this.optimizerListView.ReadOnly = false;
     110      this.optimizerListView.Size = new System.Drawing.Size(659, 388);
    108111      this.optimizerListView.TabIndex = 0;
    109112      //
     
    114117      this.runsTabPage.Name = "runsTabPage";
    115118      this.runsTabPage.Padding = new System.Windows.Forms.Padding(3);
    116       this.runsTabPage.Size = new System.Drawing.Size(671, 374);
     119      this.runsTabPage.Size = new System.Drawing.Size(671, 400);
    117120      this.runsTabPage.TabIndex = 2;
    118121      this.runsTabPage.Text = "Runs";
    119122      this.runsTabPage.UseVisualStyleBackColor = true;
    120123      //
     124      // runsViewHost
     125      //
     126      this.runsViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     127                  | System.Windows.Forms.AnchorStyles.Left)
     128                  | System.Windows.Forms.AnchorStyles.Right)));
     129      this.runsViewHost.Caption = "View";
     130      this.runsViewHost.Content = null;
     131      this.runsViewHost.Enabled = false;
     132      this.runsViewHost.Location = new System.Drawing.Point(2, 6);
     133      this.runsViewHost.Name = "runsViewHost";
     134      this.runsViewHost.ReadOnly = false;
     135      this.runsViewHost.Size = new System.Drawing.Size(663, 388);
     136      this.runsViewHost.TabIndex = 0;
     137      this.runsViewHost.ViewsLabelVisible = true;
     138      this.runsViewHost.ViewType = null;
     139      //
    121140      // startButton
    122141      //
    123142      this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    124       this.startButton.Image = Common.Resources.VSImageLibrary.Play;
     143      this.startButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Play;
    125144      this.startButton.Location = new System.Drawing.Point(0, 458);
    126145      this.startButton.Name = "startButton";
    127146      this.startButton.Size = new System.Drawing.Size(24, 24);
    128       this.startButton.TabIndex = 5;
     147      this.startButton.TabIndex = 4;
    129148      this.toolTip.SetToolTip(this.startButton, "Start/Resume Experiment");
    130149      this.startButton.UseVisualStyleBackColor = true;
     
    134153      //
    135154      this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    136       this.stopButton.Image = Common.Resources.VSImageLibrary.Stop;
     155      this.stopButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Stop;
    137156      this.stopButton.Location = new System.Drawing.Point(60, 458);
    138157      this.stopButton.Name = "stopButton";
    139158      this.stopButton.Size = new System.Drawing.Size(24, 24);
    140       this.stopButton.TabIndex = 7;
     159      this.stopButton.TabIndex = 6;
    141160      this.toolTip.SetToolTip(this.stopButton, "Stop Experiment");
    142161      this.stopButton.UseVisualStyleBackColor = true;
     
    146165      //
    147166      this.resetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    148       this.resetButton.Image = Common.Resources.VSImageLibrary.Restart;
     167      this.resetButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Restart;
    149168      this.resetButton.Location = new System.Drawing.Point(90, 458);
    150169      this.resetButton.Name = "resetButton";
    151170      this.resetButton.Size = new System.Drawing.Size(24, 24);
    152       this.resetButton.TabIndex = 8;
     171      this.resetButton.TabIndex = 7;
    153172      this.toolTip.SetToolTip(this.resetButton, "Reset Experiment");
    154173      this.resetButton.UseVisualStyleBackColor = true;
     
    162181      this.executionTimeLabel.Name = "executionTimeLabel";
    163182      this.executionTimeLabel.Size = new System.Drawing.Size(83, 13);
    164       this.executionTimeLabel.TabIndex = 9;
     183      this.executionTimeLabel.TabIndex = 8;
    165184      this.executionTimeLabel.Text = "&Execution Time:";
    166185      //
     
    172191      this.executionTimeTextBox.ReadOnly = true;
    173192      this.executionTimeTextBox.Size = new System.Drawing.Size(137, 20);
    174       this.executionTimeTextBox.TabIndex = 10;
     193      this.executionTimeTextBox.TabIndex = 9;
    175194      //
    176195      // pauseButton
    177196      //
    178197      this.pauseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    179       this.pauseButton.Image = Common.Resources.VSImageLibrary.Pause;
     198      this.pauseButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Pause;
    180199      this.pauseButton.Location = new System.Drawing.Point(30, 458);
    181200      this.pauseButton.Name = "pauseButton";
    182201      this.pauseButton.Size = new System.Drawing.Size(24, 24);
    183       this.pauseButton.TabIndex = 6;
     202      this.pauseButton.TabIndex = 5;
    184203      this.toolTip.SetToolTip(this.pauseButton, "Pause Experiment");
    185204      this.pauseButton.UseVisualStyleBackColor = true;
    186205      this.pauseButton.Click += new System.EventHandler(this.pauseButton_Click);
    187       //
    188       // runsViewHost
    189       //
    190       this.runsViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    191                   | System.Windows.Forms.AnchorStyles.Left)
    192                   | System.Windows.Forms.AnchorStyles.Right)));
    193       this.runsViewHost.Content = null;
    194       this.runsViewHost.Location = new System.Drawing.Point(2, 6);
    195       this.runsViewHost.Name = "runsViewHost";
    196       this.runsViewHost.Size = new System.Drawing.Size(663, 362);
    197       this.runsViewHost.TabIndex = 0;
    198       this.runsViewHost.ViewType = null;
    199206      //
    200207      // ExperimentView
     
    211218      this.Name = "ExperimentView";
    212219      this.Size = new System.Drawing.Size(679, 482);
     220      this.Controls.SetChildIndex(this.infoLabel, 0);
    213221      this.Controls.SetChildIndex(this.resetButton, 0);
    214222      this.Controls.SetChildIndex(this.stopButton, 0);
     
    219227      this.Controls.SetChildIndex(this.tabControl, 0);
    220228      this.Controls.SetChildIndex(this.nameLabel, 0);
    221       this.Controls.SetChildIndex(this.descriptionLabel, 0);
    222229      this.Controls.SetChildIndex(this.nameTextBox, 0);
    223       this.Controls.SetChildIndex(this.descriptionTextBox, 0);
    224230      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    225231      this.tabControl.ResumeLayout(false);
Note: See TracChangeset for help on using the changeset viewer.