Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/29/11 04:17:02 (12 years ago)
Author:
swagner
Message:

Adapted DataTableVisualPropertiesDialog, DataTableVisualPropertiesControl, and DataRowVisualPropertiesControl according to the HL GUI standards (#1724)

File:
1 edited

Legend:

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

    r7216 r7244  
    5656      this.displayNameTextBox = new System.Windows.Forms.TextBox();
    5757      this.axisGroupBox = new System.Windows.Forms.GroupBox();
     58      this.yAxisSecondaryRadioButton = new System.Windows.Forms.RadioButton();
     59      this.xAxisPrimaryRadioButton = new System.Windows.Forms.RadioButton();
     60      this.yAxisPrimaryRadioButton = new System.Windows.Forms.RadioButton();
    5861      this.label5 = new System.Windows.Forms.Label();
     62      this.xAxisSecondaryRadioButton = new System.Windows.Forms.RadioButton();
    5963      this.label6 = new System.Windows.Forms.Label();
    60       this.panel1 = new System.Windows.Forms.Panel();
    61       this.yAxisSecondaryRadioButton = new System.Windows.Forms.RadioButton();
    62       this.yAxisPrimaryRadioButton = new System.Windows.Forms.RadioButton();
    63       this.panel2 = new System.Windows.Forms.Panel();
    64       this.xAxisPrimaryRadioButton = new System.Windows.Forms.RadioButton();
    65       this.xAxisSecondaryRadioButton = new System.Windows.Forms.RadioButton();
    6664      this.label9 = new System.Windows.Forms.Label();
    6765      this.histoGramGroupBox = new System.Windows.Forms.GroupBox();
    68       this.panel3 = new System.Windows.Forms.Panel();
     66      this.binsExactRadioButton = new System.Windows.Forms.RadioButton();
    6967      this.binsApproximatelyRadioButton = new System.Windows.Forms.RadioButton();
    70       this.binsExactRadioButton = new System.Windows.Forms.RadioButton();
    7168      this.lineChartGroupBox = new System.Windows.Forms.GroupBox();
    7269      this.lineWidthNumericUpDown = new System.Windows.Forms.NumericUpDown();
     
    7572      this.lineStyleComboBox = new System.Windows.Forms.ComboBox();
    7673      this.label8 = new System.Windows.Forms.Label();
     74      this.panel1 = new System.Windows.Forms.Panel();
     75      this.panel2 = new System.Windows.Forms.Panel();
    7776      ((System.ComponentModel.ISupportInitialize)(this.binsNumericUpDown)).BeginInit();
    7877      this.commonGroupBox.SuspendLayout();
    7978      this.axisGroupBox.SuspendLayout();
     79      this.histoGramGroupBox.SuspendLayout();
     80      this.lineChartGroupBox.SuspendLayout();
     81      ((System.ComponentModel.ISupportInitialize)(this.lineWidthNumericUpDown)).BeginInit();
    8082      this.panel1.SuspendLayout();
    8183      this.panel2.SuspendLayout();
    82       this.histoGramGroupBox.SuspendLayout();
    83       this.panel3.SuspendLayout();
    84       this.lineChartGroupBox.SuspendLayout();
    85       ((System.ComponentModel.ISupportInitialize)(this.lineWidthNumericUpDown)).BeginInit();
    8684      this.SuspendLayout();
    8785      //
    8886      // chartTypeComboBox
    8987      //
     88      this.chartTypeComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     89            | System.Windows.Forms.AnchorStyles.Right)));
    9090      this.chartTypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    9191      this.chartTypeComboBox.FormattingEnabled = true;
    92       this.chartTypeComboBox.Location = new System.Drawing.Point(89, 45);
     92      this.chartTypeComboBox.Location = new System.Drawing.Point(57, 45);
    9393      this.chartTypeComboBox.Name = "chartTypeComboBox";
    94       this.chartTypeComboBox.Size = new System.Drawing.Size(211, 21);
    95       this.chartTypeComboBox.TabIndex = 1;
     94      this.chartTypeComboBox.Size = new System.Drawing.Size(264, 21);
     95      this.chartTypeComboBox.TabIndex = 3;
    9696      this.chartTypeComboBox.SelectedValueChanged += new System.EventHandler(this.chartTypeComboBox_SelectedValueChanged);
    9797      //
     
    103103      //
    104104      this.colorButton.BackColor = System.Drawing.SystemColors.Control;
    105       this.colorButton.Location = new System.Drawing.Point(89, 72);
     105      this.colorButton.Location = new System.Drawing.Point(56, 72);
    106106      this.colorButton.Name = "colorButton";
    107107      this.colorButton.Size = new System.Drawing.Size(23, 23);
    108       this.colorButton.TabIndex = 3;
     108      this.colorButton.TabIndex = 5;
    109109      this.colorButton.UseVisualStyleBackColor = false;
    110110      this.colorButton.Click += new System.EventHandler(this.colorButton_Click);
     
    114114      this.startIndexZeroCheckBox.AutoSize = true;
    115115      this.startIndexZeroCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
    116       this.startIndexZeroCheckBox.Location = new System.Drawing.Point(96, 46);
     116      this.startIndexZeroCheckBox.Location = new System.Drawing.Point(81, 46);
    117117      this.startIndexZeroCheckBox.Name = "startIndexZeroCheckBox";
    118118      this.startIndexZeroCheckBox.Size = new System.Drawing.Size(15, 14);
     
    123123      // binsNumericUpDown
    124124      //
    125       this.binsNumericUpDown.Location = new System.Drawing.Point(44, 19);
     125      this.binsNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     126            | System.Windows.Forms.AnchorStyles.Right)));
     127      this.binsNumericUpDown.Location = new System.Drawing.Point(57, 19);
    126128      this.binsNumericUpDown.Minimum = new decimal(new int[] {
    127129            1,
     
    130132            0});
    131133      this.binsNumericUpDown.Name = "binsNumericUpDown";
    132       this.binsNumericUpDown.Size = new System.Drawing.Size(96, 20);
     134      this.binsNumericUpDown.Size = new System.Drawing.Size(97, 20);
    133135      this.binsNumericUpDown.TabIndex = 1;
    134136      this.binsNumericUpDown.Value = new decimal(new int[] {
     
    142144      //
    143145      this.label1.AutoSize = true;
    144       this.label1.Location = new System.Drawing.Point(8, 48);
     146      this.label1.Location = new System.Drawing.Point(6, 48);
    145147      this.label1.Name = "label1";
    146       this.label1.Size = new System.Drawing.Size(58, 13);
    147       this.label1.TabIndex = 0;
    148       this.label1.Text = "Chart type:";
     148      this.label1.Size = new System.Drawing.Size(34, 13);
     149      this.label1.TabIndex = 2;
     150      this.label1.Text = "&Type:";
    149151      //
    150152      // label2
    151153      //
    152154      this.label2.AutoSize = true;
    153       this.label2.Location = new System.Drawing.Point(8, 77);
     155      this.label2.Location = new System.Drawing.Point(6, 77);
    154156      this.label2.Name = "label2";
    155157      this.label2.Size = new System.Drawing.Size(34, 13);
    156       this.label2.TabIndex = 2;
    157       this.label2.Text = "Color:";
     158      this.label2.TabIndex = 4;
     159      this.label2.Text = "&Color:";
    158160      //
    159161      // label3
    160162      //
    161163      this.label3.AutoSize = true;
    162       this.label3.Location = new System.Drawing.Point(8, 21);
     164      this.label3.Location = new System.Drawing.Point(6, 21);
    163165      this.label3.Name = "label3";
    164166      this.label3.Size = new System.Drawing.Size(30, 13);
    165167      this.label3.TabIndex = 0;
    166       this.label3.Text = "Bins:";
     168      this.label3.Text = "&Bins:";
    167169      //
    168170      // commonGroupBox
    169171      //
    170       this.commonGroupBox.Anchor = System.Windows.Forms.AnchorStyles.Top;
     172      this.commonGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     173            | System.Windows.Forms.AnchorStyles.Right)));
    171174      this.commonGroupBox.Controls.Add(this.displayNameTextBox);
    172175      this.commonGroupBox.Controls.Add(this.axisGroupBox);
     
    176179      this.commonGroupBox.Controls.Add(this.label2);
    177180      this.commonGroupBox.Controls.Add(this.chartTypeComboBox);
    178       this.commonGroupBox.Location = new System.Drawing.Point(3, 3);
     181      this.commonGroupBox.Location = new System.Drawing.Point(0, 0);
    179182      this.commonGroupBox.Name = "commonGroupBox";
    180       this.commonGroupBox.Size = new System.Drawing.Size(313, 181);
     183      this.commonGroupBox.Size = new System.Drawing.Size(327, 174);
    181184      this.commonGroupBox.TabIndex = 0;
    182185      this.commonGroupBox.TabStop = false;
     
    185188      // displayNameTextBox
    186189      //
    187       this.displayNameTextBox.Location = new System.Drawing.Point(89, 19);
     190      this.displayNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     191            | System.Windows.Forms.AnchorStyles.Right)));
     192      this.displayNameTextBox.Location = new System.Drawing.Point(57, 19);
    188193      this.displayNameTextBox.Name = "displayNameTextBox";
    189       this.displayNameTextBox.Size = new System.Drawing.Size(211, 20);
    190       this.displayNameTextBox.TabIndex = 10;
     194      this.displayNameTextBox.Size = new System.Drawing.Size(264, 20);
     195      this.displayNameTextBox.TabIndex = 1;
    191196      this.displayNameTextBox.Validated += new System.EventHandler(this.displayNameTextBox_Validated);
    192197      //
    193198      // axisGroupBox
    194199      //
     200      this.axisGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     201            | System.Windows.Forms.AnchorStyles.Left)
     202            | System.Windows.Forms.AnchorStyles.Right)));
     203      this.axisGroupBox.Controls.Add(this.panel2);
     204      this.axisGroupBox.Controls.Add(this.panel1);
    195205      this.axisGroupBox.Controls.Add(this.label5);
    196206      this.axisGroupBox.Controls.Add(this.label6);
    197       this.axisGroupBox.Controls.Add(this.panel1);
    198       this.axisGroupBox.Controls.Add(this.panel2);
    199207      this.axisGroupBox.Location = new System.Drawing.Point(6, 101);
    200208      this.axisGroupBox.Name = "axisGroupBox";
    201       this.axisGroupBox.Size = new System.Drawing.Size(299, 75);
    202       this.axisGroupBox.TabIndex = 9;
     209      this.axisGroupBox.Size = new System.Drawing.Size(315, 67);
     210      this.axisGroupBox.TabIndex = 6;
    203211      this.axisGroupBox.TabStop = false;
    204       this.axisGroupBox.Text = "Display data on";
     212      this.axisGroupBox.Text = "Axes";
     213      //
     214      // yAxisSecondaryRadioButton
     215      //
     216      this.yAxisSecondaryRadioButton.AutoSize = true;
     217      this.yAxisSecondaryRadioButton.Location = new System.Drawing.Point(65, 0);
     218      this.yAxisSecondaryRadioButton.Name = "yAxisSecondaryRadioButton";
     219      this.yAxisSecondaryRadioButton.Size = new System.Drawing.Size(76, 17);
     220      this.yAxisSecondaryRadioButton.TabIndex = 5;
     221      this.yAxisSecondaryRadioButton.TabStop = true;
     222      this.yAxisSecondaryRadioButton.Text = "&Secondary";
     223      this.yAxisSecondaryRadioButton.UseVisualStyleBackColor = true;
     224      this.yAxisSecondaryRadioButton.CheckedChanged += new System.EventHandler(this.yAxisRadioButton_CheckedChanged);
     225      //
     226      // xAxisPrimaryRadioButton
     227      //
     228      this.xAxisPrimaryRadioButton.AutoSize = true;
     229      this.xAxisPrimaryRadioButton.Location = new System.Drawing.Point(0, 0);
     230      this.xAxisPrimaryRadioButton.Name = "xAxisPrimaryRadioButton";
     231      this.xAxisPrimaryRadioButton.Size = new System.Drawing.Size(59, 17);
     232      this.xAxisPrimaryRadioButton.TabIndex = 1;
     233      this.xAxisPrimaryRadioButton.TabStop = true;
     234      this.xAxisPrimaryRadioButton.Text = "&Primary";
     235      this.xAxisPrimaryRadioButton.UseVisualStyleBackColor = true;
     236      this.xAxisPrimaryRadioButton.CheckedChanged += new System.EventHandler(this.xAxisRadioButton_CheckedChanged);
     237      //
     238      // yAxisPrimaryRadioButton
     239      //
     240      this.yAxisPrimaryRadioButton.AutoSize = true;
     241      this.yAxisPrimaryRadioButton.Location = new System.Drawing.Point(0, 0);
     242      this.yAxisPrimaryRadioButton.Name = "yAxisPrimaryRadioButton";
     243      this.yAxisPrimaryRadioButton.Size = new System.Drawing.Size(59, 17);
     244      this.yAxisPrimaryRadioButton.TabIndex = 4;
     245      this.yAxisPrimaryRadioButton.TabStop = true;
     246      this.yAxisPrimaryRadioButton.Text = "&Primary";
     247      this.yAxisPrimaryRadioButton.UseVisualStyleBackColor = true;
     248      this.yAxisPrimaryRadioButton.CheckedChanged += new System.EventHandler(this.yAxisRadioButton_CheckedChanged);
    205249      //
    206250      // label5
    207251      //
    208252      this.label5.AutoSize = true;
    209       this.label5.Location = new System.Drawing.Point(6, 46);
     253      this.label5.Location = new System.Drawing.Point(6, 44);
    210254      this.label5.Name = "label5";
    211255      this.label5.Size = new System.Drawing.Size(39, 13);
    212       this.label5.TabIndex = 6;
    213       this.label5.Text = "Y-Axis:";
     256      this.label5.TabIndex = 3;
     257      this.label5.Text = "&Y-Axis:";
     258      //
     259      // xAxisSecondaryRadioButton
     260      //
     261      this.xAxisSecondaryRadioButton.AutoSize = true;
     262      this.xAxisSecondaryRadioButton.Location = new System.Drawing.Point(65, 0);
     263      this.xAxisSecondaryRadioButton.Name = "xAxisSecondaryRadioButton";
     264      this.xAxisSecondaryRadioButton.Size = new System.Drawing.Size(76, 17);
     265      this.xAxisSecondaryRadioButton.TabIndex = 2;
     266      this.xAxisSecondaryRadioButton.TabStop = true;
     267      this.xAxisSecondaryRadioButton.Text = "&Secondary";
     268      this.xAxisSecondaryRadioButton.UseVisualStyleBackColor = true;
     269      this.xAxisSecondaryRadioButton.CheckedChanged += new System.EventHandler(this.xAxisRadioButton_CheckedChanged);
    214270      //
    215271      // label6
    216272      //
    217273      this.label6.AutoSize = true;
    218       this.label6.Location = new System.Drawing.Point(6, 22);
     274      this.label6.Location = new System.Drawing.Point(6, 21);
    219275      this.label6.Name = "label6";
    220276      this.label6.Size = new System.Drawing.Size(39, 13);
    221       this.label6.TabIndex = 6;
    222       this.label6.Text = "X-Axis:";
    223       //
    224       // panel1
    225       //
    226       this.panel1.Controls.Add(this.yAxisSecondaryRadioButton);
    227       this.panel1.Controls.Add(this.yAxisPrimaryRadioButton);
    228       this.panel1.Location = new System.Drawing.Point(63, 40);
    229       this.panel1.Name = "panel1";
    230       this.panel1.Size = new System.Drawing.Size(231, 25);
    231       this.panel1.TabIndex = 5;
    232       //
    233       // yAxisSecondaryRadioButton
    234       //
    235       this.yAxisSecondaryRadioButton.AutoSize = true;
    236       this.yAxisSecondaryRadioButton.Location = new System.Drawing.Point(70, 4);
    237       this.yAxisSecondaryRadioButton.Name = "yAxisSecondaryRadioButton";
    238       this.yAxisSecondaryRadioButton.Size = new System.Drawing.Size(76, 17);
    239       this.yAxisSecondaryRadioButton.TabIndex = 1;
    240       this.yAxisSecondaryRadioButton.TabStop = true;
    241       this.yAxisSecondaryRadioButton.Text = "Secondary";
    242       this.yAxisSecondaryRadioButton.UseVisualStyleBackColor = true;
    243       this.yAxisSecondaryRadioButton.CheckedChanged += new System.EventHandler(this.yAxisRadioButton_CheckedChanged);
    244       //
    245       // yAxisPrimaryRadioButton
    246       //
    247       this.yAxisPrimaryRadioButton.AutoSize = true;
    248       this.yAxisPrimaryRadioButton.Location = new System.Drawing.Point(4, 4);
    249       this.yAxisPrimaryRadioButton.Name = "yAxisPrimaryRadioButton";
    250       this.yAxisPrimaryRadioButton.Size = new System.Drawing.Size(59, 17);
    251       this.yAxisPrimaryRadioButton.TabIndex = 0;
    252       this.yAxisPrimaryRadioButton.TabStop = true;
    253       this.yAxisPrimaryRadioButton.Text = "Primary";
    254       this.yAxisPrimaryRadioButton.UseVisualStyleBackColor = true;
    255       this.yAxisPrimaryRadioButton.CheckedChanged += new System.EventHandler(this.yAxisRadioButton_CheckedChanged);
    256       //
    257       // panel2
    258       //
    259       this.panel2.Controls.Add(this.xAxisPrimaryRadioButton);
    260       this.panel2.Controls.Add(this.xAxisSecondaryRadioButton);
    261       this.panel2.Location = new System.Drawing.Point(63, 16);
    262       this.panel2.Name = "panel2";
    263       this.panel2.Size = new System.Drawing.Size(231, 25);
    264       this.panel2.TabIndex = 7;
    265       //
    266       // xAxisPrimaryRadioButton
    267       //
    268       this.xAxisPrimaryRadioButton.AutoSize = true;
    269       this.xAxisPrimaryRadioButton.Location = new System.Drawing.Point(4, 4);
    270       this.xAxisPrimaryRadioButton.Name = "xAxisPrimaryRadioButton";
    271       this.xAxisPrimaryRadioButton.Size = new System.Drawing.Size(59, 17);
    272       this.xAxisPrimaryRadioButton.TabIndex = 0;
    273       this.xAxisPrimaryRadioButton.TabStop = true;
    274       this.xAxisPrimaryRadioButton.Text = "Primary";
    275       this.xAxisPrimaryRadioButton.UseVisualStyleBackColor = true;
    276       this.xAxisPrimaryRadioButton.CheckedChanged += new System.EventHandler(this.xAxisRadioButton_CheckedChanged);
    277       //
    278       // xAxisSecondaryRadioButton
    279       //
    280       this.xAxisSecondaryRadioButton.AutoSize = true;
    281       this.xAxisSecondaryRadioButton.Location = new System.Drawing.Point(70, 4);
    282       this.xAxisSecondaryRadioButton.Name = "xAxisSecondaryRadioButton";
    283       this.xAxisSecondaryRadioButton.Size = new System.Drawing.Size(76, 17);
    284       this.xAxisSecondaryRadioButton.TabIndex = 1;
    285       this.xAxisSecondaryRadioButton.TabStop = true;
    286       this.xAxisSecondaryRadioButton.Text = "Secondary";
    287       this.xAxisSecondaryRadioButton.UseVisualStyleBackColor = true;
    288       this.xAxisSecondaryRadioButton.CheckedChanged += new System.EventHandler(this.xAxisRadioButton_CheckedChanged);
     277      this.label6.TabIndex = 0;
     278      this.label6.Text = "&X-Axis:";
    289279      //
    290280      // label9
    291281      //
    292282      this.label9.AutoSize = true;
    293       this.label9.Location = new System.Drawing.Point(8, 22);
     283      this.label9.Location = new System.Drawing.Point(6, 22);
    294284      this.label9.Name = "label9";
    295       this.label9.Size = new System.Drawing.Size(75, 13);
     285      this.label9.Size = new System.Drawing.Size(38, 13);
    296286      this.label9.TabIndex = 0;
    297       this.label9.Text = "Display Name:";
     287      this.label9.Text = "&Name:";
    298288      //
    299289      // histoGramGroupBox
    300290      //
    301       this.histoGramGroupBox.Anchor = System.Windows.Forms.AnchorStyles.Top;
    302       this.histoGramGroupBox.Controls.Add(this.panel3);
     291      this.histoGramGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     292            | System.Windows.Forms.AnchorStyles.Right)));
     293      this.histoGramGroupBox.Controls.Add(this.binsExactRadioButton);
     294      this.histoGramGroupBox.Controls.Add(this.binsApproximatelyRadioButton);
    303295      this.histoGramGroupBox.Controls.Add(this.binsNumericUpDown);
    304296      this.histoGramGroupBox.Controls.Add(this.label3);
    305       this.histoGramGroupBox.Location = new System.Drawing.Point(3, 292);
     297      this.histoGramGroupBox.Location = new System.Drawing.Point(0, 280);
    306298      this.histoGramGroupBox.Name = "histoGramGroupBox";
    307       this.histoGramGroupBox.Size = new System.Drawing.Size(313, 49);
     299      this.histoGramGroupBox.Size = new System.Drawing.Size(327, 47);
    308300      this.histoGramGroupBox.TabIndex = 2;
    309301      this.histoGramGroupBox.TabStop = false;
    310       this.histoGramGroupBox.Text = "Histogram";
    311       //
    312       // panel3
    313       //
    314       this.panel3.Controls.Add(this.binsApproximatelyRadioButton);
    315       this.panel3.Controls.Add(this.binsExactRadioButton);
    316       this.panel3.Location = new System.Drawing.Point(146, 16);
    317       this.panel3.Name = "panel3";
    318       this.panel3.Size = new System.Drawing.Size(154, 25);
    319       this.panel3.TabIndex = 2;
     302      this.histoGramGroupBox.Text = "Histogram Properties";
     303      //
     304      // binsExactRadioButton
     305      //
     306      this.binsExactRadioButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     307      this.binsExactRadioButton.AutoSize = true;
     308      this.binsExactRadioButton.Location = new System.Drawing.Point(269, 19);
     309      this.binsExactRadioButton.Name = "binsExactRadioButton";
     310      this.binsExactRadioButton.Size = new System.Drawing.Size(52, 17);
     311      this.binsExactRadioButton.TabIndex = 3;
     312      this.binsExactRadioButton.TabStop = true;
     313      this.binsExactRadioButton.Text = "&Exact";
     314      this.binsExactRadioButton.UseVisualStyleBackColor = true;
     315      this.binsExactRadioButton.CheckedChanged += new System.EventHandler(this.binNumberRadioButton_CheckedChanged);
    320316      //
    321317      // binsApproximatelyRadioButton
    322318      //
     319      this.binsApproximatelyRadioButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    323320      this.binsApproximatelyRadioButton.AutoSize = true;
    324       this.binsApproximatelyRadioButton.Location = new System.Drawing.Point(4, 4);
     321      this.binsApproximatelyRadioButton.Location = new System.Drawing.Point(173, 19);
    325322      this.binsApproximatelyRadioButton.Name = "binsApproximatelyRadioButton";
    326323      this.binsApproximatelyRadioButton.Size = new System.Drawing.Size(90, 17);
    327       this.binsApproximatelyRadioButton.TabIndex = 0;
     324      this.binsApproximatelyRadioButton.TabIndex = 2;
    328325      this.binsApproximatelyRadioButton.TabStop = true;
    329       this.binsApproximatelyRadioButton.Text = "Approximately";
     326      this.binsApproximatelyRadioButton.Text = "&Approximately";
    330327      this.binsApproximatelyRadioButton.UseVisualStyleBackColor = true;
    331328      this.binsApproximatelyRadioButton.CheckedChanged += new System.EventHandler(this.binNumberRadioButton_CheckedChanged);
    332329      //
    333       // binsExactRadioButton
    334       //
    335       this.binsExactRadioButton.AutoSize = true;
    336       this.binsExactRadioButton.Location = new System.Drawing.Point(100, 4);
    337       this.binsExactRadioButton.Name = "binsExactRadioButton";
    338       this.binsExactRadioButton.Size = new System.Drawing.Size(52, 17);
    339       this.binsExactRadioButton.TabIndex = 1;
    340       this.binsExactRadioButton.TabStop = true;
    341       this.binsExactRadioButton.Text = "Exact";
    342       this.binsExactRadioButton.UseVisualStyleBackColor = true;
    343       this.binsExactRadioButton.CheckedChanged += new System.EventHandler(this.binNumberRadioButton_CheckedChanged);
    344       //
    345330      // lineChartGroupBox
    346331      //
    347       this.lineChartGroupBox.Anchor = System.Windows.Forms.AnchorStyles.Top;
     332      this.lineChartGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     333            | System.Windows.Forms.AnchorStyles.Right)));
    348334      this.lineChartGroupBox.Controls.Add(this.lineWidthNumericUpDown);
    349335      this.lineChartGroupBox.Controls.Add(this.label4);
     
    352338      this.lineChartGroupBox.Controls.Add(this.lineStyleComboBox);
    353339      this.lineChartGroupBox.Controls.Add(this.label8);
    354       this.lineChartGroupBox.Location = new System.Drawing.Point(3, 190);
     340      this.lineChartGroupBox.Location = new System.Drawing.Point(0, 180);
    355341      this.lineChartGroupBox.Name = "lineChartGroupBox";
    356       this.lineChartGroupBox.Size = new System.Drawing.Size(313, 96);
     342      this.lineChartGroupBox.Size = new System.Drawing.Size(327, 94);
    357343      this.lineChartGroupBox.TabIndex = 1;
    358344      this.lineChartGroupBox.TabStop = false;
    359       this.lineChartGroupBox.Text = "Line chart";
     345      this.lineChartGroupBox.Text = "Line Properties";
    360346      //
    361347      // lineWidthNumericUpDown
    362348      //
    363       this.lineWidthNumericUpDown.Location = new System.Drawing.Point(96, 66);
     349      this.lineWidthNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     350            | System.Windows.Forms.AnchorStyles.Right)));
     351      this.lineWidthNumericUpDown.Location = new System.Drawing.Point(82, 66);
    364352      this.lineWidthNumericUpDown.Minimum = new decimal(new int[] {
    365353            1,
     
    368356            0});
    369357      this.lineWidthNumericUpDown.Name = "lineWidthNumericUpDown";
    370       this.lineWidthNumericUpDown.Size = new System.Drawing.Size(65, 20);
     358      this.lineWidthNumericUpDown.Size = new System.Drawing.Size(239, 20);
    371359      this.lineWidthNumericUpDown.TabIndex = 5;
    372360      this.lineWidthNumericUpDown.Value = new decimal(new int[] {
     
    380368      //
    381369      this.label4.AutoSize = true;
    382       this.label4.Location = new System.Drawing.Point(8, 68);
     370      this.label4.Location = new System.Drawing.Point(6, 68);
    383371      this.label4.Name = "label4";
    384       this.label4.Size = new System.Drawing.Size(58, 13);
     372      this.label4.Size = new System.Drawing.Size(38, 13);
    385373      this.label4.TabIndex = 4;
    386       this.label4.Text = "Line width:";
     374      this.label4.Text = "&Width:";
    387375      //
    388376      // label7
    389377      //
    390378      this.label7.AutoSize = true;
    391       this.label7.Location = new System.Drawing.Point(8, 46);
     379      this.label7.Location = new System.Drawing.Point(6, 46);
    392380      this.label7.Name = "label7";
    393       this.label7.Size = new System.Drawing.Size(81, 13);
     381      this.label7.Size = new System.Drawing.Size(70, 13);
    394382      this.label7.TabIndex = 2;
    395       this.label7.Text = "Start index at 0:";
     383      this.label7.Text = "Start &Index 0:";
    396384      //
    397385      // lineStyleComboBox
    398386      //
     387      this.lineStyleComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     388            | System.Windows.Forms.AnchorStyles.Right)));
    399389      this.lineStyleComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    400390      this.lineStyleComboBox.FormattingEnabled = true;
    401       this.lineStyleComboBox.Location = new System.Drawing.Point(96, 19);
     391      this.lineStyleComboBox.Location = new System.Drawing.Point(82, 19);
    402392      this.lineStyleComboBox.Name = "lineStyleComboBox";
    403       this.lineStyleComboBox.Size = new System.Drawing.Size(204, 21);
     393      this.lineStyleComboBox.Size = new System.Drawing.Size(239, 21);
    404394      this.lineStyleComboBox.TabIndex = 1;
    405395      this.lineStyleComboBox.SelectedValueChanged += new System.EventHandler(this.lineStyleComboBox_SelectedValueChanged);
     
    408398      //
    409399      this.label8.AutoSize = true;
    410       this.label8.Location = new System.Drawing.Point(8, 22);
     400      this.label8.Location = new System.Drawing.Point(6, 22);
    411401      this.label8.Name = "label8";
    412       this.label8.Size = new System.Drawing.Size(54, 13);
     402      this.label8.Size = new System.Drawing.Size(33, 13);
    413403      this.label8.TabIndex = 0;
    414       this.label8.Text = "Line style:";
     404      this.label8.Text = "&Style:";
     405      //
     406      // panel1
     407      //
     408      this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     409            | System.Windows.Forms.AnchorStyles.Right)));
     410      this.panel1.Controls.Add(this.xAxisPrimaryRadioButton);
     411      this.panel1.Controls.Add(this.xAxisSecondaryRadioButton);
     412      this.panel1.Location = new System.Drawing.Point(51, 19);
     413      this.panel1.Name = "panel1";
     414      this.panel1.Size = new System.Drawing.Size(258, 17);
     415      this.panel1.TabIndex = 6;
     416      //
     417      // panel2
     418      //
     419      this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     420            | System.Windows.Forms.AnchorStyles.Right)));
     421      this.panel2.Controls.Add(this.yAxisSecondaryRadioButton);
     422      this.panel2.Controls.Add(this.yAxisPrimaryRadioButton);
     423      this.panel2.Location = new System.Drawing.Point(51, 42);
     424      this.panel2.Name = "panel2";
     425      this.panel2.Size = new System.Drawing.Size(258, 17);
     426      this.panel2.TabIndex = 7;
    415427      //
    416428      // DataRowVisualPropertiesControl
     
    422434      this.Controls.Add(this.commonGroupBox);
    423435      this.Name = "DataRowVisualPropertiesControl";
    424       this.Size = new System.Drawing.Size(319, 347);
     436      this.Size = new System.Drawing.Size(327, 331);
    425437      ((System.ComponentModel.ISupportInitialize)(this.binsNumericUpDown)).EndInit();
    426438      this.commonGroupBox.ResumeLayout(false);
     
    428440      this.axisGroupBox.ResumeLayout(false);
    429441      this.axisGroupBox.PerformLayout();
     442      this.histoGramGroupBox.ResumeLayout(false);
     443      this.histoGramGroupBox.PerformLayout();
     444      this.lineChartGroupBox.ResumeLayout(false);
     445      this.lineChartGroupBox.PerformLayout();
     446      ((System.ComponentModel.ISupportInitialize)(this.lineWidthNumericUpDown)).EndInit();
    430447      this.panel1.ResumeLayout(false);
    431448      this.panel1.PerformLayout();
    432449      this.panel2.ResumeLayout(false);
    433450      this.panel2.PerformLayout();
    434       this.histoGramGroupBox.ResumeLayout(false);
    435       this.histoGramGroupBox.PerformLayout();
    436       this.panel3.ResumeLayout(false);
    437       this.panel3.PerformLayout();
    438       this.lineChartGroupBox.ResumeLayout(false);
    439       this.lineChartGroupBox.PerformLayout();
    440       ((System.ComponentModel.ISupportInitialize)(this.lineWidthNumericUpDown)).EndInit();
    441451      this.ResumeLayout(false);
    442452
     
    466476    private System.Windows.Forms.RadioButton binsExactRadioButton;
    467477    private System.Windows.Forms.RadioButton binsApproximatelyRadioButton;
    468     private System.Windows.Forms.Panel panel2;
    469     private System.Windows.Forms.Panel panel1;
    470     private System.Windows.Forms.Panel panel3;
    471478    private System.Windows.Forms.ComboBox lineStyleComboBox;
    472479    private System.Windows.Forms.Label label8;
     
    475482    private System.Windows.Forms.TextBox displayNameTextBox;
    476483    private System.Windows.Forms.Label label9;
     484    private System.Windows.Forms.Panel panel2;
     485    private System.Windows.Forms.Panel panel1;
    477486  }
    478487}
Note: See TracChangeset for help on using the changeset viewer.