1 write to traceLevelPanel
WsatUI (1)
MMCUI\TraceOptionsForm.designer.cs (1)
42
this.
traceLevelPanel
= new System.Windows.Forms.FlowLayoutPanel();
8 references to traceLevelPanel
WsatUI (8)
MMCUI\TraceOptionsForm.designer.cs (8)
63
this.
traceLevelPanel
.SuspendLayout();
103
this.traceOutputPanel.Controls.Add(this.
traceLevelPanel
);
114
resources.ApplyResources(this.
traceLevelPanel
, "traceLevelPanel");
115
this.
traceLevelPanel
.Controls.Add(this.labelTraceLevel);
116
this.
traceLevelPanel
.Controls.Add(this.panelTraceLevel);
117
this.
traceLevelPanel
.Name = "traceLevelPanel";
251
this.
traceLevelPanel
.ResumeLayout(false);
252
this.
traceLevelPanel
.PerformLayout();