- Timestamp:
- 01/15/11 05:53:22 (14 years ago)
- Location:
- branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/Views
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/Views/CombinedFilterView.Designer.cs
r5289 r5301 98 98 this.label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 99 99 | System.Windows.Forms.AnchorStyles.Left))); 100 this.label.BackColor = System.Drawing.Color.NavajoWhite; 100 101 this.label.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 101 this.label.Location = new System.Drawing.Point(3, 0);102 this.label.Location = new System.Drawing.Point(3, 31); 102 103 this.label.Name = "label"; 103 this.label.Size = new System.Drawing.Size( 20, 327);104 this.label.Size = new System.Drawing.Size(15, 296); 104 105 this.label.TabIndex = 0; 105 106 this.label.Text = "L\r\nA\r\nB\r\nE\r\nL\r\n"; 106 this.label.TextAlign = System.Drawing.ContentAlignment. MiddleLeft;107 this.label.TextAlign = System.Drawing.ContentAlignment.TopCenter; 107 108 // 108 109 // CombinedFilterView … … 110 111 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 111 112 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 113 this.AutoScroll = true; 112 114 this.Controls.Add(this.tableLayoutPanel); 113 115 this.Controls.Add(this.label); -
branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/Views/EqualityComparisonFilterView.Designer.cs
r5269 r5301 46 46 private void InitializeComponent() { 47 47 this.comparisonComboBox = new System.Windows.Forms.ComboBox(); 48 ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); 49 this.splitContainer1.Panel1.SuspendLayout(); 50 this.splitContainer1.Panel2.SuspendLayout(); 51 this.splitContainer1.SuspendLayout(); 52 ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit(); 53 this.splitContainer2.Panel1.SuspendLayout(); 54 this.splitContainer2.SuspendLayout(); 48 55 this.SuspendLayout(); 49 56 // 50 // label57 // splitContainer1 51 58 // 52 this.label.Location = new System.Drawing.Point(3, 8); 59 this.splitContainer1.TabIndex = 0; 60 // 61 // splitContainer2 62 // 63 // 64 // splitContainer2.Panel1 65 // 66 this.splitContainer2.Panel1.Controls.Add(this.comparisonComboBox); 53 67 // 54 68 // comparisonComboBox 55 69 // 56 this.comparisonComboBox.Anchor = System.Windows.Forms.AnchorStyles.None;70 this.comparisonComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 57 71 this.comparisonComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 58 72 this.comparisonComboBox.FormattingEnabled = true; … … 60 74 "=", 61 75 "<>"}); 62 this.comparisonComboBox.Location = new System.Drawing.Point( 254, 8);76 this.comparisonComboBox.Location = new System.Drawing.Point(3, 2); 63 77 this.comparisonComboBox.Name = "comparisonComboBox"; 64 this.comparisonComboBox.Size = new System.Drawing.Size(10 4, 21);65 this.comparisonComboBox.TabIndex = 1;78 this.comparisonComboBox.Size = new System.Drawing.Size(100, 21); 79 this.comparisonComboBox.TabIndex = 0; 66 80 this.comparisonComboBox.SelectedIndexChanged += new System.EventHandler(this.comparisonComboBox_SelectedIndexChanged); 67 81 // … … 70 84 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 71 85 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 72 this.Controls.Add(this.comparisonComboBox);73 86 this.Name = "EqualityComparisonFilterView"; 74 this.Size = new System.Drawing.Size(516, 36); 75 this.Controls.SetChildIndex(this.comparisonComboBox, 0); 76 this.Controls.SetChildIndex(this.label, 0); 87 this.splitContainer1.Panel1.ResumeLayout(false); 88 this.splitContainer1.Panel2.ResumeLayout(false); 89 ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); 90 this.splitContainer1.ResumeLayout(false); 91 this.splitContainer2.Panel1.ResumeLayout(false); 92 ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit(); 93 this.splitContainer2.ResumeLayout(false); 77 94 this.ResumeLayout(false); 78 95 -
branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/Views/FilterView.Designer.cs
r5269 r5301 46 46 private void InitializeComponent() { 47 47 this.label = new System.Windows.Forms.Label(); 48 this.splitContainer1 = new System.Windows.Forms.SplitContainer(); 49 this.splitContainer2 = new System.Windows.Forms.SplitContainer(); 50 ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); 51 this.splitContainer1.Panel1.SuspendLayout(); 52 this.splitContainer1.Panel2.SuspendLayout(); 53 this.splitContainer1.SuspendLayout(); 54 ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit(); 55 this.splitContainer2.SuspendLayout(); 48 56 this.SuspendLayout(); 49 57 // 50 58 // label 51 59 // 52 this.label.Anchor = System.Windows.Forms.AnchorStyles.Left;53 this.label.Location = new System.Drawing.Point(3, 11);60 this.label.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 61 this.label.Location = new System.Drawing.Point(3, 2); 54 62 this.label.Name = "label"; 55 this.label.Size = new System.Drawing.Size( 245, 20);63 this.label.Size = new System.Drawing.Size(94, 20); 56 64 this.label.TabIndex = 0; 57 65 this.label.Text = "Label"; 58 66 this.label.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; 67 // 68 // splitContainer1 69 // 70 this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; 71 this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2; 72 this.splitContainer1.Location = new System.Drawing.Point(0, 0); 73 this.splitContainer1.Name = "splitContainer1"; 74 // 75 // splitContainer1.Panel1 76 // 77 this.splitContainer1.Panel1.Controls.Add(this.label); 78 // 79 // splitContainer1.Panel2 80 // 81 this.splitContainer1.Panel2.Controls.Add(this.splitContainer2); 82 this.splitContainer1.Size = new System.Drawing.Size(500, 24); 83 this.splitContainer1.SplitterDistance = 100; 84 this.splitContainer1.TabIndex = 0; 85 // 86 // splitContainer2 87 // 88 this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill; 89 this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; 90 this.splitContainer2.Location = new System.Drawing.Point(0, 0); 91 this.splitContainer2.Name = "splitContainer2"; 92 this.splitContainer2.Size = new System.Drawing.Size(396, 24); 93 this.splitContainer2.SplitterDistance = 106; 94 this.splitContainer2.TabIndex = 0; 59 95 // 60 96 // FilterView … … 62 98 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 63 99 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 64 this.Controls.Add(this. label);100 this.Controls.Add(this.splitContainer1); 65 101 this.Name = "FilterView"; 66 this.Size = new System.Drawing.Size(586, 42); 102 this.Size = new System.Drawing.Size(500, 24); 103 this.splitContainer1.Panel1.ResumeLayout(false); 104 this.splitContainer1.Panel2.ResumeLayout(false); 105 ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); 106 this.splitContainer1.ResumeLayout(false); 107 ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit(); 108 this.splitContainer2.ResumeLayout(false); 67 109 this.ResumeLayout(false); 68 110 … … 72 114 73 115 protected System.Windows.Forms.Label label; 116 protected System.Windows.Forms.SplitContainer splitContainer1; 117 protected System.Windows.Forms.SplitContainer splitContainer2; 74 118 75 119 -
branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/Views/NameEqualityComparisonBoolFilterView.Designer.cs
r5269 r5301 46 46 private void InitializeComponent() { 47 47 this.valueComboBox = new System.Windows.Forms.ComboBox(); 48 ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); 49 this.splitContainer1.Panel1.SuspendLayout(); 50 this.splitContainer1.Panel2.SuspendLayout(); 51 this.splitContainer1.SuspendLayout(); 52 ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit(); 53 this.splitContainer2.Panel1.SuspendLayout(); 54 this.splitContainer2.Panel2.SuspendLayout(); 55 this.splitContainer2.SuspendLayout(); 48 56 this.SuspendLayout(); 49 57 // 50 // comparisonComboBox58 // splitContainer1 51 59 // 52 this.comparisonComboBox.Location = new System.Drawing.Point(211, 8);53 this.comparisonComboBox.Size = new System.Drawing.Size(94, 21);54 60 // 55 // label61 // splitContainer2 56 62 // 57 this.label.Size = new System.Drawing.Size(202, 20); 63 // 64 // splitContainer2.Panel2 65 // 66 this.splitContainer2.Panel2.Controls.Add(this.valueComboBox); 58 67 // 59 68 // valueComboBox 60 69 // 61 this.valueComboBox.Anchor = System.Windows.Forms.AnchorStyles.Right;70 this.valueComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 62 71 this.valueComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 63 72 this.valueComboBox.FormattingEnabled = true; … … 65 74 "true", 66 75 "false"}); 67 this.valueComboBox.Location = new System.Drawing.Point( 422, 8);76 this.valueComboBox.Location = new System.Drawing.Point(3, 2); 68 77 this.valueComboBox.Name = "valueComboBox"; 69 this.valueComboBox.Size = new System.Drawing.Size( 94, 21);70 this.valueComboBox.TabIndex = 2;78 this.valueComboBox.Size = new System.Drawing.Size(280, 21); 79 this.valueComboBox.TabIndex = 0; 71 80 this.valueComboBox.SelectedIndexChanged += new System.EventHandler(this.valueComboBox_SelectedIndexChanged); 72 81 // … … 75 84 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 76 85 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 77 this.Controls.Add(this.valueComboBox);78 86 this.Name = "NameEqualityComparisonBoolFilterView"; 79 this.Controls.SetChildIndex(this.label, 0); 80 this.Controls.SetChildIndex(this.comparisonComboBox, 0); 81 this.Controls.SetChildIndex(this.valueComboBox, 0); 87 this.splitContainer1.Panel1.ResumeLayout(false); 88 this.splitContainer1.Panel2.ResumeLayout(false); 89 ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); 90 this.splitContainer1.ResumeLayout(false); 91 this.splitContainer2.Panel1.ResumeLayout(false); 92 this.splitContainer2.Panel2.ResumeLayout(false); 93 ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit(); 94 this.splitContainer2.ResumeLayout(false); 82 95 this.ResumeLayout(false); 83 96 -
branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/Views/NameOrdinalComparisonDoubleFilterView.Designer.cs
r5269 r5301 48 48 this.valueTextBox = new System.Windows.Forms.TextBox(); 49 49 this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components); 50 ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); 51 this.splitContainer1.Panel1.SuspendLayout(); 52 this.splitContainer1.Panel2.SuspendLayout(); 53 this.splitContainer1.SuspendLayout(); 54 ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit(); 55 this.splitContainer2.Panel1.SuspendLayout(); 56 this.splitContainer2.Panel2.SuspendLayout(); 57 this.splitContainer2.SuspendLayout(); 50 58 ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); 51 59 this.SuspendLayout(); 52 60 // 53 // comparisonComboBox61 // splitContainer1 54 62 // 55 this.comparisonComboBox.Location = new System.Drawing.Point(211, 8);56 this.comparisonComboBox.Size = new System.Drawing.Size(94, 21);57 63 // 58 // label64 // splitContainer2 59 65 // 60 this.label.Size = new System.Drawing.Size(202, 20); 66 // 67 // splitContainer2.Panel2 68 // 69 this.splitContainer2.Panel2.Controls.Add(this.valueTextBox); 61 70 // 62 71 // valueTextBox 63 72 // 64 this.valueTextBox.Anchor = System.Windows.Forms.AnchorStyles.Right;65 this.valueTextBox.Location = new System.Drawing.Point(3 67, 8);73 this.valueTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 74 this.valueTextBox.Location = new System.Drawing.Point(3, 2); 66 75 this.valueTextBox.Name = "valueTextBox"; 67 this.valueTextBox.Size = new System.Drawing.Size( 149, 20);68 this.valueTextBox.TabIndex = 2;76 this.valueTextBox.Size = new System.Drawing.Size(280, 20); 77 this.valueTextBox.TabIndex = 0; 69 78 this.valueTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.valueTextBox_KeyDown); 70 79 this.valueTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.valueTextBox_Validating); … … 80 89 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 81 90 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 82 this.Controls.Add(this.valueTextBox);83 91 this.Name = "NameOrdinalComparisonDoubleFilterView"; 84 this.Controls.SetChildIndex(this.valueTextBox, 0); 85 this.Controls.SetChildIndex(this.comparisonComboBox, 0); 86 this.Controls.SetChildIndex(this.label, 0); 92 this.splitContainer1.Panel1.ResumeLayout(false); 93 this.splitContainer1.Panel2.ResumeLayout(false); 94 ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); 95 this.splitContainer1.ResumeLayout(false); 96 this.splitContainer2.Panel1.ResumeLayout(false); 97 this.splitContainer2.Panel2.ResumeLayout(false); 98 this.splitContainer2.Panel2.PerformLayout(); 99 ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit(); 100 this.splitContainer2.ResumeLayout(false); 87 101 ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); 88 102 this.ResumeLayout(false); 89 this.PerformLayout();90 103 91 104 } -
branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/Views/NameOrdinalComparisonLongFilterView.Designer.cs
r5269 r5301 48 48 this.valueTextBox = new System.Windows.Forms.TextBox(); 49 49 this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components); 50 ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); 51 this.splitContainer1.Panel1.SuspendLayout(); 52 this.splitContainer1.Panel2.SuspendLayout(); 53 this.splitContainer1.SuspendLayout(); 54 ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit(); 55 this.splitContainer2.Panel1.SuspendLayout(); 56 this.splitContainer2.Panel2.SuspendLayout(); 57 this.splitContainer2.SuspendLayout(); 50 58 ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); 51 59 this.SuspendLayout(); 52 60 // 53 // comparisonComboBox61 // splitContainer1 54 62 // 55 this.comparisonComboBox.Location = new System.Drawing.Point(211, 8);56 this.comparisonComboBox.Size = new System.Drawing.Size(94, 21);57 63 // 58 // label64 // splitContainer2 59 65 // 60 this.label.Size = new System.Drawing.Size(202, 20); 66 // 67 // splitContainer2.Panel2 68 // 69 this.splitContainer2.Panel2.Controls.Add(this.valueTextBox); 61 70 // 62 71 // valueTextBox 63 72 // 64 this.valueTextBox.Anchor = System.Windows.Forms.AnchorStyles.Right;65 this.valueTextBox.Location = new System.Drawing.Point(3 67, 8);73 this.valueTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 74 this.valueTextBox.Location = new System.Drawing.Point(3, 2); 66 75 this.valueTextBox.Name = "valueTextBox"; 67 this.valueTextBox.Size = new System.Drawing.Size( 149, 20);68 this.valueTextBox.TabIndex = 2;76 this.valueTextBox.Size = new System.Drawing.Size(280, 20); 77 this.valueTextBox.TabIndex = 0; 69 78 this.valueTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.valueTextBox_KeyDown); 70 79 this.valueTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.valueTextBox_Validating); … … 80 89 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 81 90 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 82 this.Controls.Add(this.valueTextBox);83 91 this.Name = "NameOrdinalComparisonLongFilterView"; 84 this.Controls.SetChildIndex(this.valueTextBox, 0); 85 this.Controls.SetChildIndex(this.comparisonComboBox, 0); 86 this.Controls.SetChildIndex(this.label, 0); 92 this.splitContainer1.Panel1.ResumeLayout(false); 93 this.splitContainer1.Panel2.ResumeLayout(false); 94 ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); 95 this.splitContainer1.ResumeLayout(false); 96 this.splitContainer2.Panel1.ResumeLayout(false); 97 this.splitContainer2.Panel2.ResumeLayout(false); 98 this.splitContainer2.Panel2.PerformLayout(); 99 ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit(); 100 this.splitContainer2.ResumeLayout(false); 87 101 ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); 88 102 this.ResumeLayout(false); 89 this.PerformLayout();90 103 91 104 } -
branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/Views/NameSetComparisonStringAvailableValuesFilterView.Designer.cs
r5286 r5301 46 46 private void InitializeComponent() { 47 47 this.valueComboBox = new System.Windows.Forms.ComboBox(); 48 ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); 49 this.splitContainer1.Panel1.SuspendLayout(); 50 this.splitContainer1.Panel2.SuspendLayout(); 51 this.splitContainer1.SuspendLayout(); 52 ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit(); 53 this.splitContainer2.Panel1.SuspendLayout(); 54 this.splitContainer2.Panel2.SuspendLayout(); 55 this.splitContainer2.SuspendLayout(); 48 56 this.SuspendLayout(); 49 57 // 50 // comparisonComboBox58 // splitContainer1 51 59 // 52 this.comparisonComboBox.Location = new System.Drawing.Point(211, 8);53 this.comparisonComboBox.Size = new System.Drawing.Size(94, 21);54 60 // 55 // label61 // splitContainer2 56 62 // 57 this.label.Size = new System.Drawing.Size(202, 20); 63 // 64 // splitContainer2.Panel2 65 // 66 this.splitContainer2.Panel2.Controls.Add(this.valueComboBox); 58 67 // 59 68 // valueComboBox 60 69 // 61 this.valueComboBox.Anchor = System.Windows.Forms.AnchorStyles.Right;70 this.valueComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 62 71 this.valueComboBox.FormattingEnabled = true; 63 this.valueComboBox.Location = new System.Drawing.Point(3 57, 8);72 this.valueComboBox.Location = new System.Drawing.Point(3, 2); 64 73 this.valueComboBox.MaxDropDownItems = 32; 65 74 this.valueComboBox.Name = "valueComboBox"; 66 this.valueComboBox.Size = new System.Drawing.Size( 159, 21);67 this.valueComboBox.TabIndex = 2;75 this.valueComboBox.Size = new System.Drawing.Size(280, 21); 76 this.valueComboBox.TabIndex = 0; 68 77 this.valueComboBox.Validated += new System.EventHandler(this.valueComboBox_Validated); 69 78 // … … 72 81 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 73 82 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 74 this.Controls.Add(this.valueComboBox);75 83 this.Name = "NameSetComparisonStringAvailableValuesFilterView"; 76 this.Controls.SetChildIndex(this.valueComboBox, 0); 77 this.Controls.SetChildIndex(this.comparisonComboBox, 0); 78 this.Controls.SetChildIndex(this.label, 0); 84 this.splitContainer1.Panel1.ResumeLayout(false); 85 this.splitContainer1.Panel2.ResumeLayout(false); 86 ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); 87 this.splitContainer1.ResumeLayout(false); 88 this.splitContainer2.Panel1.ResumeLayout(false); 89 this.splitContainer2.Panel2.ResumeLayout(false); 90 ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit(); 91 this.splitContainer2.ResumeLayout(false); 79 92 this.ResumeLayout(false); 80 93 -
branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/Views/NameSetComparisonStringFilterView.Designer.cs
r5286 r5301 46 46 private void InitializeComponent() { 47 47 this.valueTextBox = new System.Windows.Forms.TextBox(); 48 ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); 49 this.splitContainer1.Panel1.SuspendLayout(); 50 this.splitContainer1.Panel2.SuspendLayout(); 51 this.splitContainer1.SuspendLayout(); 52 ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit(); 53 this.splitContainer2.Panel1.SuspendLayout(); 54 this.splitContainer2.Panel2.SuspendLayout(); 55 this.splitContainer2.SuspendLayout(); 48 56 this.SuspendLayout(); 49 57 // 50 // comparisonComboBox58 // splitContainer1 51 59 // 52 this.comparisonComboBox.Location = new System.Drawing.Point(211, 8);53 this.comparisonComboBox.Size = new System.Drawing.Size(94, 21);54 60 // 55 // label61 // splitContainer2 56 62 // 57 this.label.Size = new System.Drawing.Size(202, 20); 63 // 64 // splitContainer2.Panel2 65 // 66 this.splitContainer2.Panel2.Controls.Add(this.valueTextBox); 58 67 // 59 68 // valueTextBox 60 69 // 61 this.valueTextBox.Anchor = System.Windows.Forms.AnchorStyles.Right;62 this.valueTextBox.Location = new System.Drawing.Point(3 67, 8);70 this.valueTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 71 this.valueTextBox.Location = new System.Drawing.Point(3, 2); 63 72 this.valueTextBox.Name = "valueTextBox"; 64 this.valueTextBox.Size = new System.Drawing.Size( 149, 20);65 this.valueTextBox.TabIndex = 2;73 this.valueTextBox.Size = new System.Drawing.Size(280, 20); 74 this.valueTextBox.TabIndex = 0; 66 75 this.valueTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.valueTextBox_KeyDown); 67 76 this.valueTextBox.Validated += new System.EventHandler(this.valueTextBox_Validated); … … 71 80 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 72 81 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 73 this.Controls.Add(this.valueTextBox);74 82 this.Name = "NameSetComparisonStringFilterView"; 75 this.Controls.SetChildIndex(this.valueTextBox, 0); 76 this.Controls.SetChildIndex(this.comparisonComboBox, 0); 77 this.Controls.SetChildIndex(this.label, 0); 83 this.splitContainer1.Panel1.ResumeLayout(false); 84 this.splitContainer1.Panel2.ResumeLayout(false); 85 ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); 86 this.splitContainer1.ResumeLayout(false); 87 this.splitContainer2.Panel1.ResumeLayout(false); 88 this.splitContainer2.Panel2.ResumeLayout(false); 89 this.splitContainer2.Panel2.PerformLayout(); 90 ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit(); 91 this.splitContainer2.ResumeLayout(false); 78 92 this.ResumeLayout(false); 79 this.PerformLayout();80 93 81 94 } -
branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/Views/OrdinalComparisonFilterView.Designer.cs
r5269 r5301 46 46 private void InitializeComponent() { 47 47 this.comparisonComboBox = new System.Windows.Forms.ComboBox(); 48 ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); 49 this.splitContainer1.Panel1.SuspendLayout(); 50 this.splitContainer1.Panel2.SuspendLayout(); 51 this.splitContainer1.SuspendLayout(); 52 ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit(); 53 this.splitContainer2.Panel1.SuspendLayout(); 54 this.splitContainer2.SuspendLayout(); 48 55 this.SuspendLayout(); 49 56 // 50 // label57 // splitContainer1 51 58 // 52 this.label.Location = new System.Drawing.Point(3, 8); 59 this.splitContainer1.TabIndex = 0; 60 // 61 // splitContainer2 62 // 63 // 64 // splitContainer2.Panel1 65 // 66 this.splitContainer2.Panel1.Controls.Add(this.comparisonComboBox); 53 67 // 54 68 // comparisonComboBox 55 69 // 56 this.comparisonComboBox.Anchor = System.Windows.Forms.AnchorStyles.None;70 this.comparisonComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 57 71 this.comparisonComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 58 72 this.comparisonComboBox.FormattingEnabled = true; … … 64 78 ">", 65 79 "<>"}); 66 this.comparisonComboBox.Location = new System.Drawing.Point( 254, 8);80 this.comparisonComboBox.Location = new System.Drawing.Point(3, 2); 67 81 this.comparisonComboBox.Name = "comparisonComboBox"; 68 this.comparisonComboBox.Size = new System.Drawing.Size(10 4, 21);69 this.comparisonComboBox.TabIndex = 1;82 this.comparisonComboBox.Size = new System.Drawing.Size(100, 21); 83 this.comparisonComboBox.TabIndex = 0; 70 84 this.comparisonComboBox.SelectedIndexChanged += new System.EventHandler(this.comparisonComboBox_SelectedIndexChanged); 71 85 // … … 74 88 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 75 89 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 76 this.Controls.Add(this.comparisonComboBox);77 90 this.Name = "OrdinalComparisonFilterView"; 78 this.Size = new System.Drawing.Size(516, 36); 79 this.Controls.SetChildIndex(this.comparisonComboBox, 0); 80 this.Controls.SetChildIndex(this.label, 0); 91 this.splitContainer1.Panel1.ResumeLayout(false); 92 this.splitContainer1.Panel2.ResumeLayout(false); 93 ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); 94 this.splitContainer1.ResumeLayout(false); 95 this.splitContainer2.Panel1.ResumeLayout(false); 96 ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit(); 97 this.splitContainer2.ResumeLayout(false); 81 98 this.ResumeLayout(false); 82 99 -
branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/Views/OrdinalComparisonLongFilterView.Designer.cs
r5269 r5301 48 48 this.valueTextBox = new System.Windows.Forms.TextBox(); 49 49 this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components); 50 ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); 51 this.splitContainer1.Panel1.SuspendLayout(); 52 this.splitContainer1.Panel2.SuspendLayout(); 53 this.splitContainer1.SuspendLayout(); 54 ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit(); 55 this.splitContainer2.Panel1.SuspendLayout(); 56 this.splitContainer2.Panel2.SuspendLayout(); 57 this.splitContainer2.SuspendLayout(); 50 58 ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); 51 59 this.SuspendLayout(); 52 60 // 53 // comparisonComboBox61 // splitContainer1 54 62 // 55 this.comparisonComboBox.Location = new System.Drawing.Point(211, 8);56 this.comparisonComboBox.Size = new System.Drawing.Size(94, 21);57 63 // 58 // label64 // splitContainer2 59 65 // 60 this.label.Size = new System.Drawing.Size(202, 20); 66 // 67 // splitContainer2.Panel2 68 // 69 this.splitContainer2.Panel2.Controls.Add(this.valueTextBox); 61 70 // 62 71 // valueTextBox 63 72 // 64 this.valueTextBox.Anchor = System.Windows.Forms.AnchorStyles.Right;65 this.valueTextBox.Location = new System.Drawing.Point(3 67, 8);73 this.valueTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 74 this.valueTextBox.Location = new System.Drawing.Point(3, 2); 66 75 this.valueTextBox.Name = "valueTextBox"; 67 this.valueTextBox.Size = new System.Drawing.Size( 149, 20);68 this.valueTextBox.TabIndex = 2;76 this.valueTextBox.Size = new System.Drawing.Size(280, 20); 77 this.valueTextBox.TabIndex = 0; 69 78 this.valueTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.valueTextBox_KeyDown); 70 79 this.valueTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.valueTextBox_Validating); … … 80 89 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 81 90 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 82 this.Controls.Add(this.valueTextBox);83 91 this.Name = "OrdinalComparisonLongFilterView"; 84 this.Controls.SetChildIndex(this.valueTextBox, 0); 85 this.Controls.SetChildIndex(this.comparisonComboBox, 0); 86 this.Controls.SetChildIndex(this.label, 0); 92 this.splitContainer1.Panel1.ResumeLayout(false); 93 this.splitContainer1.Panel2.ResumeLayout(false); 94 ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); 95 this.splitContainer1.ResumeLayout(false); 96 this.splitContainer2.Panel1.ResumeLayout(false); 97 this.splitContainer2.Panel2.ResumeLayout(false); 98 this.splitContainer2.Panel2.PerformLayout(); 99 ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit(); 100 this.splitContainer2.ResumeLayout(false); 87 101 ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); 88 102 this.ResumeLayout(false); 89 this.PerformLayout();90 103 91 104 } -
branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/Views/SetComparisonFilterView.Designer.cs
r5269 r5301 46 46 private void InitializeComponent() { 47 47 this.comparisonComboBox = new System.Windows.Forms.ComboBox(); 48 ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); 49 this.splitContainer1.Panel1.SuspendLayout(); 50 this.splitContainer1.Panel2.SuspendLayout(); 51 this.splitContainer1.SuspendLayout(); 52 ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit(); 53 this.splitContainer2.Panel1.SuspendLayout(); 54 this.splitContainer2.SuspendLayout(); 48 55 this.SuspendLayout(); 49 56 // 50 // label57 // splitContainer1 51 58 // 52 this.label.Location = new System.Drawing.Point(3, 8); 59 this.splitContainer1.TabIndex = 0; 60 // 61 // splitContainer2 62 // 63 // 64 // splitContainer2.Panel1 65 // 66 this.splitContainer2.Panel1.Controls.Add(this.comparisonComboBox); 53 67 // 54 68 // comparisonComboBox 55 69 // 56 this.comparisonComboBox.Anchor = System.Windows.Forms.AnchorStyles.None;70 this.comparisonComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 57 71 this.comparisonComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 58 72 this.comparisonComboBox.FormattingEnabled = true; … … 62 76 "contains", 63 77 "not contains"}); 64 this.comparisonComboBox.Location = new System.Drawing.Point( 254, 8);78 this.comparisonComboBox.Location = new System.Drawing.Point(3, 2); 65 79 this.comparisonComboBox.Name = "comparisonComboBox"; 66 this.comparisonComboBox.Size = new System.Drawing.Size(10 4, 21);67 this.comparisonComboBox.TabIndex = 1;80 this.comparisonComboBox.Size = new System.Drawing.Size(100, 21); 81 this.comparisonComboBox.TabIndex = 0; 68 82 this.comparisonComboBox.SelectedIndexChanged += new System.EventHandler(this.comparisonComboBox_SelectedIndexChanged); 69 83 // … … 72 86 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 73 87 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 74 this.Controls.Add(this.comparisonComboBox);75 88 this.Name = "SetComparisonFilterView"; 76 this.Size = new System.Drawing.Size(516, 36); 77 this.Controls.SetChildIndex(this.comparisonComboBox, 0); 78 this.Controls.SetChildIndex(this.label, 0); 89 this.splitContainer1.Panel1.ResumeLayout(false); 90 this.splitContainer1.Panel2.ResumeLayout(false); 91 ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); 92 this.splitContainer1.ResumeLayout(false); 93 this.splitContainer2.Panel1.ResumeLayout(false); 94 ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit(); 95 this.splitContainer2.ResumeLayout(false); 79 96 this.ResumeLayout(false); 80 97 -
branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/Views/SetComparisonStringAvailableValuesFilterView.Designer.cs
r5286 r5301 46 46 private void InitializeComponent() { 47 47 this.valueComboBox = new System.Windows.Forms.ComboBox(); 48 ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); 49 this.splitContainer1.Panel1.SuspendLayout(); 50 this.splitContainer1.Panel2.SuspendLayout(); 51 this.splitContainer1.SuspendLayout(); 52 ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit(); 53 this.splitContainer2.Panel1.SuspendLayout(); 54 this.splitContainer2.Panel2.SuspendLayout(); 55 this.splitContainer2.SuspendLayout(); 48 56 this.SuspendLayout(); 49 57 // 50 // comparisonComboBox58 // splitContainer1 51 59 // 52 this.comparisonComboBox.Location = new System.Drawing.Point(211, 8);53 this.comparisonComboBox.Size = new System.Drawing.Size(94, 21);54 60 // 55 // label61 // splitContainer2 56 62 // 57 this.label.Size = new System.Drawing.Size(202, 20); 63 // 64 // splitContainer2.Panel2 65 // 66 this.splitContainer2.Panel2.Controls.Add(this.valueComboBox); 58 67 // 59 68 // valueComboBox 60 69 // 61 this.valueComboBox.Anchor = System.Windows.Forms.AnchorStyles.Right;70 this.valueComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 62 71 this.valueComboBox.FormattingEnabled = true; 63 this.valueComboBox.Location = new System.Drawing.Point(3 57, 8);72 this.valueComboBox.Location = new System.Drawing.Point(3, 2); 64 73 this.valueComboBox.MaxDropDownItems = 32; 65 74 this.valueComboBox.Name = "valueComboBox"; 66 this.valueComboBox.Size = new System.Drawing.Size( 159, 21);67 this.valueComboBox.TabIndex = 2;75 this.valueComboBox.Size = new System.Drawing.Size(280, 21); 76 this.valueComboBox.TabIndex = 0; 68 77 this.valueComboBox.Validated += new System.EventHandler(this.valueComboBox_Validated); 69 78 // … … 72 81 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 73 82 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 74 this.Controls.Add(this.valueComboBox);75 83 this.Name = "SetComparisonStringAvailableValuesFilterView"; 76 this.Controls.SetChildIndex(this.valueComboBox, 0); 77 this.Controls.SetChildIndex(this.comparisonComboBox, 0); 78 this.Controls.SetChildIndex(this.label, 0); 84 this.splitContainer1.Panel1.ResumeLayout(false); 85 this.splitContainer1.Panel2.ResumeLayout(false); 86 ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); 87 this.splitContainer1.ResumeLayout(false); 88 this.splitContainer2.Panel1.ResumeLayout(false); 89 this.splitContainer2.Panel2.ResumeLayout(false); 90 ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit(); 91 this.splitContainer2.ResumeLayout(false); 79 92 this.ResumeLayout(false); 80 93 -
branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/Views/SetComparisonStringFilterView.Designer.cs
r5286 r5301 46 46 private void InitializeComponent() { 47 47 this.valueTextBox = new System.Windows.Forms.TextBox(); 48 ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); 49 this.splitContainer1.Panel1.SuspendLayout(); 50 this.splitContainer1.Panel2.SuspendLayout(); 51 this.splitContainer1.SuspendLayout(); 52 ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit(); 53 this.splitContainer2.Panel1.SuspendLayout(); 54 this.splitContainer2.Panel2.SuspendLayout(); 55 this.splitContainer2.SuspendLayout(); 48 56 this.SuspendLayout(); 49 57 // 50 // comparisonComboBox58 // splitContainer1 51 59 // 52 this.comparisonComboBox.Location = new System.Drawing.Point(211, 8);53 this.comparisonComboBox.Size = new System.Drawing.Size(94, 21);54 60 // 55 // label61 // splitContainer2 56 62 // 57 this.label.Size = new System.Drawing.Size(202, 20); 63 // 64 // splitContainer2.Panel2 65 // 66 this.splitContainer2.Panel2.Controls.Add(this.valueTextBox); 58 67 // 59 68 // valueTextBox 60 69 // 61 this.valueTextBox.Anchor = System.Windows.Forms.AnchorStyles.Right;62 this.valueTextBox.Location = new System.Drawing.Point(3 67, 8);70 this.valueTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 71 this.valueTextBox.Location = new System.Drawing.Point(3, 2); 63 72 this.valueTextBox.Name = "valueTextBox"; 64 this.valueTextBox.Size = new System.Drawing.Size( 149, 20);65 this.valueTextBox.TabIndex = 2;73 this.valueTextBox.Size = new System.Drawing.Size(280, 20); 74 this.valueTextBox.TabIndex = 0; 66 75 this.valueTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.valueTextBox_KeyDown); 67 76 this.valueTextBox.Validated += new System.EventHandler(this.valueTextBox_Validated); … … 71 80 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 72 81 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 73 this.Controls.Add(this.valueTextBox);74 82 this.Name = "SetComparisonStringFilterView"; 75 this.Controls.SetChildIndex(this.valueTextBox, 0); 76 this.Controls.SetChildIndex(this.comparisonComboBox, 0); 77 this.Controls.SetChildIndex(this.label, 0); 83 this.splitContainer1.Panel1.ResumeLayout(false); 84 this.splitContainer1.Panel2.ResumeLayout(false); 85 ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); 86 this.splitContainer1.ResumeLayout(false); 87 this.splitContainer2.Panel1.ResumeLayout(false); 88 this.splitContainer2.Panel2.ResumeLayout(false); 89 this.splitContainer2.Panel2.PerformLayout(); 90 ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit(); 91 this.splitContainer2.ResumeLayout(false); 78 92 this.ResumeLayout(false); 79 this.PerformLayout();80 93 81 94 }
Note: See TracChangeset
for help on using the changeset viewer.