Changeset 2917 for trunk/sources/HeuristicLab.Parameters.Views/3.3/ValueLookupParameterView.Designer.cs
- Timestamp:
- 03/03/10 06:46:30 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Parameters.Views/3.3/ValueLookupParameterView.Designer.cs
r2796 r2917 46 46 /// </summary> 47 47 private void InitializeComponent() { 48 this.components = new System.ComponentModel.Container();49 48 this.valueGroupBox = new System.Windows.Forms.GroupBox(); 50 49 this.valuePanel = new System.Windows.Forms.Panel(); … … 52 51 this.clearValueButton = new System.Windows.Forms.Button(); 53 52 this.setValueButton = new System.Windows.Forms.Button(); 54 this.toolTip = new System.Windows.Forms.ToolTip(this.components);55 53 this.actualNameTextBox = new System.Windows.Forms.TextBox(); 56 54 this.actualNameLabel = new System.Windows.Forms.Label(); … … 62 60 // dataTypeLabel 63 61 // 64 this.dataTypeLabel.Location = new System.Drawing.Point(3, 123);62 this.dataTypeLabel.Location = new System.Drawing.Point(3, 81); 65 63 this.dataTypeLabel.TabIndex = 6; 66 64 // 67 65 // dataTypeTextBox 68 66 // 69 this.dataTypeTextBox.Location = new System.Drawing.Point(80, 120);67 this.dataTypeTextBox.Location = new System.Drawing.Point(80, 78); 70 68 this.dataTypeTextBox.Size = new System.Drawing.Size(306, 20); 71 69 this.dataTypeTextBox.TabIndex = 7; … … 86 84 // 87 85 this.descriptionTextBox.Location = new System.Drawing.Point(80, 52); 88 this.descriptionTextBox.Size = new System.Drawing.Size(306, 62);86 this.descriptionTextBox.Size = new System.Drawing.Size(306, 20); 89 87 this.descriptionTextBox.TabIndex = 5; 90 88 // … … 97 95 this.valueGroupBox.Controls.Add(this.clearValueButton); 98 96 this.valueGroupBox.Controls.Add(this.setValueButton); 99 this.valueGroupBox.Location = new System.Drawing.Point(0, 1 46);97 this.valueGroupBox.Location = new System.Drawing.Point(0, 104); 100 98 this.valueGroupBox.Name = "valueGroupBox"; 101 this.valueGroupBox.Size = new System.Drawing.Size(386, 169);99 this.valueGroupBox.Size = new System.Drawing.Size(386, 211); 102 100 this.valueGroupBox.TabIndex = 8; 103 101 this.valueGroupBox.TabStop = false; … … 113 111 this.valuePanel.Location = new System.Drawing.Point(6, 49); 114 112 this.valuePanel.Name = "valuePanel"; 115 this.valuePanel.Size = new System.Drawing.Size(374, 1 14);113 this.valuePanel.Size = new System.Drawing.Size(374, 156); 116 114 this.valuePanel.TabIndex = 0; 117 115 this.valuePanel.DragOver += new System.Windows.Forms.DragEventHandler(this.valuePanel_DragEnterOver); … … 125 123 this.viewHost.Location = new System.Drawing.Point(0, 0); 126 124 this.viewHost.Name = "viewHost"; 127 this.viewHost.Size = new System.Drawing.Size(374, 1 14);125 this.viewHost.Size = new System.Drawing.Size(374, 156); 128 126 this.viewHost.TabIndex = 0; 127 this.viewHost.ViewType = null; 129 128 // 130 129 // clearValueButton … … 202 201 protected HeuristicLab.Core.Views.ViewHost viewHost; 203 202 protected System.Windows.Forms.Button setValueButton; 204 protected System.Windows.Forms.ToolTip toolTip;205 203 protected System.Windows.Forms.Button clearValueButton; 206 204 protected System.Windows.Forms.TextBox actualNameTextBox;
Note: See TracChangeset
for help on using the changeset viewer.