1 write to changeIntegralHeightGroupBox3
WinFormsControlsTest (1)
ComboBoxesWithScrollBars.Designer.cs (1)
49this.changeIntegralHeightGroupBox3 = new System.Windows.Forms.GroupBox();
15 references to changeIntegralHeightGroupBox3
WinFormsControlsTest (15)
ComboBoxesWithScrollBars.Designer.cs (15)
66this.changeIntegralHeightGroupBox3.SuspendLayout(); 251this.changeIntegralHeightGroupBox3.Controls.Add(this.integralHeightCheckBox1); 252this.changeIntegralHeightGroupBox3.Controls.Add(this.integralHeightCheckBox2); 253this.changeIntegralHeightGroupBox3.Controls.Add(this.integralHeightCheckBox3); 254this.changeIntegralHeightGroupBox3.Location = new System.Drawing.Point(14, 192); 255this.changeIntegralHeightGroupBox3.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); 256this.changeIntegralHeightGroupBox3.Name = "changeIntegralHeightGroupBox3"; 257this.changeIntegralHeightGroupBox3.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3); 258this.changeIntegralHeightGroupBox3.Size = new System.Drawing.Size(502, 63); 259this.changeIntegralHeightGroupBox3.TabIndex = 5; 260this.changeIntegralHeightGroupBox3.TabStop = false; 261this.changeIntegralHeightGroupBox3.Text = "Change IntegralHeight value"; 352this.Controls.Add(this.changeIntegralHeightGroupBox3); 369this.changeIntegralHeightGroupBox3.ResumeLayout(false); 370this.changeIntegralHeightGroupBox3.PerformLayout();