Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/16/14 03:57:49 (9 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/ClientNodeView.Designer.cs

    r11465 r11468  
    4848      this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
    4949      this.portsTabPage = new System.Windows.Forms.TabPage();
    50       this.callsTabPage = new System.Windows.Forms.TabPage();
     50      this.serviceCallsTabPage = new System.Windows.Forms.TabPage();
    5151      this.serviceParameterCollectionCollectionView = new HeuristicLab.Optimization.Networks.Views.ServiceParameterCollectionCollectionView();
    52       this.callButton = new System.Windows.Forms.Button();
     52      this.callServicesButton = new System.Windows.Forms.Button();
     53      this.cancelServicesButton = new System.Windows.Forms.Button();
    5354      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    5455      this.tabControl.SuspendLayout();
    5556      this.portsTabPage.SuspendLayout();
    56       this.callsTabPage.SuspendLayout();
     57      this.serviceCallsTabPage.SuspendLayout();
    5758      this.SuspendLayout();
    5859      //
     
    8384            | System.Windows.Forms.AnchorStyles.Right)));
    8485      this.tabControl.Controls.Add(this.portsTabPage);
    85       this.tabControl.Controls.Add(this.callsTabPage);
     86      this.tabControl.Controls.Add(this.serviceCallsTabPage);
    8687      this.tabControl.Location = new System.Drawing.Point(0, 63);
    8788      this.tabControl.Name = "tabControl";
    8889      this.tabControl.SelectedIndex = 0;
    8990      this.tabControl.Size = new System.Drawing.Size(645, 454);
    90       this.tabControl.TabIndex = 4;
     91      this.tabControl.TabIndex = 5;
    9192      //
    9293      // portsTabPage
     
    101102      this.portsTabPage.UseVisualStyleBackColor = true;
    102103      //
    103       // callsTabPage
     104      // serviceCallsTabPage
    104105      //
    105       this.callsTabPage.Controls.Add(this.serviceParameterCollectionCollectionView);
    106       this.callsTabPage.Location = new System.Drawing.Point(4, 22);
    107       this.callsTabPage.Name = "callsTabPage";
    108       this.callsTabPage.Size = new System.Drawing.Size(637, 428);
    109       this.callsTabPage.TabIndex = 2;
    110       this.callsTabPage.Text = "Calls";
    111       this.callsTabPage.UseVisualStyleBackColor = true;
     106      this.serviceCallsTabPage.Controls.Add(this.serviceParameterCollectionCollectionView);
     107      this.serviceCallsTabPage.Location = new System.Drawing.Point(4, 22);
     108      this.serviceCallsTabPage.Name = "serviceCallsTabPage";
     109      this.serviceCallsTabPage.Size = new System.Drawing.Size(637, 428);
     110      this.serviceCallsTabPage.TabIndex = 2;
     111      this.serviceCallsTabPage.Text = "Service Calls";
     112      this.serviceCallsTabPage.UseVisualStyleBackColor = true;
    112113      //
    113114      // serviceParameterCollectionCollectionView
     
    125126      this.serviceParameterCollectionCollectionView.TabIndex = 0;
    126127      //
    127       // callButton
     128      // callServicesButton
    128129      //
    129       this.callButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    130             | System.Windows.Forms.AnchorStyles.Right)));
    131       this.callButton.Location = new System.Drawing.Point(69, 26);
    132       this.callButton.Name = "callButton";
    133       this.callButton.Size = new System.Drawing.Size(551, 23);
    134       this.callButton.TabIndex = 3;
    135       this.callButton.Text = "&Call Services";
    136       this.callButton.UseVisualStyleBackColor = true;
    137       this.callButton.Click += new System.EventHandler(this.callButton_Click);
     130      this.callServicesButton.Location = new System.Drawing.Point(69, 26);
     131      this.callServicesButton.Name = "callServicesButton";
     132      this.callServicesButton.Size = new System.Drawing.Size(101, 23);
     133      this.callServicesButton.TabIndex = 3;
     134      this.callServicesButton.Text = "&Call Services";
     135      this.callServicesButton.UseVisualStyleBackColor = true;
     136      this.callServicesButton.Click += new System.EventHandler(this.callServicesButton_Click);
     137      //
     138      // cancelServicesButton
     139      //
     140      this.cancelServicesButton.Location = new System.Drawing.Point(176, 26);
     141      this.cancelServicesButton.Name = "cancelServicesButton";
     142      this.cancelServicesButton.Size = new System.Drawing.Size(101, 23);
     143      this.cancelServicesButton.TabIndex = 4;
     144      this.cancelServicesButton.Text = "&Cancel Services";
     145      this.cancelServicesButton.UseVisualStyleBackColor = true;
     146      this.cancelServicesButton.Click += new System.EventHandler(this.cancelServicesButton_Click);
    138147      //
    139148      // ClientNodeView
    140149      //
    141150      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    142       this.Controls.Add(this.callButton);
     151      this.Controls.Add(this.cancelServicesButton);
     152      this.Controls.Add(this.callServicesButton);
    143153      this.Controls.Add(this.tabControl);
    144154      this.Name = "ClientNodeView";
     
    147157      this.Controls.SetChildIndex(this.infoLabel, 0);
    148158      this.Controls.SetChildIndex(this.tabControl, 0);
    149       this.Controls.SetChildIndex(this.callButton, 0);
     159      this.Controls.SetChildIndex(this.callServicesButton, 0);
     160      this.Controls.SetChildIndex(this.cancelServicesButton, 0);
    150161      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    151162      this.tabControl.ResumeLayout(false);
    152163      this.portsTabPage.ResumeLayout(false);
    153       this.callsTabPage.ResumeLayout(false);
     164      this.serviceCallsTabPage.ResumeLayout(false);
    154165      this.ResumeLayout(false);
    155166      this.PerformLayout();
     
    162173    protected System.Windows.Forms.TabPage portsTabPage;
    163174    protected HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl;
    164     protected System.Windows.Forms.TabPage callsTabPage;
     175    protected System.Windows.Forms.TabPage serviceCallsTabPage;
    165176    protected ServiceParameterCollectionCollectionView serviceParameterCollectionCollectionView;
    166     protected System.Windows.Forms.Button callButton;
     177    protected System.Windows.Forms.Button callServicesButton;
     178    protected System.Windows.Forms.Button cancelServicesButton;
    167179
    168180
Note: See TracChangeset for help on using the changeset viewer.