Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/29/19 17:45:06 (5 years ago)
Author:
ddorfmei
Message:

#2931: solved the issues found during the review

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2931_OR-Tools_LP_MIP/HeuristicLab.MathematicalOptimization.Views/3.3/LinearProgrammingProblemView.Designer.cs

    r16405 r16582  
    2323using HeuristicLab.Common.Resources;
    2424
    25 namespace HeuristicLab.MathematicalOptimization.Views {
     25namespace HeuristicLab.ExactOptimization.Views {
    2626  partial class LinearProgrammingProblemView {
    2727    /// <summary>
     
    4949    private void InitializeComponent() {
    5050      this.components = new System.ComponentModel.Container();
    51       System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LinearProgrammingProblemView));
    5251      this.panel1 = new System.Windows.Forms.Panel();
    5352      this.ViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    54       this.panel2 = new System.Windows.Forms.Panel();
    55       this.modelTypeNameLabel = new System.Windows.Forms.Label();
    56       this.modelTypeLabel = new System.Windows.Forms.Label();
    57       this.changeModelTypeButton = new System.Windows.Forms.Button();
    5853      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
    5954      this.panel1.SuspendLayout();
    60       this.panel2.SuspendLayout();
    6155      this.SuspendLayout();
    6256      //
     
    6458      //
    6559      this.panel1.Controls.Add(this.ViewHost);
    66       this.panel1.Controls.Add(this.panel2);
    6760      this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
    6861      this.panel1.Location = new System.Drawing.Point(0, 0);
     
    7770      this.ViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
    7871      this.ViewHost.Enabled = false;
    79       this.ViewHost.Location = new System.Drawing.Point(0, 30);
     72      this.ViewHost.Location = new System.Drawing.Point(0, 0);
    8073      this.ViewHost.Name = "ViewHost";
    8174      this.ViewHost.ReadOnly = false;
    82       this.ViewHost.Size = new System.Drawing.Size(300, 120);
     75      this.ViewHost.Size = new System.Drawing.Size(300, 150);
    8376      this.ViewHost.TabIndex = 6;
    8477      this.ViewHost.ViewsLabelVisible = false;
    8578      this.ViewHost.ViewType = null;
    86       //
    87       // panel2
    88       //
    89       this.panel2.Controls.Add(this.modelTypeNameLabel);
    90       this.panel2.Controls.Add(this.modelTypeLabel);
    91       this.panel2.Controls.Add(this.changeModelTypeButton);
    92       this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
    93       this.panel2.Location = new System.Drawing.Point(0, 0);
    94       this.panel2.Name = "panel2";
    95       this.panel2.Size = new System.Drawing.Size(300, 30);
    96       this.panel2.TabIndex = 5;
    97       //
    98       // modelTypeNameLabel
    99       //
    100       this.modelTypeNameLabel.AutoSize = true;
    101       this.modelTypeNameLabel.Location = new System.Drawing.Point(95, 9);
    102       this.modelTypeNameLabel.Name = "modelTypeNameLabel";
    103       this.modelTypeNameLabel.Size = new System.Drawing.Size(31, 13);
    104       this.modelTypeNameLabel.TabIndex = 6;
    105       this.modelTypeNameLabel.Text = "none";
    106       //
    107       // modelTypeLabel
    108       //
    109       this.modelTypeLabel.AutoSize = true;
    110       this.modelTypeLabel.Location = new System.Drawing.Point(3, 9);
    111       this.modelTypeLabel.Name = "modelTypeLabel";
    112       this.modelTypeLabel.Size = new System.Drawing.Size(39, 13);
    113       this.modelTypeLabel.TabIndex = 5;
    114       this.modelTypeLabel.Text = "Model Type:";
    115       //
    116       // changeModelTypeButton
    117       //
    118       this.changeModelTypeButton.Image = VSImageLibrary.RefreshDocument;
    119       this.changeModelTypeButton.Location = new System.Drawing.Point(68, 3);
    120       this.changeModelTypeButton.Name = "changeModelType";
    121       this.changeModelTypeButton.Size = new System.Drawing.Size(24, 24);
    122       this.changeModelTypeButton.TabIndex = 4;
    123       this.toolTip.SetToolTip(this.changeModelTypeButton, "Change Model Type");
    124       this.changeModelTypeButton.UseVisualStyleBackColor = true;
    125       this.changeModelTypeButton.Click += new System.EventHandler(this.changeModelTypeButton_Click);
    12679      //
    12780      // LinearProgrammingProblemView
     
    13184      this.Size = new System.Drawing.Size(300, 150);
    13285      this.panel1.ResumeLayout(false);
    133       this.panel2.ResumeLayout(false);
    134       this.panel2.PerformLayout();
    13586      this.ResumeLayout(false);
    13687
     
    14192    private System.Windows.Forms.Panel panel1;
    14293    private MainForm.WindowsForms.ViewHost ViewHost;
    143     private System.Windows.Forms.Panel panel2;
    144     protected System.Windows.Forms.Button changeModelTypeButton;
    14594    private System.Windows.Forms.ToolTip toolTip;
    14695    protected System.Windows.Forms.Button newProblemDefinitionButton;
    147     private System.Windows.Forms.Label modelTypeLabel;
    148     private System.Windows.Forms.Label modelTypeNameLabel;
    14996  }
    15097}
Note: See TracChangeset for help on using the changeset viewer.