- Timestamp:
- 06/21/12 18:02:33 (13 years ago)
- Location:
- branches/GP-MoveOperators
- Files:
-
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GP-MoveOperators
- Property svn:ignore
-
old new 20 20 bin 21 21 protoc.exe 22 _ReSharper.HeuristicLab 3.3 Tests
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/GP-MoveOperators/HeuristicLab.PluginInfrastructure/3.3/Advanced/AvailablePluginsView.Designer.cs
r7259 r8085 280 280 // 281 281 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 282 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;282 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 283 283 this.Controls.Add(this.splitContainer); 284 284 this.Name = "RemotePluginInstallerView"; -
branches/GP-MoveOperators/HeuristicLab.PluginInfrastructure/3.3/Advanced/BasicUpdateView.Designer.cs
r7259 r8085 67 67 // 68 68 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 69 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;69 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 70 70 this.Controls.Add(this.updateAndInstallButton); 71 71 this.Name = "BasicUpdateView"; -
branches/GP-MoveOperators/HeuristicLab.PluginInfrastructure/3.3/Advanced/ConfirmationDialog.Designer.cs
r7259 r8085 130 130 this.AcceptButton = this.okButton; 131 131 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 132 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;132 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 133 133 this.BackColor = System.Drawing.SystemColors.HighlightText; 134 134 this.CancelButton = this.cancelButton; -
branches/GP-MoveOperators/HeuristicLab.PluginInfrastructure/3.3/Advanced/ConnectionSetupView.Designer.cs
r7259 r8085 173 173 this.AcceptButton = this.applyButton; 174 174 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 175 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;175 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 176 176 this.CancelButton = this.cancelButton; 177 177 this.ClientSize = new System.Drawing.Size(488, 183); -
branches/GP-MoveOperators/HeuristicLab.PluginInfrastructure/3.3/Advanced/EditProductsView.Designer.cs
r7259 r8085 322 322 // 323 323 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 324 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;324 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 325 325 this.Controls.Add(this.splitContainer); 326 326 this.Name = "ProductEditor"; -
branches/GP-MoveOperators/HeuristicLab.PluginInfrastructure/3.3/Advanced/InstallationManagerControl.Designer.cs
r7259 r8085 45 45 private void InitializeComponent() { 46 46 components = new System.ComponentModel.Container(); 47 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;47 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 48 48 } 49 49 -
branches/GP-MoveOperators/HeuristicLab.PluginInfrastructure/3.3/Advanced/InstallationManagerForm.Designer.cs
r7259 r8085 263 263 // 264 264 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 265 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;265 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 266 266 this.ClientSize = new System.Drawing.Size(622, 444); 267 267 this.Controls.Add(this.tabControl); -
branches/GP-MoveOperators/HeuristicLab.PluginInfrastructure/3.3/Advanced/InstalledPluginsView.Designer.cs
r7259 r8085 156 156 // 157 157 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 158 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;158 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 159 159 this.Controls.Add(this.refreshButton); 160 160 this.Controls.Add(this.localPluginsListView); -
branches/GP-MoveOperators/HeuristicLab.PluginInfrastructure/3.3/Advanced/LicenseConfirmationDialog.Designer.cs
r7259 r8085 169 169 this.AcceptButton = this.acceptButton; 170 170 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 171 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;171 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 172 172 this.BackColor = System.Drawing.SystemColors.HighlightText; 173 173 this.CancelButton = this.rejectButton; -
branches/GP-MoveOperators/HeuristicLab.PluginInfrastructure/3.3/Advanced/LicenseView.Designer.cs
r7259 r8085 62 62 // 63 63 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 64 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;64 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 65 65 this.ClientSize = new System.Drawing.Size(410, 445); 66 66 this.Controls.Add(this.richTextBox); -
branches/GP-MoveOperators/HeuristicLab.PluginInfrastructure/3.3/Advanced/PluginUpdaterForm.Designer.cs
r7259 r8085 91 91 this.AcceptButton = this.okButton; 92 92 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 93 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;93 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 94 94 this.ClientSize = new System.Drawing.Size(374, 108); 95 95 this.Controls.Add(this.okButton); -
branches/GP-MoveOperators/HeuristicLab.PluginInfrastructure/3.3/Advanced/PluginView.Designer.cs
r7259 r8085 298 298 // 299 299 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 300 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;300 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 301 301 this.ClientSize = new System.Drawing.Size(687, 565); 302 302 this.Controls.Add(this.showLicenseButton); -
branches/GP-MoveOperators/HeuristicLab.PluginInfrastructure/3.3/Advanced/UploadPluginsView.Designer.cs
r7259 r8085 137 137 // 138 138 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 139 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;139 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 140 140 this.Controls.Add(this.listView); 141 141 this.Controls.Add(this.uploadButton);
Note: See TracChangeset
for help on using the changeset viewer.