Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/15/11 23:30:21 (13 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/DataRowVisualPropertiesControl.Designer.cs

    r6012 r6014  
    5454      this.label3 = new System.Windows.Forms.Label();
    5555      this.commonGroupBox = new System.Windows.Forms.GroupBox();
     56      this.panel2 = new System.Windows.Forms.Panel();
     57      this.xAxisPrimaryRadioButton = new System.Windows.Forms.RadioButton();
    5658      this.xAxisSecondaryRadioButton = new System.Windows.Forms.RadioButton();
     59      this.panel1 = new System.Windows.Forms.Panel();
    5760      this.yAxisSecondaryRadioButton = new System.Windows.Forms.RadioButton();
    58       this.xAxisPrimaryRadioButton = new System.Windows.Forms.RadioButton();
    5961      this.yAxisPrimaryRadioButton = new System.Windows.Forms.RadioButton();
    6062      this.label6 = new System.Windows.Forms.Label();
    61       this.label5 = new System.Windows.Forms.Label();
    6263      this.histoGramGroupBox = new System.Windows.Forms.GroupBox();
     64      this.panel3 = new System.Windows.Forms.Panel();
     65      this.binsApproximatelyRadioButton = new System.Windows.Forms.RadioButton();
     66      this.binsExactRadioButton = new System.Windows.Forms.RadioButton();
    6367      this.lineChartGroupBox = new System.Windows.Forms.GroupBox();
    6468      this.lineWidthNumericUpDown = new System.Windows.Forms.NumericUpDown();
    6569      this.label4 = new System.Windows.Forms.Label();
    6670      this.label7 = new System.Windows.Forms.Label();
    67       this.binsApproximatelyRadioButton = new System.Windows.Forms.RadioButton();
    68       this.binsExactRadioButton = new System.Windows.Forms.RadioButton();
    69       this.panel1 = new System.Windows.Forms.Panel();
    70       this.panel2 = new System.Windows.Forms.Panel();
    71       this.panel3 = new System.Windows.Forms.Panel();
    7271      this.lineStyleComboBox = new System.Windows.Forms.ComboBox();
    7372      this.label8 = new System.Windows.Forms.Label();
     73      this.label5 = new System.Windows.Forms.Label();
     74      this.axisGroupBox = new System.Windows.Forms.GroupBox();
    7475      ((System.ComponentModel.ISupportInitialize)(this.binsNumericUpDown)).BeginInit();
    7576      this.commonGroupBox.SuspendLayout();
     77      this.panel2.SuspendLayout();
     78      this.panel1.SuspendLayout();
    7679      this.histoGramGroupBox.SuspendLayout();
     80      this.panel3.SuspendLayout();
    7781      this.lineChartGroupBox.SuspendLayout();
    7882      ((System.ComponentModel.ISupportInitialize)(this.lineWidthNumericUpDown)).BeginInit();
    79       this.panel1.SuspendLayout();
    80       this.panel2.SuspendLayout();
    81       this.panel3.SuspendLayout();
     83      this.axisGroupBox.SuspendLayout();
    8284      this.SuspendLayout();
    8385      //
     
    8890      this.chartTypeComboBox.Location = new System.Drawing.Point(76, 19);
    8991      this.chartTypeComboBox.Name = "chartTypeComboBox";
    90       this.chartTypeComboBox.Size = new System.Drawing.Size(218, 21);
     92      this.chartTypeComboBox.Size = new System.Drawing.Size(224, 21);
    9193      this.chartTypeComboBox.TabIndex = 1;
    9294      this.chartTypeComboBox.SelectedValueChanged += new System.EventHandler(this.chartTypeComboBox_SelectedValueChanged);
     
    166168      this.commonGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    167169                  | System.Windows.Forms.AnchorStyles.Right)));
    168       this.commonGroupBox.Controls.Add(this.panel2);
    169       this.commonGroupBox.Controls.Add(this.panel1);
    170       this.commonGroupBox.Controls.Add(this.label6);
    171       this.commonGroupBox.Controls.Add(this.label5);
     170      this.commonGroupBox.Controls.Add(this.axisGroupBox);
    172171      this.commonGroupBox.Controls.Add(this.colorButton);
    173172      this.commonGroupBox.Controls.Add(this.label1);
     
    176175      this.commonGroupBox.Location = new System.Drawing.Point(3, 3);
    177176      this.commonGroupBox.Name = "commonGroupBox";
    178       this.commonGroupBox.Size = new System.Drawing.Size(305, 125);
     177      this.commonGroupBox.Size = new System.Drawing.Size(313, 158);
    179178      this.commonGroupBox.TabIndex = 0;
    180179      this.commonGroupBox.TabStop = false;
    181180      this.commonGroupBox.Text = "Common";
    182181      //
     182      // panel2
     183      //
     184      this.panel2.Controls.Add(this.xAxisPrimaryRadioButton);
     185      this.panel2.Controls.Add(this.xAxisSecondaryRadioButton);
     186      this.panel2.Location = new System.Drawing.Point(63, 16);
     187      this.panel2.Name = "panel2";
     188      this.panel2.Size = new System.Drawing.Size(231, 25);
     189      this.panel2.TabIndex = 7;
     190      //
     191      // xAxisPrimaryRadioButton
     192      //
     193      this.xAxisPrimaryRadioButton.AutoSize = true;
     194      this.xAxisPrimaryRadioButton.Location = new System.Drawing.Point(4, 4);
     195      this.xAxisPrimaryRadioButton.Name = "xAxisPrimaryRadioButton";
     196      this.xAxisPrimaryRadioButton.Size = new System.Drawing.Size(59, 17);
     197      this.xAxisPrimaryRadioButton.TabIndex = 0;
     198      this.xAxisPrimaryRadioButton.TabStop = true;
     199      this.xAxisPrimaryRadioButton.Text = "Primary";
     200      this.xAxisPrimaryRadioButton.UseVisualStyleBackColor = true;
     201      this.xAxisPrimaryRadioButton.CheckedChanged += new System.EventHandler(this.xAxisRadioButton_CheckedChanged);
     202      //
    183203      // xAxisSecondaryRadioButton
    184204      //
    185205      this.xAxisSecondaryRadioButton.AutoSize = true;
    186       this.xAxisSecondaryRadioButton.Location = new System.Drawing.Point(81, 3);
     206      this.xAxisSecondaryRadioButton.Location = new System.Drawing.Point(70, 4);
    187207      this.xAxisSecondaryRadioButton.Name = "xAxisSecondaryRadioButton";
    188208      this.xAxisSecondaryRadioButton.Size = new System.Drawing.Size(76, 17);
     
    193213      this.xAxisSecondaryRadioButton.CheckedChanged += new System.EventHandler(this.xAxisRadioButton_CheckedChanged);
    194214      //
     215      // panel1
     216      //
     217      this.panel1.Controls.Add(this.yAxisSecondaryRadioButton);
     218      this.panel1.Controls.Add(this.yAxisPrimaryRadioButton);
     219      this.panel1.Location = new System.Drawing.Point(63, 40);
     220      this.panel1.Name = "panel1";
     221      this.panel1.Size = new System.Drawing.Size(231, 25);
     222      this.panel1.TabIndex = 5;
     223      //
    195224      // yAxisSecondaryRadioButton
    196225      //
    197226      this.yAxisSecondaryRadioButton.AutoSize = true;
    198       this.yAxisSecondaryRadioButton.Location = new System.Drawing.Point(82, 3);
     227      this.yAxisSecondaryRadioButton.Location = new System.Drawing.Point(70, 4);
    199228      this.yAxisSecondaryRadioButton.Name = "yAxisSecondaryRadioButton";
    200229      this.yAxisSecondaryRadioButton.Size = new System.Drawing.Size(76, 17);
     
    205234      this.yAxisSecondaryRadioButton.CheckedChanged += new System.EventHandler(this.yAxisRadioButton_CheckedChanged);
    206235      //
    207       // xAxisPrimaryRadioButton
    208       //
    209       this.xAxisPrimaryRadioButton.AutoSize = true;
    210       this.xAxisPrimaryRadioButton.Location = new System.Drawing.Point(3, 3);
    211       this.xAxisPrimaryRadioButton.Name = "xAxisPrimaryRadioButton";
    212       this.xAxisPrimaryRadioButton.Size = new System.Drawing.Size(59, 17);
    213       this.xAxisPrimaryRadioButton.TabIndex = 0;
    214       this.xAxisPrimaryRadioButton.TabStop = true;
    215       this.xAxisPrimaryRadioButton.Text = "Primary";
    216       this.xAxisPrimaryRadioButton.UseVisualStyleBackColor = true;
    217       this.xAxisPrimaryRadioButton.CheckedChanged += new System.EventHandler(this.xAxisRadioButton_CheckedChanged);
    218       //
    219236      // yAxisPrimaryRadioButton
    220237      //
    221238      this.yAxisPrimaryRadioButton.AutoSize = true;
    222       this.yAxisPrimaryRadioButton.Location = new System.Drawing.Point(4, 3);
     239      this.yAxisPrimaryRadioButton.Location = new System.Drawing.Point(4, 4);
    223240      this.yAxisPrimaryRadioButton.Name = "yAxisPrimaryRadioButton";
    224241      this.yAxisPrimaryRadioButton.Size = new System.Drawing.Size(59, 17);
     
    232249      //
    233250      this.label6.AutoSize = true;
    234       this.label6.Location = new System.Drawing.Point(8, 100);
     251      this.label6.Location = new System.Drawing.Point(6, 22);
    235252      this.label6.Name = "label6";
    236253      this.label6.Size = new System.Drawing.Size(39, 13);
    237254      this.label6.TabIndex = 6;
    238       this.label6.Text = "X-Axis:";
    239       //
    240       // label5
    241       //
    242       this.label5.AutoSize = true;
    243       this.label5.Location = new System.Drawing.Point(8, 77);
    244       this.label5.Name = "label5";
    245       this.label5.Size = new System.Drawing.Size(39, 13);
    246       this.label5.TabIndex = 4;
    247       this.label5.Text = "Y-Axis:";
     255      this.label6.Text = "X Axis:";
    248256      //
    249257      // histoGramGroupBox
     
    254262      this.histoGramGroupBox.Controls.Add(this.binsNumericUpDown);
    255263      this.histoGramGroupBox.Controls.Add(this.label3);
    256       this.histoGramGroupBox.Location = new System.Drawing.Point(3, 236);
     264      this.histoGramGroupBox.Location = new System.Drawing.Point(3, 269);
    257265      this.histoGramGroupBox.Name = "histoGramGroupBox";
    258       this.histoGramGroupBox.Size = new System.Drawing.Size(305, 49);
     266      this.histoGramGroupBox.Size = new System.Drawing.Size(313, 49);
    259267      this.histoGramGroupBox.TabIndex = 2;
    260268      this.histoGramGroupBox.TabStop = false;
    261269      this.histoGramGroupBox.Text = "Histogram";
    262270      //
    263       // lineChartGroupBox
    264       //
    265       this.lineChartGroupBox.Controls.Add(this.lineWidthNumericUpDown);
    266       this.lineChartGroupBox.Controls.Add(this.label4);
    267       this.lineChartGroupBox.Controls.Add(this.startIndexZeroCheckBox);
    268       this.lineChartGroupBox.Controls.Add(this.label7);
    269       this.lineChartGroupBox.Controls.Add(this.lineStyleComboBox);
    270       this.lineChartGroupBox.Controls.Add(this.label8);
    271       this.lineChartGroupBox.Location = new System.Drawing.Point(3, 134);
    272       this.lineChartGroupBox.Name = "lineChartGroupBox";
    273       this.lineChartGroupBox.Size = new System.Drawing.Size(473, 96);
    274       this.lineChartGroupBox.TabIndex = 1;
    275       this.lineChartGroupBox.TabStop = false;
    276       this.lineChartGroupBox.Text = "Line Chart";
    277       //
    278       // lineWidthNumericUpDown
    279       //
    280       this.lineWidthNumericUpDown.Location = new System.Drawing.Point(96, 66);
    281       this.lineWidthNumericUpDown.Minimum = new decimal(new int[] {
    282             1,
    283             0,
    284             0,
    285             0});
    286       this.lineWidthNumericUpDown.Name = "lineWidthNumericUpDown";
    287       this.lineWidthNumericUpDown.Size = new System.Drawing.Size(65, 20);
    288       this.lineWidthNumericUpDown.TabIndex = 5;
    289       this.lineWidthNumericUpDown.Value = new decimal(new int[] {
    290             1,
    291             0,
    292             0,
    293             0});
    294       this.lineWidthNumericUpDown.ValueChanged += new System.EventHandler(this.lineWidthNumericUpDown_ValueChanged);
    295       //
    296       // label4
    297       //
    298       this.label4.AutoSize = true;
    299       this.label4.Location = new System.Drawing.Point(8, 68);
    300       this.label4.Name = "label4";
    301       this.label4.Size = new System.Drawing.Size(61, 13);
    302       this.label4.TabIndex = 4;
    303       this.label4.Text = "Line Width:";
    304       //
    305       // label7
    306       //
    307       this.label7.AutoSize = true;
    308       this.label7.Location = new System.Drawing.Point(8, 46);
    309       this.label7.Name = "label7";
    310       this.label7.Size = new System.Drawing.Size(82, 13);
    311       this.label7.TabIndex = 2;
    312       this.label7.Text = "Start Index at 0:";
     271      // panel3
     272      //
     273      this.panel3.Controls.Add(this.binsApproximatelyRadioButton);
     274      this.panel3.Controls.Add(this.binsExactRadioButton);
     275      this.panel3.Location = new System.Drawing.Point(146, 16);
     276      this.panel3.Name = "panel3";
     277      this.panel3.Size = new System.Drawing.Size(154, 25);
     278      this.panel3.TabIndex = 2;
    313279      //
    314280      // binsApproximatelyRadioButton
    315281      //
    316282      this.binsApproximatelyRadioButton.AutoSize = true;
    317       this.binsApproximatelyRadioButton.Location = new System.Drawing.Point(0, 0);
     283      this.binsApproximatelyRadioButton.Location = new System.Drawing.Point(4, 4);
    318284      this.binsApproximatelyRadioButton.Name = "binsApproximatelyRadioButton";
    319285      this.binsApproximatelyRadioButton.Size = new System.Drawing.Size(90, 17);
     
    327293      //
    328294      this.binsExactRadioButton.AutoSize = true;
    329       this.binsExactRadioButton.Location = new System.Drawing.Point(96, 0);
     295      this.binsExactRadioButton.Location = new System.Drawing.Point(100, 4);
    330296      this.binsExactRadioButton.Name = "binsExactRadioButton";
    331297      this.binsExactRadioButton.Size = new System.Drawing.Size(52, 17);
     
    336302      this.binsExactRadioButton.CheckedChanged += new System.EventHandler(this.yAxisRadioButton_CheckedChanged);
    337303      //
    338       // panel1
    339       //
    340       this.panel1.Controls.Add(this.yAxisSecondaryRadioButton);
    341       this.panel1.Controls.Add(this.yAxisPrimaryRadioButton);
    342       this.panel1.Location = new System.Drawing.Point(76, 72);
    343       this.panel1.Name = "panel1";
    344       this.panel1.Size = new System.Drawing.Size(159, 23);
    345       this.panel1.TabIndex = 5;
    346       //
    347       // panel2
    348       //
    349       this.panel2.Controls.Add(this.xAxisPrimaryRadioButton);
    350       this.panel2.Controls.Add(this.xAxisSecondaryRadioButton);
    351       this.panel2.Location = new System.Drawing.Point(76, 95);
    352       this.panel2.Name = "panel2";
    353       this.panel2.Size = new System.Drawing.Size(159, 21);
    354       this.panel2.TabIndex = 7;
    355       //
    356       // panel3
    357       //
    358       this.panel3.Controls.Add(this.binsApproximatelyRadioButton);
    359       this.panel3.Controls.Add(this.binsExactRadioButton);
    360       this.panel3.Location = new System.Drawing.Point(146, 21);
    361       this.panel3.Name = "panel3";
    362       this.panel3.Size = new System.Drawing.Size(147, 18);
    363       this.panel3.TabIndex = 2;
     304      // lineChartGroupBox
     305      //
     306      this.lineChartGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     307                  | System.Windows.Forms.AnchorStyles.Right)));
     308      this.lineChartGroupBox.Controls.Add(this.lineWidthNumericUpDown);
     309      this.lineChartGroupBox.Controls.Add(this.label4);
     310      this.lineChartGroupBox.Controls.Add(this.startIndexZeroCheckBox);
     311      this.lineChartGroupBox.Controls.Add(this.label7);
     312      this.lineChartGroupBox.Controls.Add(this.lineStyleComboBox);
     313      this.lineChartGroupBox.Controls.Add(this.label8);
     314      this.lineChartGroupBox.Location = new System.Drawing.Point(3, 167);
     315      this.lineChartGroupBox.Name = "lineChartGroupBox";
     316      this.lineChartGroupBox.Size = new System.Drawing.Size(313, 96);
     317      this.lineChartGroupBox.TabIndex = 1;
     318      this.lineChartGroupBox.TabStop = false;
     319      this.lineChartGroupBox.Text = "Line Chart";
     320      //
     321      // lineWidthNumericUpDown
     322      //
     323      this.lineWidthNumericUpDown.Location = new System.Drawing.Point(96, 66);
     324      this.lineWidthNumericUpDown.Minimum = new decimal(new int[] {
     325            1,
     326            0,
     327            0,
     328            0});
     329      this.lineWidthNumericUpDown.Name = "lineWidthNumericUpDown";
     330      this.lineWidthNumericUpDown.Size = new System.Drawing.Size(65, 20);
     331      this.lineWidthNumericUpDown.TabIndex = 5;
     332      this.lineWidthNumericUpDown.Value = new decimal(new int[] {
     333            1,
     334            0,
     335            0,
     336            0});
     337      this.lineWidthNumericUpDown.ValueChanged += new System.EventHandler(this.lineWidthNumericUpDown_ValueChanged);
     338      //
     339      // label4
     340      //
     341      this.label4.AutoSize = true;
     342      this.label4.Location = new System.Drawing.Point(8, 68);
     343      this.label4.Name = "label4";
     344      this.label4.Size = new System.Drawing.Size(61, 13);
     345      this.label4.TabIndex = 4;
     346      this.label4.Text = "Line Width:";
     347      //
     348      // label7
     349      //
     350      this.label7.AutoSize = true;
     351      this.label7.Location = new System.Drawing.Point(8, 46);
     352      this.label7.Name = "label7";
     353      this.label7.Size = new System.Drawing.Size(82, 13);
     354      this.label7.TabIndex = 2;
     355      this.label7.Text = "Start Index at 0:";
    364356      //
    365357      // lineStyleComboBox
     
    369361      this.lineStyleComboBox.Location = new System.Drawing.Point(96, 19);
    370362      this.lineStyleComboBox.Name = "lineStyleComboBox";
    371       this.lineStyleComboBox.Size = new System.Drawing.Size(198, 21);
     363      this.lineStyleComboBox.Size = new System.Drawing.Size(204, 21);
    372364      this.lineStyleComboBox.TabIndex = 1;
    373365      this.lineStyleComboBox.SelectedValueChanged += new System.EventHandler(this.lineStyleComboBox_SelectedValueChanged);
     
    382374      this.label8.Text = "Line Style:";
    383375      //
     376      // label5
     377      //
     378      this.label5.AutoSize = true;
     379      this.label5.Location = new System.Drawing.Point(6, 46);
     380      this.label5.Name = "label5";
     381      this.label5.Size = new System.Drawing.Size(39, 13);
     382      this.label5.TabIndex = 6;
     383      this.label5.Text = "Y Axis:";
     384      //
     385      // axisGroupBox
     386      //
     387      this.axisGroupBox.Controls.Add(this.label5);
     388      this.axisGroupBox.Controls.Add(this.label6);
     389      this.axisGroupBox.Controls.Add(this.panel1);
     390      this.axisGroupBox.Controls.Add(this.panel2);
     391      this.axisGroupBox.Location = new System.Drawing.Point(6, 75);
     392      this.axisGroupBox.Name = "axisGroupBox";
     393      this.axisGroupBox.Size = new System.Drawing.Size(299, 75);
     394      this.axisGroupBox.TabIndex = 9;
     395      this.axisGroupBox.TabStop = false;
     396      this.axisGroupBox.Text = "Display Data on";
     397      //
    384398      // DataRowVisualPropertiesControl
    385399      //
     
    390404      this.Controls.Add(this.commonGroupBox);
    391405      this.Name = "DataRowVisualPropertiesControl";
    392       this.Size = new System.Drawing.Size(311, 290);
     406      this.Size = new System.Drawing.Size(319, 323);
    393407      ((System.ComponentModel.ISupportInitialize)(this.binsNumericUpDown)).EndInit();
    394408      this.commonGroupBox.ResumeLayout(false);
    395409      this.commonGroupBox.PerformLayout();
     410      this.panel2.ResumeLayout(false);
     411      this.panel2.PerformLayout();
     412      this.panel1.ResumeLayout(false);
     413      this.panel1.PerformLayout();
    396414      this.histoGramGroupBox.ResumeLayout(false);
    397415      this.histoGramGroupBox.PerformLayout();
     416      this.panel3.ResumeLayout(false);
     417      this.panel3.PerformLayout();
    398418      this.lineChartGroupBox.ResumeLayout(false);
    399419      this.lineChartGroupBox.PerformLayout();
    400420      ((System.ComponentModel.ISupportInitialize)(this.lineWidthNumericUpDown)).EndInit();
    401       this.panel1.ResumeLayout(false);
    402       this.panel1.PerformLayout();
    403       this.panel2.ResumeLayout(false);
    404       this.panel2.PerformLayout();
    405       this.panel3.ResumeLayout(false);
    406       this.panel3.PerformLayout();
     421      this.axisGroupBox.ResumeLayout(false);
     422      this.axisGroupBox.PerformLayout();
    407423      this.ResumeLayout(false);
    408424
     
    426442    private System.Windows.Forms.RadioButton yAxisPrimaryRadioButton;
    427443    private System.Windows.Forms.Label label6;
    428     private System.Windows.Forms.Label label5;
    429444    private System.Windows.Forms.GroupBox lineChartGroupBox;
    430445    private System.Windows.Forms.NumericUpDown lineWidthNumericUpDown;
     
    438453    private System.Windows.Forms.ComboBox lineStyleComboBox;
    439454    private System.Windows.Forms.Label label8;
     455    private System.Windows.Forms.Label label5;
     456    private System.Windows.Forms.GroupBox axisGroupBox;
    440457  }
    441458}
Note: See TracChangeset for help on using the changeset viewer.