Changeset 3547 for trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/PluginEditor.Designer.cs
- Timestamp:
- 04/27/10 21:30:24 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/PluginEditor.Designer.cs
r3474 r3547 45 45 /// </summary> 46 46 private void InitializeComponent() { 47 this.uploadButton = new System.Windows.Forms.Button(); 47 48 this.refreshButton = new System.Windows.Forms.Button(); 48 this.uploadButton = new System.Windows.Forms.Button();49 49 this.listView = new HeuristicLab.PluginInfrastructure.Advanced.MultiSelectListView(); 50 50 this.pluginNameHeader = new System.Windows.Forms.ColumnHeader(); … … 54 54 this.SuspendLayout(); 55 55 // 56 // refreshButton57 //58 this.refreshButton.Location = new System.Drawing.Point(3, 3);59 this.refreshButton.Name = "refreshButton";60 this.refreshButton.Size = new System.Drawing.Size(75, 23);61 this.refreshButton.TabIndex = 6;62 this.refreshButton.Text = "Refresh";63 this.refreshButton.UseVisualStyleBackColor = true;64 this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click);65 //66 56 // uploadButton 67 57 // 68 58 this.uploadButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 69 this.uploadButton.Location = new System.Drawing.Point(3, 482); 59 this.uploadButton.Enabled = false; 60 this.uploadButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.VS2008ImageLibrary_CommonElements_Objects_Arrow_Up; 61 this.uploadButton.Location = new System.Drawing.Point(78, 477); 70 62 this.uploadButton.Name = "uploadButton"; 71 this.uploadButton.Size = new System.Drawing.Size( 75, 23);63 this.uploadButton.Size = new System.Drawing.Size(114, 31); 72 64 this.uploadButton.TabIndex = 7; 73 this.uploadButton.Text = "Upload"; 65 this.uploadButton.Text = "Upload Selected"; 66 this.uploadButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; 74 67 this.uploadButton.UseVisualStyleBackColor = true; 75 68 this.uploadButton.Click += new System.EventHandler(this.uploadButton_Click); 69 // 70 // refreshButton 71 // 72 this.refreshButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 73 this.refreshButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.VS2008ImageLibrary_Objects_Internet; 74 this.refreshButton.Location = new System.Drawing.Point(0, 477); 75 this.refreshButton.Name = "refreshButton"; 76 this.refreshButton.Size = new System.Drawing.Size(72, 31); 77 this.refreshButton.TabIndex = 6; 78 this.refreshButton.Text = "Refresh"; 79 this.refreshButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; 80 this.refreshButton.UseVisualStyleBackColor = true; 81 this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click); 76 82 // 77 83 // listView … … 86 92 this.serverVersionHeader, 87 93 this.descriptionHeader}); 88 this.listView.Location = new System.Drawing.Point( 3, 32);94 this.listView.Location = new System.Drawing.Point(0, 0); 89 95 this.listView.Name = "listView"; 90 this.listView.Size = new System.Drawing.Size(53 6, 444);96 this.listView.Size = new System.Drawing.Size(539, 471); 91 97 this.listView.SuppressItemCheckedEvents = false; 92 98 this.listView.TabIndex = 8;
Note: See TracChangeset
for help on using the changeset viewer.