Free cookie consent management tool by TermsFeed Policy Generator

Changeset 6339 for branches/histogram


Ignore:
Timestamp:
05/30/11 17:27:45 (13 years ago)
Author:
abeham
Message:

#1465

  • Hid the icon in the properties dialog
  • Aligned the buttons on the right
File:
1 edited

Legend:

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

    r6016 r6339  
    5050      this.seriesTabPage = new System.Windows.Forms.TabPage();
    5151      this.splitContainer = new System.Windows.Forms.SplitContainer();
     52      this.downButton = new System.Windows.Forms.Button();
     53      this.upButton = new System.Windows.Forms.Button();
    5254      this.seriesListView = new System.Windows.Forms.ListView();
    5355      this.dataRowVisualPropertiesControl = new HeuristicLab.Analysis.Views.DataRowVisualPropertiesControl();
    5456      this.chartTabPage = new System.Windows.Forms.TabPage();
    5557      this.dataTableVisualPropertiesControl = new HeuristicLab.Analysis.Views.DataTableVisualPropertiesControl();
    56       this.upButton = new System.Windows.Forms.Button();
    57       this.downButton = new System.Windows.Forms.Button();
    5858      this.tabControl.SuspendLayout();
    5959      this.seriesTabPage.SuspendLayout();
     
    6767      // okButton
    6868      //
    69       this.okButton.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
     69      this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    7070      this.okButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
    71       this.okButton.Location = new System.Drawing.Point(152, 357);
     71      this.okButton.Location = new System.Drawing.Point(307, 357);
    7272      this.okButton.Name = "okButton";
    7373      this.okButton.Size = new System.Drawing.Size(75, 23);
     
    7979      // cancelButton
    8080      //
    81       this.cancelButton.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
     81      this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    8282      this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
    83       this.cancelButton.Location = new System.Drawing.Point(233, 357);
     83      this.cancelButton.Location = new System.Drawing.Point(388, 357);
    8484      this.cancelButton.Name = "cancelButton";
    8585      this.cancelButton.Size = new System.Drawing.Size(75, 23);
     
    134134      this.splitContainer.SplitterDistance = 125;
    135135      this.splitContainer.TabIndex = 0;
     136      //
     137      // downButton
     138      //
     139      this.downButton.Location = new System.Drawing.Point(27, 3);
     140      this.downButton.Name = "downButton";
     141      this.downButton.Size = new System.Drawing.Size(26, 23);
     142      this.downButton.TabIndex = 1;
     143      this.downButton.Text = "Down";
     144      this.downButton.UseVisualStyleBackColor = true;
     145      this.downButton.Click += new System.EventHandler(this.downButton_Click);
     146      //
     147      // upButton
     148      //
     149      this.upButton.Location = new System.Drawing.Point(-1, 3);
     150      this.upButton.Name = "upButton";
     151      this.upButton.Size = new System.Drawing.Size(26, 23);
     152      this.upButton.TabIndex = 1;
     153      this.upButton.Text = "Up";
     154      this.upButton.UseVisualStyleBackColor = true;
     155      this.upButton.Click += new System.EventHandler(this.upButton_Click);
    136156      //
    137157      // seriesListView
     
    180200      this.dataTableVisualPropertiesControl.TabIndex = 0;
    181201      //
    182       // upButton
    183       //
    184       this.upButton.Location = new System.Drawing.Point(-1, 3);
    185       this.upButton.Name = "upButton";
    186       this.upButton.Size = new System.Drawing.Size(26, 23);
    187       this.upButton.TabIndex = 1;
    188       this.upButton.Text = "Up";
    189       this.upButton.UseVisualStyleBackColor = true;
    190       this.upButton.Click += new System.EventHandler(this.upButton_Click);
    191       //
    192       // downButton
    193       //
    194       this.downButton.Location = new System.Drawing.Point(27, 3);
    195       this.downButton.Name = "downButton";
    196       this.downButton.Size = new System.Drawing.Size(26, 23);
    197       this.downButton.TabIndex = 1;
    198       this.downButton.Text = "Down";
    199       this.downButton.UseVisualStyleBackColor = true;
    200       this.downButton.Click += new System.EventHandler(this.downButton_Click);
    201       //
    202202      // DataTableVisualPropertiesDialog
    203203      //
     
    211211      this.Controls.Add(this.okButton);
    212212      this.Name = "DataTableVisualPropertiesDialog";
     213      this.ShowIcon = false;
    213214      this.Text = "Customize Visual Properties";
    214215      this.tabControl.ResumeLayout(false);
Note: See TracChangeset for help on using the changeset viewer.