Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/08/14 16:24:17 (10 years ago)
Author:
aesterer
Message:

Changed buttons to icon buttons and added icons to content elements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Views/DataPreprocessingView.designer.cs

    r10307 r10313  
    2424    /// </summary>
    2525    private void InitializeComponent() {
     26      this.components = new System.ComponentModel.Container();
     27      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DataPreprocessingView));
    2628      this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     29      this.undoButton = new System.Windows.Forms.Button();
    2730      this.contentListView = new System.Windows.Forms.ListView();
    2831      this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    29       this.exportProblemButton = new System.Windows.Forms.Button();
    30       this.applyInNewTabButton = new System.Windows.Forms.Button();
     32      this.saveButton = new System.Windows.Forms.Button();
     33      this.tryOutAlgorithmButton = new System.Windows.Forms.Button();
    3134      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
    3235      this.splitContainer1.Panel1.SuspendLayout();
     
    3841      //
    3942      this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     43      this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
    4044      this.splitContainer1.Location = new System.Drawing.Point(0, 0);
    4145      this.splitContainer1.Name = "splitContainer1";
     
    4347      // splitContainer1.Panel1
    4448      //
     49      this.splitContainer1.Panel1.Controls.Add(this.undoButton);
    4550      this.splitContainer1.Panel1.Controls.Add(this.contentListView);
     51      this.splitContainer1.Panel1.Controls.Add(this.tryOutAlgorithmButton);
     52      this.splitContainer1.Panel1.Controls.Add(this.saveButton);
    4653      //
    4754      // splitContainer1.Panel2
    4855      //
    4956      this.splitContainer1.Panel2.Controls.Add(this.viewHost);
    50       this.splitContainer1.Panel2.Controls.Add(this.exportProblemButton);
    51       this.splitContainer1.Panel2.Controls.Add(this.applyInNewTabButton);
     57      this.splitContainer1.Panel2.Controls.Add(this.saveButton);
     58      this.splitContainer1.Panel2.Controls.Add(this.tryOutAlgorithmButton);
    5259      this.splitContainer1.Size = new System.Drawing.Size(838, 449);
    53       this.splitContainer1.SplitterDistance = 278;
     60      this.splitContainer1.SplitterDistance = 181;
    5461      this.splitContainer1.TabIndex = 0;
     62      //
     63      // undoButton
     64      //
     65      this.undoButton.Image = ((System.Drawing.Image)(resources.GetObject("undoButton.Image")));
     66      this.undoButton.Location = new System.Drawing.Point(72, 15);
     67      this.undoButton.Name = "undoButton";
     68      this.undoButton.Size = new System.Drawing.Size(24, 24);
     69      this.undoButton.TabIndex = 3;
     70      this.toolTip.SetToolTip(this.undoButton, "Undo");
     71      this.undoButton.UseVisualStyleBackColor = true;
    5572      //
    5673      // contentListView
     
    5976            | System.Windows.Forms.AnchorStyles.Left)
    6077            | System.Windows.Forms.AnchorStyles.Right)));
    61       this.contentListView.Location = new System.Drawing.Point(12, 15);
     78      this.contentListView.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     79      this.contentListView.Location = new System.Drawing.Point(12, 44);
    6280      this.contentListView.Name = "contentListView";
    63       this.contentListView.Size = new System.Drawing.Size(254, 389);
     81      this.contentListView.Size = new System.Drawing.Size(157, 391);
    6482      this.contentListView.TabIndex = 0;
    6583      this.contentListView.UseCompatibleStateImageBehavior = false;
     
    6785      this.contentListView.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
    6886      this.contentListView.DoubleClick += new System.EventHandler(this.listView1_DoubleClick);
     87      //
     88      // tryOutAlgorithmButton
     89      //
     90      this.tryOutAlgorithmButton.Image = ((System.Drawing.Image)(resources.GetObject("tryOutAlgorithmButton.Image")));
     91      this.tryOutAlgorithmButton.Location = new System.Drawing.Point(42, 15);
     92      this.tryOutAlgorithmButton.Name = "tryOutAlgorithmButton";
     93      this.tryOutAlgorithmButton.Size = new System.Drawing.Size(24, 24);
     94      this.tryOutAlgorithmButton.TabIndex = 2;
     95      this.toolTip.SetToolTip(this.tryOutAlgorithmButton, "Try Out Algorithm");
     96      this.tryOutAlgorithmButton.UseVisualStyleBackColor = true;
     97      this.tryOutAlgorithmButton.Click += new System.EventHandler(this.tryOutAlgorithmButton_Click);
     98      //
     99      // saveButton
     100      //
     101      this.saveButton.Image = ((System.Drawing.Image)(resources.GetObject("saveButton.Image")));
     102      this.saveButton.Location = new System.Drawing.Point(12, 15);
     103      this.saveButton.Name = "saveButton";
     104      this.saveButton.Size = new System.Drawing.Size(24, 24);
     105      this.saveButton.TabIndex = 1;
     106      this.toolTip.SetToolTip(this.saveButton, "Save");
     107      this.saveButton.UseVisualStyleBackColor = true;
    69108      //
    70109      // viewHost
     
    76115      this.viewHost.Content = null;
    77116      this.viewHost.Enabled = false;
    78       this.viewHost.Location = new System.Drawing.Point(14, 15);
     117      this.viewHost.Location = new System.Drawing.Point(16, 44);
    79118      this.viewHost.Name = "viewHost";
    80119      this.viewHost.ReadOnly = false;
    81       this.viewHost.Size = new System.Drawing.Size(526, 389);
     120      this.viewHost.Size = new System.Drawing.Size(621, 391);
    82121      this.viewHost.TabIndex = 4;
    83122      this.viewHost.ViewsLabelVisible = true;
    84123      this.viewHost.ViewType = null;
    85124      //
    86       // exportProblemButton
     125      // saveButton
    87126      //
    88       this.exportProblemButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    89       this.exportProblemButton.Location = new System.Drawing.Point(318, 410);
    90       this.exportProblemButton.Name = "exportProblemButton";
    91       this.exportProblemButton.Size = new System.Drawing.Size(100, 23);
    92       this.exportProblemButton.TabIndex = 3;
    93       this.exportProblemButton.Text = "Export Problem";
    94       this.exportProblemButton.UseVisualStyleBackColor = true;
    95       this.exportProblemButton.Click += new System.EventHandler(this.exportProblemButton_Click);
     127      this.saveButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     128      this.saveButton.Location = new System.Drawing.Point(343, 410);
     129      this.saveButton.Name = "saveButton";
     130      this.saveButton.Size = new System.Drawing.Size(75, 23);
     131      this.saveButton.TabIndex = 3;
     132      this.saveButton.Text = "Save";
     133      this.saveButton.UseVisualStyleBackColor = true;
    96134      //
    97       // applyInNewTabButton
     135      // tryOutAlgorithmButton
    98136      //
    99       this.applyInNewTabButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    100       this.applyInNewTabButton.Location = new System.Drawing.Point(432, 410);
    101       this.applyInNewTabButton.Name = "applyInNewTabButton";
    102       this.applyInNewTabButton.Size = new System.Drawing.Size(108, 23);
    103       this.applyInNewTabButton.TabIndex = 2;
    104       this.applyInNewTabButton.Text = "Apply in new Tab";
    105       this.applyInNewTabButton.UseVisualStyleBackColor = true;
    106       this.applyInNewTabButton.Click += new System.EventHandler(this.applyInNewTabButton_Click);
     137      this.tryOutAlgorithmButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     138      this.tryOutAlgorithmButton.Location = new System.Drawing.Point(443, 410);
     139      this.tryOutAlgorithmButton.Name = "tryOutAlgorithmButton";
     140      this.tryOutAlgorithmButton.Size = new System.Drawing.Size(97, 23);
     141      this.tryOutAlgorithmButton.TabIndex = 2;
     142      this.tryOutAlgorithmButton.Text = "Try Out Algorithm";
     143      this.tryOutAlgorithmButton.UseVisualStyleBackColor = true;
     144      this.tryOutAlgorithmButton.Click += new System.EventHandler(this.tryOutAlgorithmButton_Click);
    107145      //
    108146      // DataPreprocessingView
     
    127165    private System.Windows.Forms.Button applyInNewTabButton;
    128166    private MainForm.WindowsForms.ViewHost viewHost;
    129     private System.Windows.Forms.SplitContainer splitContainer1;
    130167
    131168  }
Note: See TracChangeset for help on using the changeset viewer.