1 write to changeHeightsStyleGroupBox4
WinFormsControlsTest (1)
ComboBoxesWithScrollBars.Designer.cs (1)
53
this.
changeHeightsStyleGroupBox4
= new System.Windows.Forms.GroupBox();
15 references to changeHeightsStyleGroupBox4
WinFormsControlsTest (15)
ComboBoxesWithScrollBars.Designer.cs (15)
67
this.
changeHeightsStyleGroupBox4
.SuspendLayout();
298
this.
changeHeightsStyleGroupBox4
.Controls.Add(this.useDifferentHeightsCheckBox1);
299
this.
changeHeightsStyleGroupBox4
.Controls.Add(this.useDifferentHeightsCheckBox2);
300
this.
changeHeightsStyleGroupBox4
.Controls.Add(this.useDifferentHeightsCheckBox3);
301
this.
changeHeightsStyleGroupBox4
.Location = new System.Drawing.Point(14, 262);
302
this.
changeHeightsStyleGroupBox4
.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
303
this.
changeHeightsStyleGroupBox4
.Name = "changeHeightsStyleGroupBox4";
304
this.
changeHeightsStyleGroupBox4
.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
305
this.
changeHeightsStyleGroupBox4
.Size = new System.Drawing.Size(502, 63);
306
this.
changeHeightsStyleGroupBox4
.TabIndex = 6;
307
this.
changeHeightsStyleGroupBox4
.TabStop = false;
308
this.
changeHeightsStyleGroupBox4
.Text = "Change items heights style";
353
this.Controls.Add(this.
changeHeightsStyleGroupBox4
);
371
this.
changeHeightsStyleGroupBox4
.ResumeLayout(false);
372
this.
changeHeightsStyleGroupBox4
.PerformLayout();