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