Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/25/10 00:29:17 (14 years ago)
Author:
swagner
Message:

Enabled hiding details in all collection views (#1095)

File:
1 edited

Legend:

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

    r3766 r4096  
    4646    private void InitializeComponent() {
    4747      this.components = new System.ComponentModel.Container();
    48       System.Windows.Forms.ListViewGroup listViewGroup3 = new System.Windows.Forms.ListViewGroup("Results", System.Windows.Forms.HorizontalAlignment.Left);
    49       System.Windows.Forms.ListViewGroup listViewGroup4 = new System.Windows.Forms.ListViewGroup("Parameters", System.Windows.Forms.HorizontalAlignment.Left);
     48      System.Windows.Forms.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("Results", System.Windows.Forms.HorizontalAlignment.Left);
     49      System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("Parameters", System.Windows.Forms.HorizontalAlignment.Left);
    5050      this.parametersResultsGroupBox = new System.Windows.Forms.GroupBox();
    5151      this.splitContainer = new System.Windows.Forms.SplitContainer();
    5252      this.listView = new System.Windows.Forms.ListView();
    53       this.nameColumnHeader = new System.Windows.Forms.ColumnHeader();
    54       this.valueColumnHeader = new System.Windows.Forms.ColumnHeader();
     53      this.nameColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     54      this.valueColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
    5555      this.imageList = new System.Windows.Forms.ImageList(this.components);
    5656      this.detailsGroupBox = new System.Windows.Forms.GroupBox();
     
    5959      this.changeColorButton = new System.Windows.Forms.Button();
    6060      this.colorLabel = new System.Windows.Forms.Label();
    61       this.colorPictureBox = new System.Windows.Forms.PictureBox();
    6261      this.colorDialog = new System.Windows.Forms.ColorDialog();
     62      this.showDetailsCheckBox = new System.Windows.Forms.CheckBox();
     63      this.colorArea = new System.Windows.Forms.Label();
    6364      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    6465      this.parametersResultsGroupBox.SuspendLayout();
     
    6768      this.splitContainer.SuspendLayout();
    6869      this.detailsGroupBox.SuspendLayout();
    69       ((System.ComponentModel.ISupportInitialize)(this.colorPictureBox)).BeginInit();
    7070      this.SuspendLayout();
    7171      //
     
    8686                  | System.Windows.Forms.AnchorStyles.Right)));
    8787      this.parametersResultsGroupBox.Controls.Add(this.splitContainer);
    88       this.parametersResultsGroupBox.Location = new System.Drawing.Point(0, 79);
     88      this.parametersResultsGroupBox.Location = new System.Drawing.Point(0, 82);
    8989      this.parametersResultsGroupBox.Name = "parametersResultsGroupBox";
    90       this.parametersResultsGroupBox.Size = new System.Drawing.Size(495, 245);
    91       this.parametersResultsGroupBox.TabIndex = 4;
     90      this.parametersResultsGroupBox.Size = new System.Drawing.Size(495, 242);
     91      this.parametersResultsGroupBox.TabIndex = 8;
    9292      this.parametersResultsGroupBox.TabStop = false;
    9393      this.parametersResultsGroupBox.Text = "Parameters && Results";
     
    106106      //
    107107      this.splitContainer.Panel2.Controls.Add(this.detailsGroupBox);
    108       this.splitContainer.Size = new System.Drawing.Size(489, 226);
     108      this.splitContainer.Size = new System.Drawing.Size(489, 223);
    109109      this.splitContainer.SplitterDistance = 177;
    110110      this.splitContainer.TabIndex = 0;
     
    119119            this.valueColumnHeader});
    120120      this.listView.FullRowSelect = true;
    121       listViewGroup3.Header = "Results";
    122       listViewGroup3.Name = "resultsGroup";
    123       listViewGroup4.Header = "Parameters";
    124       listViewGroup4.Name = "parametersGroup";
     121      listViewGroup1.Header = "Results";
     122      listViewGroup1.Name = "resultsGroup";
     123      listViewGroup2.Header = "Parameters";
     124      listViewGroup2.Name = "parametersGroup";
    125125      this.listView.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
    126             listViewGroup3,
    127             listViewGroup4});
     126            listViewGroup1,
     127            listViewGroup2});
    128128      this.listView.HideSelection = false;
    129129      this.listView.Location = new System.Drawing.Point(3, 3);
     
    131131      this.listView.Name = "listView";
    132132      this.listView.ShowItemToolTips = true;
    133       this.listView.Size = new System.Drawing.Size(171, 220);
     133      this.listView.Size = new System.Drawing.Size(171, 217);
    134134      this.listView.SmallImageList = this.imageList;
    135135      this.listView.Sorting = System.Windows.Forms.SortOrder.Ascending;
     
    137137      this.listView.UseCompatibleStateImageBehavior = false;
    138138      this.listView.View = System.Windows.Forms.View.Details;
     139      this.listView.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.listView_ItemDrag);
    139140      this.listView.SelectedIndexChanged += new System.EventHandler(this.listView_SelectedIndexChanged);
    140141      this.listView.DoubleClick += new System.EventHandler(this.listView_DoubleClick);
    141       this.listView.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.listView_ItemDrag);
    142142      //
    143143      // nameColumnHeader
     
    163163      this.detailsGroupBox.Location = new System.Drawing.Point(3, 3);
    164164      this.detailsGroupBox.Name = "detailsGroupBox";
    165       this.detailsGroupBox.Size = new System.Drawing.Size(302, 220);
     165      this.detailsGroupBox.Size = new System.Drawing.Size(302, 217);
    166166      this.detailsGroupBox.TabIndex = 0;
    167167      this.detailsGroupBox.TabStop = false;
     
    173173                  | System.Windows.Forms.AnchorStyles.Left)
    174174                  | System.Windows.Forms.AnchorStyles.Right)));
     175      this.viewHost.Caption = "View";
    175176      this.viewHost.Content = null;
    176177      this.viewHost.Location = new System.Drawing.Point(6, 19);
    177178      this.viewHost.Name = "viewHost";
    178179      this.viewHost.ReadOnly = true;
    179       this.viewHost.Size = new System.Drawing.Size(290, 195);
     180      this.viewHost.Size = new System.Drawing.Size(290, 192);
    180181      this.viewHost.TabIndex = 0;
    181182      this.viewHost.ViewType = null;
     
    188189      this.showAlgorithmButton.Name = "showAlgorithmButton";
    189190      this.showAlgorithmButton.Size = new System.Drawing.Size(495, 23);
    190       this.showAlgorithmButton.TabIndex = 5;
     191      this.showAlgorithmButton.TabIndex = 9;
    191192      this.showAlgorithmButton.Text = "&Show Algorithm";
    192193      this.toolTip.SetToolTip(this.showAlgorithmButton, "Show the algorithm which produced these results");
     
    200201      this.changeColorButton.Location = new System.Drawing.Point(94, 52);
    201202      this.changeColorButton.Name = "changeColorButton";
    202       this.changeColorButton.Size = new System.Drawing.Size(64, 21);
    203       this.changeColorButton.TabIndex = 21;
    204       this.changeColorButton.Text = "Change";
     203      this.changeColorButton.Size = new System.Drawing.Size(64, 24);
     204      this.changeColorButton.TabIndex = 6;
     205      this.changeColorButton.Text = "&Change...";
    205206      this.changeColorButton.UseVisualStyleBackColor = true;
    206207      this.changeColorButton.Click += new System.EventHandler(this.changeColorButton_Click);
     
    209210      //
    210211      this.colorLabel.AutoSize = true;
    211       this.colorLabel.Location = new System.Drawing.Point(3, 56);
     212      this.colorLabel.Location = new System.Drawing.Point(3, 58);
    212213      this.colorLabel.Name = "colorLabel";
    213214      this.colorLabel.Size = new System.Drawing.Size(34, 13);
    214       this.colorLabel.TabIndex = 22;
    215       this.colorLabel.Text = "Color:";
    216       //
    217       // colorPictureBox
    218       //
    219       this.colorPictureBox.Location = new System.Drawing.Point(73, 54);
    220       this.colorPictureBox.Name = "colorPictureBox";
    221       this.colorPictureBox.Size = new System.Drawing.Size(17, 17);
    222       this.colorPictureBox.TabIndex = 23;
    223       this.colorPictureBox.TabStop = false;
     215      this.colorLabel.TabIndex = 4;
     216      this.colorLabel.Text = "C&olor:";
     217      //
     218      // showDetailsCheckBox
     219      //
     220      this.showDetailsCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     221      this.showDetailsCheckBox.Appearance = System.Windows.Forms.Appearance.Button;
     222      this.showDetailsCheckBox.Checked = true;
     223      this.showDetailsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
     224      this.showDetailsCheckBox.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Properties;
     225      this.showDetailsCheckBox.Location = new System.Drawing.Point(471, 52);
     226      this.showDetailsCheckBox.Name = "showDetailsCheckBox";
     227      this.showDetailsCheckBox.Size = new System.Drawing.Size(24, 24);
     228      this.showDetailsCheckBox.TabIndex = 7;
     229      this.toolTip.SetToolTip(this.showDetailsCheckBox, "Show/Hide Details");
     230      this.showDetailsCheckBox.UseVisualStyleBackColor = true;
     231      this.showDetailsCheckBox.CheckedChanged += new System.EventHandler(this.showDetailsCheckBox_CheckedChanged);
     232      //
     233      // colorArea
     234      //
     235      this.colorArea.BackColor = System.Drawing.Color.White;
     236      this.colorArea.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     237      this.colorArea.Location = new System.Drawing.Point(72, 56);
     238      this.colorArea.Name = "colorArea";
     239      this.colorArea.Size = new System.Drawing.Size(16, 16);
     240      this.colorArea.TabIndex = 5;
    224241      //
    225242      // RunView
     
    227244      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    228245      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    229       this.Controls.Add(this.colorPictureBox);
     246      this.Controls.Add(this.colorArea);
     247      this.Controls.Add(this.showDetailsCheckBox);
    230248      this.Controls.Add(this.colorLabel);
    231249      this.Controls.Add(this.changeColorButton);
     
    242260      this.Controls.SetChildIndex(this.changeColorButton, 0);
    243261      this.Controls.SetChildIndex(this.colorLabel, 0);
    244       this.Controls.SetChildIndex(this.colorPictureBox, 0);
     262      this.Controls.SetChildIndex(this.showDetailsCheckBox, 0);
     263      this.Controls.SetChildIndex(this.colorArea, 0);
    245264      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    246265      this.parametersResultsGroupBox.ResumeLayout(false);
     
    249268      this.splitContainer.ResumeLayout(false);
    250269      this.detailsGroupBox.ResumeLayout(false);
    251       ((System.ComponentModel.ISupportInitialize)(this.colorPictureBox)).EndInit();
    252270      this.ResumeLayout(false);
    253271      this.PerformLayout();
     
    268286    private System.Windows.Forms.Label colorLabel;
    269287    private System.Windows.Forms.Button changeColorButton;
    270     private System.Windows.Forms.PictureBox colorPictureBox;
    271288    private System.Windows.Forms.ColorDialog colorDialog;
     289    private System.Windows.Forms.CheckBox showDetailsCheckBox;
     290    private System.Windows.Forms.Label colorArea;
    272291
    273292  }
Note: See TracChangeset for help on using the changeset viewer.