1 write to currentDPILabel1
WinFormsControlsTest (1)
ComboBoxes.Designer.cs (1)
47
this.
currentDPILabel1
= new WinFormsControlsTest.CurrentDPILabel();
8 references to currentDPILabel1
WinFormsControlsTest (8)
ComboBoxes.Designer.cs (8)
238
this.
currentDPILabel1
.AutoSize = true;
239
this.
currentDPILabel1
.Location = new System.Drawing.Point(18, 173);
240
this.
currentDPILabel1
.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
241
this.
currentDPILabel1
.Name = "currentDPILabel1";
242
this.
currentDPILabel1
.Size = new System.Drawing.Size(90, 13);
243
this.
currentDPILabel1
.TabIndex = 15;
244
this.
currentDPILabel1
.Text = "Current scaling is 100%";
269
this.Controls.Add(this.
currentDPILabel1
);