Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/09/10 15:18:53 (13 years ago)
Author:
cneumuel
Message:

#1260

  • applied new cloning mechanism
  • changed role names
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive/sources/HeuristicLab.Hive/HeuristicLab.Hive.Experiment.Views/3.3/ConnectionSetupView.Designer.cs

    r4342 r4755  
    4646      this.components = new System.ComponentModel.Container();
    4747      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConnectionSetupView));
    48       this.urlTextBox = new System.Windows.Forms.TextBox();
    49       this.urlLabel = new System.Windows.Forms.Label();
    5048      this.userLabel = new System.Windows.Forms.Label();
    5149      this.userTextBox = new System.Windows.Forms.TextBox();
     
    5553      this.savePasswordCheckbox = new System.Windows.Forms.CheckBox();
    5654      this.cancelButton = new System.Windows.Forms.Button();
    57       this.groupBox1 = new System.Windows.Forms.GroupBox();
    5855      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
    59       this.groupBox1.SuspendLayout();
    6056      this.SuspendLayout();
    61       //
    62       // urlTextBox
    63       //
    64       this.urlTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    65                   | System.Windows.Forms.AnchorStyles.Right)));
    66       this.urlTextBox.Location = new System.Drawing.Point(125, 15);
    67       this.urlTextBox.Name = "urlTextBox";
    68       this.urlTextBox.Size = new System.Drawing.Size(351, 20);
    69       this.urlTextBox.TabIndex = 0;
    70       this.toolTip.SetToolTip(this.urlTextBox, "URL of HeuristicLab Plugin Deployment Service");
    71       //
    72       // urlLabel
    73       //
    74       this.urlLabel.AutoSize = true;
    75       this.urlLabel.Location = new System.Drawing.Point(12, 18);
    76       this.urlLabel.Name = "urlLabel";
    77       this.urlLabel.Size = new System.Drawing.Size(107, 13);
    78       this.urlLabel.TabIndex = 1;
    79       this.urlLabel.Text = "&Hive Server Address:";
    8057      //
    8158      // userLabel
    8259      //
    8360      this.userLabel.AutoSize = true;
    84       this.userLabel.Location = new System.Drawing.Point(6, 22);
     61      this.userLabel.Location = new System.Drawing.Point(3, 6);
    8562      this.userLabel.Name = "userLabel";
    8663      this.userLabel.Size = new System.Drawing.Size(58, 13);
     
    9269      this.userTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    9370                  | System.Windows.Forms.AnchorStyles.Right)));
    94       this.userTextBox.Location = new System.Drawing.Point(94, 19);
     71      this.userTextBox.Location = new System.Drawing.Point(91, 3);
    9572      this.userTextBox.Name = "userTextBox";
    96       this.userTextBox.Size = new System.Drawing.Size(155, 20);
     73      this.userTextBox.Size = new System.Drawing.Size(189, 20);
    9774      this.userTextBox.TabIndex = 0;
    9875      this.toolTip.SetToolTip(this.userTextBox, "Username used to connect to the HeuristicLab plugin deployment service");
     
    10178      //
    10279      this.passwordLabel.AutoSize = true;
    103       this.passwordLabel.Location = new System.Drawing.Point(6, 48);
     80      this.passwordLabel.Location = new System.Drawing.Point(3, 32);
    10481      this.passwordLabel.Name = "passwordLabel";
    10582      this.passwordLabel.Size = new System.Drawing.Size(56, 13);
     
    11188      this.passwordTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    11289                  | System.Windows.Forms.AnchorStyles.Right)));
    113       this.passwordTextBox.Location = new System.Drawing.Point(94, 45);
     90      this.passwordTextBox.Location = new System.Drawing.Point(91, 29);
    11491      this.passwordTextBox.Name = "passwordTextBox";
    115       this.passwordTextBox.Size = new System.Drawing.Size(155, 20);
     92      this.passwordTextBox.Size = new System.Drawing.Size(189, 20);
    11693      this.passwordTextBox.TabIndex = 1;
    11794      this.toolTip.SetToolTip(this.passwordTextBox, "Passwort used to connect to the HeuristicLab plugin deployment service");
     
    12198      //
    12299      this.applyButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    123       this.applyButton.Location = new System.Drawing.Point(320, 148);
     100      this.applyButton.Location = new System.Drawing.Point(124, 79);
    124101      this.applyButton.Name = "applyButton";
    125102      this.applyButton.Size = new System.Drawing.Size(75, 23);
     
    134111      this.savePasswordCheckbox.AutoSize = true;
    135112      this.savePasswordCheckbox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
    136       this.savePasswordCheckbox.Location = new System.Drawing.Point(6, 71);
     113      this.savePasswordCheckbox.Location = new System.Drawing.Point(3, 55);
    137114      this.savePasswordCheckbox.Name = "savePasswordCheckbox";
    138115      this.savePasswordCheckbox.Size = new System.Drawing.Size(103, 17);
     
    146123      this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    147124      this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
    148       this.cancelButton.Location = new System.Drawing.Point(401, 148);
     125      this.cancelButton.Location = new System.Drawing.Point(205, 79);
    149126      this.cancelButton.Name = "cancelButton";
    150127      this.cancelButton.Size = new System.Drawing.Size(75, 23);
     
    155132      this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
    156133      //
    157       // groupBox1
    158       //
    159       this.groupBox1.Controls.Add(this.userTextBox);
    160       this.groupBox1.Controls.Add(this.userLabel);
    161       this.groupBox1.Controls.Add(this.savePasswordCheckbox);
    162       this.groupBox1.Controls.Add(this.passwordTextBox);
    163       this.groupBox1.Controls.Add(this.passwordLabel);
    164       this.groupBox1.Location = new System.Drawing.Point(12, 41);
    165       this.groupBox1.Name = "groupBox1";
    166       this.groupBox1.Size = new System.Drawing.Size(255, 96);
    167       this.groupBox1.TabIndex = 1;
    168       this.groupBox1.TabStop = false;
    169       this.groupBox1.Text = "User Credentials";
    170       //
    171134      // ConnectionSetupView
    172135      //
     
    175138      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    176139      this.CancelButton = this.cancelButton;
    177       this.ClientSize = new System.Drawing.Size(488, 183);
    178       this.Controls.Add(this.groupBox1);
     140      this.ClientSize = new System.Drawing.Size(292, 114);
     141      this.Controls.Add(this.userTextBox);
     142      this.Controls.Add(this.userLabel);
    179143      this.Controls.Add(this.cancelButton);
     144      this.Controls.Add(this.savePasswordCheckbox);
     145      this.Controls.Add(this.passwordTextBox);
    180146      this.Controls.Add(this.applyButton);
    181       this.Controls.Add(this.urlLabel);
    182       this.Controls.Add(this.urlTextBox);
     147      this.Controls.Add(this.passwordLabel);
    183148      this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
    184149      this.MaximizeBox = false;
     
    189154      this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
    190155      this.Text = "Edit Hive Connection Settings";
    191       this.groupBox1.ResumeLayout(false);
    192       this.groupBox1.PerformLayout();
    193156      this.ResumeLayout(false);
    194157      this.PerformLayout();
     
    198161    #endregion
    199162
    200     private System.Windows.Forms.TextBox urlTextBox;
    201     private System.Windows.Forms.Label urlLabel;
    202163    private System.Windows.Forms.Label userLabel;
    203164    private System.Windows.Forms.TextBox userTextBox;
     
    207168    private System.Windows.Forms.CheckBox savePasswordCheckbox;
    208169    private System.Windows.Forms.Button cancelButton;
    209     private System.Windows.Forms.GroupBox groupBox1;
    210170    private System.Windows.Forms.ToolTip toolTip;
    211171  }
Note: See TracChangeset for help on using the changeset viewer.