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