1 write to numericUpDown1
WinFormsControlsTest (1)
MultipleControls.Designer.cs (1)
51
this.
numericUpDown1
= new System.Windows.Forms.NumericUpDown();
7 references to numericUpDown1
WinFormsControlsTest (7)
MultipleControls.Designer.cs (7)
60
((System.ComponentModel.ISupportInitialize)(this.
numericUpDown1
)).BeginInit();
241
this.
numericUpDown1
.Location = new System.Drawing.Point(378, 197);
242
this.
numericUpDown1
.Name = "numericUpDown1";
243
this.
numericUpDown1
.Size = new System.Drawing.Size(140, 23);
244
this.
numericUpDown1
.TabIndex = 11;
304
this.Controls.Add(this.
numericUpDown1
);
324
((System.ComponentModel.ISupportInitialize)(this.
numericUpDown1
)).EndInit();