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