1 write to flowLayoutPanelMain
PresentationUI (1)
MS\Internal\Documents\RMPublishingDialog.Designer.cs (1)
35this.flowLayoutPanelMain = new System.Windows.Forms.FlowLayoutPanel();
18 references to flowLayoutPanelMain
PresentationUI (18)
MS\Internal\Documents\RMPublishingDialog.Designer.cs (18)
63this.flowLayoutPanelMain.SuspendLayout(); 75this.flowLayoutPanelMain.AutoSize = true; 76this.flowLayoutPanelMain.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; 77this.flowLayoutPanelMain.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; 78this.flowLayoutPanelMain.Controls.Add(this.radioButtonUnrestricted); 79this.flowLayoutPanelMain.Controls.Add(this.radioButtonPermissions); 80this.flowLayoutPanelMain.Controls.Add(this.radioButtonTemplate); 81this.flowLayoutPanelMain.Controls.Add(this.groupBoxMainContent); 82this.flowLayoutPanelMain.Controls.Add(this.flowLayoutPanelActions); 83this.flowLayoutPanelMain.Dock = System.Windows.Forms.DockStyle.Fill; 84this.flowLayoutPanelMain.FlowDirection = System.Windows.Forms.FlowDirection.TopDown; 85this.flowLayoutPanelMain.Name = "flowLayoutPanelMain"; 86this.flowLayoutPanelMain.Padding = new System.Windows.Forms.Padding(8); 87this.flowLayoutPanelMain.WrapContents = false; 335this.flowLayoutPanelMain.TabIndex = 0; 375this.Controls.Add(this.flowLayoutPanelMain); 380this.flowLayoutPanelMain.ResumeLayout(false); 381this.flowLayoutPanelMain.PerformLayout();