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/DataTableVisualPropertiesDialog.Designer.cs

    r6010 r6012  
    5353      this.chartTabPage = new System.Windows.Forms.TabPage();
    5454      this.dataRowVisualPropertiesControl = new HeuristicLab.Analysis.Views.DataRowVisualPropertiesControl();
     55      this.dataTableVisualPropertiesControl = new HeuristicLab.Analysis.Views.DataTableVisualPropertiesControl();
    5556      this.tabControl.SuspendLayout();
    5657      this.seriesTabPage.SuspendLayout();
     
    5960      this.splitContainer.Panel2.SuspendLayout();
    6061      this.splitContainer.SuspendLayout();
     62      this.chartTabPage.SuspendLayout();
    6163      this.SuspendLayout();
    6264      //
     
    6567      this.okButton.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
    6668      this.okButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
    67       this.okButton.Location = new System.Drawing.Point(230, 259);
     69      this.okButton.Location = new System.Drawing.Point(152, 324);
    6870      this.okButton.Name = "okButton";
    6971      this.okButton.Size = new System.Drawing.Size(75, 23);
     
    7779      this.cancelButton.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
    7880      this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
    79       this.cancelButton.Location = new System.Drawing.Point(311, 259);
     81      this.cancelButton.Location = new System.Drawing.Point(233, 324);
    8082      this.cancelButton.Name = "cancelButton";
    8183      this.cancelButton.Size = new System.Drawing.Size(75, 23);
     
    9597      this.tabControl.Name = "tabControl";
    9698      this.tabControl.SelectedIndex = 0;
    97       this.tabControl.Size = new System.Drawing.Size(630, 252);
     99      this.tabControl.Size = new System.Drawing.Size(474, 317);
    98100      this.tabControl.TabIndex = 2;
    99101      //
     
    104106      this.seriesTabPage.Name = "seriesTabPage";
    105107      this.seriesTabPage.Padding = new System.Windows.Forms.Padding(3);
    106       this.seriesTabPage.Size = new System.Drawing.Size(622, 226);
     108      this.seriesTabPage.Size = new System.Drawing.Size(466, 291);
    107109      this.seriesTabPage.TabIndex = 0;
    108110      this.seriesTabPage.Text = "Series";
     
    125127      this.splitContainer.Panel2.Controls.Add(this.dataRowVisualPropertiesControl);
    126128      this.splitContainer.Panel2MinSize = 50;
    127       this.splitContainer.Size = new System.Drawing.Size(616, 220);
     129      this.splitContainer.Size = new System.Drawing.Size(460, 285);
    128130      this.splitContainer.SplitterDistance = 125;
    129131      this.splitContainer.TabIndex = 0;
     
    137139      this.seriesListView.Name = "seriesListView";
    138140      this.seriesListView.ShowGroups = false;
    139       this.seriesListView.Size = new System.Drawing.Size(125, 220);
     141      this.seriesListView.Size = new System.Drawing.Size(125, 285);
    140142      this.seriesListView.TabIndex = 0;
    141143      this.seriesListView.UseCompatibleStateImageBehavior = false;
     
    145147      // chartTabPage
    146148      //
     149      this.chartTabPage.Controls.Add(this.dataTableVisualPropertiesControl);
    147150      this.chartTabPage.Location = new System.Drawing.Point(4, 22);
    148151      this.chartTabPage.Name = "chartTabPage";
    149152      this.chartTabPage.Padding = new System.Windows.Forms.Padding(3);
    150       this.chartTabPage.Size = new System.Drawing.Size(622, 226);
     153      this.chartTabPage.Size = new System.Drawing.Size(466, 291);
    151154      this.chartTabPage.TabIndex = 1;
    152155      this.chartTabPage.Text = "Chart";
     
    159162      this.dataRowVisualPropertiesControl.Location = new System.Drawing.Point(0, 0);
    160163      this.dataRowVisualPropertiesControl.Name = "dataRowVisualPropertiesControl";
    161       this.dataRowVisualPropertiesControl.Size = new System.Drawing.Size(487, 220);
     164      this.dataRowVisualPropertiesControl.Size = new System.Drawing.Size(331, 285);
    162165      this.dataRowVisualPropertiesControl.TabIndex = 0;
     166      //
     167      // dataTableVisualPropertiesControl
     168      //
     169      this.dataTableVisualPropertiesControl.Dock = System.Windows.Forms.DockStyle.Fill;
     170      this.dataTableVisualPropertiesControl.Location = new System.Drawing.Point(3, 3);
     171      this.dataTableVisualPropertiesControl.Name = "dataTableVisualPropertiesControl";
     172      this.dataTableVisualPropertiesControl.Size = new System.Drawing.Size(460, 285);
     173      this.dataTableVisualPropertiesControl.TabIndex = 0;
    163174      //
    164175      // DataTableVisualPropertiesDialog
     
    168179      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    169180      this.CancelButton = this.cancelButton;
    170       this.ClientSize = new System.Drawing.Size(631, 294);
     181      this.ClientSize = new System.Drawing.Size(475, 359);
    171182      this.Controls.Add(this.tabControl);
    172183      this.Controls.Add(this.cancelButton);
    173184      this.Controls.Add(this.okButton);
    174185      this.Name = "DataTableVisualPropertiesDialog";
    175       this.Text = "DataTableVisualPropertiesDialog";
     186      this.Text = "Customize Visual Properties";
    176187      this.tabControl.ResumeLayout(false);
    177188      this.seriesTabPage.ResumeLayout(false);
     
    180191      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
    181192      this.splitContainer.ResumeLayout(false);
     193      this.chartTabPage.ResumeLayout(false);
    182194      this.ResumeLayout(false);
    183195
     
    194206    private System.Windows.Forms.TabPage chartTabPage;
    195207    private DataRowVisualPropertiesControl dataRowVisualPropertiesControl;
     208    private DataTableVisualPropertiesControl dataTableVisualPropertiesControl;
    196209  }
    197210}
Note: See TracChangeset for help on using the changeset viewer.