Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/15/11 23:30:21 (14 years ago)
Author:
abeham
Message:

#1465

  • added option to set fixed minimum and maximum for all four possible axis
  • added an icon to the properties context menu entry
    • added dependency from ChartControlsExtensions to Common.Resources
File:
1 edited

Legend:

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

    r6012 r6014  
    6767      this.okButton.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
    6868      this.okButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
    69       this.okButton.Location = new System.Drawing.Point(152, 324);
     69      this.okButton.Location = new System.Drawing.Point(152, 357);
    7070      this.okButton.Name = "okButton";
    7171      this.okButton.Size = new System.Drawing.Size(75, 23);
     
    7979      this.cancelButton.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
    8080      this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
    81       this.cancelButton.Location = new System.Drawing.Point(233, 324);
     81      this.cancelButton.Location = new System.Drawing.Point(233, 357);
    8282      this.cancelButton.Name = "cancelButton";
    8383      this.cancelButton.Size = new System.Drawing.Size(75, 23);
     
    9797      this.tabControl.Name = "tabControl";
    9898      this.tabControl.SelectedIndex = 0;
    99       this.tabControl.Size = new System.Drawing.Size(474, 317);
     99      this.tabControl.Size = new System.Drawing.Size(474, 350);
    100100      this.tabControl.TabIndex = 2;
    101101      //
     
    106106      this.seriesTabPage.Name = "seriesTabPage";
    107107      this.seriesTabPage.Padding = new System.Windows.Forms.Padding(3);
    108       this.seriesTabPage.Size = new System.Drawing.Size(466, 291);
     108      this.seriesTabPage.Size = new System.Drawing.Size(466, 324);
    109109      this.seriesTabPage.TabIndex = 0;
    110110      this.seriesTabPage.Text = "Series";
     
    127127      this.splitContainer.Panel2.Controls.Add(this.dataRowVisualPropertiesControl);
    128128      this.splitContainer.Panel2MinSize = 50;
    129       this.splitContainer.Size = new System.Drawing.Size(460, 285);
     129      this.splitContainer.Size = new System.Drawing.Size(460, 318);
    130130      this.splitContainer.SplitterDistance = 125;
    131131      this.splitContainer.TabIndex = 0;
     
    139139      this.seriesListView.Name = "seriesListView";
    140140      this.seriesListView.ShowGroups = false;
    141       this.seriesListView.Size = new System.Drawing.Size(125, 285);
     141      this.seriesListView.Size = new System.Drawing.Size(125, 318);
    142142      this.seriesListView.TabIndex = 0;
    143143      this.seriesListView.UseCompatibleStateImageBehavior = false;
     
    151151      this.chartTabPage.Name = "chartTabPage";
    152152      this.chartTabPage.Padding = new System.Windows.Forms.Padding(3);
    153       this.chartTabPage.Size = new System.Drawing.Size(466, 291);
     153      this.chartTabPage.Size = new System.Drawing.Size(466, 324);
    154154      this.chartTabPage.TabIndex = 1;
    155155      this.chartTabPage.Text = "Chart";
     
    162162      this.dataRowVisualPropertiesControl.Location = new System.Drawing.Point(0, 0);
    163163      this.dataRowVisualPropertiesControl.Name = "dataRowVisualPropertiesControl";
    164       this.dataRowVisualPropertiesControl.Size = new System.Drawing.Size(331, 285);
     164      this.dataRowVisualPropertiesControl.Size = new System.Drawing.Size(331, 318);
    165165      this.dataRowVisualPropertiesControl.TabIndex = 0;
    166166      //
    167167      // dataTableVisualPropertiesControl
    168168      //
     169      this.dataTableVisualPropertiesControl.Content = null;
    169170      this.dataTableVisualPropertiesControl.Dock = System.Windows.Forms.DockStyle.Fill;
    170171      this.dataTableVisualPropertiesControl.Location = new System.Drawing.Point(3, 3);
    171172      this.dataTableVisualPropertiesControl.Name = "dataTableVisualPropertiesControl";
    172       this.dataTableVisualPropertiesControl.Size = new System.Drawing.Size(460, 285);
     173      this.dataTableVisualPropertiesControl.Size = new System.Drawing.Size(460, 318);
    173174      this.dataTableVisualPropertiesControl.TabIndex = 0;
    174175      //
     
    179180      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    180181      this.CancelButton = this.cancelButton;
    181       this.ClientSize = new System.Drawing.Size(475, 359);
     182      this.ClientSize = new System.Drawing.Size(475, 392);
    182183      this.Controls.Add(this.tabControl);
    183184      this.Controls.Add(this.cancelButton);
Note: See TracChangeset for help on using the changeset viewer.