- Timestamp:
- 06/08/09 18:34:28 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Engine/3.2/HiveEngineEditor.Designer.cs
r2018 r2032 47 47 this.urlTextBox = new System.Windows.Forms.TextBox(); 48 48 this.urlLabel = new System.Windows.Forms.Label(); 49 this.snapshotButton = new System.Windows.Forms.Button(); 49 50 this.splitContainer1.Panel1.SuspendLayout(); 50 51 this.splitContainer1.Panel2.SuspendLayout(); … … 101 102 this.urlLabel.Text = "Hive Server Url:"; 102 103 // 104 // snapshotButton 105 // 106 this.snapshotButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 107 this.snapshotButton.Enabled = false; 108 this.snapshotButton.Location = new System.Drawing.Point(294, 457); 109 this.snapshotButton.Name = "snapshotButton"; 110 this.snapshotButton.Size = new System.Drawing.Size(75, 23); 111 this.snapshotButton.TabIndex = 9; 112 this.snapshotButton.Text = "Sna&pshot"; 113 this.snapshotButton.UseVisualStyleBackColor = true; 114 this.snapshotButton.Click += new System.EventHandler(this.snapshotButton_Click); 115 // 103 116 // HiveEngineEditor 104 117 // 105 118 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 106 119 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 120 this.Controls.Add(this.snapshotButton); 107 121 this.Controls.Add(this.urlTextBox); 108 122 this.Controls.Add(this.urlLabel); … … 117 131 this.Controls.SetChildIndex(this.urlLabel, 0); 118 132 this.Controls.SetChildIndex(this.urlTextBox, 0); 133 this.Controls.SetChildIndex(this.snapshotButton, 0); 119 134 this.splitContainer1.Panel1.ResumeLayout(false); 120 135 this.splitContainer1.Panel2.ResumeLayout(false); … … 131 146 private System.Windows.Forms.TextBox urlTextBox; 132 147 private System.Windows.Forms.Label urlLabel; 148 private System.Windows.Forms.Button snapshotButton; 133 149 } 134 150 }
Note: See TracChangeset
for help on using the changeset viewer.