Changeset 3573 for trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/ProductEditor.Designer.cs
- Timestamp:
- 04/30/10 15:13:48 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/ProductEditor.Designer.cs
r3547 r3573 50 50 this.splitContainer = new System.Windows.Forms.SplitContainer(); 51 51 this.productsGroupBox = new System.Windows.Forms.GroupBox(); 52 this.newProductButton = new System.Windows.Forms.Button(); 52 53 this.productsListView = new System.Windows.Forms.ListView(); 53 54 this.productNameHeader = new System.Windows.Forms.ColumnHeader(); … … 56 57 this.detailsGroupBox = new System.Windows.Forms.GroupBox(); 57 58 this.pluginsGroupBox = new System.Windows.Forms.GroupBox(); 59 this.pluginListView = new HeuristicLab.PluginInfrastructure.Advanced.PluginListView(); 58 60 this.versionTextBox = new System.Windows.Forms.TextBox(); 59 61 this.nameLabel = new System.Windows.Forms.Label(); … … 61 63 this.versionLabel = new System.Windows.Forms.Label(); 62 64 this.pluginImageList = new System.Windows.Forms.ImageList(this.components); 63 this.newProductButton = new System.Windows.Forms.Button();64 65 this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components); 65 this. pluginListView = new HeuristicLab.PluginInfrastructure.Advanced.PluginListView();66 this.toolTip = new System.Windows.Forms.ToolTip(this.components); 66 67 this.splitContainer.Panel1.SuspendLayout(); 67 68 this.splitContainer.Panel2.SuspendLayout(); … … 77 78 this.refreshButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 78 79 this.refreshButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.VS2008ImageLibrary_Objects_Internet; 79 this.refreshButton.Location = new System.Drawing.Point(6, 3 89);80 this.refreshButton.Location = new System.Drawing.Point(6, 394); 80 81 this.refreshButton.Name = "refreshButton"; 81 this.refreshButton.Size = new System.Drawing.Size(73, 31);82 this.refreshButton.Size = new System.Drawing.Size(73, 26); 82 83 this.refreshButton.TabIndex = 1; 83 84 this.refreshButton.Text = "Refresh"; 84 85 this.refreshButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; 86 this.toolTip.SetToolTip(this.refreshButton, "Refresh list of plugins and products from server"); 85 87 this.refreshButton.UseVisualStyleBackColor = true; 86 88 this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click); … … 91 93 this.uploadButton.Enabled = false; 92 94 this.uploadButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.VS2008ImageLibrary_CommonElements_Objects_Arrow_Up; 93 this.uploadButton.Location = new System.Drawing.Point(85, 3 89);95 this.uploadButton.Location = new System.Drawing.Point(85, 394); 94 96 this.uploadButton.Name = "uploadButton"; 95 this.uploadButton.Size = new System.Drawing.Size(120, 31);97 this.uploadButton.Size = new System.Drawing.Size(120, 26); 96 98 this.uploadButton.TabIndex = 2; 97 99 this.uploadButton.Text = "Upload Products"; 98 100 this.uploadButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; 101 this.toolTip.SetToolTip(this.uploadButton, "Upload changed products to server"); 99 102 this.uploadButton.UseVisualStyleBackColor = true; 100 103 this.uploadButton.Click += new System.EventHandler(this.saveButton_Click); … … 133 136 this.productsGroupBox.Text = "Products"; 134 137 // 138 // newProductButton 139 // 140 this.newProductButton.Enabled = false; 141 this.newProductButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.VS2008ImageLibrary_CommonElements_Actions_Add; 142 this.newProductButton.Location = new System.Drawing.Point(6, 19); 143 this.newProductButton.Name = "newProductButton"; 144 this.newProductButton.Size = new System.Drawing.Size(104, 26); 145 this.newProductButton.TabIndex = 3; 146 this.newProductButton.Text = "Create Product"; 147 this.newProductButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; 148 this.toolTip.SetToolTip(this.newProductButton, "Create a new product"); 149 this.newProductButton.UseVisualStyleBackColor = true; 150 this.newProductButton.Click += new System.EventHandler(this.newProductButton_Click); 151 // 135 152 // productsListView 136 153 // … … 143 160 this.productsListView.Enabled = false; 144 161 this.productsListView.FullRowSelect = true; 145 this.productsListView.Location = new System.Drawing.Point(6, 5 6);162 this.productsListView.Location = new System.Drawing.Point(6, 51); 146 163 this.productsListView.MultiSelect = false; 147 164 this.productsListView.Name = "productsListView"; 148 this.productsListView.Size = new System.Drawing.Size(309, 3 27);165 this.productsListView.Size = new System.Drawing.Size(309, 337); 149 166 this.productsListView.SmallImageList = this.productImageList; 150 167 this.productsListView.TabIndex = 4; … … 199 216 this.pluginsGroupBox.Text = "Plugins"; 200 217 // 218 // pluginListView 219 // 220 this.pluginListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 221 | System.Windows.Forms.AnchorStyles.Left) 222 | System.Windows.Forms.AnchorStyles.Right))); 223 this.pluginListView.Enabled = false; 224 this.pluginListView.Location = new System.Drawing.Point(3, 16); 225 this.pluginListView.Name = "pluginListView"; 226 this.pluginListView.Plugins = null; 227 this.pluginListView.Size = new System.Drawing.Size(322, 330); 228 this.pluginListView.TabIndex = 7; 229 this.pluginListView.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.pluginListView_ItemChecked); 230 // 201 231 // versionTextBox 202 232 // … … 247 277 this.pluginImageList.TransparentColor = System.Drawing.Color.Transparent; 248 278 // 249 // newProductButton250 //251 this.newProductButton.Enabled = false;252 this.newProductButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.VS2008ImageLibrary_CommonElements_Actions_Add;253 this.newProductButton.Location = new System.Drawing.Point(6, 19);254 this.newProductButton.Name = "newProductButton";255 this.newProductButton.Size = new System.Drawing.Size(104, 31);256 this.newProductButton.TabIndex = 3;257 this.newProductButton.Text = "Create Product";258 this.newProductButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;259 this.newProductButton.UseVisualStyleBackColor = true;260 this.newProductButton.Click += new System.EventHandler(this.newProductButton_Click);261 //262 279 // errorProvider 263 280 // 264 281 this.errorProvider.ContainerControl = this; 265 //266 // pluginListView267 //268 this.pluginListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)269 | System.Windows.Forms.AnchorStyles.Left)270 | System.Windows.Forms.AnchorStyles.Right)));271 this.pluginListView.Enabled = false;272 this.pluginListView.Location = new System.Drawing.Point(3, 16);273 this.pluginListView.Name = "pluginListView";274 this.pluginListView.Plugins = null;275 this.pluginListView.Size = new System.Drawing.Size(322, 330);276 this.pluginListView.TabIndex = 7;277 this.pluginListView.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.pluginListView_ItemChecked);278 282 // 279 283 // ProductEditor … … 316 320 private System.Windows.Forms.GroupBox detailsGroupBox; 317 321 private System.Windows.Forms.GroupBox pluginsGroupBox; 322 private System.Windows.Forms.ToolTip toolTip; 318 323 319 324 }
Note: See TracChangeset
for help on using the changeset viewer.