Free cookie consent management tool by TermsFeed Policy Generator

Changeset 7590


Ignore:
Timestamp:
03/09/12 11:41:37 (12 years ago)
Author:
ascheibe
Message:

#1174 fixed some small ui glitches

Location:
branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/Query/Views/QueryView.Designer.cs

    r7589 r7590  
    5656      this.refreshFiltersButton = new System.Windows.Forms.Button();
    5757      this.constraintsTabPage = new System.Windows.Forms.TabPage();
     58      this.deselectAllButton = new System.Windows.Forms.Button();
     59      this.selectAllButton = new System.Windows.Forms.Button();
     60      this.constraintsCheckedListBox = new System.Windows.Forms.CheckedListBox();
    5861      this.resultsGroupBox = new System.Windows.Forms.GroupBox();
    5962      this.includeBinaryValuesCheckBox = new System.Windows.Forms.CheckBox();
     
    6467      this.filtersInfoPanel = new System.Windows.Forms.Panel();
    6568      this.filtersInfoLabel = new System.Windows.Forms.Label();
    66       this.constraintsCheckedListBox = new System.Windows.Forms.CheckedListBox();
    67       this.selectAllButton = new System.Windows.Forms.Button();
    68       this.deselectAllButton = new System.Windows.Forms.Button();
    6969      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
    7070      this.splitContainer.Panel1.SuspendLayout();
     
    145145      this.filterTabPage.Size = new System.Drawing.Size(824, 250);
    146146      this.filterTabPage.TabIndex = 0;
    147       this.filterTabPage.Text = "Filter";
     147      this.filterTabPage.Text = "Filters";
    148148      this.filterTabPage.UseVisualStyleBackColor = true;
    149149      //
     
    193193      this.constraintsTabPage.Size = new System.Drawing.Size(824, 250);
    194194      this.constraintsTabPage.TabIndex = 1;
    195       this.constraintsTabPage.Text = "Downloaded Values";
     195      this.constraintsTabPage.Text = "Limit Downloaded Values";
    196196      this.constraintsTabPage.UseVisualStyleBackColor = true;
     197      //
     198      // deselectAllButton
     199      //
     200      this.deselectAllButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     201      this.deselectAllButton.Location = new System.Drawing.Point(88, 221);
     202      this.deselectAllButton.Name = "deselectAllButton";
     203      this.deselectAllButton.Size = new System.Drawing.Size(75, 23);
     204      this.deselectAllButton.TabIndex = 2;
     205      this.deselectAllButton.Text = "Deselect all";
     206      this.deselectAllButton.UseVisualStyleBackColor = true;
     207      this.deselectAllButton.Click += new System.EventHandler(this.deselectAllButton_Click);
     208      //
     209      // selectAllButton
     210      //
     211      this.selectAllButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     212      this.selectAllButton.Location = new System.Drawing.Point(6, 221);
     213      this.selectAllButton.Name = "selectAllButton";
     214      this.selectAllButton.Size = new System.Drawing.Size(75, 23);
     215      this.selectAllButton.TabIndex = 1;
     216      this.selectAllButton.Text = "Select all";
     217      this.selectAllButton.UseVisualStyleBackColor = true;
     218      this.selectAllButton.Click += new System.EventHandler(this.selectAllButton_Click);
     219      //
     220      // constraintsCheckedListBox
     221      //
     222      this.constraintsCheckedListBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     223                  | System.Windows.Forms.AnchorStyles.Left)
     224                  | System.Windows.Forms.AnchorStyles.Right)));
     225      this.constraintsCheckedListBox.CheckOnClick = true;
     226      this.constraintsCheckedListBox.FormattingEnabled = true;
     227      this.constraintsCheckedListBox.Location = new System.Drawing.Point(6, 6);
     228      this.constraintsCheckedListBox.Name = "constraintsCheckedListBox";
     229      this.constraintsCheckedListBox.Size = new System.Drawing.Size(812, 214);
     230      this.constraintsCheckedListBox.Sorted = true;
     231      this.constraintsCheckedListBox.TabIndex = 0;
    197232      //
    198233      // resultsGroupBox
     
    291326      this.filtersInfoLabel.Text = "Loading Filters ...";
    292327      this.filtersInfoLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
    293       //
    294       // constraintsCheckedListBox
    295       //
    296       this.constraintsCheckedListBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    297                   | System.Windows.Forms.AnchorStyles.Left)
    298                   | System.Windows.Forms.AnchorStyles.Right)));
    299       this.constraintsCheckedListBox.CheckOnClick = true;
    300       this.constraintsCheckedListBox.FormattingEnabled = true;
    301       this.constraintsCheckedListBox.Location = new System.Drawing.Point(6, 6);
    302       this.constraintsCheckedListBox.Name = "constraintsCheckedListBox";
    303       this.constraintsCheckedListBox.Size = new System.Drawing.Size(812, 214);
    304       this.constraintsCheckedListBox.Sorted = true;
    305       this.constraintsCheckedListBox.TabIndex = 0;
    306       //
    307       // selectAllButton
    308       //
    309       this.selectAllButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    310       this.selectAllButton.Location = new System.Drawing.Point(6, 221);
    311       this.selectAllButton.Name = "selectAllButton";
    312       this.selectAllButton.Size = new System.Drawing.Size(75, 23);
    313       this.selectAllButton.TabIndex = 1;
    314       this.selectAllButton.Text = "Select all";
    315       this.selectAllButton.UseVisualStyleBackColor = true;
    316       this.selectAllButton.Click += new System.EventHandler(this.selectAllButton_Click);
    317       //
    318       // deselectAllButton
    319       //
    320       this.deselectAllButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    321       this.deselectAllButton.Location = new System.Drawing.Point(88, 221);
    322       this.deselectAllButton.Name = "deselectAllButton";
    323       this.deselectAllButton.Size = new System.Drawing.Size(75, 23);
    324       this.deselectAllButton.TabIndex = 2;
    325       this.deselectAllButton.Text = "Deselect all";
    326       this.deselectAllButton.UseVisualStyleBackColor = true;
    327       this.deselectAllButton.Click += new System.EventHandler(this.deselectAllButton_Click);
    328328      //
    329329      // QueryView
  • branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/RunCreation/Views/OKBExperimentUploadView.cs

    r7584 r7590  
    8989      foreach (var run in Content.Runs) {
    9090        OKBRunConfigSelectionView orcsv = new OKBRunConfigSelectionView(run, algorithms, problems);
     91        orcsv.Anchor = AnchorStyles.Left | AnchorStyles.Right | AnchorStyles.Top;
    9192        runConfigViews.Add(orcsv);
    9293        tableLayoutPanel.Controls.Add(orcsv);
  • branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/RunCreation/Views/OKBRunConfigSelectionView.Designer.cs

    r7580 r7590  
    4141      this.lblRunName.Anchor = System.Windows.Forms.AnchorStyles.None;
    4242      this.lblRunName.AutoSize = true;
    43       this.lblRunName.Location = new System.Drawing.Point(40, 7);
     43      this.lblRunName.Location = new System.Drawing.Point(39, 7);
    4444      this.lblRunName.Name = "lblRunName";
    4545      this.lblRunName.Size = new System.Drawing.Size(61, 13);
     
    4949      // cmbAlgorithm
    5050      //
    51       this.cmbAlgorithm.Anchor = System.Windows.Forms.AnchorStyles.None;
     51      this.cmbAlgorithm.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     52                  | System.Windows.Forms.AnchorStyles.Right)));
    5253      this.cmbAlgorithm.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    5354      this.cmbAlgorithm.FormattingEnabled = true;
    54       this.cmbAlgorithm.Location = new System.Drawing.Point(426, 3);
     55      this.cmbAlgorithm.Location = new System.Drawing.Point(423, 3);
    5556      this.cmbAlgorithm.Name = "cmbAlgorithm";
    56       this.cmbAlgorithm.Size = new System.Drawing.Size(135, 21);
     57      this.cmbAlgorithm.Size = new System.Drawing.Size(134, 21);
    5758      this.cmbAlgorithm.TabIndex = 1;
    5859      //
    5960      // cmbProblem
    6061      //
    61       this.cmbProblem.Anchor = System.Windows.Forms.AnchorStyles.None;
     62      this.cmbProblem.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     63                  | System.Windows.Forms.AnchorStyles.Right)));
    6264      this.cmbProblem.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    6365      this.cmbProblem.FormattingEnabled = true;
    64       this.cmbProblem.Location = new System.Drawing.Point(708, 3);
     66      this.cmbProblem.Location = new System.Drawing.Point(703, 3);
    6567      this.cmbProblem.Name = "cmbProblem";
    66       this.cmbProblem.Size = new System.Drawing.Size(135, 21);
     68      this.cmbProblem.Size = new System.Drawing.Size(134, 21);
    6769      this.cmbProblem.TabIndex = 2;
    6870      //
     
    7173      this.label1.Anchor = System.Windows.Forms.AnchorStyles.None;
    7274      this.label1.AutoSize = true;
    73       this.label1.Location = new System.Drawing.Point(313, 7);
     75      this.label1.Location = new System.Drawing.Point(311, 7);
    7476      this.label1.Name = "label1";
    7577      this.label1.Size = new System.Drawing.Size(78, 13);
     
    8890      this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
    8991      this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
    90       this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 39F));
     92      this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 45F));
    9193      this.tableLayoutPanel1.Controls.Add(this.lblRunName, 0, 0);
    9294      this.tableLayoutPanel1.Controls.Add(this.cmbProblem, 5, 0);
     
    105107      // txtRunName
    106108      //
    107       this.txtRunName.Anchor = System.Windows.Forms.AnchorStyles.None;
    108       this.txtRunName.Location = new System.Drawing.Point(144, 3);
     109      this.txtRunName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     110                  | System.Windows.Forms.AnchorStyles.Right)));
     111      this.txtRunName.Location = new System.Drawing.Point(143, 3);
    109112      this.txtRunName.Name = "txtRunName";
    110       this.txtRunName.Size = new System.Drawing.Size(135, 20);
     113      this.txtRunName.Size = new System.Drawing.Size(134, 20);
    111114      this.txtRunName.TabIndex = 4;
    112115      //
     
    115118      this.label2.Anchor = System.Windows.Forms.AnchorStyles.None;
    116119      this.label2.AutoSize = true;
    117       this.label2.Location = new System.Drawing.Point(598, 7);
     120      this.label2.Location = new System.Drawing.Point(593, 7);
    118121      this.label2.Name = "label2";
    119122      this.label2.Size = new System.Drawing.Size(73, 13);
     
    127130      this.chkUpload.Checked = true;
    128131      this.chkUpload.CheckState = System.Windows.Forms.CheckState.Checked;
    129       this.chkUpload.Location = new System.Drawing.Point(861, 6);
     132      this.chkUpload.Location = new System.Drawing.Point(858, 6);
    130133      this.chkUpload.Name = "chkUpload";
    131134      this.chkUpload.Size = new System.Drawing.Size(15, 14);
Note: See TracChangeset for help on using the changeset viewer.