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