Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/18/13 17:02:32 (10 years ago)
Author:
pfleck
Message:

Set anchor for save and tryout buttons.

File:
1 edited

Legend:

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

    r10247 r10260  
    2626      this.splitContainer1 = new System.Windows.Forms.SplitContainer();
    2727      this.contentListView = new System.Windows.Forms.ListView();
     28      this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
     29      this.saveButton = new System.Windows.Forms.Button();
    2830      this.tryOutAlgorithmButton = new System.Windows.Forms.Button();
    29       this.saveButton = new System.Windows.Forms.Button();
    30       this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    3131      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
    3232      this.splitContainer1.Panel1.SuspendLayout();
     
    6767      this.contentListView.DoubleClick += new System.EventHandler(this.listView1_DoubleClick);
    6868      //
    69       // tryOutAlgorithmButton
    70       //
    71       this.tryOutAlgorithmButton.Location = new System.Drawing.Point(443, 410);
    72       this.tryOutAlgorithmButton.Name = "tryOutAlgorithmButton";
    73       this.tryOutAlgorithmButton.Size = new System.Drawing.Size(97, 23);
    74       this.tryOutAlgorithmButton.TabIndex = 2;
    75       this.tryOutAlgorithmButton.Text = "Try Out Algorithm";
    76       this.tryOutAlgorithmButton.UseVisualStyleBackColor = true;
    77       this.tryOutAlgorithmButton.Click += new System.EventHandler(this.tryOutAlgorithmButton_Click);
    78       //
    79       // saveButton
    80       //
    81       this.saveButton.Location = new System.Drawing.Point(343, 410);
    82       this.saveButton.Name = "saveButton";
    83       this.saveButton.Size = new System.Drawing.Size(75, 23);
    84       this.saveButton.TabIndex = 3;
    85       this.saveButton.Text = "Save";
    86       this.saveButton.UseVisualStyleBackColor = true;
    87       //
    8869      // viewHost
    8970      //
     
    10182      this.viewHost.ViewsLabelVisible = true;
    10283      this.viewHost.ViewType = null;
     84      //
     85      // saveButton
     86      //
     87      this.saveButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     88      this.saveButton.Location = new System.Drawing.Point(343, 410);
     89      this.saveButton.Name = "saveButton";
     90      this.saveButton.Size = new System.Drawing.Size(75, 23);
     91      this.saveButton.TabIndex = 3;
     92      this.saveButton.Text = "Save";
     93      this.saveButton.UseVisualStyleBackColor = true;
     94      //
     95      // tryOutAlgorithmButton
     96      //
     97      this.tryOutAlgorithmButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     98      this.tryOutAlgorithmButton.Location = new System.Drawing.Point(443, 410);
     99      this.tryOutAlgorithmButton.Name = "tryOutAlgorithmButton";
     100      this.tryOutAlgorithmButton.Size = new System.Drawing.Size(97, 23);
     101      this.tryOutAlgorithmButton.TabIndex = 2;
     102      this.tryOutAlgorithmButton.Text = "Try Out Algorithm";
     103      this.tryOutAlgorithmButton.UseVisualStyleBackColor = true;
     104      this.tryOutAlgorithmButton.Click += new System.EventHandler(this.tryOutAlgorithmButton_Click);
    103105      //
    104106      // DataPreprocessingView
Note: See TracChangeset for help on using the changeset viewer.