Changeset 9258 for trunk/sources/HeuristicLab.Analysis.Views/3.3/DataTableVisualPropertiesDialog.Designer.cs
- Timestamp:
- 02/28/13 15:38:12 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Analysis.Views/3.3/DataTableVisualPropertiesDialog.Designer.cs
r8015 r9258 69 69 this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 70 70 this.okButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 71 this.okButton.Location = new System.Drawing.Point(325, 4 00);71 this.okButton.Location = new System.Drawing.Point(325, 425); 72 72 this.okButton.Name = "okButton"; 73 73 this.okButton.Size = new System.Drawing.Size(75, 23); … … 81 81 this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 82 82 this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; 83 this.cancelButton.Location = new System.Drawing.Point(406, 4 00);83 this.cancelButton.Location = new System.Drawing.Point(406, 425); 84 84 this.cancelButton.Name = "cancelButton"; 85 85 this.cancelButton.Size = new System.Drawing.Size(75, 23); … … 91 91 // tabControl 92 92 // 93 this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 94 | System.Windows.Forms.AnchorStyles.Left)95 93 this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 94 | System.Windows.Forms.AnchorStyles.Left) 95 | System.Windows.Forms.AnchorStyles.Right))); 96 96 this.tabControl.Controls.Add(this.seriesTabPage); 97 97 this.tabControl.Controls.Add(this.chartTabPage); … … 99 99 this.tabControl.Name = "tabControl"; 100 100 this.tabControl.SelectedIndex = 0; 101 this.tabControl.Size = new System.Drawing.Size(469, 382);101 this.tabControl.Size = new System.Drawing.Size(469, 407); 102 102 this.tabControl.TabIndex = 2; 103 103 // … … 108 108 this.seriesTabPage.Name = "seriesTabPage"; 109 109 this.seriesTabPage.Padding = new System.Windows.Forms.Padding(3); 110 this.seriesTabPage.Size = new System.Drawing.Size(461, 3 56);110 this.seriesTabPage.Size = new System.Drawing.Size(461, 381); 111 111 this.seriesTabPage.TabIndex = 0; 112 112 this.seriesTabPage.Text = "Series"; … … 115 115 // splitContainer 116 116 // 117 this.splitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 118 | System.Windows.Forms.AnchorStyles.Left)119 117 this.splitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 118 | System.Windows.Forms.AnchorStyles.Left) 119 | System.Windows.Forms.AnchorStyles.Right))); 120 120 this.splitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; 121 121 this.splitContainer.Location = new System.Drawing.Point(0, 0); … … 133 133 this.splitContainer.Panel2.Controls.Add(this.dataRowVisualPropertiesControl); 134 134 this.splitContainer.Panel2MinSize = 50; 135 this.splitContainer.Size = new System.Drawing.Size(461, 3 56);135 this.splitContainer.Size = new System.Drawing.Size(461, 381); 136 136 this.splitContainer.SplitterDistance = 125; 137 137 this.splitContainer.TabIndex = 0; … … 161 161 // seriesListView 162 162 // 163 this.seriesListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 164 | System.Windows.Forms.AnchorStyles.Left)165 163 this.seriesListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 164 | System.Windows.Forms.AnchorStyles.Left) 165 | System.Windows.Forms.AnchorStyles.Right))); 166 166 this.seriesListView.HideSelection = false; 167 167 this.seriesListView.Location = new System.Drawing.Point(3, 32); … … 169 169 this.seriesListView.Name = "seriesListView"; 170 170 this.seriesListView.ShowGroups = false; 171 this.seriesListView.Size = new System.Drawing.Size(119, 3 21);171 this.seriesListView.Size = new System.Drawing.Size(119, 346); 172 172 this.seriesListView.TabIndex = 2; 173 173 this.seriesListView.UseCompatibleStateImageBehavior = false; … … 177 177 // dataRowVisualPropertiesControl 178 178 // 179 this.dataRowVisualPropertiesControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 180 | System.Windows.Forms.AnchorStyles.Left)181 179 this.dataRowVisualPropertiesControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 180 | System.Windows.Forms.AnchorStyles.Left) 181 | System.Windows.Forms.AnchorStyles.Right))); 182 182 this.dataRowVisualPropertiesControl.Content = null; 183 183 this.dataRowVisualPropertiesControl.Location = new System.Drawing.Point(3, 26); 184 184 this.dataRowVisualPropertiesControl.Name = "dataRowVisualPropertiesControl"; 185 this.dataRowVisualPropertiesControl.Size = new System.Drawing.Size(326, 3 27);185 this.dataRowVisualPropertiesControl.Size = new System.Drawing.Size(326, 352); 186 186 this.dataRowVisualPropertiesControl.TabIndex = 0; 187 187 // … … 192 192 this.chartTabPage.Name = "chartTabPage"; 193 193 this.chartTabPage.Padding = new System.Windows.Forms.Padding(3); 194 this.chartTabPage.Size = new System.Drawing.Size(461, 3 56);194 this.chartTabPage.Size = new System.Drawing.Size(461, 381); 195 195 this.chartTabPage.TabIndex = 1; 196 196 this.chartTabPage.Text = "Chart"; … … 199 199 // dataTableVisualPropertiesControl 200 200 // 201 this.dataTableVisualPropertiesControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 202 | System.Windows.Forms.AnchorStyles.Left)203 201 this.dataTableVisualPropertiesControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 202 | System.Windows.Forms.AnchorStyles.Left) 203 | System.Windows.Forms.AnchorStyles.Right))); 204 204 this.dataTableVisualPropertiesControl.Content = null; 205 205 this.dataTableVisualPropertiesControl.Location = new System.Drawing.Point(3, 6); 206 206 this.dataTableVisualPropertiesControl.Name = "dataTableVisualPropertiesControl"; 207 this.dataTableVisualPropertiesControl.Size = new System.Drawing.Size(455, 3 47);207 this.dataTableVisualPropertiesControl.Size = new System.Drawing.Size(455, 372); 208 208 this.dataTableVisualPropertiesControl.TabIndex = 0; 209 209 // … … 213 213 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 214 214 this.CancelButton = this.cancelButton; 215 this.ClientSize = new System.Drawing.Size(493, 4 35);215 this.ClientSize = new System.Drawing.Size(493, 460); 216 216 this.Controls.Add(this.tabControl); 217 217 this.Controls.Add(this.cancelButton);
Note: See TracChangeset
for help on using the changeset viewer.