Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/29/11 04:17:02 (13 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/DataTableVisualPropertiesDialog.Designer.cs

    r7221 r7244  
    6969      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.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
    71       this.okButton.Location = new System.Drawing.Point(297, 386);
     71      this.okButton.Location = new System.Drawing.Point(325, 400);
    7272      this.okButton.Name = "okButton";
    7373      this.okButton.Size = new System.Drawing.Size(75, 23);
    7474      this.okButton.TabIndex = 0;
    75       this.okButton.Text = "OK";
     75      this.okButton.Text = "&OK";
    7676      this.okButton.UseVisualStyleBackColor = true;
    7777      this.okButton.Click += new System.EventHandler(this.okButton_Click);
     
    8181      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(378, 386);
     83      this.cancelButton.Location = new System.Drawing.Point(406, 400);
    8484      this.cancelButton.Name = "cancelButton";
    8585      this.cancelButton.Size = new System.Drawing.Size(75, 23);
    8686      this.cancelButton.TabIndex = 1;
    87       this.cancelButton.Text = "Cancel";
     87      this.cancelButton.Text = "&Cancel";
    8888      this.cancelButton.UseVisualStyleBackColor = true;
    8989      this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
     
    9191      // tabControl
    9292      //
    93       this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    94                   | System.Windows.Forms.AnchorStyles.Left)
    95                   | System.Windows.Forms.AnchorStyles.Right)));
     93      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     94            | System.Windows.Forms.AnchorStyles.Left)
     95            | System.Windows.Forms.AnchorStyles.Right)));
    9696      this.tabControl.Controls.Add(this.seriesTabPage);
    9797      this.tabControl.Controls.Add(this.chartTabPage);
    98       this.tabControl.Location = new System.Drawing.Point(0, 0);
     98      this.tabControl.Location = new System.Drawing.Point(12, 12);
    9999      this.tabControl.Name = "tabControl";
    100100      this.tabControl.SelectedIndex = 0;
    101       this.tabControl.Size = new System.Drawing.Size(464, 379);
     101      this.tabControl.Size = new System.Drawing.Size(469, 382);
    102102      this.tabControl.TabIndex = 2;
    103103      //
     
    108108      this.seriesTabPage.Name = "seriesTabPage";
    109109      this.seriesTabPage.Padding = new System.Windows.Forms.Padding(3);
    110       this.seriesTabPage.Size = new System.Drawing.Size(456, 353);
     110      this.seriesTabPage.Size = new System.Drawing.Size(461, 356);
    111111      this.seriesTabPage.TabIndex = 0;
    112112      this.seriesTabPage.Text = "Series";
     
    115115      // splitContainer
    116116      //
    117       this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
     117      this.splitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     118            | System.Windows.Forms.AnchorStyles.Left)
     119            | System.Windows.Forms.AnchorStyles.Right)));
    118120      this.splitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
    119       this.splitContainer.Location = new System.Drawing.Point(3, 3);
     121      this.splitContainer.Location = new System.Drawing.Point(0, 0);
    120122      this.splitContainer.Name = "splitContainer";
    121123      //
     
    131133      this.splitContainer.Panel2.Controls.Add(this.dataRowVisualPropertiesControl);
    132134      this.splitContainer.Panel2MinSize = 50;
    133       this.splitContainer.Size = new System.Drawing.Size(450, 347);
     135      this.splitContainer.Size = new System.Drawing.Size(461, 356);
    134136      this.splitContainer.SplitterDistance = 125;
    135137      this.splitContainer.TabIndex = 0;
     
    137139      // downButton
    138140      //
    139       this.downButton.Location = new System.Drawing.Point(27, 3);
     141      this.downButton.Location = new System.Drawing.Point(35, 3);
    140142      this.downButton.Name = "downButton";
    141143      this.downButton.Size = new System.Drawing.Size(26, 23);
     
    147149      // upButton
    148150      //
    149       this.upButton.Location = new System.Drawing.Point(-1, 3);
     151      this.upButton.Location = new System.Drawing.Point(3, 3);
    150152      this.upButton.Name = "upButton";
    151153      this.upButton.Size = new System.Drawing.Size(26, 23);
    152       this.upButton.TabIndex = 1;
     154      this.upButton.TabIndex = 0;
    153155      this.upButton.Text = "Up";
    154156      this.upButton.UseVisualStyleBackColor = true;
     
    157159      // seriesListView
    158160      //
    159       this.seriesListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    160                   | System.Windows.Forms.AnchorStyles.Left)
    161                   | System.Windows.Forms.AnchorStyles.Right)));
     161      this.seriesListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     162            | System.Windows.Forms.AnchorStyles.Left)
     163            | System.Windows.Forms.AnchorStyles.Right)));
    162164      this.seriesListView.HideSelection = false;
    163       this.seriesListView.Location = new System.Drawing.Point(0, 28);
     165      this.seriesListView.Location = new System.Drawing.Point(3, 32);
    164166      this.seriesListView.MultiSelect = false;
    165167      this.seriesListView.Name = "seriesListView";
    166168      this.seriesListView.ShowGroups = false;
    167       this.seriesListView.Size = new System.Drawing.Size(125, 319);
    168       this.seriesListView.TabIndex = 0;
     169      this.seriesListView.Size = new System.Drawing.Size(119, 321);
     170      this.seriesListView.TabIndex = 2;
    169171      this.seriesListView.UseCompatibleStateImageBehavior = false;
    170       this.seriesListView.View = System.Windows.Forms.View.SmallIcon;
     172      this.seriesListView.View = System.Windows.Forms.View.List;
    171173      this.seriesListView.SelectedIndexChanged += new System.EventHandler(this.seriesListView_SelectedIndexChanged);
    172174      //
    173175      // dataRowVisualPropertiesControl
    174176      //
     177      this.dataRowVisualPropertiesControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     178            | System.Windows.Forms.AnchorStyles.Left)
     179            | System.Windows.Forms.AnchorStyles.Right)));
    175180      this.dataRowVisualPropertiesControl.Content = null;
    176       this.dataRowVisualPropertiesControl.Location = new System.Drawing.Point(3, 3);
     181      this.dataRowVisualPropertiesControl.Location = new System.Drawing.Point(3, 26);
    177182      this.dataRowVisualPropertiesControl.Name = "dataRowVisualPropertiesControl";
    178       this.dataRowVisualPropertiesControl.Size = new System.Drawing.Size(318, 342);
     183      this.dataRowVisualPropertiesControl.Size = new System.Drawing.Size(326, 327);
    179184      this.dataRowVisualPropertiesControl.TabIndex = 0;
    180185      //
     
    185190      this.chartTabPage.Name = "chartTabPage";
    186191      this.chartTabPage.Padding = new System.Windows.Forms.Padding(3);
    187       this.chartTabPage.Size = new System.Drawing.Size(456, 353);
     192      this.chartTabPage.Size = new System.Drawing.Size(461, 356);
    188193      this.chartTabPage.TabIndex = 1;
    189194      this.chartTabPage.Text = "Chart";
     
    192197      // dataTableVisualPropertiesControl
    193198      //
     199      this.dataTableVisualPropertiesControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     200            | System.Windows.Forms.AnchorStyles.Left)
     201            | System.Windows.Forms.AnchorStyles.Right)));
    194202      this.dataTableVisualPropertiesControl.Content = null;
    195       this.dataTableVisualPropertiesControl.Dock = System.Windows.Forms.DockStyle.Fill;
    196       this.dataTableVisualPropertiesControl.Location = new System.Drawing.Point(3, 3);
     203      this.dataTableVisualPropertiesControl.Location = new System.Drawing.Point(3, 6);
    197204      this.dataTableVisualPropertiesControl.Name = "dataTableVisualPropertiesControl";
    198       this.dataTableVisualPropertiesControl.Size = new System.Drawing.Size(186, 68);
     205      this.dataTableVisualPropertiesControl.Size = new System.Drawing.Size(455, 347);
    199206      this.dataTableVisualPropertiesControl.TabIndex = 0;
    200207      //
     
    205212      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    206213      this.CancelButton = this.cancelButton;
    207       this.ClientSize = new System.Drawing.Size(465, 421);
     214      this.ClientSize = new System.Drawing.Size(493, 435);
    208215      this.Controls.Add(this.tabControl);
    209216      this.Controls.Add(this.cancelButton);
    210217      this.Controls.Add(this.okButton);
    211       this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
    212218      this.MaximizeBox = false;
    213219      this.MinimizeBox = false;
     
    215221      this.ShowIcon = false;
    216222      this.ShowInTaskbar = false;
     223      this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
    217224      this.Text = "Customize Visual Properties";
     225      this.TopMost = true;
    218226      this.tabControl.ResumeLayout(false);
    219227      this.seriesTabPage.ResumeLayout(false);
Note: See TracChangeset for help on using the changeset viewer.