Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/05/12 16:30:27 (12 years ago)
Author:
abeham
Message:

#1614: changed according to architects review

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Views/3.3/ProblemView.Designer.cs

    r7538 r7548  
    4747      this.label1 = new System.Windows.Forms.Label();
    4848      this.problemInstanceProviderViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    49       this.problemInstanceProviderComboBox = new HeuristicLab.Problems.GeneralizedQuadraticAssignment.Views.ToolTipComboBox();
     49      this.problemInstanceProviderComboBox = new System.Windows.Forms.ComboBox();
     50      this.libraryInfoButton = new System.Windows.Forms.Button();
    5051      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    5152      this.SuspendLayout();
     
    9394      this.problemInstanceProviderViewHost.Content = null;
    9495      this.problemInstanceProviderViewHost.Enabled = false;
    95       this.problemInstanceProviderViewHost.Location = new System.Drawing.Point(229, 5);
     96      this.problemInstanceProviderViewHost.Location = new System.Drawing.Point(259, 5);
    9697      this.problemInstanceProviderViewHost.Name = "problemInstanceProviderViewHost";
    9798      this.problemInstanceProviderViewHost.ReadOnly = false;
    98       this.problemInstanceProviderViewHost.Size = new System.Drawing.Size(421, 21);
     99      this.problemInstanceProviderViewHost.Size = new System.Drawing.Size(391, 21);
    99100      this.problemInstanceProviderViewHost.TabIndex = 6;
    100101      this.problemInstanceProviderViewHost.ViewsLabelVisible = false;
     
    103104      // problemInstanceProviderComboBox
    104105      //
    105       this.problemInstanceProviderComboBox.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
    106106      this.problemInstanceProviderComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    107       this.problemInstanceProviderComboBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
    108107      this.problemInstanceProviderComboBox.FormattingEnabled = true;
    109108      this.problemInstanceProviderComboBox.Location = new System.Drawing.Point(50, 5);
    110       this.problemInstanceProviderComboBox.MaxDropDownItems = 16;
    111109      this.problemInstanceProviderComboBox.Name = "problemInstanceProviderComboBox";
    112       this.problemInstanceProviderComboBox.Size = new System.Drawing.Size(173, 21);
     110      this.problemInstanceProviderComboBox.Size = new System.Drawing.Size(171, 21);
    113111      this.problemInstanceProviderComboBox.TabIndex = 7;
    114       this.problemInstanceProviderComboBox.ToolTipRequired += new System.EventHandler<HeuristicLab.Problems.GeneralizedQuadraticAssignment.Views.ToolTipRequiredEventArgs>(this.problemInstanceProviderComboBox_ToolTipRequired);
    115112      this.problemInstanceProviderComboBox.SelectedIndexChanged += new System.EventHandler(this.problemInstanceProviderComboBox_SelectedIndexChanged);
    116113      this.problemInstanceProviderComboBox.DataSourceChanged += new System.EventHandler(this.comboBox_DataSourceChanged);
     114      //
     115      // libraryInfoButton
     116      //
     117      this.libraryInfoButton.Location = new System.Drawing.Point(227, 4);
     118      this.libraryInfoButton.Name = "libraryInfoButton";
     119      this.libraryInfoButton.Size = new System.Drawing.Size(26, 23);
     120      this.libraryInfoButton.TabIndex = 8;
     121      this.libraryInfoButton.Text = "Info";
     122      this.libraryInfoButton.UseVisualStyleBackColor = true;
     123      this.libraryInfoButton.Click += new System.EventHandler(this.libraryInfoButton_Click);
    117124      //
    118125      // ProblemView
     
    123130      this.Controls.Add(this.problemInstanceProviderComboBox);
    124131      this.Controls.Add(this.label1);
     132      this.Controls.Add(this.libraryInfoButton);
    125133      this.Name = "ProblemView";
    126134      this.Size = new System.Drawing.Size(653, 455);
     135      this.Controls.SetChildIndex(this.libraryInfoButton, 0);
     136      this.Controls.SetChildIndex(this.label1, 0);
     137      this.Controls.SetChildIndex(this.problemInstanceProviderComboBox, 0);
     138      this.Controls.SetChildIndex(this.problemInstanceProviderViewHost, 0);
    127139      this.Controls.SetChildIndex(this.infoLabel, 0);
    128       this.Controls.SetChildIndex(this.label1, 0);
    129140      this.Controls.SetChildIndex(this.nameTextBox, 0);
    130141      this.Controls.SetChildIndex(this.nameLabel, 0);
    131       this.Controls.SetChildIndex(this.problemInstanceProviderComboBox, 0);
    132       this.Controls.SetChildIndex(this.problemInstanceProviderViewHost, 0);
    133142      this.Controls.SetChildIndex(this.parameterCollectionView, 0);
    134143      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
     
    142151    private System.Windows.Forms.Label label1;
    143152    private MainForm.WindowsForms.ViewHost problemInstanceProviderViewHost;
    144     private ToolTipComboBox problemInstanceProviderComboBox;
     153    private System.Windows.Forms.ComboBox problemInstanceProviderComboBox;
     154    private System.Windows.Forms.Button libraryInfoButton;
    145155
    146156  }
Note: See TracChangeset for help on using the changeset viewer.