1 write to currentDPILabel1
WinFormsControlsTest (1)
DesignTimeAligned.Designer.cs (1)
38
this.
currentDPILabel1
= new WinFormsControlsTest.CurrentDPILabel();
7 references to currentDPILabel1
WinFormsControlsTest (7)
DesignTimeAligned.Designer.cs (7)
85
this.
currentDPILabel1
.AutoSize = true;
86
this.
currentDPILabel1
.Location = new System.Drawing.Point(25, 159);
87
this.
currentDPILabel1
.Name = "currentDPILabel1";
88
this.
currentDPILabel1
.Size = new System.Drawing.Size(178, 25);
89
this.
currentDPILabel1
.TabIndex = 5;
90
this.
currentDPILabel1
.Text = "currentDPILabel1";
97
this.Controls.Add(this.
currentDPILabel1
);