1 write to flowLayoutPanelExpires
PresentationUI (1)
MS\Internal\Documents\RMPublishingDialog.Designer.cs (1)
53
this.
flowLayoutPanelExpires
= new System.Windows.Forms.FlowLayoutPanel();
12 references to flowLayoutPanelExpires
PresentationUI (12)
MS\Internal\Documents\RMPublishingDialog.Designer.cs (12)
69
this.
flowLayoutPanelExpires
.SuspendLayout();
143
this.flowLayoutPanelPermissions.Controls.Add(this.
flowLayoutPanelExpires
);
272
this.
flowLayoutPanelExpires
.AutoSize = true;
273
this.
flowLayoutPanelExpires
.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
274
this.
flowLayoutPanelExpires
.Controls.Add(this.checkBoxValidUntil);
275
this.
flowLayoutPanelExpires
.Controls.Add(this.datePickerValidUntil);
276
this.
flowLayoutPanelExpires
.FlowDirection = System.Windows.Forms.FlowDirection.LeftToRight;
277
this.
flowLayoutPanelExpires
.Name = "flowLayoutPanelExpires";
278
this.
flowLayoutPanelExpires
.WrapContents = false;
356
this.
flowLayoutPanelExpires
.TabIndex = 21;
392
this.
flowLayoutPanelExpires
.ResumeLayout(false);
393
this.
flowLayoutPanelExpires
.PerformLayout();