-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathContact_Us.Designer.cs
689 lines (683 loc) · 36.8 KB
/
Contact_Us.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
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
namespace Walmart_OMS
{
partial class Contact_Us
{
/// <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.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.panel1 = new System.Windows.Forms.Panel();
this.linklbl_ContactSams = new System.Windows.Forms.LinkLabel();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.linklbl_contactwalmart = new System.Windows.Forms.LinkLabel();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.panel2 = new System.Windows.Forms.Panel();
this.linklbl_media = new System.Windows.Forms.LinkLabel();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.panel3 = new System.Windows.Forms.Panel();
this.linklbl_SCCC = new System.Windows.Forms.LinkLabel();
this.linklbl_fhc = new System.Windows.Forms.LinkLabel();
this.label12 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.panel4 = new System.Windows.Forms.Panel();
this.label18 = new System.Windows.Forms.Label();
this.label17 = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.linklbl_RM = new System.Windows.Forms.LinkLabel();
this.linklbl_cs = new System.Windows.Forms.LinkLabel();
this.label14 = new System.Windows.Forms.Label();
this.linklbl_investorR = new System.Windows.Forms.LinkLabel();
this.label13 = new System.Windows.Forms.Label();
this.panel5 = new System.Windows.Forms.Panel();
this.label27 = new System.Windows.Forms.Label();
this.label24 = new System.Windows.Forms.Label();
this.label21 = new System.Windows.Forms.Label();
this.label25 = new System.Windows.Forms.Label();
this.label26 = new System.Windows.Forms.Label();
this.linklbl_apply = new System.Windows.Forms.LinkLabel();
this.label22 = new System.Windows.Forms.Label();
this.label23 = new System.Windows.Forms.Label();
this.label20 = new System.Windows.Forms.Label();
this.label19 = new System.Windows.Forms.Label();
this.panel6 = new System.Windows.Forms.Panel();
this.btn_Sticket = new System.Windows.Forms.Button();
this.label29 = new System.Windows.Forms.Label();
this.label28 = new System.Windows.Forms.Label();
this.tableLayoutPanel1.SuspendLayout();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.panel3.SuspendLayout();
this.panel4.SuspendLayout();
this.panel5.SuspendLayout();
this.panel6.SuspendLayout();
this.SuspendLayout();
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 3;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.panel2, 1, 0);
this.tableLayoutPanel1.Controls.Add(this.panel3, 2, 0);
this.tableLayoutPanel1.Controls.Add(this.panel4, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.panel5, 1, 1);
this.tableLayoutPanel1.Controls.Add(this.panel6, 2, 1);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 2;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(1168, 749);
this.tableLayoutPanel1.TabIndex = 0;
//
// panel1
//
this.panel1.BackColor = System.Drawing.SystemColors.InactiveCaption;
this.panel1.Controls.Add(this.linklbl_ContactSams);
this.panel1.Controls.Add(this.label4);
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.linklbl_contactwalmart);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.label1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(3, 3);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(383, 368);
this.panel1.TabIndex = 0;
//
// linklbl_ContactSams
//
this.linklbl_ContactSams.AutoSize = true;
this.linklbl_ContactSams.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.linklbl_ContactSams.Location = new System.Drawing.Point(15, 198);
this.linklbl_ContactSams.Name = "linklbl_ContactSams";
this.linklbl_ContactSams.Size = new System.Drawing.Size(360, 25);
this.linklbl_ContactSams.TabIndex = 3;
this.linklbl_ContactSams.TabStop = true;
this.linklbl_ContactSams.Text = "Contact the SamsClub.com Help Center";
this.linklbl_ContactSams.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linklbl_ContactSams_LinkClicked);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label4.Location = new System.Drawing.Point(15, 157);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(226, 25);
this.label4.TabIndex = 2;
this.label4.Text = "help using Walmart.com.";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label3.Location = new System.Drawing.Point(15, 128);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(288, 25);
this.label3.TabIndex = 2;
this.label3.Text = "for online orders and services or";
//
// linklbl_contactwalmart
//
this.linklbl_contactwalmart.AutoSize = true;
this.linklbl_contactwalmart.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.linklbl_contactwalmart.Location = new System.Drawing.Point(15, 99);
this.linklbl_contactwalmart.Name = "linklbl_contactwalmart";
this.linklbl_contactwalmart.Size = new System.Drawing.Size(200, 25);
this.linklbl_contactwalmart.TabIndex = 1;
this.linklbl_contactwalmart.TabStop = true;
this.linklbl_contactwalmart.Text = "Contact Walmart.com";
this.linklbl_contactwalmart.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linklbl_contactwalmart_LinkClicked);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Segoe UI", 16.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.Location = new System.Drawing.Point(9, 47);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(172, 38);
this.label2.TabIndex = 0;
this.label2.Text = "eCommerce";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Segoe UI", 16.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(9, 6);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(252, 38);
this.label1.TabIndex = 0;
this.label1.Text = "Walmart.com and";
//
// panel2
//
this.panel2.BackColor = System.Drawing.SystemColors.InactiveCaption;
this.panel2.Controls.Add(this.linklbl_media);
this.panel2.Controls.Add(this.label8);
this.panel2.Controls.Add(this.label7);
this.panel2.Controls.Add(this.label5);
this.panel2.Controls.Add(this.label6);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(392, 3);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(383, 368);
this.panel2.TabIndex = 1;
//
// linklbl_media
//
this.linklbl_media.AutoSize = true;
this.linklbl_media.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.linklbl_media.Location = new System.Drawing.Point(24, 128);
this.linklbl_media.Name = "linklbl_media";
this.linklbl_media.Size = new System.Drawing.Size(99, 25);
this.linklbl_media.TabIndex = 5;
this.linklbl_media.TabStop = true;
this.linklbl_media.Text = "click here.";
this.linklbl_media.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linklbl_media_LinkClicked);
//
// label8
//
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label8.Location = new System.Drawing.Point(19, 99);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(248, 25);
this.label8.TabIndex = 4;
this.label8.Text = "To contact Media Relations";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label7.Location = new System.Drawing.Point(14, 53);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(324, 25);
this.label7.TabIndex = 3;
this.label7.Text = "Are you a member of the media?";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Segoe UI", 16.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label5.Location = new System.Drawing.Point(13, 6);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(156, 38);
this.label5.TabIndex = 0;
this.label5.Text = "Media and";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("Segoe UI", 16.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label6.Location = new System.Drawing.Point(178, 6);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(157, 38);
this.label6.TabIndex = 0;
this.label6.Text = "Journalists";
//
// panel3
//
this.panel3.BackColor = System.Drawing.SystemColors.InactiveCaption;
this.panel3.Controls.Add(this.linklbl_SCCC);
this.panel3.Controls.Add(this.linklbl_fhc);
this.panel3.Controls.Add(this.label12);
this.panel3.Controls.Add(this.label11);
this.panel3.Controls.Add(this.label10);
this.panel3.Controls.Add(this.label9);
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel3.Location = new System.Drawing.Point(781, 3);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(384, 368);
this.panel3.TabIndex = 2;
//
// linklbl_SCCC
//
this.linklbl_SCCC.AutoSize = true;
this.linklbl_SCCC.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.linklbl_SCCC.Location = new System.Drawing.Point(33, 168);
this.linklbl_SCCC.Name = "linklbl_SCCC";
this.linklbl_SCCC.Size = new System.Drawing.Size(228, 25);
this.linklbl_SCCC.TabIndex = 5;
this.linklbl_SCCC.TabStop = true;
this.linklbl_SCCC.Text = "Sam\'s Club Credit Cards";
this.linklbl_SCCC.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linklbl_SCCC_LinkClicked);
//
// linklbl_fhc
//
this.linklbl_fhc.AutoSize = true;
this.linklbl_fhc.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.linklbl_fhc.Location = new System.Drawing.Point(33, 143);
this.linklbl_fhc.Name = "linklbl_fhc";
this.linklbl_fhc.Size = new System.Drawing.Size(277, 25);
this.linklbl_fhc.TabIndex = 5;
this.linklbl_fhc.TabStop = true;
this.linklbl_fhc.Text = "Walmart Financial Help Center";
this.linklbl_fhc.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linklbl_fhc_LinkClicked);
//
// label12
//
this.label12.AutoSize = true;
this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label12.Location = new System.Drawing.Point(28, 103);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(309, 25);
this.label12.TabIndex = 4;
this.label12.Text = "cards, MoneyCards and gift cards.";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label11.Location = new System.Drawing.Point(28, 78);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(305, 25);
this.label11.TabIndex = 4;
this.label11.Text = "phone numbers for Walmart credit";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label10.Location = new System.Drawing.Point(28, 53);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(287, 25);
this.label10.TabIndex = 4;
this.label10.Text = "Find important customer service";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Font = new System.Drawing.Font("Segoe UI", 16.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label9.Location = new System.Drawing.Point(22, 6);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(247, 38);
this.label9.TabIndex = 3;
this.label9.Text = "Financial Services";
//
// panel4
//
this.panel4.BackColor = System.Drawing.SystemColors.InactiveCaption;
this.panel4.Controls.Add(this.label18);
this.panel4.Controls.Add(this.label17);
this.panel4.Controls.Add(this.label16);
this.panel4.Controls.Add(this.label15);
this.panel4.Controls.Add(this.linklbl_RM);
this.panel4.Controls.Add(this.linklbl_cs);
this.panel4.Controls.Add(this.label14);
this.panel4.Controls.Add(this.linklbl_investorR);
this.panel4.Controls.Add(this.label13);
this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel4.Location = new System.Drawing.Point(3, 377);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(383, 369);
this.panel4.TabIndex = 3;
//
// label18
//
this.label18.AutoSize = true;
this.label18.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label18.Location = new System.Drawing.Point(163, 246);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(127, 25);
this.label18.TabIndex = 8;
this.label18.Text = "10K or 10-Q)";
//
// label17
//
this.label17.AutoSize = true;
this.label17.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label17.Location = new System.Drawing.Point(15, 246);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(150, 25);
this.label17.TabIndex = 8;
this.label17.Text = "proxy statement";
//
// label16
//
this.label16.AutoSize = true;
this.label16.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label16.Location = new System.Drawing.Point(195, 212);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(138, 25);
this.label16.TabIndex = 8;
this.label16.Text = "(annual report,";
//
// label15
//
this.label15.AutoSize = true;
this.label15.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label15.Location = new System.Drawing.Point(168, 151);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(168, 25);
this.label15.TabIndex = 7;
this.label15.Text = "(1-800-438-6278)";
//
// linklbl_RM
//
this.linklbl_RM.AutoSize = true;
this.linklbl_RM.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.linklbl_RM.Location = new System.Drawing.Point(15, 212);
this.linklbl_RM.Name = "linklbl_RM";
this.linklbl_RM.Size = new System.Drawing.Size(168, 25);
this.linklbl_RM.TabIndex = 3;
this.linklbl_RM.TabStop = true;
this.linklbl_RM.Text = "Request Materials";
this.linklbl_RM.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linklbl_RM_LinkClicked);
//
// linklbl_cs
//
this.linklbl_cs.AutoSize = true;
this.linklbl_cs.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.linklbl_cs.Location = new System.Drawing.Point(15, 151);
this.linklbl_cs.Name = "linklbl_cs";
this.linklbl_cs.Size = new System.Drawing.Size(147, 25);
this.linklbl_cs.TabIndex = 3;
this.linklbl_cs.TabStop = true;
this.linklbl_cs.Text = "Computershare";
this.linklbl_cs.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linklbl_cs_LinkClicked);
//
// label14
//
this.label14.AutoSize = true;
this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label14.Location = new System.Drawing.Point(15, 126);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(229, 25);
this.label14.TabIndex = 6;
this.label14.Text = "Walmart\'s transfer agent:";
//
// linklbl_investorR
//
this.linklbl_investorR.AutoSize = true;
this.linklbl_investorR.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.linklbl_investorR.Location = new System.Drawing.Point(15, 67);
this.linklbl_investorR.Name = "linklbl_investorR";
this.linklbl_investorR.Size = new System.Drawing.Size(219, 25);
this.linklbl_investorR.TabIndex = 3;
this.linklbl_investorR.TabStop = true;
this.linklbl_investorR.Text = "Email Investor Relations";
this.linklbl_investorR.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linklbl_investorR_LinkClicked);
//
// label13
//
this.label13.AutoSize = true;
this.label13.Font = new System.Drawing.Font("Segoe UI", 16.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label13.Location = new System.Drawing.Point(14, 14);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(252, 38);
this.label13.TabIndex = 6;
this.label13.Text = "Investor Relations";
//
// panel5
//
this.panel5.BackColor = System.Drawing.SystemColors.InactiveCaption;
this.panel5.Controls.Add(this.label27);
this.panel5.Controls.Add(this.label24);
this.panel5.Controls.Add(this.label21);
this.panel5.Controls.Add(this.label25);
this.panel5.Controls.Add(this.label26);
this.panel5.Controls.Add(this.linklbl_apply);
this.panel5.Controls.Add(this.label22);
this.panel5.Controls.Add(this.label23);
this.panel5.Controls.Add(this.label20);
this.panel5.Controls.Add(this.label19);
this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel5.ForeColor = System.Drawing.SystemColors.ControlText;
this.panel5.Location = new System.Drawing.Point(392, 377);
this.panel5.Name = "panel5";
this.panel5.Size = new System.Drawing.Size(383, 369);
this.panel5.TabIndex = 4;
//
// label27
//
this.label27.AutoSize = true;
this.label27.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label27.Location = new System.Drawing.Point(14, 296);
this.label27.Name = "label27";
this.label27.Size = new System.Drawing.Size(141, 25);
this.label27.TabIndex = 10;
this.label27.Text = " team member.";
//
// label24
//
this.label24.AutoSize = true;
this.label24.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label24.Location = new System.Drawing.Point(14, 271);
this.label24.Name = "label24";
this.label24.Size = new System.Drawing.Size(309, 25);
this.label24.TabIndex = 6;
this.label24.Text = "to the appropriate communications";
//
// label21
//
this.label21.AutoSize = true;
this.label21.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label21.Location = new System.Drawing.Point(14, 193);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(357, 25);
this.label21.TabIndex = 6;
this.label21.Text = "Walmart or refers to doing business with";
//
// label25
//
this.label25.AutoSize = true;
this.label25.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label25.Location = new System.Drawing.Point(14, 246);
this.label25.Name = "label25";
this.label25.Size = new System.Drawing.Size(302, 25);
this.label25.TabIndex = 7;
this.label25.Text = "business contact to be connected";
//
// label26
//
this.label26.AutoSize = true;
this.label26.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label26.Location = new System.Drawing.Point(14, 221);
this.label26.Name = "label26";
this.label26.Size = new System.Drawing.Size(346, 25);
this.label26.TabIndex = 8;
this.label26.Text = "Walmart,please work with your buyer / ";
//
// linklbl_apply
//
this.linklbl_apply.AutoSize = true;
this.linklbl_apply.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.linklbl_apply.Location = new System.Drawing.Point(14, 102);
this.linklbl_apply.Name = "linklbl_apply";
this.linklbl_apply.Size = new System.Drawing.Size(327, 25);
this.linklbl_apply.TabIndex = 9;
this.linklbl_apply.TabStop = true;
this.linklbl_apply.Text = "apply to become a Walmart supplier.";
this.linklbl_apply.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linklbl_apply_LinkClicked);
//
// label22
//
this.label22.AutoSize = true;
this.label22.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label22.Location = new System.Drawing.Point(14, 168);
this.label22.Name = "label22";
this.label22.Size = new System.Drawing.Size(317, 25);
this.label22.TabIndex = 7;
this.label22.Text = "issue a press release that mentions";
//
// label23
//
this.label23.AutoSize = true;
this.label23.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label23.Location = new System.Drawing.Point(14, 143);
this.label23.Name = "label23";
this.label23.Size = new System.Drawing.Size(352, 25);
this.label23.TabIndex = 8;
this.label23.Text = "If you\'re a Walmart supplier and want to";
//
// label20
//
this.label20.AutoSize = true;
this.label20.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label20.Location = new System.Drawing.Point(14, 67);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(124, 25);
this.label20.TabIndex = 9;
this.label20.Text = "Learn how to";
//
// label19
//
this.label19.AutoSize = true;
this.label19.Font = new System.Drawing.Font("Segoe UI", 16.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label19.Location = new System.Drawing.Point(13, 14);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(138, 38);
this.label19.TabIndex = 6;
this.label19.Text = "Suppliers";
//
// panel6
//
this.panel6.BackColor = System.Drawing.SystemColors.InactiveCaption;
this.panel6.Controls.Add(this.btn_Sticket);
this.panel6.Controls.Add(this.label29);
this.panel6.Controls.Add(this.label28);
this.panel6.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel6.Location = new System.Drawing.Point(781, 377);
this.panel6.Name = "panel6";
this.panel6.Size = new System.Drawing.Size(384, 369);
this.panel6.TabIndex = 5;
//
// btn_Sticket
//
this.btn_Sticket.Anchor = System.Windows.Forms.AnchorStyles.None;
this.btn_Sticket.BackColor = System.Drawing.Color.Teal;
this.btn_Sticket.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.btn_Sticket.Font = new System.Drawing.Font("Microsoft YaHei UI", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btn_Sticket.ForeColor = System.Drawing.Color.White;
this.btn_Sticket.Location = new System.Drawing.Point(69, 172);
this.btn_Sticket.Name = "btn_Sticket";
this.btn_Sticket.Size = new System.Drawing.Size(246, 46);
this.btn_Sticket.TabIndex = 13;
this.btn_Sticket.Text = "Submit A Ticket";
this.btn_Sticket.UseVisualStyleBackColor = false;
this.btn_Sticket.Click += new System.EventHandler(this.btn_Sticket_Click);
//
// label29
//
this.label29.AutoSize = true;
this.label29.Font = new System.Drawing.Font("Segoe UI", 16.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label29.Location = new System.Drawing.Point(23, 46);
this.label29.Name = "label29";
this.label29.Size = new System.Drawing.Size(78, 38);
this.label29.TabIndex = 12;
this.label29.Text = "app?";
//
// label28
//
this.label28.AutoSize = true;
this.label28.Font = new System.Drawing.Font("Segoe UI", 16.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label28.Location = new System.Drawing.Point(22, 14);
this.label28.Name = "label28";
this.label28.Size = new System.Drawing.Size(312, 38);
this.label28.TabIndex = 11;
this.label28.Text = "Have an issue with the";
//
// Contact_Us
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.ClientSize = new System.Drawing.Size(1168, 749);
this.Controls.Add(this.tableLayoutPanel1);
this.Name = "Contact_Us";
this.Text = "Contact Us";
this.tableLayoutPanel1.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
this.panel3.ResumeLayout(false);
this.panel3.PerformLayout();
this.panel4.ResumeLayout(false);
this.panel4.PerformLayout();
this.panel5.ResumeLayout(false);
this.panel5.PerformLayout();
this.panel6.ResumeLayout(false);
this.panel6.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.LinkLabel linklbl_contactwalmart;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.Panel panel5;
private System.Windows.Forms.Panel panel6;
private System.Windows.Forms.LinkLabel linklbl_media;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.LinkLabel linklbl_SCCC;
private System.Windows.Forms.LinkLabel linklbl_fhc;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.LinkLabel linklbl_RM;
private System.Windows.Forms.LinkLabel linklbl_cs;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.LinkLabel linklbl_investorR;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label27;
private System.Windows.Forms.Label label24;
private System.Windows.Forms.Label label21;
private System.Windows.Forms.Label label25;
private System.Windows.Forms.Label label26;
private System.Windows.Forms.LinkLabel linklbl_apply;
private System.Windows.Forms.Label label22;
private System.Windows.Forms.Label label23;
private System.Windows.Forms.Label label20;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.Label label28;
private System.Windows.Forms.LinkLabel linklbl_ContactSams;
private System.Windows.Forms.Label label29;
private System.Windows.Forms.Button btn_Sticket;
}
}