Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/11/14 03:32:15 (10 years ago)
Author:
swagner
Message:

#2205: Worked on optimization networks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OptimizationNetworks/HeuristicLab.Optimization.Networks.Views/3.3/PortView.Designer.cs

    r11438 r11449  
    4545    /// </summary>
    4646    private void InitializeComponent() {
    47       this.pathLabel = new System.Windows.Forms.Label();
    48       this.pathTextBox = new System.Windows.Forms.TextBox();
    4947      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    5048      this.SuspendLayout();
     
    5452      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    5553      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
    56       this.nameTextBox.Location = new System.Drawing.Point(69, 0);
    57       this.nameTextBox.Size = new System.Drawing.Size(551, 20);
    58       //
    59       // infoLabel
    60       //
    61       this.infoLabel.Location = new System.Drawing.Point(626, 3);
    62       //
    63       // pathLabel
    64       //
    65       this.pathLabel.AutoSize = true;
    66       this.pathLabel.Location = new System.Drawing.Point(3, 29);
    67       this.pathLabel.Name = "pathLabel";
    68       this.pathLabel.Size = new System.Drawing.Size(32, 13);
    69       this.pathLabel.TabIndex = 3;
    70       this.pathLabel.Text = "&Path:";
    71       //
    72       // pathTextBox
    73       //
    74       this.pathTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    75             | System.Windows.Forms.AnchorStyles.Right)));
    76       this.pathTextBox.Location = new System.Drawing.Point(69, 26);
    77       this.pathTextBox.Name = "pathTextBox";
    78       this.pathTextBox.ReadOnly = true;
    79       this.pathTextBox.Size = new System.Drawing.Size(551, 20);
    80       this.pathTextBox.TabIndex = 4;
    8154      //
    8255      // PortView
    8356      //
    8457      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    85       this.Controls.Add(this.pathTextBox);
    86       this.Controls.Add(this.pathLabel);
    8758      this.Name = "PortView";
    88       this.Size = new System.Drawing.Size(645, 517);
    89       this.Controls.SetChildIndex(this.nameLabel, 0);
    90       this.Controls.SetChildIndex(this.nameTextBox, 0);
    91       this.Controls.SetChildIndex(this.infoLabel, 0);
    92       this.Controls.SetChildIndex(this.pathLabel, 0);
    93       this.Controls.SetChildIndex(this.pathTextBox, 0);
    9459      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    9560      this.ResumeLayout(false);
     
    10065    #endregion
    10166
    102     protected System.Windows.Forms.Label pathLabel;
    103     protected System.Windows.Forms.TextBox pathTextBox;
    10467
    10568
Note: See TracChangeset for help on using the changeset viewer.