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

    r4068 r4096  
    5454      this.components = new System.ComponentModel.Container();
    5555      this.splitContainer = new System.Windows.Forms.SplitContainer();
     56      this.showDetailsCheckBox = new System.Windows.Forms.CheckBox();
     57      this.clearButton = new System.Windows.Forms.Button();
    5658      this.toolStrip = new System.Windows.Forms.ToolStrip();
    5759      this.analyzeRunsToolStripDropDownButton = new System.Windows.Forms.ToolStripDropDownButton();
    5860      this.itemsListView = new System.Windows.Forms.ListView();
    59       this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
     61      this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
    6062      this.imageList = new System.Windows.Forms.ImageList(this.components);
    6163      this.removeButton = new System.Windows.Forms.Button();
     
    6769      this.runPage = new System.Windows.Forms.TabPage();
    6870      this.constraintPage = new System.Windows.Forms.TabPage();
    69       this.runCollectionConstraintCollectionView = new RunCollectionConstraintCollectionView();
    70       this.clearButton = new System.Windows.Forms.Button();
     71      this.runCollectionConstraintCollectionView = new HeuristicLab.Optimization.Views.RunCollectionConstraintCollectionView();
    7172      this.splitContainer.Panel1.SuspendLayout();
    7273      this.splitContainer.Panel2.SuspendLayout();
     
    8990      // splitContainer.Panel1
    9091      //
     92      this.splitContainer.Panel1.Controls.Add(this.showDetailsCheckBox);
    9193      this.splitContainer.Panel1.Controls.Add(this.clearButton);
    9294      this.splitContainer.Panel1.Controls.Add(this.toolStrip);
     
    101103      this.splitContainer.SplitterDistance = 250;
    102104      this.splitContainer.TabIndex = 0;
     105      //
     106      // showDetailsCheckBox
     107      //
     108      this.showDetailsCheckBox.Appearance = System.Windows.Forms.Appearance.Button;
     109      this.showDetailsCheckBox.Checked = true;
     110      this.showDetailsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
     111      this.showDetailsCheckBox.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Properties;
     112      this.showDetailsCheckBox.Location = new System.Drawing.Point(87, 3);
     113      this.showDetailsCheckBox.Name = "showDetailsCheckBox";
     114      this.showDetailsCheckBox.Size = new System.Drawing.Size(24, 24);
     115      this.showDetailsCheckBox.TabIndex = 2;
     116      this.toolTip.SetToolTip(this.showDetailsCheckBox, "Show/Hide Details");
     117      this.showDetailsCheckBox.UseVisualStyleBackColor = true;
     118      this.showDetailsCheckBox.CheckedChanged += new System.EventHandler(this.showDetailsCheckBox_CheckedChanged);
     119      //
     120      // clearButton
     121      //
     122      this.clearButton.Enabled = false;
     123      this.clearButton.Location = new System.Drawing.Point(33, 3);
     124      this.clearButton.Name = "clearButton";
     125      this.clearButton.Size = new System.Drawing.Size(48, 24);
     126      this.clearButton.TabIndex = 1;
     127      this.clearButton.Text = "&Clear";
     128      this.toolTip.SetToolTip(this.clearButton, "Remove All Runs");
     129      this.clearButton.UseVisualStyleBackColor = true;
     130      this.clearButton.Click += new System.EventHandler(this.clearButton_Click);
    103131      //
    104132      // toolStrip
     
    111139      this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
    112140            this.analyzeRunsToolStripDropDownButton});
    113       this.toolStrip.Location = new System.Drawing.Point(30, 3);
     141      this.toolStrip.Location = new System.Drawing.Point(114, 3);
    114142      this.toolStrip.Name = "toolStrip";
    115       this.toolStrip.Size = new System.Drawing.Size(166, 24);
    116       this.toolStrip.TabIndex = 1;
     143      this.toolStrip.Size = new System.Drawing.Size(133, 24);
     144      this.toolStrip.TabIndex = 3;
    117145      this.toolStrip.Text = "toolStrip1";
    118146      //
     
    141169      this.itemsListView.Size = new System.Drawing.Size(244, 295);
    142170      this.itemsListView.SmallImageList = this.imageList;
    143       this.itemsListView.TabIndex = 3;
     171      this.itemsListView.TabIndex = 4;
    144172      this.itemsListView.UseCompatibleStateImageBehavior = false;
    145173      this.itemsListView.View = System.Windows.Forms.View.Details;
     174      this.itemsListView.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.itemsListView_ItemDrag);
    146175      this.itemsListView.SelectedIndexChanged += new System.EventHandler(this.itemsListView_SelectedIndexChanged);
    147       this.itemsListView.DoubleClick += new System.EventHandler(this.itemsListView_DoubleClick);
    148176      this.itemsListView.DragDrop += new System.Windows.Forms.DragEventHandler(this.itemsListView_DragDrop);
    149177      this.itemsListView.DragEnter += new System.Windows.Forms.DragEventHandler(this.itemsListView_DragEnterOver);
     178      this.itemsListView.DragOver += new System.Windows.Forms.DragEventHandler(this.itemsListView_DragEnterOver);
     179      this.itemsListView.DoubleClick += new System.EventHandler(this.itemsListView_DoubleClick);
    150180      this.itemsListView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.itemsListView_KeyDown);
    151       this.itemsListView.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.itemsListView_ItemDrag);
    152       this.itemsListView.DragOver += new System.Windows.Forms.DragEventHandler(this.itemsListView_DragEnterOver);
    153181      //
    154182      // imageList
     
    188216                  | System.Windows.Forms.AnchorStyles.Left)
    189217                  | System.Windows.Forms.AnchorStyles.Right)));
     218      this.viewHost.Caption = "View";
    190219      this.viewHost.Content = null;
    191220      this.viewHost.Location = new System.Drawing.Point(6, 19);
     
    242271      // runCollectionConstraintCollectionView
    243272      //
     273      this.runCollectionConstraintCollectionView.Caption = "ConstraintCollection View";
    244274      this.runCollectionConstraintCollectionView.Content = null;
    245275      this.runCollectionConstraintCollectionView.Dock = System.Windows.Forms.DockStyle.Fill;
     
    249279      this.runCollectionConstraintCollectionView.Size = new System.Drawing.Size(518, 351);
    250280      this.runCollectionConstraintCollectionView.TabIndex = 0;
    251       //
    252       // clearButton
    253       //
    254       this.clearButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    255       this.clearButton.Enabled = false;
    256       this.clearButton.Location = new System.Drawing.Point(199, 3);
    257       this.clearButton.Name = "clearButton";
    258       this.clearButton.Size = new System.Drawing.Size(48, 24);
    259       this.clearButton.TabIndex = 2;
    260       this.clearButton.Text = "&Clear";
    261       this.toolTip.SetToolTip(this.clearButton, "Remove All Runs");
    262       this.clearButton.UseVisualStyleBackColor = true;
    263       this.clearButton.Click += new System.EventHandler(this.clearButton_Click);
    264281      //
    265282      // RunCollectionView
     
    301318    protected RunCollectionConstraintCollectionView runCollectionConstraintCollectionView;
    302319    protected Button clearButton;
     320    protected CheckBox showDetailsCheckBox;
    303321  }
    304322}
Note: See TracChangeset for help on using the changeset viewer.