-
Notifications
You must be signed in to change notification settings - Fork 0
/
Spotd.Designer.cs
217 lines (211 loc) · 9.29 KB
/
Spotd.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
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
namespace Hold_It_App
{
partial class Spotd
{
/// <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.PostButton = new System.Windows.Forms.Button();
this.AccountButton = new System.Windows.Forms.Button();
this.SearchButton = new System.Windows.Forms.Button();
this.HomeButton = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.textBox3 = new System.Windows.Forms.TextBox();
this.button2 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// PostButton
//
this.PostButton.Location = new System.Drawing.Point(173, 513);
this.PostButton.Name = "PostButton";
this.PostButton.Size = new System.Drawing.Size(90, 90);
this.PostButton.TabIndex = 25;
this.PostButton.Text = "Post";
this.PostButton.UseVisualStyleBackColor = true;
this.PostButton.Click += new System.EventHandler(this.PostButton_Click);
//
// AccountButton
//
this.AccountButton.Location = new System.Drawing.Point(259, 513);
this.AccountButton.Name = "AccountButton";
this.AccountButton.Size = new System.Drawing.Size(90, 90);
this.AccountButton.TabIndex = 24;
this.AccountButton.Text = "Account";
this.AccountButton.UseVisualStyleBackColor = true;
this.AccountButton.Click += new System.EventHandler(this.AccountButton_Click);
//
// SearchButton
//
this.SearchButton.Location = new System.Drawing.Point(84, 513);
this.SearchButton.Name = "SearchButton";
this.SearchButton.Size = new System.Drawing.Size(90, 90);
this.SearchButton.TabIndex = 23;
this.SearchButton.Text = "Search";
this.SearchButton.UseVisualStyleBackColor = true;
this.SearchButton.Click += new System.EventHandler(this.SearchButton_Click);
//
// HomeButton
//
this.HomeButton.Location = new System.Drawing.Point(-2, 513);
this.HomeButton.Name = "HomeButton";
this.HomeButton.Size = new System.Drawing.Size(90, 90);
this.HomeButton.TabIndex = 22;
this.HomeButton.Text = "Home";
this.HomeButton.UseVisualStyleBackColor = true;
this.HomeButton.Click += new System.EventHandler(this.HomeButton_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F);
this.label2.Location = new System.Drawing.Point(77, 18);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(161, 37);
this.label2.TabIndex = 26;
this.label2.Text = "Your Spot";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
this.label1.Location = new System.Drawing.Point(12, 66);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(94, 20);
this.label1.TabIndex = 27;
this.label1.Text = "Spot Holder";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
this.label3.Location = new System.Drawing.Point(12, 110);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(80, 20);
this.label3.TabIndex = 28;
this.label3.Text = "Spot Cost";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
this.label5.Location = new System.Drawing.Point(91, 197);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(127, 20);
this.label5.TabIndex = 30;
this.label5.Text = "Spot Description";
//
// textBox3
//
this.textBox3.Location = new System.Drawing.Point(16, 220);
this.textBox3.Multiline = true;
this.textBox3.Name = "textBox3";
this.textBox3.ReadOnly = true;
this.textBox3.Size = new System.Drawing.Size(300, 202);
this.textBox3.TabIndex = 34;
this.textBox3.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
//
// button2
//
this.button2.Location = new System.Drawing.Point(50, 470);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 36;
this.button2.Text = "I am here";
this.button2.UseVisualStyleBackColor = true;
//
// button3
//
this.button3.Location = new System.Drawing.Point(190, 470);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(85, 23);
this.button3.TabIndex = 37;
this.button3.Text = "Cancel Order";
this.button3.UseVisualStyleBackColor = true;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
this.label6.Location = new System.Drawing.Point(144, 66);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(83, 20);
this.label6.TabIndex = 38;
this.label6.Text = "Username";
this.label6.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
this.label7.Location = new System.Drawing.Point(144, 110);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(45, 20);
this.label7.TabIndex = 39;
this.label7.Text = "$$$$";
this.label7.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
//
// Spotd
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(344, 601);
this.Controls.Add(this.label7);
this.Controls.Add(this.label6);
this.Controls.Add(this.button3);
this.Controls.Add(this.button2);
this.Controls.Add(this.textBox3);
this.Controls.Add(this.label5);
this.Controls.Add(this.label3);
this.Controls.Add(this.label1);
this.Controls.Add(this.label2);
this.Controls.Add(this.PostButton);
this.Controls.Add(this.AccountButton);
this.Controls.Add(this.SearchButton);
this.Controls.Add(this.HomeButton);
this.Name = "Spotd";
this.Text = "Spotd";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button PostButton;
private System.Windows.Forms.Button AccountButton;
private System.Windows.Forms.Button SearchButton;
private System.Windows.Forms.Button HomeButton;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button3;
public System.Windows.Forms.TextBox textBox3;
public System.Windows.Forms.Label label6;
public System.Windows.Forms.Label label7;
}
}