Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/15/11 18:41:13 (13 years ago)
Author:
abeham
Message:

#1465

  • fine tuned UI for setting data(table|row) visual properties
  • added control for the data table visual properties
  • added a few more visual properties
File:
1 edited

Legend:

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

    r6011 r6012  
    4646    private void InitializeComponent() {
    4747      this.chartTypeComboBox = new System.Windows.Forms.ComboBox();
    48       this.secondYAxisCheckBox = new System.Windows.Forms.CheckBox();
    4948      this.colorDialog = new System.Windows.Forms.ColorDialog();
    5049      this.colorButton = new System.Windows.Forms.Button();
    5150      this.startIndexZeroCheckBox = new System.Windows.Forms.CheckBox();
    52       this.exactBinsCheckBox = new System.Windows.Forms.CheckBox();
    5351      this.binsNumericUpDown = new System.Windows.Forms.NumericUpDown();
    5452      this.label1 = new System.Windows.Forms.Label();
     
    5654      this.label3 = new System.Windows.Forms.Label();
    5755      this.commonGroupBox = new System.Windows.Forms.GroupBox();
     56      this.xAxisSecondaryRadioButton = new System.Windows.Forms.RadioButton();
     57      this.yAxisSecondaryRadioButton = new System.Windows.Forms.RadioButton();
     58      this.xAxisPrimaryRadioButton = new System.Windows.Forms.RadioButton();
     59      this.yAxisPrimaryRadioButton = new System.Windows.Forms.RadioButton();
     60      this.label6 = new System.Windows.Forms.Label();
     61      this.label5 = new System.Windows.Forms.Label();
    5862      this.histoGramGroupBox = new System.Windows.Forms.GroupBox();
    59       this.secondXAxisCheckBox = new System.Windows.Forms.CheckBox();
     63      this.lineChartGroupBox = new System.Windows.Forms.GroupBox();
     64      this.lineWidthNumericUpDown = new System.Windows.Forms.NumericUpDown();
     65      this.label4 = new System.Windows.Forms.Label();
     66      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();
     72      this.lineStyleComboBox = new System.Windows.Forms.ComboBox();
     73      this.label8 = new System.Windows.Forms.Label();
    6074      ((System.ComponentModel.ISupportInitialize)(this.binsNumericUpDown)).BeginInit();
    6175      this.commonGroupBox.SuspendLayout();
    6276      this.histoGramGroupBox.SuspendLayout();
     77      this.lineChartGroupBox.SuspendLayout();
     78      ((System.ComponentModel.ISupportInitialize)(this.lineWidthNumericUpDown)).BeginInit();
     79      this.panel1.SuspendLayout();
     80      this.panel2.SuspendLayout();
     81      this.panel3.SuspendLayout();
    6382      this.SuspendLayout();
    6483      //
    6584      // chartTypeComboBox
    6685      //
    67       this.chartTypeComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    68                   | System.Windows.Forms.AnchorStyles.Right)));
    6986      this.chartTypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    7087      this.chartTypeComboBox.FormattingEnabled = true;
    71       this.chartTypeComboBox.Location = new System.Drawing.Point(90, 19);
     88      this.chartTypeComboBox.Location = new System.Drawing.Point(76, 19);
    7289      this.chartTypeComboBox.Name = "chartTypeComboBox";
    73       this.chartTypeComboBox.Size = new System.Drawing.Size(377, 21);
    74       this.chartTypeComboBox.TabIndex = 0;
     90      this.chartTypeComboBox.Size = new System.Drawing.Size(218, 21);
     91      this.chartTypeComboBox.TabIndex = 1;
    7592      this.chartTypeComboBox.SelectedValueChanged += new System.EventHandler(this.chartTypeComboBox_SelectedValueChanged);
    7693      //
    77       // secondYAxisCheckBox
    78       //
    79       this.secondYAxisCheckBox.AutoSize = true;
    80       this.secondYAxisCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
    81       this.secondYAxisCheckBox.Location = new System.Drawing.Point(8, 75);
    82       this.secondYAxisCheckBox.Name = "secondYAxisCheckBox";
    83       this.secondYAxisCheckBox.Size = new System.Drawing.Size(98, 17);
    84       this.secondYAxisCheckBox.TabIndex = 1;
    85       this.secondYAxisCheckBox.Text = "Second Y Axis:";
    86       this.secondYAxisCheckBox.UseVisualStyleBackColor = true;
    87       this.secondYAxisCheckBox.CheckedChanged += new System.EventHandler(this.secondYAxisCheckBox_CheckedChanged);
    88       //
    8994      // colorDialog
    9095      //
     
    9499      //
    95100      this.colorButton.BackColor = System.Drawing.SystemColors.Control;
    96       this.colorButton.Location = new System.Drawing.Point(90, 46);
     101      this.colorButton.Location = new System.Drawing.Point(76, 46);
    97102      this.colorButton.Name = "colorButton";
    98103      this.colorButton.Size = new System.Drawing.Size(23, 23);
    99       this.colorButton.TabIndex = 2;
     104      this.colorButton.TabIndex = 3;
    100105      this.colorButton.UseVisualStyleBackColor = false;
    101106      this.colorButton.Click += new System.EventHandler(this.colorButton_Click);
     
    105110      this.startIndexZeroCheckBox.AutoSize = true;
    106111      this.startIndexZeroCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
    107       this.startIndexZeroCheckBox.Location = new System.Drawing.Point(17, 121);
     112      this.startIndexZeroCheckBox.Location = new System.Drawing.Point(96, 46);
    108113      this.startIndexZeroCheckBox.Name = "startIndexZeroCheckBox";
    109       this.startIndexZeroCheckBox.Size = new System.Drawing.Size(89, 17);
     114      this.startIndexZeroCheckBox.Size = new System.Drawing.Size(15, 14);
    110115      this.startIndexZeroCheckBox.TabIndex = 3;
    111       this.startIndexZeroCheckBox.Text = "Start Index 0:";
    112116      this.startIndexZeroCheckBox.UseVisualStyleBackColor = true;
    113117      this.startIndexZeroCheckBox.CheckedChanged += new System.EventHandler(this.startIndexZeroCheckBox_CheckedChanged);
    114118      //
    115       // exactBinsCheckBox
    116       //
    117       this.exactBinsCheckBox.AutoSize = true;
    118       this.exactBinsCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
    119       this.exactBinsCheckBox.Location = new System.Drawing.Point(155, 20);
    120       this.exactBinsCheckBox.Name = "exactBinsCheckBox";
    121       this.exactBinsCheckBox.Size = new System.Drawing.Size(56, 17);
    122       this.exactBinsCheckBox.TabIndex = 4;
    123       this.exactBinsCheckBox.Text = "Exact:";
    124       this.exactBinsCheckBox.UseVisualStyleBackColor = true;
    125       this.exactBinsCheckBox.CheckedChanged += new System.EventHandler(this.exactBinsCheckBox_CheckedChanged);
    126       //
    127119      // binsNumericUpDown
    128120      //
    129       this.binsNumericUpDown.Location = new System.Drawing.Point(48, 19);
     121      this.binsNumericUpDown.Location = new System.Drawing.Point(44, 19);
     122      this.binsNumericUpDown.Minimum = new decimal(new int[] {
     123            1,
     124            0,
     125            0,
     126            0});
    130127      this.binsNumericUpDown.Name = "binsNumericUpDown";
    131       this.binsNumericUpDown.Size = new System.Drawing.Size(101, 20);
    132       this.binsNumericUpDown.TabIndex = 5;
     128      this.binsNumericUpDown.Size = new System.Drawing.Size(96, 20);
     129      this.binsNumericUpDown.TabIndex = 1;
     130      this.binsNumericUpDown.Value = new decimal(new int[] {
     131            1,
     132            0,
     133            0,
     134            0});
    133135      this.binsNumericUpDown.ValueChanged += new System.EventHandler(this.binsNumericUpDown_ValueChanged);
    134136      //
     
    136138      //
    137139      this.label1.AutoSize = true;
    138       this.label1.Location = new System.Drawing.Point(22, 22);
     140      this.label1.Location = new System.Drawing.Point(8, 22);
    139141      this.label1.Name = "label1";
    140142      this.label1.Size = new System.Drawing.Size(62, 13);
    141       this.label1.TabIndex = 6;
     143      this.label1.TabIndex = 0;
    142144      this.label1.Text = "Chart Type:";
    143145      //
     
    145147      //
    146148      this.label2.AutoSize = true;
    147       this.label2.Location = new System.Drawing.Point(50, 51);
     149      this.label2.Location = new System.Drawing.Point(8, 51);
    148150      this.label2.Name = "label2";
    149151      this.label2.Size = new System.Drawing.Size(34, 13);
    150       this.label2.TabIndex = 6;
     152      this.label2.TabIndex = 2;
    151153      this.label2.Text = "Color:";
    152154      //
     
    157159      this.label3.Name = "label3";
    158160      this.label3.Size = new System.Drawing.Size(30, 13);
    159       this.label3.TabIndex = 6;
     161      this.label3.TabIndex = 0;
    160162      this.label3.Text = "Bins:";
    161163      //
     
    164166      this.commonGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    165167                  | 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);
    166172      this.commonGroupBox.Controls.Add(this.colorButton);
    167       this.commonGroupBox.Controls.Add(this.secondXAxisCheckBox);
    168       this.commonGroupBox.Controls.Add(this.secondYAxisCheckBox);
    169173      this.commonGroupBox.Controls.Add(this.label1);
    170174      this.commonGroupBox.Controls.Add(this.label2);
    171175      this.commonGroupBox.Controls.Add(this.chartTypeComboBox);
    172       this.commonGroupBox.Controls.Add(this.startIndexZeroCheckBox);
    173176      this.commonGroupBox.Location = new System.Drawing.Point(3, 3);
    174177      this.commonGroupBox.Name = "commonGroupBox";
    175       this.commonGroupBox.Size = new System.Drawing.Size(473, 142);
    176       this.commonGroupBox.TabIndex = 7;
     178      this.commonGroupBox.Size = new System.Drawing.Size(305, 125);
     179      this.commonGroupBox.TabIndex = 0;
    177180      this.commonGroupBox.TabStop = false;
    178181      this.commonGroupBox.Text = "Common";
    179182      //
     183      // xAxisSecondaryRadioButton
     184      //
     185      this.xAxisSecondaryRadioButton.AutoSize = true;
     186      this.xAxisSecondaryRadioButton.Location = new System.Drawing.Point(81, 3);
     187      this.xAxisSecondaryRadioButton.Name = "xAxisSecondaryRadioButton";
     188      this.xAxisSecondaryRadioButton.Size = new System.Drawing.Size(76, 17);
     189      this.xAxisSecondaryRadioButton.TabIndex = 1;
     190      this.xAxisSecondaryRadioButton.TabStop = true;
     191      this.xAxisSecondaryRadioButton.Text = "Secondary";
     192      this.xAxisSecondaryRadioButton.UseVisualStyleBackColor = true;
     193      this.xAxisSecondaryRadioButton.CheckedChanged += new System.EventHandler(this.xAxisRadioButton_CheckedChanged);
     194      //
     195      // yAxisSecondaryRadioButton
     196      //
     197      this.yAxisSecondaryRadioButton.AutoSize = true;
     198      this.yAxisSecondaryRadioButton.Location = new System.Drawing.Point(82, 3);
     199      this.yAxisSecondaryRadioButton.Name = "yAxisSecondaryRadioButton";
     200      this.yAxisSecondaryRadioButton.Size = new System.Drawing.Size(76, 17);
     201      this.yAxisSecondaryRadioButton.TabIndex = 1;
     202      this.yAxisSecondaryRadioButton.TabStop = true;
     203      this.yAxisSecondaryRadioButton.Text = "Secondary";
     204      this.yAxisSecondaryRadioButton.UseVisualStyleBackColor = true;
     205      this.yAxisSecondaryRadioButton.CheckedChanged += new System.EventHandler(this.yAxisRadioButton_CheckedChanged);
     206      //
     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      //
     219      // yAxisPrimaryRadioButton
     220      //
     221      this.yAxisPrimaryRadioButton.AutoSize = true;
     222      this.yAxisPrimaryRadioButton.Location = new System.Drawing.Point(4, 3);
     223      this.yAxisPrimaryRadioButton.Name = "yAxisPrimaryRadioButton";
     224      this.yAxisPrimaryRadioButton.Size = new System.Drawing.Size(59, 17);
     225      this.yAxisPrimaryRadioButton.TabIndex = 0;
     226      this.yAxisPrimaryRadioButton.TabStop = true;
     227      this.yAxisPrimaryRadioButton.Text = "Primary";
     228      this.yAxisPrimaryRadioButton.UseVisualStyleBackColor = true;
     229      this.yAxisPrimaryRadioButton.CheckedChanged += new System.EventHandler(this.yAxisRadioButton_CheckedChanged);
     230      //
     231      // label6
     232      //
     233      this.label6.AutoSize = true;
     234      this.label6.Location = new System.Drawing.Point(8, 100);
     235      this.label6.Name = "label6";
     236      this.label6.Size = new System.Drawing.Size(39, 13);
     237      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:";
     248      //
    180249      // histoGramGroupBox
    181250      //
    182251      this.histoGramGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    183252                  | System.Windows.Forms.AnchorStyles.Right)));
     253      this.histoGramGroupBox.Controls.Add(this.panel3);
    184254      this.histoGramGroupBox.Controls.Add(this.binsNumericUpDown);
    185       this.histoGramGroupBox.Controls.Add(this.exactBinsCheckBox);
    186255      this.histoGramGroupBox.Controls.Add(this.label3);
    187       this.histoGramGroupBox.Location = new System.Drawing.Point(3, 151);
     256      this.histoGramGroupBox.Location = new System.Drawing.Point(3, 236);
    188257      this.histoGramGroupBox.Name = "histoGramGroupBox";
    189       this.histoGramGroupBox.Size = new System.Drawing.Size(473, 49);
    190       this.histoGramGroupBox.TabIndex = 7;
     258      this.histoGramGroupBox.Size = new System.Drawing.Size(305, 49);
     259      this.histoGramGroupBox.TabIndex = 2;
    191260      this.histoGramGroupBox.TabStop = false;
    192261      this.histoGramGroupBox.Text = "Histogram";
    193262      //
    194       // secondXAxisCheckBox
    195       //
    196       this.secondXAxisCheckBox.AutoSize = true;
    197       this.secondXAxisCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
    198       this.secondXAxisCheckBox.Location = new System.Drawing.Point(8, 98);
    199       this.secondXAxisCheckBox.Name = "secondXAxisCheckBox";
    200       this.secondXAxisCheckBox.Size = new System.Drawing.Size(98, 17);
    201       this.secondXAxisCheckBox.TabIndex = 1;
    202       this.secondXAxisCheckBox.Text = "Second X Axis:";
    203       this.secondXAxisCheckBox.UseVisualStyleBackColor = true;
    204       this.secondXAxisCheckBox.CheckedChanged += new System.EventHandler(this.secondXAxisCheckBox_CheckedChanged);
     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:";
     313      //
     314      // binsApproximatelyRadioButton
     315      //
     316      this.binsApproximatelyRadioButton.AutoSize = true;
     317      this.binsApproximatelyRadioButton.Location = new System.Drawing.Point(0, 0);
     318      this.binsApproximatelyRadioButton.Name = "binsApproximatelyRadioButton";
     319      this.binsApproximatelyRadioButton.Size = new System.Drawing.Size(90, 17);
     320      this.binsApproximatelyRadioButton.TabIndex = 0;
     321      this.binsApproximatelyRadioButton.TabStop = true;
     322      this.binsApproximatelyRadioButton.Text = "Approximately";
     323      this.binsApproximatelyRadioButton.UseVisualStyleBackColor = true;
     324      this.binsApproximatelyRadioButton.CheckedChanged += new System.EventHandler(this.yAxisRadioButton_CheckedChanged);
     325      //
     326      // binsExactRadioButton
     327      //
     328      this.binsExactRadioButton.AutoSize = true;
     329      this.binsExactRadioButton.Location = new System.Drawing.Point(96, 0);
     330      this.binsExactRadioButton.Name = "binsExactRadioButton";
     331      this.binsExactRadioButton.Size = new System.Drawing.Size(52, 17);
     332      this.binsExactRadioButton.TabIndex = 1;
     333      this.binsExactRadioButton.TabStop = true;
     334      this.binsExactRadioButton.Text = "Exact";
     335      this.binsExactRadioButton.UseVisualStyleBackColor = true;
     336      this.binsExactRadioButton.CheckedChanged += new System.EventHandler(this.yAxisRadioButton_CheckedChanged);
     337      //
     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;
     364      //
     365      // lineStyleComboBox
     366      //
     367      this.lineStyleComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     368      this.lineStyleComboBox.FormattingEnabled = true;
     369      this.lineStyleComboBox.Location = new System.Drawing.Point(96, 19);
     370      this.lineStyleComboBox.Name = "lineStyleComboBox";
     371      this.lineStyleComboBox.Size = new System.Drawing.Size(198, 21);
     372      this.lineStyleComboBox.TabIndex = 1;
     373      this.lineStyleComboBox.SelectedValueChanged += new System.EventHandler(this.lineStyleComboBox_SelectedValueChanged);
     374      //
     375      // label8
     376      //
     377      this.label8.AutoSize = true;
     378      this.label8.Location = new System.Drawing.Point(8, 22);
     379      this.label8.Name = "label8";
     380      this.label8.Size = new System.Drawing.Size(56, 13);
     381      this.label8.TabIndex = 0;
     382      this.label8.Text = "Line Style:";
    205383      //
    206384      // DataRowVisualPropertiesControl
     
    208386      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    209387      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     388      this.Controls.Add(this.lineChartGroupBox);
    210389      this.Controls.Add(this.histoGramGroupBox);
    211390      this.Controls.Add(this.commonGroupBox);
    212391      this.Name = "DataRowVisualPropertiesControl";
    213       this.Size = new System.Drawing.Size(479, 205);
     392      this.Size = new System.Drawing.Size(311, 290);
    214393      ((System.ComponentModel.ISupportInitialize)(this.binsNumericUpDown)).EndInit();
    215394      this.commonGroupBox.ResumeLayout(false);
     
    217396      this.histoGramGroupBox.ResumeLayout(false);
    218397      this.histoGramGroupBox.PerformLayout();
     398      this.lineChartGroupBox.ResumeLayout(false);
     399      this.lineChartGroupBox.PerformLayout();
     400      ((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();
    219407      this.ResumeLayout(false);
    220408
     
    224412
    225413    private System.Windows.Forms.ComboBox chartTypeComboBox;
    226     private System.Windows.Forms.CheckBox secondYAxisCheckBox;
    227414    private System.Windows.Forms.ColorDialog colorDialog;
    228415    private System.Windows.Forms.Button colorButton;
    229416    private System.Windows.Forms.CheckBox startIndexZeroCheckBox;
    230     private System.Windows.Forms.CheckBox exactBinsCheckBox;
    231417    private System.Windows.Forms.NumericUpDown binsNumericUpDown;
    232418    private System.Windows.Forms.Label label1;
     
    235421    private System.Windows.Forms.GroupBox commonGroupBox;
    236422    private System.Windows.Forms.GroupBox histoGramGroupBox;
    237     private System.Windows.Forms.CheckBox secondXAxisCheckBox;
     423    private System.Windows.Forms.RadioButton xAxisSecondaryRadioButton;
     424    private System.Windows.Forms.RadioButton yAxisSecondaryRadioButton;
     425    private System.Windows.Forms.RadioButton xAxisPrimaryRadioButton;
     426    private System.Windows.Forms.RadioButton yAxisPrimaryRadioButton;
     427    private System.Windows.Forms.Label label6;
     428    private System.Windows.Forms.Label label5;
     429    private System.Windows.Forms.GroupBox lineChartGroupBox;
     430    private System.Windows.Forms.NumericUpDown lineWidthNumericUpDown;
     431    private System.Windows.Forms.Label label4;
     432    private System.Windows.Forms.Label label7;
     433    private System.Windows.Forms.RadioButton binsExactRadioButton;
     434    private System.Windows.Forms.RadioButton binsApproximatelyRadioButton;
     435    private System.Windows.Forms.Panel panel2;
     436    private System.Windows.Forms.Panel panel1;
     437    private System.Windows.Forms.Panel panel3;
     438    private System.Windows.Forms.ComboBox lineStyleComboBox;
     439    private System.Windows.Forms.Label label8;
    238440  }
    239441}
Note: See TracChangeset for help on using the changeset viewer.