1 write to traceOutputPanel
WsatUI (1)
MMCUI\TraceOptionsForm.designer.cs (1)
40
this.
traceOutputPanel
= new System.Windows.Forms.FlowLayoutPanel();
8 references to traceOutputPanel
WsatUI (8)
MMCUI\TraceOptionsForm.designer.cs (8)
62
this.
traceOutputPanel
.SuspendLayout();
95
this.groupBoxTraceOutput.Controls.Add(this.
traceOutputPanel
);
101
resources.ApplyResources(this.
traceOutputPanel
, "traceOutputPanel");
102
this.
traceOutputPanel
.Controls.Add(this.labelTraceInfo);
103
this.
traceOutputPanel
.Controls.Add(this.traceLevelPanel);
104
this.
traceOutputPanel
.Name = "traceOutputPanel";
249
this.
traceOutputPanel
.ResumeLayout(false);
250
this.
traceOutputPanel
.PerformLayout();