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