1 write to currentDpiLabel
WinFormsControlsTest (1)
MenuStripAndCheckedListBox.Designer.cs (1)
59
this.
currentDpiLabel
= new System.Windows.Forms.Label();
10 references to currentDpiLabel
WinFormsControlsTest (10)
MenuStripAndCheckedListBox.cs (2)
18
currentDpiLabel
.Text = $"Current scaling = {(int)Math.Round((DeviceDpi / 96.0) * 100)}%";
23
currentDpiLabel
.Text = $"Current scaling = {(int)Math.Round((DeviceDpi / 96.0) * 100)}%";
MenuStripAndCheckedListBox.Designer.cs (8)
273
this.
currentDpiLabel
.AutoSize = true;
274
this.
currentDpiLabel
.Location = new System.Drawing.Point(22, 66);
275
this.
currentDpiLabel
.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
276
this.
currentDpiLabel
.Name = "currentDpiLabel";
277
this.
currentDpiLabel
.Size = new System.Drawing.Size(131, 25);
278
this.
currentDpiLabel
.TabIndex = 4;
279
this.
currentDpiLabel
.Text = "current DPI: ";
286
this.Controls.Add(this.
currentDpiLabel
);