1 write to flowLayoutPanelSessionControlButtons
WsatUI (1)
MMCUI\TraceOptionsForm.designer.cs (1)
52
this.
flowLayoutPanelSessionControlButtons
= new System.Windows.Forms.FlowLayoutPanel();
8 references to flowLayoutPanelSessionControlButtons
WsatUI (8)
MMCUI\TraceOptionsForm.designer.cs (8)
67
this.
flowLayoutPanelSessionControlButtons
.SuspendLayout();
169
this.flowLayoutPanel2.Controls.Add(this.
flowLayoutPanelSessionControlButtons
);
181
resources.ApplyResources(this.
flowLayoutPanelSessionControlButtons
, "flowLayoutPanelSessionControlButtons");
182
this.
flowLayoutPanelSessionControlButtons
.Controls.Add(this.buttonNewSession);
183
this.
flowLayoutPanelSessionControlButtons
.Controls.Add(this.buttonStopSession);
184
this.
flowLayoutPanelSessionControlButtons
.Controls.Add(this.buttonFlushData);
185
this.
flowLayoutPanelSessionControlButtons
.Name = "flowLayoutPanelSessionControlButtons";
258
this.
flowLayoutPanelSessionControlButtons
.ResumeLayout(false);