1 write to flowLayoutPanelActions
PresentationUI (1)
MS\Internal\Documents\RMPublishingDialog.Designer.cs (1)
59
this.
flowLayoutPanelActions
= new System.Windows.Forms.FlowLayoutPanel();
16 references to flowLayoutPanelActions
PresentationUI (16)
MS\Internal\Documents\RMPublishingDialog.Designer.cs (16)
70
this.
flowLayoutPanelActions
.SuspendLayout();
82
this.flowLayoutPanelMain.Controls.Add(this.
flowLayoutPanelActions
);
298
this.
flowLayoutPanelActions
.AutoSize = true;
299
this.
flowLayoutPanelActions
.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
300
this.
flowLayoutPanelActions
.Controls.Add(this.buttonCancel);
301
this.
flowLayoutPanelActions
.Controls.Add(this.buttonSave);
302
this.
flowLayoutPanelActions
.Controls.Add(this.buttonSaveAs);
303
this.
flowLayoutPanelActions
.Dock = System.Windows.Forms.DockStyle.Fill;
304
this.
flowLayoutPanelActions
.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
305
this.
flowLayoutPanelActions
.Location = new System.Drawing.Point(6, 395);
306
this.
flowLayoutPanelActions
.Name = "flowLayoutPanelActions";
307
this.
flowLayoutPanelActions
.Size = new System.Drawing.Size(541, 29);
308
this.
flowLayoutPanelActions
.WrapContents = false;
359
this.
flowLayoutPanelActions
.TabIndex = 24;
394
this.
flowLayoutPanelActions
.ResumeLayout(false);
395
this.
flowLayoutPanelActions
.PerformLayout();