Changeset 6014 for branches/histogram/HeuristicLab.Analysis.Views/3.3/DataTableVisualPropertiesDialog.Designer.cs
- Timestamp:
- 04/15/11 23:30:21 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/histogram/HeuristicLab.Analysis.Views/3.3/DataTableVisualPropertiesDialog.Designer.cs
r6012 r6014 67 67 this.okButton.Anchor = System.Windows.Forms.AnchorStyles.Bottom; 68 68 this.okButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 69 this.okButton.Location = new System.Drawing.Point(152, 3 24);69 this.okButton.Location = new System.Drawing.Point(152, 357); 70 70 this.okButton.Name = "okButton"; 71 71 this.okButton.Size = new System.Drawing.Size(75, 23); … … 79 79 this.cancelButton.Anchor = System.Windows.Forms.AnchorStyles.Bottom; 80 80 this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; 81 this.cancelButton.Location = new System.Drawing.Point(233, 3 24);81 this.cancelButton.Location = new System.Drawing.Point(233, 357); 82 82 this.cancelButton.Name = "cancelButton"; 83 83 this.cancelButton.Size = new System.Drawing.Size(75, 23); … … 97 97 this.tabControl.Name = "tabControl"; 98 98 this.tabControl.SelectedIndex = 0; 99 this.tabControl.Size = new System.Drawing.Size(474, 3 17);99 this.tabControl.Size = new System.Drawing.Size(474, 350); 100 100 this.tabControl.TabIndex = 2; 101 101 // … … 106 106 this.seriesTabPage.Name = "seriesTabPage"; 107 107 this.seriesTabPage.Padding = new System.Windows.Forms.Padding(3); 108 this.seriesTabPage.Size = new System.Drawing.Size(466, 291);108 this.seriesTabPage.Size = new System.Drawing.Size(466, 324); 109 109 this.seriesTabPage.TabIndex = 0; 110 110 this.seriesTabPage.Text = "Series"; … … 127 127 this.splitContainer.Panel2.Controls.Add(this.dataRowVisualPropertiesControl); 128 128 this.splitContainer.Panel2MinSize = 50; 129 this.splitContainer.Size = new System.Drawing.Size(460, 285);129 this.splitContainer.Size = new System.Drawing.Size(460, 318); 130 130 this.splitContainer.SplitterDistance = 125; 131 131 this.splitContainer.TabIndex = 0; … … 139 139 this.seriesListView.Name = "seriesListView"; 140 140 this.seriesListView.ShowGroups = false; 141 this.seriesListView.Size = new System.Drawing.Size(125, 285);141 this.seriesListView.Size = new System.Drawing.Size(125, 318); 142 142 this.seriesListView.TabIndex = 0; 143 143 this.seriesListView.UseCompatibleStateImageBehavior = false; … … 151 151 this.chartTabPage.Name = "chartTabPage"; 152 152 this.chartTabPage.Padding = new System.Windows.Forms.Padding(3); 153 this.chartTabPage.Size = new System.Drawing.Size(466, 291);153 this.chartTabPage.Size = new System.Drawing.Size(466, 324); 154 154 this.chartTabPage.TabIndex = 1; 155 155 this.chartTabPage.Text = "Chart"; … … 162 162 this.dataRowVisualPropertiesControl.Location = new System.Drawing.Point(0, 0); 163 163 this.dataRowVisualPropertiesControl.Name = "dataRowVisualPropertiesControl"; 164 this.dataRowVisualPropertiesControl.Size = new System.Drawing.Size(331, 285);164 this.dataRowVisualPropertiesControl.Size = new System.Drawing.Size(331, 318); 165 165 this.dataRowVisualPropertiesControl.TabIndex = 0; 166 166 // 167 167 // dataTableVisualPropertiesControl 168 168 // 169 this.dataTableVisualPropertiesControl.Content = null; 169 170 this.dataTableVisualPropertiesControl.Dock = System.Windows.Forms.DockStyle.Fill; 170 171 this.dataTableVisualPropertiesControl.Location = new System.Drawing.Point(3, 3); 171 172 this.dataTableVisualPropertiesControl.Name = "dataTableVisualPropertiesControl"; 172 this.dataTableVisualPropertiesControl.Size = new System.Drawing.Size(460, 285);173 this.dataTableVisualPropertiesControl.Size = new System.Drawing.Size(460, 318); 173 174 this.dataTableVisualPropertiesControl.TabIndex = 0; 174 175 // … … 179 180 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 180 181 this.CancelButton = this.cancelButton; 181 this.ClientSize = new System.Drawing.Size(475, 3 59);182 this.ClientSize = new System.Drawing.Size(475, 392); 182 183 this.Controls.Add(this.tabControl); 183 184 this.Controls.Add(this.cancelButton);
Note: See TracChangeset
for help on using the changeset viewer.