1 write to flowLayoutPanelButtons
WsatUI (1)
MMCUI\TraceOptionsForm.designer.cs (1)
36this.flowLayoutPanelButtons = new System.Windows.Forms.FlowLayoutPanel();
8 references to flowLayoutPanelButtons
WsatUI (8)
MMCUI\TraceOptionsForm.designer.cs (8)
60this.flowLayoutPanelButtons.SuspendLayout(); 73resources.ApplyResources(this.flowLayoutPanelButtons, "flowLayoutPanelButtons"); 74this.flowLayoutPanelButtons.Controls.Add(this.buttonOK); 75this.flowLayoutPanelButtons.Controls.Add(this.buttonCancel); 76this.flowLayoutPanelButtons.Name = "flowLayoutPanelButtons"; 239this.Controls.Add(this.flowLayoutPanelButtons); 246this.flowLayoutPanelButtons.ResumeLayout(false); 247this.flowLayoutPanelButtons.PerformLayout();