1 write to currentDPILabel1
WinFormsControlsTest (1)
Calendar.Designer.cs (1)
49
this.
currentDPILabel1
= new CurrentDPILabel();
6 references to currentDPILabel1
WinFormsControlsTest (6)
Calendar.Designer.cs (6)
224
this.
currentDPILabel1
.Location = new System.Drawing.Point(18, 18);
225
this.
currentDPILabel1
.Name = "currentDPILabel1";
226
this.
currentDPILabel1
.Size = new System.Drawing.Size(227, 23);
227
this.
currentDPILabel1
.TabIndex = 1;
228
this.
currentDPILabel1
.Text = "currentDPILabel1";
235
this.Controls.Add(this.
currentDPILabel1
);