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