1 write to currentDPILabel1
WinFormsControlsTest (1)
Panels.Designer.cs (1)
40
this.
currentDPILabel1
= new CurrentDPILabel();
4 references to currentDPILabel1
WinFormsControlsTest (4)
Panels.Designer.cs (4)
60
this.tableLayoutPanel2.Controls.Add(this.
currentDPILabel1
, 0, 1);
83
resources.ApplyResources(this.
currentDPILabel1
, "currentDPILabel1");
84
this.
currentDPILabel1
.BackColor = System.Drawing.Color.FromArgb((int)(byte)255, (int)(byte)128, (int)(byte)255);
85
this.
currentDPILabel1
.Name = "currentDPILabel1";