Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/21/11 16:20:18 (12 years ago)
Author:
ascheibe
Message:

#1611

  • switched VisualPropertiesDialog to non-resizeable
  • corrected space between textboxes and made them also anchor to the right
  • the name of the chart can now be changed
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Analysis.Views/3.3/DataTableVisualPropertiesDialog.Designer.cs

    r7216 r7221  
    185185      this.chartTabPage.Name = "chartTabPage";
    186186      this.chartTabPage.Padding = new System.Windows.Forms.Padding(3);
    187       this.chartTabPage.Size = new System.Drawing.Size(453, 348);
     187      this.chartTabPage.Size = new System.Drawing.Size(456, 353);
    188188      this.chartTabPage.TabIndex = 1;
    189189      this.chartTabPage.Text = "Chart";
     
    196196      this.dataTableVisualPropertiesControl.Location = new System.Drawing.Point(3, 3);
    197197      this.dataTableVisualPropertiesControl.Name = "dataTableVisualPropertiesControl";
    198       this.dataTableVisualPropertiesControl.Size = new System.Drawing.Size(447, 342);
     198      this.dataTableVisualPropertiesControl.Size = new System.Drawing.Size(186, 68);
    199199      this.dataTableVisualPropertiesControl.TabIndex = 0;
    200200      //
     
    209209      this.Controls.Add(this.cancelButton);
    210210      this.Controls.Add(this.okButton);
     211      this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     212      this.MaximizeBox = false;
     213      this.MinimizeBox = false;
    211214      this.Name = "DataTableVisualPropertiesDialog";
    212215      this.ShowIcon = false;
     216      this.ShowInTaskbar = false;
    213217      this.Text = "Customize Visual Properties";
    214218      this.tabControl.ResumeLayout(false);
Note: See TracChangeset for help on using the changeset viewer.