forked from KimTooFlex/Social-APP-Dark-UI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tabProfile.Designer.cs
156 lines (150 loc) · 8.22 KB
/
tabProfile.Designer.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
namespace SOCIAL_APP_BUNIFU_FRAMEWORK_DEMO
{
partial class tabProfile
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
BunifuAnimatorNS.Animation animation1 = new BunifuAnimatorNS.Animation();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(tabProfile));
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.bunifuSeparator1 = new Bunifu.Framework.UI.BunifuSeparator();
this.bunifuTransition1 = new BunifuAnimatorNS.BunifuTransition(this.components);
this.tabProfileInfo1 = new SOCIAL_APP_BUNIFU_FRAMEWORK_DEMO.tabProfileInfo();
this.tabPrivacySetting1 = new SOCIAL_APP_BUNIFU_FRAMEWORK_DEMO.tabPrivacySetting();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Cursor = System.Windows.Forms.Cursors.Hand;
this.bunifuTransition1.SetDecoration(this.label1, BunifuAnimatorNS.DecorationType.None);
this.label1.Font = new System.Drawing.Font("Segoe UI Semibold", 11F, System.Drawing.FontStyle.Bold);
this.label1.ForeColor = System.Drawing.Color.LightGray;
this.label1.Location = new System.Drawing.Point(42, 32);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 20);
this.label1.TabIndex = 1;
this.label1.Text = "PROFILE";
this.label1.Click += new System.EventHandler(this.label2_Click);
this.label1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.label1_MouseUp);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Cursor = System.Windows.Forms.Cursors.Hand;
this.bunifuTransition1.SetDecoration(this.label2, BunifuAnimatorNS.DecorationType.None);
this.label2.Font = new System.Drawing.Font("Segoe UI Semibold", 11F, System.Drawing.FontStyle.Bold);
this.label2.ForeColor = System.Drawing.Color.LightGray;
this.label2.Location = new System.Drawing.Point(151, 32);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(138, 20);
this.label2.TabIndex = 2;
this.label2.Text = "PRIVACY SETTINGS";
this.label2.Click += new System.EventHandler(this.label2_Click);
this.label2.MouseUp += new System.Windows.Forms.MouseEventHandler(this.label2_MouseUp);
//
// bunifuSeparator1
//
this.bunifuSeparator1.BackColor = System.Drawing.Color.Transparent;
this.bunifuTransition1.SetDecoration(this.bunifuSeparator1, BunifuAnimatorNS.DecorationType.None);
this.bunifuSeparator1.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(219)))), ((int)(((byte)(58)))), ((int)(((byte)(108)))));
this.bunifuSeparator1.LineThickness = 4;
this.bunifuSeparator1.Location = new System.Drawing.Point(42, 58);
this.bunifuSeparator1.Name = "bunifuSeparator1";
this.bunifuSeparator1.Size = new System.Drawing.Size(65, 10);
this.bunifuSeparator1.TabIndex = 3;
this.bunifuSeparator1.Transparency = 255;
this.bunifuSeparator1.Vertical = false;
//
// bunifuTransition1
//
this.bunifuTransition1.AnimationType = BunifuAnimatorNS.AnimationType.Leaf;
this.bunifuTransition1.Cursor = null;
animation1.AnimateOnlyDifferences = true;
animation1.BlindCoeff = ((System.Drawing.PointF)(resources.GetObject("animation1.BlindCoeff")));
animation1.LeafCoeff = 1F;
animation1.MaxTime = 1F;
animation1.MinTime = 0F;
animation1.MosaicCoeff = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicCoeff")));
animation1.MosaicShift = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicShift")));
animation1.MosaicSize = 0;
animation1.Padding = new System.Windows.Forms.Padding(0);
animation1.RotateCoeff = 0F;
animation1.RotateLimit = 0F;
animation1.ScaleCoeff = ((System.Drawing.PointF)(resources.GetObject("animation1.ScaleCoeff")));
animation1.SlideCoeff = ((System.Drawing.PointF)(resources.GetObject("animation1.SlideCoeff")));
animation1.TimeCoeff = 0F;
animation1.TransparencyCoeff = 0F;
this.bunifuTransition1.DefaultAnimation = animation1;
//
// tabProfileInfo1
//
this.tabProfileInfo1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.bunifuTransition1.SetDecoration(this.tabProfileInfo1, BunifuAnimatorNS.DecorationType.None);
this.tabProfileInfo1.Location = new System.Drawing.Point(18, 74);
this.tabProfileInfo1.Name = "tabProfileInfo1";
this.tabProfileInfo1.Size = new System.Drawing.Size(670, 449);
this.tabProfileInfo1.TabIndex = 4;
//
// tabPrivacySetting1
//
this.tabPrivacySetting1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tabPrivacySetting1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(49)))));
this.bunifuTransition1.SetDecoration(this.tabPrivacySetting1, BunifuAnimatorNS.DecorationType.None);
this.tabPrivacySetting1.Location = new System.Drawing.Point(34, 74);
this.tabPrivacySetting1.Name = "tabPrivacySetting1";
this.tabPrivacySetting1.Size = new System.Drawing.Size(654, 449);
this.tabPrivacySetting1.TabIndex = 5;
//
// tabProfile
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(49)))));
this.Controls.Add(this.tabProfileInfo1);
this.Controls.Add(this.bunifuSeparator1);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.tabPrivacySetting1);
this.bunifuTransition1.SetDecoration(this, BunifuAnimatorNS.DecorationType.None);
this.DoubleBuffered = true;
this.Name = "tabProfile";
this.Size = new System.Drawing.Size(705, 526);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private Bunifu.Framework.UI.BunifuSeparator bunifuSeparator1;
private BunifuAnimatorNS.BunifuTransition bunifuTransition1;
private tabProfileInfo tabProfileInfo1;
private tabPrivacySetting tabPrivacySetting1;
}
}