-
Notifications
You must be signed in to change notification settings - Fork 0
/
Story.Designer.cs
151 lines (145 loc) · 7.65 KB
/
Story.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
namespace Instagram
{
partial class Story
{
/// <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 Windows Form 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();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Story));
this.storyBox = new System.Windows.Forms.PictureBox();
this.loadingIndicator = new System.Windows.Forms.Label();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.profileBox = new Instagram.CircularPictureBox();
this.nextBtn = new System.Windows.Forms.PictureBox();
this.previousBtn = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.storyBox)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.profileBox)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nextBtn)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.previousBtn)).BeginInit();
this.SuspendLayout();
//
// storyBox
//
this.storyBox.BackColor = System.Drawing.Color.Black;
this.storyBox.Location = new System.Drawing.Point(108, 106);
this.storyBox.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.storyBox.Name = "storyBox";
this.storyBox.Size = new System.Drawing.Size(783, 351);
this.storyBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.storyBox.TabIndex = 0;
this.storyBox.TabStop = false;
//
// loadingIndicator
//
this.loadingIndicator.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.loadingIndicator.BackColor = System.Drawing.Color.DodgerBlue;
this.loadingIndicator.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.loadingIndicator.Location = new System.Drawing.Point(1, 519);
this.loadingIndicator.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.loadingIndicator.Name = "loadingIndicator";
this.loadingIndicator.Size = new System.Drawing.Size(0, 4);
this.loadingIndicator.TabIndex = 75;
//
// timer1
//
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// profileBox
//
this.profileBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.profileBox.Bitmap = ((System.Drawing.Bitmap)(resources.GetObject("profileBox.Bitmap")));
this.profileBox.BorderColor = System.Drawing.Color.DodgerBlue;
this.profileBox.BorderSize = 3;
this.profileBox.EnhancedBuffering = true;
this.profileBox.ErrorImage = null;
this.profileBox.Image = null;
this.profileBox.InitialImage = null;
this.profileBox.Location = new System.Drawing.Point(16, 15);
this.profileBox.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.profileBox.Name = "profileBox";
this.profileBox.Size = new System.Drawing.Size(75, 66);
this.profileBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.profileBox.TabIndex = 76;
this.profileBox.TabStop = false;
//
// nextBtn
//
this.nextBtn.Image = ((System.Drawing.Image)(resources.GetObject("nextBtn.Image")));
this.nextBtn.Location = new System.Drawing.Point(899, 298);
this.nextBtn.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.nextBtn.Name = "nextBtn";
this.nextBtn.Size = new System.Drawing.Size(80, 62);
this.nextBtn.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.nextBtn.TabIndex = 77;
this.nextBtn.TabStop = false;
this.nextBtn.Click += new System.EventHandler(this.nextBtn_Click);
this.nextBtn.MouseLeave += new System.EventHandler(this.nextBtn_MouseLeave);
this.nextBtn.MouseHover += new System.EventHandler(this.nextBtn_MouseHover);
//
// previousBtn
//
this.previousBtn.Image = ((System.Drawing.Image)(resources.GetObject("previousBtn.Image")));
this.previousBtn.Location = new System.Drawing.Point(11, 298);
this.previousBtn.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.previousBtn.Name = "previousBtn";
this.previousBtn.Size = new System.Drawing.Size(80, 62);
this.previousBtn.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.previousBtn.TabIndex = 78;
this.previousBtn.TabStop = false;
this.previousBtn.Click += new System.EventHandler(this.previousBtn_Click);
this.previousBtn.MouseLeave += new System.EventHandler(this.previousBtn_MouseLeave);
this.previousBtn.MouseHover += new System.EventHandler(this.previousBtn_MouseHover);
//
// Story
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Black;
this.ClientSize = new System.Drawing.Size(989, 524);
this.Controls.Add(this.previousBtn);
this.Controls.Add(this.nextBtn);
this.Controls.Add(this.profileBox);
this.Controls.Add(this.loadingIndicator);
this.Controls.Add(this.storyBox);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.Name = "Story";
this.Text = "Story";
this.Load += new System.EventHandler(this.story_Load);
((System.ComponentModel.ISupportInitialize)(this.storyBox)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.profileBox)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nextBtn)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.previousBtn)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.PictureBox storyBox;
private System.Windows.Forms.Label loadingIndicator;
private System.Windows.Forms.Timer timer1;
private CircularPictureBox profileBox;
private System.Windows.Forms.PictureBox nextBtn;
private System.Windows.Forms.PictureBox previousBtn;
}
}