Changeset 6339 for branches/histogram
- Timestamp:
- 05/30/11 17:27:45 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/histogram/HeuristicLab.Analysis.Views/3.3/DataTableVisualPropertiesDialog.Designer.cs
r6016 r6339 50 50 this.seriesTabPage = new System.Windows.Forms.TabPage(); 51 51 this.splitContainer = new System.Windows.Forms.SplitContainer(); 52 this.downButton = new System.Windows.Forms.Button(); 53 this.upButton = new System.Windows.Forms.Button(); 52 54 this.seriesListView = new System.Windows.Forms.ListView(); 53 55 this.dataRowVisualPropertiesControl = new HeuristicLab.Analysis.Views.DataRowVisualPropertiesControl(); 54 56 this.chartTabPage = new System.Windows.Forms.TabPage(); 55 57 this.dataTableVisualPropertiesControl = new HeuristicLab.Analysis.Views.DataTableVisualPropertiesControl(); 56 this.upButton = new System.Windows.Forms.Button();57 this.downButton = new System.Windows.Forms.Button();58 58 this.tabControl.SuspendLayout(); 59 59 this.seriesTabPage.SuspendLayout(); … … 67 67 // okButton 68 68 // 69 this.okButton.Anchor = System.Windows.Forms.AnchorStyles.Bottom;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.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 71 this.okButton.Location = new System.Drawing.Point( 152, 357);71 this.okButton.Location = new System.Drawing.Point(307, 357); 72 72 this.okButton.Name = "okButton"; 73 73 this.okButton.Size = new System.Drawing.Size(75, 23); … … 79 79 // cancelButton 80 80 // 81 this.cancelButton.Anchor = System.Windows.Forms.AnchorStyles.Bottom;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( 233, 357);83 this.cancelButton.Location = new System.Drawing.Point(388, 357); 84 84 this.cancelButton.Name = "cancelButton"; 85 85 this.cancelButton.Size = new System.Drawing.Size(75, 23); … … 134 134 this.splitContainer.SplitterDistance = 125; 135 135 this.splitContainer.TabIndex = 0; 136 // 137 // downButton 138 // 139 this.downButton.Location = new System.Drawing.Point(27, 3); 140 this.downButton.Name = "downButton"; 141 this.downButton.Size = new System.Drawing.Size(26, 23); 142 this.downButton.TabIndex = 1; 143 this.downButton.Text = "Down"; 144 this.downButton.UseVisualStyleBackColor = true; 145 this.downButton.Click += new System.EventHandler(this.downButton_Click); 146 // 147 // upButton 148 // 149 this.upButton.Location = new System.Drawing.Point(-1, 3); 150 this.upButton.Name = "upButton"; 151 this.upButton.Size = new System.Drawing.Size(26, 23); 152 this.upButton.TabIndex = 1; 153 this.upButton.Text = "Up"; 154 this.upButton.UseVisualStyleBackColor = true; 155 this.upButton.Click += new System.EventHandler(this.upButton_Click); 136 156 // 137 157 // seriesListView … … 180 200 this.dataTableVisualPropertiesControl.TabIndex = 0; 181 201 // 182 // upButton183 //184 this.upButton.Location = new System.Drawing.Point(-1, 3);185 this.upButton.Name = "upButton";186 this.upButton.Size = new System.Drawing.Size(26, 23);187 this.upButton.TabIndex = 1;188 this.upButton.Text = "Up";189 this.upButton.UseVisualStyleBackColor = true;190 this.upButton.Click += new System.EventHandler(this.upButton_Click);191 //192 // downButton193 //194 this.downButton.Location = new System.Drawing.Point(27, 3);195 this.downButton.Name = "downButton";196 this.downButton.Size = new System.Drawing.Size(26, 23);197 this.downButton.TabIndex = 1;198 this.downButton.Text = "Down";199 this.downButton.UseVisualStyleBackColor = true;200 this.downButton.Click += new System.EventHandler(this.downButton_Click);201 //202 202 // DataTableVisualPropertiesDialog 203 203 // … … 211 211 this.Controls.Add(this.okButton); 212 212 this.Name = "DataTableVisualPropertiesDialog"; 213 this.ShowIcon = false; 213 214 this.Text = "Customize Visual Properties"; 214 215 this.tabControl.ResumeLayout(false);
Note: See TracChangeset
for help on using the changeset viewer.