1 write to numericUpDown1
WinFormsControlsTest (1)
DataGridViewTest.Designer.cs (1)
47
this.
numericUpDown1
= new System.Windows.Forms.NumericUpDown();
14 references to numericUpDown1
WinFormsControlsTest (14)
DataGridViewTest.cs (1)
93
Font = new Font("Tahoma", (float)
numericUpDown1
.Value, FontStyle.Regular);
DataGridViewTest.Designer.cs (13)
51
((System.ComponentModel.ISupportInitialize)(this.
numericUpDown1
)).BeginInit();
159
this.
numericUpDown1
.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)));
160
this.
numericUpDown1
.Location = new System.Drawing.Point(89, 208);
161
this.
numericUpDown1
.Maximum = new decimal(new int[] {
166
this.
numericUpDown1
.Minimum = new decimal(new int[] {
171
this.
numericUpDown1
.Name = "numericUpDown1";
172
this.
numericUpDown1
.Size = new System.Drawing.Size(64, 20);
173
this.
numericUpDown1
.TabIndex = 2;
174
this.
numericUpDown1
.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
175
this.
numericUpDown1
.Value = new decimal(new int[] {
180
this.
numericUpDown1
.ValueChanged += this.numericUpDown1_ValueChanged;
212
this.Controls.Add(this.
numericUpDown1
);
220
((System.ComponentModel.ISupportInitialize)(this.
numericUpDown1
)).EndInit();