Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/18/11 17:33:13 (13 years ago)
Author:
abeham
Message:

#1465

  • Fixed some bugs
  • Fixed out-of-sync issue in DataRowVisualPropertiesControl
  • Added border in histogram (white for very dark colors)
  • Added serializer for System.Drawing.Font
  • Added option to choose the font of the title as well as the axis of the chart
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/histogram/HeuristicLab.Analysis.Views/3.3/DataTableVisualPropertiesControl.Designer.cs

    r6014 r6020  
    7777      this.xAxisSecondaryMinimumAutoRadioButton = new System.Windows.Forms.RadioButton();
    7878      this.axisTabControl = new System.Windows.Forms.TabControl();
     79      this.mainTabPage = new System.Windows.Forms.TabPage();
     80      this.axisFontLabel = new System.Windows.Forms.Label();
     81      this.titleFontLabel = new System.Windows.Forms.Label();
     82      this.axisFontButton = new System.Windows.Forms.Button();
     83      this.label3 = new System.Windows.Forms.Label();
     84      this.titleFontButton = new System.Windows.Forms.Button();
     85      this.label2 = new System.Windows.Forms.Label();
    7986      this.xAxisTabPage = new System.Windows.Forms.TabPage();
    8087      this.yAxisTabPage = new System.Windows.Forms.TabPage();
     
    102109      this.yAxisPrimaryMinimumAutoRadioButton = new System.Windows.Forms.RadioButton();
    103110      this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
     111      this.titleFontDialog = new System.Windows.Forms.FontDialog();
     112      this.axisFontDialog = new System.Windows.Forms.FontDialog();
    104113      this.xAxisPrimaryGroupBox.SuspendLayout();
    105114      this.xAxisPrimaryMaximumPanel.SuspendLayout();
     
    109118      this.xAxisSecondaryMinimumPanel.SuspendLayout();
    110119      this.axisTabControl.SuspendLayout();
     120      this.mainTabPage.SuspendLayout();
    111121      this.xAxisTabPage.SuspendLayout();
    112122      this.yAxisTabPage.SuspendLayout();
     
    435445                  | System.Windows.Forms.AnchorStyles.Left)
    436446                  | System.Windows.Forms.AnchorStyles.Right)));
     447      this.axisTabControl.Controls.Add(this.mainTabPage);
    437448      this.axisTabControl.Controls.Add(this.xAxisTabPage);
    438449      this.axisTabControl.Controls.Add(this.yAxisTabPage);
     
    442453      this.axisTabControl.Size = new System.Drawing.Size(336, 257);
    443454      this.axisTabControl.TabIndex = 0;
     455      //
     456      // mainTabPage
     457      //
     458      this.mainTabPage.Controls.Add(this.axisFontLabel);
     459      this.mainTabPage.Controls.Add(this.titleFontLabel);
     460      this.mainTabPage.Controls.Add(this.axisFontButton);
     461      this.mainTabPage.Controls.Add(this.label3);
     462      this.mainTabPage.Controls.Add(this.titleFontButton);
     463      this.mainTabPage.Controls.Add(this.label2);
     464      this.mainTabPage.Location = new System.Drawing.Point(4, 22);
     465      this.mainTabPage.Name = "mainTabPage";
     466      this.mainTabPage.Size = new System.Drawing.Size(328, 231);
     467      this.mainTabPage.TabIndex = 2;
     468      this.mainTabPage.Text = "Main";
     469      this.mainTabPage.UseVisualStyleBackColor = true;
     470      //
     471      // axisFontLabel
     472      //
     473      this.axisFontLabel.AutoSize = true;
     474      this.axisFontLabel.Location = new System.Drawing.Point(101, 44);
     475      this.axisFontLabel.Name = "axisFontLabel";
     476      this.axisFontLabel.Size = new System.Drawing.Size(13, 13);
     477      this.axisFontLabel.TabIndex = 2;
     478      this.axisFontLabel.Text = "()";
     479      //
     480      // titleFontLabel
     481      //
     482      this.titleFontLabel.AutoSize = true;
     483      this.titleFontLabel.Location = new System.Drawing.Point(101, 15);
     484      this.titleFontLabel.Name = "titleFontLabel";
     485      this.titleFontLabel.Size = new System.Drawing.Size(13, 13);
     486      this.titleFontLabel.TabIndex = 2;
     487      this.titleFontLabel.Text = "()";
     488      //
     489      // axisFontButton
     490      //
     491      this.axisFontButton.Location = new System.Drawing.Point(69, 39);
     492      this.axisFontButton.Name = "axisFontButton";
     493      this.axisFontButton.Size = new System.Drawing.Size(26, 23);
     494      this.axisFontButton.TabIndex = 1;
     495      this.axisFontButton.Text = "...";
     496      this.axisFontButton.UseVisualStyleBackColor = true;
     497      this.axisFontButton.Click += new System.EventHandler(this.axisFontButton_Click);
     498      //
     499      // label3
     500      //
     501      this.label3.AutoSize = true;
     502      this.label3.Location = new System.Drawing.Point(9, 44);
     503      this.label3.Name = "label3";
     504      this.label3.Size = new System.Drawing.Size(53, 13);
     505      this.label3.TabIndex = 0;
     506      this.label3.Text = "Axis Font:";
     507      //
     508      // titleFontButton
     509      //
     510      this.titleFontButton.Location = new System.Drawing.Point(69, 10);
     511      this.titleFontButton.Name = "titleFontButton";
     512      this.titleFontButton.Size = new System.Drawing.Size(26, 23);
     513      this.titleFontButton.TabIndex = 1;
     514      this.titleFontButton.Text = "...";
     515      this.titleFontButton.UseVisualStyleBackColor = true;
     516      this.titleFontButton.Click += new System.EventHandler(this.titleFontButton_Click);
     517      //
     518      // label2
     519      //
     520      this.label2.AutoSize = true;
     521      this.label2.Location = new System.Drawing.Point(9, 15);
     522      this.label2.Name = "label2";
     523      this.label2.Size = new System.Drawing.Size(54, 13);
     524      this.label2.TabIndex = 0;
     525      this.label2.Text = "Title Font:";
    444526      //
    445527      // xAxisTabPage
     
    704786      //
    705787      this.errorProvider.ContainerControl = this;
     788      //
     789      // titleFontDialog
     790      //
     791      this.titleFontDialog.FontMustExist = true;
     792      this.titleFontDialog.ShowColor = true;
    706793      //
    707794      // DataTableVisualPropertiesControl
     
    725812      this.xAxisSecondaryMinimumPanel.PerformLayout();
    726813      this.axisTabControl.ResumeLayout(false);
     814      this.mainTabPage.ResumeLayout(false);
     815      this.mainTabPage.PerformLayout();
    727816      this.xAxisTabPage.ResumeLayout(false);
    728817      this.yAxisTabPage.ResumeLayout(false);
     
    802891    private System.Windows.Forms.RadioButton yAxisPrimaryMinimumAutoRadioButton;
    803892    private System.Windows.Forms.ErrorProvider errorProvider;
     893    private System.Windows.Forms.TabPage mainTabPage;
     894    private System.Windows.Forms.FontDialog titleFontDialog;
     895    private System.Windows.Forms.Button titleFontButton;
     896    private System.Windows.Forms.Label label2;
     897    private System.Windows.Forms.Button axisFontButton;
     898    private System.Windows.Forms.Label label3;
     899    private System.Windows.Forms.Label axisFontLabel;
     900    private System.Windows.Forms.Label titleFontLabel;
     901    private System.Windows.Forms.FontDialog axisFontDialog;
    804902  }
    805903}
Note: See TracChangeset for help on using the changeset viewer.