1 write to backgroundPanel
System.WorkflowServices (1)
System\Workflow\Activities\Design\ServiceContractViewControl.Designer.cs (1)
37
this.
backgroundPanel
= new System.Workflow.Activities.Design.GradientPanel();
27 references to backgroundPanel
System.WorkflowServices (27)
System\Workflow\Activities\Design\ServiceContractViewControl.cs (14)
57
this.
backgroundPanel
.BaseColor = System.Drawing.SystemColors.Window;
58
this.
backgroundPanel
.LightingColor = Color.FromArgb(213, 246, 255);
59
this.
backgroundPanel
.Glossy = true;
60
this.
backgroundPanel
.Radius = 1;
61
this.
backgroundPanel
.BorderColor = Color.FromArgb(155, 230, 255);
65
this.
backgroundPanel
.BaseColor = System.Drawing.SystemColors.Window;
66
this.
backgroundPanel
.LightingColor = Color.Gainsboro;
67
this.
backgroundPanel
.Glossy = true;
68
this.
backgroundPanel
.Radius = 1;
69
this.
backgroundPanel
.BorderColor = Color.Gainsboro;
73
this.
backgroundPanel
.BaseColor = Color.Transparent;
74
this.
backgroundPanel
.LightingColor = Color.Transparent;
75
this.
backgroundPanel
.Glossy = false;
76
this.
backgroundPanel
.BorderColor = Color.Transparent;
System\Workflow\Activities\Design\ServiceContractViewControl.Designer.cs (13)
39
this.
backgroundPanel
.SuspendLayout();
60
this.
backgroundPanel
.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
61
this.
backgroundPanel
.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
62
this.
backgroundPanel
.Controls.Add(this.contractNameLabel);
63
this.
backgroundPanel
.Controls.Add(this.contractIconPictureBox);
64
resources.ApplyResources(this.
backgroundPanel
, "backgroundPanel");
65
this.
backgroundPanel
.DropShadow = false;
66
this.
backgroundPanel
.Glossy = false;
67
this.
backgroundPanel
.LightingColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
68
this.
backgroundPanel
.Name = "backgroundPanel";
69
this.
backgroundPanel
.Radius = 2;
75
this.Controls.Add(this.
backgroundPanel
);
79
this.
backgroundPanel
.ResumeLayout(false);