Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/03/10 03:31:12 (14 years ago)
Author:
swagner
Message:

Worked on UI support for choosing generic type parameters (#42)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Core.Views/3.3/TypeSelectorDialog.Designer.cs

    r2924 r3588  
    5252      this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    5353      this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
    54       this.okButton.Location = new System.Drawing.Point(305, 368);
     54      this.okButton.Location = new System.Drawing.Point(440, 538);
    5555      this.okButton.Name = "okButton";
    5656      this.okButton.Size = new System.Drawing.Size(75, 23);
     
    6363      this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    6464      this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
    65       this.cancelButton.Location = new System.Drawing.Point(386, 368);
     65      this.cancelButton.Location = new System.Drawing.Point(521, 538);
    6666      this.cancelButton.Name = "cancelButton";
    6767      this.cancelButton.Size = new System.Drawing.Size(75, 23);
     
    7878      this.typeSelector.Location = new System.Drawing.Point(12, 12);
    7979      this.typeSelector.Name = "typeSelector";
    80       this.typeSelector.Size = new System.Drawing.Size(449, 350);
     80      this.typeSelector.Size = new System.Drawing.Size(584, 520);
    8181      this.typeSelector.TabIndex = 3;
    8282      this.typeSelector.SelectedTypeChanged += new System.EventHandler(this.typeSelector_SelectedTypeChanged);
     
    8888      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    8989      this.CancelButton = this.cancelButton;
    90       this.ClientSize = new System.Drawing.Size(473, 403);
     90      this.ClientSize = new System.Drawing.Size(608, 573);
    9191      this.Controls.Add(this.typeSelector);
    9292      this.Controls.Add(this.cancelButton);
Note: See TracChangeset for help on using the changeset viewer.