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