Changeset 9949 for trunk/sources/HeuristicLab.Data.Views/3.3/Path Views
- Timestamp:
- 09/12/13 12:49:09 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Data.Views/3.3/Path Views/FileValueView.Designer.cs
r9833 r9949 45 45 /// </summary> 46 46 private void InitializeComponent() { 47 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FileValueView));48 47 this.openButton = new System.Windows.Forms.Button(); 49 48 this.openFileDialog = new System.Windows.Forms.OpenFileDialog(); … … 55 54 this.openButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); 56 55 this.openButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Open; 57 this.openButton.Location = new System.Drawing.Point(1 98, 0);56 this.openButton.Location = new System.Drawing.Point(167, 0); 58 57 this.openButton.Name = "openButton"; 59 58 this.openButton.Size = new System.Drawing.Size(24, 24); … … 77 76 // FileValueView 78 77 // 79 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);80 78 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 81 79 this.Controls.Add(this.stringConvertibleValueView);
Note: See TracChangeset
for help on using the changeset viewer.