- Timestamp:
- 03/14/10 12:07:47 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Engine/3.2/HiveEngineEditor.Designer.cs
r2846 r3018 45 45 /// </summary> 46 46 private void InitializeComponent() { 47 this.urlTextBox = new System.Windows.Forms.TextBox();48 47 this.urlLabel = new System.Windows.Forms.Label(); 49 48 this.snapshotButton = new System.Windows.Forms.Button(); 50 49 this.multiSubmitTextbox = new System.Windows.Forms.TextBox(); 50 this.urlTextBox = new System.Windows.Forms.TextBox(); 51 this.assignedRessourceTextBox = new System.Windows.Forms.TextBox(); 52 this.label1 = new System.Windows.Forms.Label(); 51 53 this.splitContainer1.Panel1.SuspendLayout(); 52 54 this.splitContainer1.Panel2.SuspendLayout(); … … 85 87 this.scopeView.Size = new System.Drawing.Size(178, 422); 86 88 // 87 // urlTextBox88 //89 this.urlTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));90 this.urlTextBox.Location = new System.Drawing.Point(526, 459);91 this.urlTextBox.Name = "urlTextBox";92 this.urlTextBox.Size = new System.Drawing.Size(154, 20);93 this.urlTextBox.TabIndex = 7;94 //95 89 // urlLabel 96 90 // … … 124 118 this.multiSubmitTextbox.Text = "1"; 125 119 // 120 // urlTextBox 121 // 122 this.urlTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 123 this.urlTextBox.Location = new System.Drawing.Point(526, 459); 124 this.urlTextBox.Name = "urlTextBox"; 125 this.urlTextBox.Size = new System.Drawing.Size(154, 20); 126 this.urlTextBox.TabIndex = 7; 127 // 128 // assignedRessourceTextBox 129 // 130 this.assignedRessourceTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 131 this.assignedRessourceTextBox.Location = new System.Drawing.Point(412, 457); 132 this.assignedRessourceTextBox.Name = "assignedRessourceTextBox"; 133 this.assignedRessourceTextBox.Size = new System.Drawing.Size(100, 20); 134 this.assignedRessourceTextBox.TabIndex = 11; 135 // 136 // label1 137 // 138 this.label1.AutoSize = true; 139 this.label1.Location = new System.Drawing.Point(409, 444); 140 this.label1.Name = "label1"; 141 this.label1.Size = new System.Drawing.Size(85, 13); 142 this.label1.TabIndex = 12; 143 this.label1.Text = "Ressource GIDs"; 144 // 126 145 // HiveEngineEditor 127 146 // … … 132 151 this.Controls.Add(this.urlTextBox); 133 152 this.Controls.Add(this.urlLabel); 153 this.Controls.Add(this.assignedRessourceTextBox); 154 this.Controls.Add(this.label1); 134 155 this.Name = "HiveEngineEditor"; 135 156 this.Size = new System.Drawing.Size(827, 480); 157 this.Controls.SetChildIndex(this.label1, 0); 158 this.Controls.SetChildIndex(this.assignedRessourceTextBox, 0); 159 this.Controls.SetChildIndex(this.urlLabel, 0); 160 this.Controls.SetChildIndex(this.urlTextBox, 0); 161 this.Controls.SetChildIndex(this.snapshotButton, 0); 162 this.Controls.SetChildIndex(this.multiSubmitTextbox, 0); 136 163 this.Controls.SetChildIndex(this.executeButton, 0); 137 164 this.Controls.SetChildIndex(this.abortButton, 0); … … 140 167 this.Controls.SetChildIndex(this.executionTimeLabel, 0); 141 168 this.Controls.SetChildIndex(this.executionTimeTextBox, 0); 142 this.Controls.SetChildIndex(this.urlLabel, 0);143 this.Controls.SetChildIndex(this.urlTextBox, 0);144 this.Controls.SetChildIndex(this.snapshotButton, 0);145 this.Controls.SetChildIndex(this.multiSubmitTextbox, 0);146 169 this.splitContainer1.Panel1.ResumeLayout(false); 147 170 this.splitContainer1.Panel2.ResumeLayout(false); … … 156 179 #endregion 157 180 158 private System.Windows.Forms.TextBox urlTextBox;159 181 private System.Windows.Forms.Label urlLabel; 160 182 private System.Windows.Forms.Button snapshotButton; 161 183 private System.Windows.Forms.TextBox multiSubmitTextbox; 184 private System.Windows.Forms.TextBox urlTextBox; 185 private System.Windows.Forms.TextBox assignedRessourceTextBox; 186 private System.Windows.Forms.Label label1; 162 187 } 163 188 }
Note: See TracChangeset
for help on using the changeset viewer.