1 write to secondRowLabel
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\FormatControl.Designer.cs (1)
41
secondRowLabel
= new System.Windows.Forms.Label();
20 references to secondRowLabel
System.Windows.Forms.Design (20)
System\Windows\Forms\Design\FormatControl.cs (16)
186
if (IsMnemonic(charCode,
secondRowLabel
.Text))
198
if (IsMnemonic(charCode,
secondRowLabel
.Text))
210
if (IsMnemonic(charCode,
secondRowLabel
.Text))
247
secondRowLabel
.Text = string.Empty;
252
secondRowLabel
.Text = SR.BindingFormattingDialogDecimalPlaces;
263
secondRowLabel
.Text = SR.BindingFormattingDialogCustomFormat;
284
secondRowLabel
.Text = SR.BindingFormattingDialogType;
301
secondRowLabel
.Visible =
secondRowLabel
.Text.Length > 0;
376
secondRowLabel
.Text = SR.BindingFormattingDialogDecimalPlaces;
377
minWidth = Math.Max(minWidth,
secondRowLabel
.Width);
378
minHeight = Math.Max(minHeight,
secondRowLabel
.Height);
380
secondRowLabel
.Text = SR.BindingFormattingDialogCustomFormat;
381
minWidth = Math.Max(minWidth,
secondRowLabel
.Width);
382
minHeight = Math.Max(minHeight,
secondRowLabel
.Height);
385
secondRowLabel
.MinimumSize = new Drawing.Size(minWidth, minHeight);
System\Windows\Forms\Design\FormatControl.Designer.cs (4)
107
tableLayoutPanel1.Controls.Add(this.
secondRowLabel
, 0, 1);
116
resources.ApplyResources(this.
secondRowLabel
, "secondRowLabel");
117
secondRowLabel
.MinimumSize = new System.Drawing.Size(81, 14);
118
secondRowLabel
.Name = "secondRowLabel";