- Timestamp:
- 01/14/11 05:34:43 (14 years ago)
- Location:
- branches/OKB
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OKB
- Property svn:ignore
-
old new 1 1 *.suo 2 TestResults
-
- Property svn:ignore
-
branches/OKB/HeuristicLab.Clients.OKB-3.3/Views/DataTypeView.Designer.cs
r4492 r5295 50 50 this.platformLabel = new System.Windows.Forms.Label(); 51 51 this.platformComboBox = new System.Windows.Forms.ComboBox(); 52 this.comboBox1 = new System.Windows.Forms.ComboBox();53 52 this.sqlNameComboBox = new System.Windows.Forms.ComboBox(); 53 this.typeNameTextBox = new System.Windows.Forms.TextBox(); 54 this.typeNameLabel = new System.Windows.Forms.Label(); 54 55 this.SuspendLayout(); 55 56 // … … 71 72 this.nameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 72 73 | System.Windows.Forms.AnchorStyles.Right))); 73 this.nameTextBox.Location = new System.Drawing.Point(7 1, 29);74 this.nameTextBox.Location = new System.Drawing.Point(74, 29); 74 75 this.nameTextBox.Name = "nameTextBox"; 75 this.nameTextBox.Size = new System.Drawing.Size(27 9, 20);76 this.nameTextBox.Size = new System.Drawing.Size(276, 20); 76 77 this.nameTextBox.TabIndex = 2; 77 78 this.nameTextBox.TextChanged += new System.EventHandler(this.nameTextBox_TextChanged); … … 81 82 // 82 83 this.sqlNameLabel.AutoSize = true; 83 this.sqlNameLabel.Location = new System.Drawing.Point(3, 58);84 this.sqlNameLabel.Location = new System.Drawing.Point(3, 84); 84 85 this.sqlNameLabel.Name = "sqlNameLabel"; 85 86 this.sqlNameLabel.Size = new System.Drawing.Size(62, 13); 86 this.sqlNameLabel.TabIndex = 3;87 this.sqlNameLabel.TabIndex = 5; 87 88 this.sqlNameLabel.Text = "&SQL Name:"; 88 89 // … … 90 91 // 91 92 this.platformLabel.AutoSize = true; 92 this.platformLabel.Location = new System.Drawing.Point(3, 85);93 this.platformLabel.Location = new System.Drawing.Point(3, 111); 93 94 this.platformLabel.Name = "platformLabel"; 94 95 this.platformLabel.Size = new System.Drawing.Size(48, 13); 95 this.platformLabel.TabIndex = 5;96 this.platformLabel.TabIndex = 7; 96 97 this.platformLabel.Text = "&Platform:"; 97 98 // … … 102 103 this.platformComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 103 104 this.platformComboBox.FormattingEnabled = true; 104 this.platformComboBox.Location = new System.Drawing.Point(7 1, 82);105 this.platformComboBox.Location = new System.Drawing.Point(74, 108); 105 106 this.platformComboBox.Name = "platformComboBox"; 106 this.platformComboBox.Size = new System.Drawing.Size(27 9, 21);107 this.platformComboBox.TabIndex = 6;107 this.platformComboBox.Size = new System.Drawing.Size(276, 21); 108 this.platformComboBox.TabIndex = 8; 108 109 this.platformComboBox.SelectedValueChanged += new System.EventHandler(this.platformComboBox_SelectedValueChanged); 109 //110 // comboBox1111 //112 this.comboBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)113 | System.Windows.Forms.AnchorStyles.Right)));114 this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;115 this.comboBox1.FormattingEnabled = true;116 this.comboBox1.Location = new System.Drawing.Point(71, 55);117 this.comboBox1.Name = "comboBox1";118 this.comboBox1.Size = new System.Drawing.Size(279, 21);119 this.comboBox1.TabIndex = 6;120 this.comboBox1.SelectedValueChanged += new System.EventHandler(this.platformComboBox_SelectedValueChanged);121 110 // 122 111 // sqlNameComboBox … … 132 121 "nvarchar", 133 122 "varbinary"}); 134 this.sqlNameComboBox.Location = new System.Drawing.Point(7 1, 55);123 this.sqlNameComboBox.Location = new System.Drawing.Point(74, 81); 135 124 this.sqlNameComboBox.Name = "sqlNameComboBox"; 136 this.sqlNameComboBox.Size = new System.Drawing.Size(27 9, 21);137 this.sqlNameComboBox.TabIndex = 4;125 this.sqlNameComboBox.Size = new System.Drawing.Size(276, 21); 126 this.sqlNameComboBox.TabIndex = 6; 138 127 this.sqlNameComboBox.SelectedValueChanged += new System.EventHandler(this.sqlNameComboBox_SelectedValueChanged); 128 // 129 // typeNameTextBox 130 // 131 this.typeNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 132 | System.Windows.Forms.AnchorStyles.Right))); 133 this.typeNameTextBox.Location = new System.Drawing.Point(74, 55); 134 this.typeNameTextBox.Name = "typeNameTextBox"; 135 this.typeNameTextBox.Size = new System.Drawing.Size(279, 20); 136 this.typeNameTextBox.TabIndex = 4; 137 this.typeNameTextBox.TextChanged += new System.EventHandler(this.typeNameTextBox_TextChanged); 138 this.typeNameTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.typeNameTextBox_KeyDown); 139 // 140 // typeNameLabel 141 // 142 this.typeNameLabel.AutoSize = true; 143 this.typeNameLabel.Location = new System.Drawing.Point(3, 58); 144 this.typeNameLabel.Name = "typeNameLabel"; 145 this.typeNameLabel.Size = new System.Drawing.Size(65, 13); 146 this.typeNameLabel.TabIndex = 3; 147 this.typeNameLabel.Text = "&Type Name:"; 139 148 // 140 149 // DataTypeView … … 143 152 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 144 153 this.Controls.Add(this.sqlNameComboBox); 145 this.Controls.Add(this.comboBox1);146 154 this.Controls.Add(this.platformComboBox); 147 155 this.Controls.Add(this.platformLabel); 148 156 this.Controls.Add(this.sqlNameLabel); 157 this.Controls.Add(this.typeNameLabel); 149 158 this.Controls.Add(this.nameLabel); 159 this.Controls.Add(this.typeNameTextBox); 150 160 this.Controls.Add(this.nameTextBox); 151 161 this.Name = "DataTypeView"; 152 this.Size = new System.Drawing.Size(350, 1 26);162 this.Size = new System.Drawing.Size(350, 143); 153 163 this.Controls.SetChildIndex(this.storeButton, 0); 154 164 this.Controls.SetChildIndex(this.nameTextBox, 0); 165 this.Controls.SetChildIndex(this.typeNameTextBox, 0); 155 166 this.Controls.SetChildIndex(this.nameLabel, 0); 167 this.Controls.SetChildIndex(this.typeNameLabel, 0); 156 168 this.Controls.SetChildIndex(this.sqlNameLabel, 0); 157 169 this.Controls.SetChildIndex(this.platformLabel, 0); 158 170 this.Controls.SetChildIndex(this.platformComboBox, 0); 159 this.Controls.SetChildIndex(this.comboBox1, 0);160 171 this.Controls.SetChildIndex(this.sqlNameComboBox, 0); 161 172 this.ResumeLayout(false); … … 171 182 private System.Windows.Forms.Label platformLabel; 172 183 private System.Windows.Forms.ComboBox platformComboBox; 173 private System.Windows.Forms.ComboBox comboBox1;174 184 private System.Windows.Forms.ComboBox sqlNameComboBox; 185 private System.Windows.Forms.TextBox typeNameTextBox; 186 private System.Windows.Forms.Label typeNameLabel; 175 187 } 176 188 }
Note: See TracChangeset
for help on using the changeset viewer.