Changeset 4754
- Timestamp:
- 11/09/10 14:13:48 (14 years ago)
- Location:
- trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.3/DataAnalysisSolutionView.Designer.cs
r3884 r4754 45 45 private void InitializeComponent() { 46 46 this.dataTabPage = new System.Windows.Forms.TabPage(); 47 this.dataViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost(); 47 48 this.modelTabPage = new System.Windows.Forms.TabPage(); 49 this.modelViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost(); 48 50 this.tabControl = new System.Windows.Forms.TabControl(); 49 this.modelViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();50 this.viewHost1 = new HeuristicLab.MainForm.WindowsForms.ViewHost();51 this.dataViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();52 51 this.dataTabPage.SuspendLayout(); 53 52 this.modelTabPage.SuspendLayout(); … … 66 65 this.dataTabPage.UseVisualStyleBackColor = true; 67 66 // 67 // dataViewHost 68 // 69 this.dataViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 70 | System.Windows.Forms.AnchorStyles.Left) 71 | System.Windows.Forms.AnchorStyles.Right))); 72 this.dataViewHost.Caption = "DataAnalysisSolution Data View"; 73 this.dataViewHost.Content = null; 74 this.dataViewHost.Enabled = false; 75 this.dataViewHost.Location = new System.Drawing.Point(6, 6); 76 this.dataViewHost.Name = "dataViewHost"; 77 this.dataViewHost.ReadOnly = false; 78 this.dataViewHost.Size = new System.Drawing.Size(360, 224); 79 this.dataViewHost.TabIndex = 2; 80 this.dataViewHost.ViewType = null; 81 // 68 82 // modelTabPage 69 83 // … … 76 90 this.modelTabPage.Text = "Model"; 77 91 this.modelTabPage.UseVisualStyleBackColor = true; 92 // 93 // modelViewHost 94 // 95 this.modelViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 96 | System.Windows.Forms.AnchorStyles.Left) 97 | System.Windows.Forms.AnchorStyles.Right))); 98 this.modelViewHost.Caption = "DataAnalysisSolution Model View"; 99 this.modelViewHost.Content = null; 100 this.modelViewHost.Enabled = false; 101 this.modelViewHost.Location = new System.Drawing.Point(6, 6); 102 this.modelViewHost.Name = "modelViewHost"; 103 this.modelViewHost.ReadOnly = false; 104 this.modelViewHost.Size = new System.Drawing.Size(360, 224); 105 this.modelViewHost.TabIndex = 1; 106 this.modelViewHost.ViewType = null; 78 107 // 79 108 // tabControl … … 89 118 this.tabControl.Size = new System.Drawing.Size(380, 262); 90 119 this.tabControl.TabIndex = 1; 91 //92 // modelViewHost93 //94 this.modelViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)95 | System.Windows.Forms.AnchorStyles.Left)96 | System.Windows.Forms.AnchorStyles.Right)));97 this.modelViewHost.Caption = "DataAnalysisSolution Model View";98 this.modelViewHost.Content = null;99 this.modelViewHost.Location = new System.Drawing.Point(6, 6);100 this.modelViewHost.Name = "modelViewHost";101 this.modelViewHost.ReadOnly = false;102 this.modelViewHost.Size = new System.Drawing.Size(360, 224);103 this.modelViewHost.TabIndex = 1;104 this.modelViewHost.ViewType = null;105 //106 // viewHost1107 //108 this.viewHost1.Caption = "View";109 this.viewHost1.Content = null;110 this.viewHost1.Location = new System.Drawing.Point(6, 6);111 this.viewHost1.Name = "viewHost1";112 this.viewHost1.ReadOnly = false;113 this.viewHost1.Size = new System.Drawing.Size(360, 224);114 this.viewHost1.TabIndex = 1;115 this.viewHost1.ViewType = null;116 //117 // dataViewHost118 //119 this.dataViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)120 | System.Windows.Forms.AnchorStyles.Left)121 | System.Windows.Forms.AnchorStyles.Right)));122 this.dataViewHost.Caption = "DataAnalysisSolution Data View";123 this.dataViewHost.Content = null;124 this.dataViewHost.Location = new System.Drawing.Point(6, 6);125 this.dataViewHost.Name = "dataViewHost";126 this.dataViewHost.ReadOnly = false;127 this.dataViewHost.Size = new System.Drawing.Size(360, 224);128 this.dataViewHost.TabIndex = 2;129 this.dataViewHost.ViewType = null;130 120 // 131 121 // DataAnalysisSolutionView … … 149 139 protected System.Windows.Forms.TabPage modelTabPage; 150 140 protected HeuristicLab.MainForm.WindowsForms.ViewHost dataViewHost; 151 private HeuristicLab.MainForm.WindowsForms.ViewHost viewHost1;152 141 protected HeuristicLab.MainForm.WindowsForms.ViewHost modelViewHost; 153 142 } -
trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.3/Symbolic/SymbolicRegressionSolutionView.Designer.cs
r3915 r4754 63 63 this.modelTabPage.Size = new System.Drawing.Size(372, 207); 64 64 // 65 // dataViewHost 66 // 67 this.dataViewHost.Size = new System.Drawing.Size(360, 195); 68 // 65 69 // modelViewHost 66 70 //
Note: See TracChangeset
for help on using the changeset viewer.