-
Notifications
You must be signed in to change notification settings - Fork 0
/
frmPrincipalCoplan.Designer.cs
488 lines (481 loc) · 30.9 KB
/
frmPrincipalCoplan.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
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
namespace O_Amor_Vive___Semana_do_Calvário_2022
{
partial class frmPrincipalCoplan
{
/// <summary>
/// Variável de designer necessária.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Limpar os recursos que estão sendo usados.
/// </summary>
/// <param name="disposing">true se for necessário descartar os recursos gerenciados; caso contrário, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Código gerado pelo Windows Form Designer
/// <summary>
/// Método necessário para suporte ao Designer - não modifique
/// o conteúdo deste método com o editor de código.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPrincipalCoplan));
this.lbl1 = new System.Windows.Forms.Label();
this.lblOAmorVive = new System.Windows.Forms.Label();
this.lblAoPeDacruz = new System.Windows.Forms.Label();
this.lblAoOlharPraCruz = new System.Windows.Forms.Label();
this.lblLevantoACruz = new System.Windows.Forms.Label();
this.lblMaiorQueTudo = new System.Windows.Forms.Label();
this.lblDignoEOCordeiro = new System.Windows.Forms.Label();
this.btnAvance = new System.Windows.Forms.Label();
this.btnBack = new System.Windows.Forms.Label();
this.lblTomouMeuLugar = new System.Windows.Forms.Label();
this.lblResgateDeAmor = new System.Windows.Forms.Label();
this.lblTomaOMeuCoracao = new System.Windows.Forms.Label();
this.lblTeuSantoNome = new System.Windows.Forms.Label();
this.lblAdoralo = new System.Windows.Forms.Label();
this.lblEmTi = new System.Windows.Forms.Label();
this.lblEleViveEmMim = new System.Windows.Forms.Label();
this.lblDignoDeLor = new System.Windows.Forms.Label();
this.lblEraParaSerEu = new System.Windows.Forms.Label();
this.lblMensagemDacruz = new System.Windows.Forms.Label();
this.lblAmorEscritoComSangue = new System.Windows.Forms.Label();
this.lblOpoderDoAmor = new System.Windows.Forms.Label();
this.lblPorqueEleVive = new System.Windows.Forms.Label();
this.lblNaoMaisEu = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.panel1 = new System.Windows.Forms.Panel();
this.SuspendLayout();
//
// lbl1
//
this.lbl1.AutoSize = true;
this.lbl1.BackColor = System.Drawing.Color.Transparent;
this.lbl1.Font = new System.Drawing.Font("Comic Sans MS", 27F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lbl1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
this.lbl1.Location = new System.Drawing.Point(457, 44);
this.lbl1.Name = "lbl1";
this.lbl1.Size = new System.Drawing.Size(443, 51);
this.lbl1.TabIndex = 0;
this.lbl1.Text = "Semana do Calvário 2022";
//
// lblOAmorVive
//
this.lblOAmorVive.AutoSize = true;
this.lblOAmorVive.BackColor = System.Drawing.Color.Transparent;
this.lblOAmorVive.Cursor = System.Windows.Forms.Cursors.Hand;
this.lblOAmorVive.Font = new System.Drawing.Font("Comic Sans MS", 25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblOAmorVive.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
this.lblOAmorVive.Location = new System.Drawing.Point(140, 220);
this.lblOAmorVive.Name = "lblOAmorVive";
this.lblOAmorVive.Size = new System.Drawing.Size(465, 47);
this.lblOAmorVive.TabIndex = 1;
this.lblOAmorVive.Text = "1. O Amor Vive (Tema 2022)";
this.lblOAmorVive.Click += new System.EventHandler(this.lblOAmorVive_Click);
//
// lblAoPeDacruz
//
this.lblAoPeDacruz.AutoSize = true;
this.lblAoPeDacruz.BackColor = System.Drawing.Color.Transparent;
this.lblAoPeDacruz.Cursor = System.Windows.Forms.Cursors.Hand;
this.lblAoPeDacruz.Font = new System.Drawing.Font("Comic Sans MS", 25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblAoPeDacruz.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
this.lblAoPeDacruz.Location = new System.Drawing.Point(140, 267);
this.lblAoPeDacruz.Name = "lblAoPeDacruz";
this.lblAoPeDacruz.Size = new System.Drawing.Size(277, 47);
this.lblAoPeDacruz.TabIndex = 2;
this.lblAoPeDacruz.Text = "2. Ao pé da Cruz";
this.lblAoPeDacruz.Click += new System.EventHandler(this.lblAoPeDacruz_Click);
//
// lblAoOlharPraCruz
//
this.lblAoOlharPraCruz.AutoSize = true;
this.lblAoOlharPraCruz.BackColor = System.Drawing.Color.Transparent;
this.lblAoOlharPraCruz.Cursor = System.Windows.Forms.Cursors.Hand;
this.lblAoOlharPraCruz.Font = new System.Drawing.Font("Comic Sans MS", 25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblAoOlharPraCruz.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
this.lblAoOlharPraCruz.Location = new System.Drawing.Point(140, 314);
this.lblAoOlharPraCruz.Name = "lblAoOlharPraCruz";
this.lblAoOlharPraCruz.Size = new System.Drawing.Size(331, 47);
this.lblAoOlharPraCruz.TabIndex = 3;
this.lblAoOlharPraCruz.Text = "3. Ao olhar pra cruz";
this.lblAoOlharPraCruz.Click += new System.EventHandler(this.lblAoOlharPraCruz_Click);
//
// lblLevantoACruz
//
this.lblLevantoACruz.AutoSize = true;
this.lblLevantoACruz.BackColor = System.Drawing.Color.Transparent;
this.lblLevantoACruz.Cursor = System.Windows.Forms.Cursors.Hand;
this.lblLevantoACruz.Font = new System.Drawing.Font("Comic Sans MS", 25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblLevantoACruz.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
this.lblLevantoACruz.Location = new System.Drawing.Point(140, 408);
this.lblLevantoACruz.Name = "lblLevantoACruz";
this.lblLevantoACruz.Size = new System.Drawing.Size(292, 47);
this.lblLevantoACruz.TabIndex = 4;
this.lblLevantoACruz.Text = "5. Levanto a Cruz";
this.lblLevantoACruz.Click += new System.EventHandler(this.lblLevantoACruz_Click);
//
// lblMaiorQueTudo
//
this.lblMaiorQueTudo.AutoSize = true;
this.lblMaiorQueTudo.BackColor = System.Drawing.Color.Transparent;
this.lblMaiorQueTudo.Cursor = System.Windows.Forms.Cursors.Hand;
this.lblMaiorQueTudo.Font = new System.Drawing.Font("Comic Sans MS", 25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblMaiorQueTudo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
this.lblMaiorQueTudo.Location = new System.Drawing.Point(140, 361);
this.lblMaiorQueTudo.Name = "lblMaiorQueTudo";
this.lblMaiorQueTudo.Size = new System.Drawing.Size(296, 47);
this.lblMaiorQueTudo.TabIndex = 5;
this.lblMaiorQueTudo.Text = "4. Maior que tudo";
this.lblMaiorQueTudo.Click += new System.EventHandler(this.lblMaiorQueTudo_Click);
//
// lblDignoEOCordeiro
//
this.lblDignoEOCordeiro.AutoSize = true;
this.lblDignoEOCordeiro.BackColor = System.Drawing.Color.Transparent;
this.lblDignoEOCordeiro.Cursor = System.Windows.Forms.Cursors.Hand;
this.lblDignoEOCordeiro.Font = new System.Drawing.Font("Comic Sans MS", 25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblDignoEOCordeiro.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
this.lblDignoEOCordeiro.Location = new System.Drawing.Point(140, 267);
this.lblDignoEOCordeiro.Name = "lblDignoEOCordeiro";
this.lblDignoEOCordeiro.Size = new System.Drawing.Size(364, 47);
this.lblDignoEOCordeiro.TabIndex = 6;
this.lblDignoEOCordeiro.Text = "12. Digno é o cordeiro";
this.lblDignoEOCordeiro.Visible = false;
this.lblDignoEOCordeiro.Click += new System.EventHandler(this.lblDignoEOCordeiro_Click);
//
// btnAvance
//
this.btnAvance.AutoSize = true;
this.btnAvance.BackColor = System.Drawing.Color.Transparent;
this.btnAvance.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnAvance.Font = new System.Drawing.Font("Comic Sans MS", 35F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnAvance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
this.btnAvance.Location = new System.Drawing.Point(1113, 616);
this.btnAvance.Name = "btnAvance";
this.btnAvance.Size = new System.Drawing.Size(96, 67);
this.btnAvance.TabIndex = 14;
this.btnAvance.Text = "⏩";
this.btnAvance.Click += new System.EventHandler(this.btnAvance_Click);
//
// btnBack
//
this.btnBack.AutoSize = true;
this.btnBack.BackColor = System.Drawing.Color.Transparent;
this.btnBack.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnBack.Font = new System.Drawing.Font("Comic Sans MS", 35F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnBack.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
this.btnBack.Location = new System.Drawing.Point(1011, 616);
this.btnBack.Name = "btnBack";
this.btnBack.Size = new System.Drawing.Size(96, 67);
this.btnBack.TabIndex = 15;
this.btnBack.Text = "⏪";
this.btnBack.Visible = false;
this.btnBack.Click += new System.EventHandler(this.btnBack_Click);
//
// lblTomouMeuLugar
//
this.lblTomouMeuLugar.AutoSize = true;
this.lblTomouMeuLugar.BackColor = System.Drawing.Color.Transparent;
this.lblTomouMeuLugar.Cursor = System.Windows.Forms.Cursors.Hand;
this.lblTomouMeuLugar.Font = new System.Drawing.Font("Comic Sans MS", 25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblTomouMeuLugar.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
this.lblTomouMeuLugar.Location = new System.Drawing.Point(680, 408);
this.lblTomouMeuLugar.Name = "lblTomouMeuLugar";
this.lblTomouMeuLugar.Size = new System.Drawing.Size(344, 47);
this.lblTomouMeuLugar.TabIndex = 16;
this.lblTomouMeuLugar.Text = "20. Tomou meu lugar";
this.lblTomouMeuLugar.Visible = false;
this.lblTomouMeuLugar.Click += new System.EventHandler(this.lblTomouMeuLugar_Click);
//
// lblResgateDeAmor
//
this.lblResgateDeAmor.AutoSize = true;
this.lblResgateDeAmor.BackColor = System.Drawing.Color.Transparent;
this.lblResgateDeAmor.Cursor = System.Windows.Forms.Cursors.Hand;
this.lblResgateDeAmor.Font = new System.Drawing.Font("Comic Sans MS", 25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblResgateDeAmor.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
this.lblResgateDeAmor.Location = new System.Drawing.Point(680, 408);
this.lblResgateDeAmor.Name = "lblResgateDeAmor";
this.lblResgateDeAmor.Size = new System.Drawing.Size(344, 47);
this.lblResgateDeAmor.TabIndex = 17;
this.lblResgateDeAmor.Text = "10. Resgate de Amor";
this.lblResgateDeAmor.Click += new System.EventHandler(this.lblResgateDeAmor_Click);
//
// lblTomaOMeuCoracao
//
this.lblTomaOMeuCoracao.AutoSize = true;
this.lblTomaOMeuCoracao.BackColor = System.Drawing.Color.Transparent;
this.lblTomaOMeuCoracao.Cursor = System.Windows.Forms.Cursors.Hand;
this.lblTomaOMeuCoracao.Font = new System.Drawing.Font("Comic Sans MS", 25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblTomaOMeuCoracao.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
this.lblTomaOMeuCoracao.Location = new System.Drawing.Point(140, 314);
this.lblTomaOMeuCoracao.Name = "lblTomaOMeuCoracao";
this.lblTomaOMeuCoracao.Size = new System.Drawing.Size(392, 47);
this.lblTomaOMeuCoracao.TabIndex = 18;
this.lblTomaOMeuCoracao.Text = "13. Toma o meu Coração";
this.lblTomaOMeuCoracao.Visible = false;
this.lblTomaOMeuCoracao.Click += new System.EventHandler(this.lblTomaOMeuCoracao_Click);
//
// lblTeuSantoNome
//
this.lblTeuSantoNome.AutoSize = true;
this.lblTeuSantoNome.BackColor = System.Drawing.Color.Transparent;
this.lblTeuSantoNome.Cursor = System.Windows.Forms.Cursors.Hand;
this.lblTeuSantoNome.Font = new System.Drawing.Font("Comic Sans MS", 25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblTeuSantoNome.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
this.lblTeuSantoNome.Location = new System.Drawing.Point(140, 361);
this.lblTeuSantoNome.Name = "lblTeuSantoNome";
this.lblTeuSantoNome.Size = new System.Drawing.Size(321, 47);
this.lblTeuSantoNome.TabIndex = 21;
this.lblTeuSantoNome.Text = "14. Teu santo nome";
this.lblTeuSantoNome.Visible = false;
this.lblTeuSantoNome.Click += new System.EventHandler(this.lblTeuSantoNome_Click);
//
// lblAdoralo
//
this.lblAdoralo.AutoSize = true;
this.lblAdoralo.BackColor = System.Drawing.Color.Transparent;
this.lblAdoralo.Cursor = System.Windows.Forms.Cursors.Hand;
this.lblAdoralo.Font = new System.Drawing.Font("Comic Sans MS", 25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblAdoralo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
this.lblAdoralo.Location = new System.Drawing.Point(140, 408);
this.lblAdoralo.Name = "lblAdoralo";
this.lblAdoralo.Size = new System.Drawing.Size(209, 47);
this.lblAdoralo.TabIndex = 22;
this.lblAdoralo.Text = "15. Adorá-lo";
this.lblAdoralo.Visible = false;
this.lblAdoralo.Click += new System.EventHandler(this.lblAdoralo_Click);
//
// lblEmTi
//
this.lblEmTi.AutoSize = true;
this.lblEmTi.BackColor = System.Drawing.Color.Transparent;
this.lblEmTi.Cursor = System.Windows.Forms.Cursors.Hand;
this.lblEmTi.Font = new System.Drawing.Font("Comic Sans MS", 25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblEmTi.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
this.lblEmTi.Location = new System.Drawing.Point(680, 220);
this.lblEmTi.Name = "lblEmTi";
this.lblEmTi.Size = new System.Drawing.Size(164, 47);
this.lblEmTi.TabIndex = 23;
this.lblEmTi.Text = "16. Em Ti";
this.lblEmTi.Visible = false;
this.lblEmTi.Click += new System.EventHandler(this.lblEmTi_Click);
//
// lblEleViveEmMim
//
this.lblEleViveEmMim.AutoSize = true;
this.lblEleViveEmMim.BackColor = System.Drawing.Color.Transparent;
this.lblEleViveEmMim.Cursor = System.Windows.Forms.Cursors.Hand;
this.lblEleViveEmMim.Font = new System.Drawing.Font("Comic Sans MS", 25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblEleViveEmMim.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
this.lblEleViveEmMim.Location = new System.Drawing.Point(680, 267);
this.lblEleViveEmMim.Name = "lblEleViveEmMim";
this.lblEleViveEmMim.Size = new System.Drawing.Size(323, 47);
this.lblEleViveEmMim.TabIndex = 24;
this.lblEleViveEmMim.Text = "17. Ele vive em mim";
this.lblEleViveEmMim.Visible = false;
this.lblEleViveEmMim.Click += new System.EventHandler(this.lblEleViveEmMim_Click);
//
// lblDignoDeLor
//
this.lblDignoDeLor.AutoSize = true;
this.lblDignoDeLor.BackColor = System.Drawing.Color.Transparent;
this.lblDignoDeLor.Cursor = System.Windows.Forms.Cursors.Hand;
this.lblDignoDeLor.Font = new System.Drawing.Font("Comic Sans MS", 25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblDignoDeLor.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
this.lblDignoDeLor.Location = new System.Drawing.Point(680, 314);
this.lblDignoDeLor.Name = "lblDignoDeLor";
this.lblDignoDeLor.Size = new System.Drawing.Size(318, 47);
this.lblDignoDeLor.TabIndex = 26;
this.lblDignoDeLor.Text = "18. Digno de louvor";
this.lblDignoDeLor.Visible = false;
this.lblDignoDeLor.Click += new System.EventHandler(this.lblDignoDeLor_Click);
//
// lblEraParaSerEu
//
this.lblEraParaSerEu.AutoSize = true;
this.lblEraParaSerEu.BackColor = System.Drawing.Color.Transparent;
this.lblEraParaSerEu.Cursor = System.Windows.Forms.Cursors.Hand;
this.lblEraParaSerEu.Font = new System.Drawing.Font("Comic Sans MS", 25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblEraParaSerEu.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
this.lblEraParaSerEu.Location = new System.Drawing.Point(680, 361);
this.lblEraParaSerEu.Name = "lblEraParaSerEu";
this.lblEraParaSerEu.Size = new System.Drawing.Size(522, 47);
this.lblEraParaSerEu.TabIndex = 27;
this.lblEraParaSerEu.Text = "19. Era para ser eu (Tema 2017)";
this.lblEraParaSerEu.Visible = false;
this.lblEraParaSerEu.Click += new System.EventHandler(this.lblEraParaSerEu_Click);
//
// lblMensagemDacruz
//
this.lblMensagemDacruz.AutoSize = true;
this.lblMensagemDacruz.BackColor = System.Drawing.Color.Transparent;
this.lblMensagemDacruz.Cursor = System.Windows.Forms.Cursors.Hand;
this.lblMensagemDacruz.Font = new System.Drawing.Font("Comic Sans MS", 25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblMensagemDacruz.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
this.lblMensagemDacruz.Location = new System.Drawing.Point(140, 220);
this.lblMensagemDacruz.Name = "lblMensagemDacruz";
this.lblMensagemDacruz.Size = new System.Drawing.Size(360, 47);
this.lblMensagemDacruz.TabIndex = 28;
this.lblMensagemDacruz.Text = "11. Mensagem da Cruz";
this.lblMensagemDacruz.Visible = false;
this.lblMensagemDacruz.Click += new System.EventHandler(this.lblMensagemDacruz_Click);
//
// lblAmorEscritoComSangue
//
this.lblAmorEscritoComSangue.AutoSize = true;
this.lblAmorEscritoComSangue.BackColor = System.Drawing.Color.Transparent;
this.lblAmorEscritoComSangue.Cursor = System.Windows.Forms.Cursors.Hand;
this.lblAmorEscritoComSangue.Font = new System.Drawing.Font("Comic Sans MS", 25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblAmorEscritoComSangue.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
this.lblAmorEscritoComSangue.Location = new System.Drawing.Point(680, 361);
this.lblAmorEscritoComSangue.Name = "lblAmorEscritoComSangue";
this.lblAmorEscritoComSangue.Size = new System.Drawing.Size(667, 47);
this.lblAmorEscritoComSangue.TabIndex = 32;
this.lblAmorEscritoComSangue.Text = "9. Amor escrito com sangue (Tema 2020)";
this.lblAmorEscritoComSangue.Click += new System.EventHandler(this.lblAmorEscritoComSangue_Click);
//
// lblOpoderDoAmor
//
this.lblOpoderDoAmor.AutoSize = true;
this.lblOpoderDoAmor.BackColor = System.Drawing.Color.Transparent;
this.lblOpoderDoAmor.Cursor = System.Windows.Forms.Cursors.Hand;
this.lblOpoderDoAmor.Font = new System.Drawing.Font("Comic Sans MS", 25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblOpoderDoAmor.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
this.lblOpoderDoAmor.Location = new System.Drawing.Point(680, 220);
this.lblOpoderDoAmor.Name = "lblOpoderDoAmor";
this.lblOpoderDoAmor.Size = new System.Drawing.Size(322, 47);
this.lblOpoderDoAmor.TabIndex = 29;
this.lblOpoderDoAmor.Text = "6. O poder do amor";
this.lblOpoderDoAmor.Click += new System.EventHandler(this.lblOpoderDoAmor_Click);
//
// lblPorqueEleVive
//
this.lblPorqueEleVive.AutoSize = true;
this.lblPorqueEleVive.BackColor = System.Drawing.Color.Transparent;
this.lblPorqueEleVive.Cursor = System.Windows.Forms.Cursors.Hand;
this.lblPorqueEleVive.Font = new System.Drawing.Font("Comic Sans MS", 25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblPorqueEleVive.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
this.lblPorqueEleVive.Location = new System.Drawing.Point(680, 314);
this.lblPorqueEleVive.Name = "lblPorqueEleVive";
this.lblPorqueEleVive.Size = new System.Drawing.Size(486, 47);
this.lblPorqueEleVive.TabIndex = 31;
this.lblPorqueEleVive.Text = "8. Porque Ele vive (HASD-70)";
this.lblPorqueEleVive.Click += new System.EventHandler(this.lblPorqueEleVive_Click);
//
// lblNaoMaisEu
//
this.lblNaoMaisEu.AutoSize = true;
this.lblNaoMaisEu.BackColor = System.Drawing.Color.Transparent;
this.lblNaoMaisEu.Cursor = System.Windows.Forms.Cursors.Hand;
this.lblNaoMaisEu.Font = new System.Drawing.Font("Comic Sans MS", 25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblNaoMaisEu.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
this.lblNaoMaisEu.Location = new System.Drawing.Point(680, 267);
this.lblNaoMaisEu.Name = "lblNaoMaisEu";
this.lblNaoMaisEu.Size = new System.Drawing.Size(248, 47);
this.lblNaoMaisEu.TabIndex = 30;
this.lblNaoMaisEu.Text = "7. Não mais eu";
this.lblNaoMaisEu.Click += new System.EventHandler(this.lblNaoMaisEu_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.Transparent;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(2, 750);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(578, 17);
this.label1.TabIndex = 33;
this.label1.Text = "Projeto criado e desenvolvido exclusivamente por Thiago Sousa. Pressione ESC para" +
" sair.";
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.Transparent;
this.panel1.Cursor = System.Windows.Forms.Cursors.Hand;
this.panel1.ForeColor = System.Drawing.Color.Transparent;
this.panel1.Location = new System.Drawing.Point(60, 616);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(289, 67);
this.panel1.TabIndex = 34;
this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
this.panel1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.panel1_MouseClick);
//
// frmPrincipalCoplan
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = global::O_Amor_Vive___Semana_do_Calvário_2022.Properties.Resources.SLIDE_2;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ClientSize = new System.Drawing.Size(1350, 729);
this.Controls.Add(this.panel1);
this.Controls.Add(this.label1);
this.Controls.Add(this.lblEraParaSerEu);
this.Controls.Add(this.lblDignoDeLor);
this.Controls.Add(this.lblEleViveEmMim);
this.Controls.Add(this.lblEmTi);
this.Controls.Add(this.lblAdoralo);
this.Controls.Add(this.lblTeuSantoNome);
this.Controls.Add(this.lblTomaOMeuCoracao);
this.Controls.Add(this.btnBack);
this.Controls.Add(this.btnAvance);
this.Controls.Add(this.lblDignoEOCordeiro);
this.Controls.Add(this.lbl1);
this.Controls.Add(this.lblMensagemDacruz);
this.Controls.Add(this.lblOAmorVive);
this.Controls.Add(this.lblMaiorQueTudo);
this.Controls.Add(this.lblLevantoACruz);
this.Controls.Add(this.lblAoOlharPraCruz);
this.Controls.Add(this.lblAoPeDacruz);
this.Controls.Add(this.lblAmorEscritoComSangue);
this.Controls.Add(this.lblPorqueEleVive);
this.Controls.Add(this.lblNaoMaisEu);
this.Controls.Add(this.lblOpoderDoAmor);
this.Controls.Add(this.lblTomouMeuLugar);
this.Controls.Add(this.lblResgateDeAmor);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "frmPrincipalCoplan";
this.Text = "Semana do Calvário 2022 - O Amor Vive ✝";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.frmPrincipalCoplan_Load);
this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.frmPrincipal_KeyPress);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lbl1;
private System.Windows.Forms.Label lblOAmorVive;
private System.Windows.Forms.Label lblAoPeDacruz;
private System.Windows.Forms.Label lblAoOlharPraCruz;
private System.Windows.Forms.Label lblLevantoACruz;
private System.Windows.Forms.Label lblMaiorQueTudo;
private System.Windows.Forms.Label lblDignoEOCordeiro;
private System.Windows.Forms.Label btnAvance;
private System.Windows.Forms.Label btnBack;
private System.Windows.Forms.Label lblTomouMeuLugar;
private System.Windows.Forms.Label lblResgateDeAmor;
private System.Windows.Forms.Label lblTomaOMeuCoracao;
private System.Windows.Forms.Label lblTeuSantoNome;
private System.Windows.Forms.Label lblAdoralo;
private System.Windows.Forms.Label lblEmTi;
private System.Windows.Forms.Label lblEleViveEmMim;
private System.Windows.Forms.Label lblDignoDeLor;
private System.Windows.Forms.Label lblEraParaSerEu;
private System.Windows.Forms.Label lblMensagemDacruz;
private System.Windows.Forms.Label lblAmorEscritoComSangue;
private System.Windows.Forms.Label lblOpoderDoAmor;
private System.Windows.Forms.Label lblPorqueEleVive;
private System.Windows.Forms.Label lblNaoMaisEu;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Panel panel1;
}
}