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