1 write to changeMaxDropDownItemsGroupBox2
WinFormsControlsTest (1)
ComboBoxesWithScrollBars.Designer.cs (1)
45
this.
changeMaxDropDownItemsGroupBox2
= new System.Windows.Forms.GroupBox();
14 references to changeMaxDropDownItemsGroupBox2
WinFormsControlsTest (14)
ComboBoxesWithScrollBars.Designer.cs (14)
62
this.
changeMaxDropDownItemsGroupBox2
.SuspendLayout();
197
this.
changeMaxDropDownItemsGroupBox2
.Controls.Add(this.maxDropDownItemsUpDown1);
198
this.
changeMaxDropDownItemsGroupBox2
.Controls.Add(this.maxDropDownItemsUpDown2);
199
this.
changeMaxDropDownItemsGroupBox2
.Controls.Add(this.maxDropDownItemsUpDown3);
200
this.
changeMaxDropDownItemsGroupBox2
.Location = new System.Drawing.Point(14, 121);
201
this.
changeMaxDropDownItemsGroupBox2
.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
202
this.
changeMaxDropDownItemsGroupBox2
.Name = "changeMaxDropDownItemsGroupBox2";
203
this.
changeMaxDropDownItemsGroupBox2
.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
204
this.
changeMaxDropDownItemsGroupBox2
.Size = new System.Drawing.Size(502, 63);
205
this.
changeMaxDropDownItemsGroupBox2
.TabIndex = 4;
206
this.
changeMaxDropDownItemsGroupBox2
.TabStop = false;
207
this.
changeMaxDropDownItemsGroupBox2
.Text = "Change MaxDropDownItems value";
351
this.Controls.Add(this.
changeMaxDropDownItemsGroupBox2
);
365
this.
changeMaxDropDownItemsGroupBox2
.ResumeLayout(false);