-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathucBreakingNews.Designer.vb
796 lines (792 loc) · 40.9 KB
/
ucBreakingNews.Designer.vb
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
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class ucBreakingNews
Inherits System.Windows.Forms.UserControl
'UserControl overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
End Sub
'Required by the Windows Form Designer
Private components As System.ComponentModel.IContainer
'NOTE: The following procedure is required by the Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(ucBreakingNews))
Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Me.gbbreakingnews = New System.Windows.Forms.GroupBox()
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
Me.Label13 = New System.Windows.Forms.Label()
Me.chkusecurrentstory = New System.Windows.Forms.CheckBox()
Me.txtcommand = New System.Windows.Forms.TextBox()
Me.txtcurrentstory = New System.Windows.Forms.TextBox()
Me.Label4 = New System.Windows.Forms.Label()
Me.Label5 = New System.Windows.Forms.Label()
Me.txtport = New System.Windows.Forms.TextBox()
Me.txtdatabasemysql = New System.Windows.Forms.TextBox()
Me.txtpasswordMysql = New System.Windows.Forms.TextBox()
Me.txtusemysql = New System.Windows.Forms.TextBox()
Me.txtservermysql = New System.Windows.Forms.TextBox()
Me.Label3 = New System.Windows.Forms.Label()
Me.Label8 = New System.Windows.Forms.Label()
Me.Label9 = New System.Windows.Forms.Label()
Me.Label10 = New System.Windows.Forms.Label()
Me.cmdPlayHTML = New System.Windows.Forms.Button()
Me.MenuStrip1 = New System.Windows.Forms.MenuStrip()
Me.FileToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.NewToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.OpenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.SaveToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.SaveAsToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.InsertToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.EditToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.CutToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.CopyToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.PasteToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
Me.Label2 = New System.Windows.Forms.Label()
Me.Label50 = New System.Windows.Forms.Label()
Me.txtclockTemplate = New System.Windows.Forms.TextBox()
Me.cmblayertime = New System.Windows.Forms.ComboBox()
Me.cmdhidetime = New System.Windows.Forms.Button()
Me.cmdshowtime = New System.Windows.Forms.Button()
Me.Label1 = New System.Windows.Forms.Label()
Me.txtbnTemplate = New System.Windows.Forms.TextBox()
Me.lblbnfilename = New System.Windows.Forms.Label()
Me.cmdbreakingnewsselectall = New System.Windows.Forms.Button()
Me.cmdbreakingnewssdeelectall = New System.Windows.Forms.Button()
Me.txtbreakingnewsupdateinterval = New System.Windows.Forms.TextBox()
Me.Label113 = New System.Windows.Forms.Label()
Me.cmddeleteclipbreakingnews = New System.Windows.Forms.Button()
Me.cmdmoveupbreakingnews = New System.Windows.Forms.Button()
Me.cmdmovedownbreakingnews = New System.Windows.Forms.Button()
Me.cmdinsertbreakingnews = New System.Windows.Forms.Button()
Me.dgvbreakingnews = New System.Windows.Forms.DataGridView()
Me.DataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewCheckBoxColumn1 = New System.Windows.Forms.DataGridViewCheckBoxColumn()
Me.Column9 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.Column10 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.sn = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.cmdplaybreakingnews = New System.Windows.Forms.Button()
Me.cmdstopbrekingnews = New System.Windows.Forms.Button()
Me.Label11 = New System.Windows.Forms.Label()
Me.cmblayerbreakingnews = New System.Windows.Forms.ComboBox()
Me.tmrshowdata = New System.Windows.Forms.Timer(Me.components)
Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
Me.tmrsn = New System.Windows.Forms.Timer(Me.components)
Me.DataGridViewTextBoxColumn2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn4 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.gbbreakingnews.SuspendLayout()
Me.GroupBox1.SuspendLayout()
Me.MenuStrip1.SuspendLayout()
Me.GroupBox2.SuspendLayout()
CType(Me.dgvbreakingnews, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'gbbreakingnews
'
Me.gbbreakingnews.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
Me.gbbreakingnews.Controls.Add(Me.GroupBox1)
Me.gbbreakingnews.Controls.Add(Me.cmdPlayHTML)
Me.gbbreakingnews.Controls.Add(Me.MenuStrip1)
Me.gbbreakingnews.Controls.Add(Me.GroupBox2)
Me.gbbreakingnews.Controls.Add(Me.Label1)
Me.gbbreakingnews.Controls.Add(Me.txtbnTemplate)
Me.gbbreakingnews.Controls.Add(Me.lblbnfilename)
Me.gbbreakingnews.Controls.Add(Me.cmdbreakingnewsselectall)
Me.gbbreakingnews.Controls.Add(Me.cmdbreakingnewssdeelectall)
Me.gbbreakingnews.Controls.Add(Me.txtbreakingnewsupdateinterval)
Me.gbbreakingnews.Controls.Add(Me.Label113)
Me.gbbreakingnews.Controls.Add(Me.cmddeleteclipbreakingnews)
Me.gbbreakingnews.Controls.Add(Me.cmdmoveupbreakingnews)
Me.gbbreakingnews.Controls.Add(Me.cmdmovedownbreakingnews)
Me.gbbreakingnews.Controls.Add(Me.cmdinsertbreakingnews)
Me.gbbreakingnews.Controls.Add(Me.dgvbreakingnews)
Me.gbbreakingnews.Controls.Add(Me.cmdplaybreakingnews)
Me.gbbreakingnews.Controls.Add(Me.cmdstopbrekingnews)
Me.gbbreakingnews.Controls.Add(Me.Label11)
Me.gbbreakingnews.Controls.Add(Me.cmblayerbreakingnews)
Me.gbbreakingnews.Location = New System.Drawing.Point(3, 4)
Me.gbbreakingnews.Name = "gbbreakingnews"
Me.gbbreakingnews.Size = New System.Drawing.Size(1083, 450)
Me.gbbreakingnews.TabIndex = 532
Me.gbbreakingnews.TabStop = False
Me.gbbreakingnews.Text = "BreakingNews"
'
'GroupBox1
'
Me.GroupBox1.BackColor = System.Drawing.Color.PeachPuff
Me.GroupBox1.Controls.Add(Me.Label13)
Me.GroupBox1.Controls.Add(Me.chkusecurrentstory)
Me.GroupBox1.Controls.Add(Me.txtcommand)
Me.GroupBox1.Controls.Add(Me.txtcurrentstory)
Me.GroupBox1.Controls.Add(Me.Label4)
Me.GroupBox1.Controls.Add(Me.Label5)
Me.GroupBox1.Controls.Add(Me.txtport)
Me.GroupBox1.Controls.Add(Me.txtdatabasemysql)
Me.GroupBox1.Controls.Add(Me.txtpasswordMysql)
Me.GroupBox1.Controls.Add(Me.txtusemysql)
Me.GroupBox1.Controls.Add(Me.txtservermysql)
Me.GroupBox1.Controls.Add(Me.Label3)
Me.GroupBox1.Controls.Add(Me.Label8)
Me.GroupBox1.Controls.Add(Me.Label9)
Me.GroupBox1.Controls.Add(Me.Label10)
Me.GroupBox1.Location = New System.Drawing.Point(767, 108)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(310, 226)
Me.GroupBox1.TabIndex = 752
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "MySql Setting for getting Current strory number"
Me.GroupBox1.Visible = False
'
'Label13
'
Me.Label13.AutoSize = True
Me.Label13.Location = New System.Drawing.Point(42, 203)
Me.Label13.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label13.Name = "Label13"
Me.Label13.Size = New System.Drawing.Size(106, 13)
Me.Label13.TabIndex = 753
Me.Label13.Text = "Current story Number"
'
'chkusecurrentstory
'
Me.chkusecurrentstory.AutoSize = True
Me.chkusecurrentstory.Location = New System.Drawing.Point(51, 180)
Me.chkusecurrentstory.Name = "chkusecurrentstory"
Me.chkusecurrentstory.Size = New System.Drawing.Size(106, 17)
Me.chkusecurrentstory.TabIndex = 754
Me.chkusecurrentstory.Text = "Use CurrentStory"
Me.chkusecurrentstory.UseVisualStyleBackColor = True
'
'txtcommand
'
Me.txtcommand.Location = New System.Drawing.Point(60, 144)
Me.txtcommand.Name = "txtcommand"
Me.txtcommand.Size = New System.Drawing.Size(209, 20)
Me.txtcommand.TabIndex = 24
Me.txtcommand.Text = "SELECT curstory FROM `currentstory`;"
'
'txtcurrentstory
'
Me.txtcurrentstory.Location = New System.Drawing.Point(152, 203)
Me.txtcurrentstory.Name = "txtcurrentstory"
Me.txtcurrentstory.Size = New System.Drawing.Size(36, 20)
Me.txtcurrentstory.TabIndex = 718
Me.txtcurrentstory.Text = "1"
Me.txtcurrentstory.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Location = New System.Drawing.Point(1, 147)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(53, 13)
Me.Label4.TabIndex = 23
Me.Label4.Text = "command"
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.Location = New System.Drawing.Point(28, 121)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(26, 13)
Me.Label5.TabIndex = 14
Me.Label5.Text = "Port"
'
'txtport
'
Me.txtport.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.caspar_media_playback.My.MySettings.Default, "txtsqlport", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
Me.txtport.Location = New System.Drawing.Point(60, 118)
Me.txtport.Name = "txtport"
Me.txtport.Size = New System.Drawing.Size(137, 20)
Me.txtport.TabIndex = 13
Me.txtport.Text = Global.caspar_media_playback.My.MySettings.Default.txtsqlport
'
'txtdatabasemysql
'
Me.txtdatabasemysql.Location = New System.Drawing.Point(60, 92)
Me.txtdatabasemysql.Name = "txtdatabasemysql"
Me.txtdatabasemysql.Size = New System.Drawing.Size(137, 20)
Me.txtdatabasemysql.TabIndex = 22
Me.txtdatabasemysql.Text = "c1news"
'
'txtpasswordMysql
'
Me.txtpasswordMysql.Location = New System.Drawing.Point(60, 66)
Me.txtpasswordMysql.Name = "txtpasswordMysql"
Me.txtpasswordMysql.Size = New System.Drawing.Size(137, 20)
Me.txtpasswordMysql.TabIndex = 21
Me.txtpasswordMysql.Text = "itddkchn"
'
'txtusemysql
'
Me.txtusemysql.Location = New System.Drawing.Point(60, 41)
Me.txtusemysql.Name = "txtusemysql"
Me.txtusemysql.Size = New System.Drawing.Size(137, 20)
Me.txtusemysql.TabIndex = 20
Me.txtusemysql.Text = "itmaint"
'
'txtservermysql
'
Me.txtservermysql.Location = New System.Drawing.Point(60, 18)
Me.txtservermysql.Name = "txtservermysql"
Me.txtservermysql.Size = New System.Drawing.Size(137, 20)
Me.txtservermysql.TabIndex = 19
Me.txtservermysql.Text = "localhost"
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(6, 48)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(29, 13)
Me.Label3.TabIndex = 18
Me.Label3.Text = "User"
'
'Label8
'
Me.Label8.AutoSize = True
Me.Label8.Location = New System.Drawing.Point(4, 99)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(53, 13)
Me.Label8.TabIndex = 15
Me.Label8.Text = "Database"
'
'Label9
'
Me.Label9.AutoSize = True
Me.Label9.Location = New System.Drawing.Point(4, 70)
Me.Label9.Name = "Label9"
Me.Label9.Size = New System.Drawing.Size(53, 13)
Me.Label9.TabIndex = 14
Me.Label9.Text = "Password"
'
'Label10
'
Me.Label10.AutoSize = True
Me.Label10.Location = New System.Drawing.Point(6, 25)
Me.Label10.Name = "Label10"
Me.Label10.Size = New System.Drawing.Size(38, 13)
Me.Label10.TabIndex = 13
Me.Label10.Text = "Server"
'
'cmdPlayHTML
'
Me.cmdPlayHTML.BackColor = System.Drawing.Color.Green
Me.cmdPlayHTML.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cmdPlayHTML.ForeColor = System.Drawing.Color.White
Me.cmdPlayHTML.Location = New System.Drawing.Point(554, 75)
Me.cmdPlayHTML.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
Me.cmdPlayHTML.Name = "cmdPlayHTML"
Me.cmdPlayHTML.Size = New System.Drawing.Size(99, 30)
Me.cmdPlayHTML.TabIndex = 717
Me.cmdPlayHTML.Text = "Play HTML"
Me.ToolTip1.SetToolTip(Me.cmdPlayHTML, "Works good with server 2.3")
Me.cmdPlayHTML.UseVisualStyleBackColor = False
'
'MenuStrip1
'
Me.MenuStrip1.Dock = System.Windows.Forms.DockStyle.None
Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.FileToolStripMenuItem, Me.EditToolStripMenuItem})
Me.MenuStrip1.Location = New System.Drawing.Point(12, 72)
Me.MenuStrip1.Name = "MenuStrip1"
Me.MenuStrip1.Size = New System.Drawing.Size(84, 24)
Me.MenuStrip1.TabIndex = 716
Me.MenuStrip1.Text = "MenuStrip1"
'
'FileToolStripMenuItem
'
Me.FileToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.NewToolStripMenuItem, Me.OpenToolStripMenuItem, Me.SaveToolStripMenuItem, Me.SaveAsToolStripMenuItem, Me.InsertToolStripMenuItem})
Me.FileToolStripMenuItem.Name = "FileToolStripMenuItem"
Me.FileToolStripMenuItem.Size = New System.Drawing.Size(37, 20)
Me.FileToolStripMenuItem.Text = "File"
'
'NewToolStripMenuItem
'
Me.NewToolStripMenuItem.Name = "NewToolStripMenuItem"
Me.NewToolStripMenuItem.Size = New System.Drawing.Size(114, 22)
Me.NewToolStripMenuItem.Text = "New"
'
'OpenToolStripMenuItem
'
Me.OpenToolStripMenuItem.Name = "OpenToolStripMenuItem"
Me.OpenToolStripMenuItem.Size = New System.Drawing.Size(114, 22)
Me.OpenToolStripMenuItem.Text = "Open"
'
'SaveToolStripMenuItem
'
Me.SaveToolStripMenuItem.Name = "SaveToolStripMenuItem"
Me.SaveToolStripMenuItem.Size = New System.Drawing.Size(114, 22)
Me.SaveToolStripMenuItem.Text = "Save"
'
'SaveAsToolStripMenuItem
'
Me.SaveAsToolStripMenuItem.Name = "SaveAsToolStripMenuItem"
Me.SaveAsToolStripMenuItem.Size = New System.Drawing.Size(114, 22)
Me.SaveAsToolStripMenuItem.Text = "Save As"
'
'InsertToolStripMenuItem
'
Me.InsertToolStripMenuItem.Name = "InsertToolStripMenuItem"
Me.InsertToolStripMenuItem.Size = New System.Drawing.Size(114, 22)
Me.InsertToolStripMenuItem.Text = "Insert"
'
'EditToolStripMenuItem
'
Me.EditToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.CutToolStripMenuItem, Me.CopyToolStripMenuItem, Me.PasteToolStripMenuItem})
Me.EditToolStripMenuItem.Name = "EditToolStripMenuItem"
Me.EditToolStripMenuItem.Size = New System.Drawing.Size(39, 20)
Me.EditToolStripMenuItem.Text = "Edit"
'
'CutToolStripMenuItem
'
Me.CutToolStripMenuItem.Name = "CutToolStripMenuItem"
Me.CutToolStripMenuItem.Size = New System.Drawing.Size(102, 22)
Me.CutToolStripMenuItem.Text = "Cut"
'
'CopyToolStripMenuItem
'
Me.CopyToolStripMenuItem.Name = "CopyToolStripMenuItem"
Me.CopyToolStripMenuItem.Size = New System.Drawing.Size(102, 22)
Me.CopyToolStripMenuItem.Text = "Copy"
'
'PasteToolStripMenuItem
'
Me.PasteToolStripMenuItem.Name = "PasteToolStripMenuItem"
Me.PasteToolStripMenuItem.Size = New System.Drawing.Size(102, 22)
Me.PasteToolStripMenuItem.Text = "Paste"
'
'GroupBox2
'
Me.GroupBox2.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(192, Byte), Integer))
Me.GroupBox2.Controls.Add(Me.Label2)
Me.GroupBox2.Controls.Add(Me.Label50)
Me.GroupBox2.Controls.Add(Me.txtclockTemplate)
Me.GroupBox2.Controls.Add(Me.cmblayertime)
Me.GroupBox2.Controls.Add(Me.cmdhidetime)
Me.GroupBox2.Controls.Add(Me.cmdshowtime)
Me.GroupBox2.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.GroupBox2.Location = New System.Drawing.Point(767, 8)
Me.GroupBox2.Name = "GroupBox2"
Me.GroupBox2.Size = New System.Drawing.Size(310, 94)
Me.GroupBox2.TabIndex = 715
Me.GroupBox2.TabStop = False
Me.GroupBox2.Text = "Time Day Date Month"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(7, 34)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(59, 15)
Me.Label2.TabIndex = 718
Me.Label2.Text = "Template"
'
'Label50
'
Me.Label50.AutoSize = True
Me.Label50.Location = New System.Drawing.Point(7, 61)
Me.Label50.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label50.Name = "Label50"
Me.Label50.Size = New System.Drawing.Size(124, 15)
Me.Label50.TabIndex = 505
Me.Label50.Text = "video layer-flash layer"
'
'txtclockTemplate
'
Me.txtclockTemplate.Location = New System.Drawing.Point(77, 30)
Me.txtclockTemplate.Name = "txtclockTemplate"
Me.txtclockTemplate.Size = New System.Drawing.Size(219, 21)
Me.txtclockTemplate.TabIndex = 717
Me.txtclockTemplate.Text = "CMP/time/time"
'
'cmblayertime
'
Me.cmblayertime.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.caspar_media_playback.My.MySettings.Default, "cmblayertime", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
Me.cmblayertime.FormattingEnabled = True
Me.cmblayertime.Items.AddRange(New Object() {"56", "57", "58", "59", "60"})
Me.cmblayertime.Location = New System.Drawing.Point(135, 58)
Me.cmblayertime.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
Me.cmblayertime.Name = "cmblayertime"
Me.cmblayertime.Size = New System.Drawing.Size(40, 23)
Me.cmblayertime.TabIndex = 504
Me.cmblayertime.Text = "56"
'
'cmdhidetime
'
Me.cmdhidetime.BackColor = System.Drawing.Color.Red
Me.cmdhidetime.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cmdhidetime.ForeColor = System.Drawing.Color.White
Me.cmdhidetime.Location = New System.Drawing.Point(248, 58)
Me.cmdhidetime.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
Me.cmdhidetime.Name = "cmdhidetime"
Me.cmdhidetime.Size = New System.Drawing.Size(48, 30)
Me.cmdhidetime.TabIndex = 503
Me.cmdhidetime.Text = "Stop"
Me.cmdhidetime.UseVisualStyleBackColor = False
'
'cmdshowtime
'
Me.cmdshowtime.BackColor = System.Drawing.Color.Green
Me.cmdshowtime.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cmdshowtime.ForeColor = System.Drawing.Color.White
Me.cmdshowtime.Location = New System.Drawing.Point(183, 58)
Me.cmdshowtime.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
Me.cmdshowtime.Name = "cmdshowtime"
Me.cmdshowtime.Size = New System.Drawing.Size(52, 30)
Me.cmdshowtime.TabIndex = 502
Me.cmdshowtime.Text = "Play"
Me.cmdshowtime.UseVisualStyleBackColor = False
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(9, 22)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(51, 13)
Me.Label1.TabIndex = 714
Me.Label1.Text = "Template"
'
'txtbnTemplate
'
Me.txtbnTemplate.Location = New System.Drawing.Point(62, 19)
Me.txtbnTemplate.Name = "txtbnTemplate"
Me.txtbnTemplate.Size = New System.Drawing.Size(353, 20)
Me.txtbnTemplate.TabIndex = 713
Me.txtbnTemplate.Text = "CMP/BreakingNews/BreakingNews"
'
'lblbnfilename
'
Me.lblbnfilename.AutoSize = True
Me.lblbnfilename.Location = New System.Drawing.Point(9, 41)
Me.lblbnfilename.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.lblbnfilename.Name = "lblbnfilename"
Me.lblbnfilename.Size = New System.Drawing.Size(23, 13)
Me.lblbnfilename.TabIndex = 712
Me.lblbnfilename.Text = "File"
'
'cmdbreakingnewsselectall
'
Me.cmdbreakingnewsselectall.Location = New System.Drawing.Point(446, 76)
Me.cmdbreakingnewsselectall.Name = "cmdbreakingnewsselectall"
Me.cmdbreakingnewsselectall.Size = New System.Drawing.Size(75, 23)
Me.cmdbreakingnewsselectall.TabIndex = 495
Me.cmdbreakingnewsselectall.Text = "Select All"
Me.cmdbreakingnewsselectall.UseVisualStyleBackColor = True
'
'cmdbreakingnewssdeelectall
'
Me.cmdbreakingnewssdeelectall.Location = New System.Drawing.Point(446, 51)
Me.cmdbreakingnewssdeelectall.Name = "cmdbreakingnewssdeelectall"
Me.cmdbreakingnewssdeelectall.Size = New System.Drawing.Size(75, 23)
Me.cmdbreakingnewssdeelectall.TabIndex = 494
Me.cmdbreakingnewssdeelectall.Text = "Deselect All"
Me.cmdbreakingnewssdeelectall.UseVisualStyleBackColor = True
'
'txtbreakingnewsupdateinterval
'
Me.txtbreakingnewsupdateinterval.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.caspar_media_playback.My.MySettings.Default, "txtbreakingnewsupdateinterval", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
Me.txtbreakingnewsupdateinterval.Location = New System.Drawing.Point(704, 43)
Me.txtbreakingnewsupdateinterval.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
Me.txtbreakingnewsupdateinterval.Name = "txtbreakingnewsupdateinterval"
Me.txtbreakingnewsupdateinterval.Size = New System.Drawing.Size(32, 20)
Me.txtbreakingnewsupdateinterval.TabIndex = 493
Me.txtbreakingnewsupdateinterval.Text = "4000"
'
'Label113
'
Me.Label113.AutoSize = True
Me.Label113.Location = New System.Drawing.Point(597, 47)
Me.Label113.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label113.Name = "Label113"
Me.Label113.Size = New System.Drawing.Size(99, 13)
Me.Label113.TabIndex = 492
Me.Label113.Text = "Update Interval(ms)"
'
'cmddeleteclipbreakingnews
'
Me.cmddeleteclipbreakingnews.Font = New System.Drawing.Font("Microsoft Sans Serif", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cmddeleteclipbreakingnews.Image = CType(resources.GetObject("cmddeleteclipbreakingnews.Image"), System.Drawing.Image)
Me.cmddeleteclipbreakingnews.Location = New System.Drawing.Point(213, 74)
Me.cmddeleteclipbreakingnews.Name = "cmddeleteclipbreakingnews"
Me.cmddeleteclipbreakingnews.Size = New System.Drawing.Size(33, 22)
Me.cmddeleteclipbreakingnews.TabIndex = 490
Me.cmddeleteclipbreakingnews.UseVisualStyleBackColor = True
'
'cmdmoveupbreakingnews
'
Me.cmdmoveupbreakingnews.Image = CType(resources.GetObject("cmdmoveupbreakingnews.Image"), System.Drawing.Image)
Me.cmdmoveupbreakingnews.Location = New System.Drawing.Point(104, 74)
Me.cmdmoveupbreakingnews.Name = "cmdmoveupbreakingnews"
Me.cmdmoveupbreakingnews.Size = New System.Drawing.Size(28, 23)
Me.cmdmoveupbreakingnews.TabIndex = 488
Me.cmdmoveupbreakingnews.UseVisualStyleBackColor = True
'
'cmdmovedownbreakingnews
'
Me.cmdmovedownbreakingnews.Image = CType(resources.GetObject("cmdmovedownbreakingnews.Image"), System.Drawing.Image)
Me.cmdmovedownbreakingnews.Location = New System.Drawing.Point(133, 74)
Me.cmdmovedownbreakingnews.Name = "cmdmovedownbreakingnews"
Me.cmdmovedownbreakingnews.Size = New System.Drawing.Size(36, 23)
Me.cmdmovedownbreakingnews.TabIndex = 489
Me.cmdmovedownbreakingnews.UseVisualStyleBackColor = True
'
'cmdinsertbreakingnews
'
Me.cmdinsertbreakingnews.Image = CType(resources.GetObject("cmdinsertbreakingnews.Image"), System.Drawing.Image)
Me.cmdinsertbreakingnews.Location = New System.Drawing.Point(170, 74)
Me.cmdinsertbreakingnews.Name = "cmdinsertbreakingnews"
Me.cmdinsertbreakingnews.Size = New System.Drawing.Size(41, 23)
Me.cmdinsertbreakingnews.TabIndex = 487
Me.cmdinsertbreakingnews.UseVisualStyleBackColor = True
'
'dgvbreakingnews
'
Me.dgvbreakingnews.AllowDrop = True
Me.dgvbreakingnews.AllowUserToOrderColumns = True
DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
Me.dgvbreakingnews.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
Me.dgvbreakingnews.BackgroundColor = System.Drawing.SystemColors.Window
DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
DataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control
DataGridViewCellStyle2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText
DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight
DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
Me.dgvbreakingnews.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
Me.dgvbreakingnews.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.dgvbreakingnews.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DataGridViewTextBoxColumn1, Me.DataGridViewCheckBoxColumn1, Me.Column9, Me.Column10, Me.sn})
DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window
DataGridViewCellStyle3.Font = New System.Drawing.Font("Microsoft Sans Serif", 15.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText
DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
Me.dgvbreakingnews.DefaultCellStyle = DataGridViewCellStyle3
Me.dgvbreakingnews.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter
Me.dgvbreakingnews.Location = New System.Drawing.Point(7, 104)
Me.dgvbreakingnews.MultiSelect = False
Me.dgvbreakingnews.Name = "dgvbreakingnews"
DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
DataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control
DataGridViewCellStyle4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText
DataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight
DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText
DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
Me.dgvbreakingnews.RowHeadersDefaultCellStyle = DataGridViewCellStyle4
Me.dgvbreakingnews.RowHeadersWidth = 25
Me.dgvbreakingnews.RowTemplate.Height = 30
Me.dgvbreakingnews.Size = New System.Drawing.Size(738, 341)
Me.dgvbreakingnews.TabIndex = 486
'
'DataGridViewTextBoxColumn1
'
Me.DataGridViewTextBoxColumn1.Frozen = True
Me.DataGridViewTextBoxColumn1.HeaderText = "xf2"
Me.DataGridViewTextBoxColumn1.MinimumWidth = 350
Me.DataGridViewTextBoxColumn1.Name = "DataGridViewTextBoxColumn1"
Me.DataGridViewTextBoxColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
Me.DataGridViewTextBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable
Me.DataGridViewTextBoxColumn1.Width = 375
'
'DataGridViewCheckBoxColumn1
'
Me.DataGridViewCheckBoxColumn1.FalseValue = "0"
Me.DataGridViewCheckBoxColumn1.FillWeight = 20.0!
Me.DataGridViewCheckBoxColumn1.HeaderText = ""
Me.DataGridViewCheckBoxColumn1.Name = "DataGridViewCheckBoxColumn1"
Me.DataGridViewCheckBoxColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
Me.DataGridViewCheckBoxColumn1.TrueValue = "1"
Me.DataGridViewCheckBoxColumn1.Width = 30
'
'Column9
'
Me.Column9.HeaderText = "xf0"
Me.Column9.Name = "Column9"
'
'Column10
'
Me.Column10.HeaderText = "xf1"
Me.Column10.Name = "Column10"
'
'sn
'
Me.sn.FillWeight = 30.0!
Me.sn.HeaderText = "StoryNumber"
Me.sn.Name = "sn"
Me.sn.Width = 75
'
'cmdplaybreakingnews
'
Me.cmdplaybreakingnews.BackColor = System.Drawing.Color.Green
Me.cmdplaybreakingnews.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cmdplaybreakingnews.ForeColor = System.Drawing.Color.White
Me.cmdplaybreakingnews.Location = New System.Drawing.Point(661, 73)
Me.cmdplaybreakingnews.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
Me.cmdplaybreakingnews.Name = "cmdplaybreakingnews"
Me.cmdplaybreakingnews.Size = New System.Drawing.Size(48, 30)
Me.cmdplaybreakingnews.TabIndex = 434
Me.cmdplaybreakingnews.Text = "Play"
Me.cmdplaybreakingnews.UseVisualStyleBackColor = False
'
'cmdstopbrekingnews
'
Me.cmdstopbrekingnews.BackColor = System.Drawing.Color.Red
Me.cmdstopbrekingnews.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cmdstopbrekingnews.ForeColor = System.Drawing.Color.White
Me.cmdstopbrekingnews.Location = New System.Drawing.Point(709, 72)
Me.cmdstopbrekingnews.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
Me.cmdstopbrekingnews.Name = "cmdstopbrekingnews"
Me.cmdstopbrekingnews.Size = New System.Drawing.Size(51, 30)
Me.cmdstopbrekingnews.TabIndex = 435
Me.cmdstopbrekingnews.Text = "Stop"
Me.cmdstopbrekingnews.UseVisualStyleBackColor = False
'
'Label11
'
Me.Label11.AutoSize = True
Me.Label11.Location = New System.Drawing.Point(575, 16)
Me.Label11.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label11.Name = "Label11"
Me.Label11.Size = New System.Drawing.Size(108, 13)
Me.Label11.TabIndex = 431
Me.Label11.Text = "video layer-flash layer"
'
'cmblayerbreakingnews
'
Me.cmblayerbreakingnews.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.caspar_media_playback.My.MySettings.Default, "cmblayerbreakingnews", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
Me.cmblayerbreakingnews.FormattingEnabled = True
Me.cmblayerbreakingnews.Items.AddRange(New Object() {"46", "47", "48", "49", "50"})
Me.cmblayerbreakingnews.Location = New System.Drawing.Point(686, 12)
Me.cmblayerbreakingnews.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
Me.cmblayerbreakingnews.Name = "cmblayerbreakingnews"
Me.cmblayerbreakingnews.Size = New System.Drawing.Size(40, 21)
Me.cmblayerbreakingnews.TabIndex = 430
Me.cmblayerbreakingnews.Text = "46"
'
'tmrshowdata
'
Me.tmrshowdata.Interval = 4000
'
'tmrsn
'
Me.tmrsn.Interval = 1000
'
'DataGridViewTextBoxColumn2
'
Me.DataGridViewTextBoxColumn2.HeaderText = "xf0"
Me.DataGridViewTextBoxColumn2.Name = "DataGridViewTextBoxColumn2"
Me.DataGridViewTextBoxColumn2.Width = 125
'
'DataGridViewTextBoxColumn3
'
Me.DataGridViewTextBoxColumn3.HeaderText = "xf1"
Me.DataGridViewTextBoxColumn3.Name = "DataGridViewTextBoxColumn3"
Me.DataGridViewTextBoxColumn3.Width = 125
'
'DataGridViewTextBoxColumn4
'
Me.DataGridViewTextBoxColumn4.FillWeight = 30.0!
Me.DataGridViewTextBoxColumn4.HeaderText = "StoryNu"
Me.DataGridViewTextBoxColumn4.Name = "DataGridViewTextBoxColumn4"
Me.DataGridViewTextBoxColumn4.Width = 30
'
'ucBreakingNews
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.SystemColors.ControlDarkDark
Me.Controls.Add(Me.gbbreakingnews)
Me.Name = "ucBreakingNews"
Me.Size = New System.Drawing.Size(1091, 458)
Me.gbbreakingnews.ResumeLayout(False)
Me.gbbreakingnews.PerformLayout()
Me.GroupBox1.ResumeLayout(False)
Me.GroupBox1.PerformLayout()
Me.MenuStrip1.ResumeLayout(False)
Me.MenuStrip1.PerformLayout()
Me.GroupBox2.ResumeLayout(False)
Me.GroupBox2.PerformLayout()
CType(Me.dgvbreakingnews, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
End Sub
Friend WithEvents gbbreakingnews As System.Windows.Forms.GroupBox
Friend WithEvents lblbnfilename As System.Windows.Forms.Label
Friend WithEvents cmdbreakingnewsselectall As System.Windows.Forms.Button
Friend WithEvents cmdbreakingnewssdeelectall As System.Windows.Forms.Button
Friend WithEvents txtbreakingnewsupdateinterval As System.Windows.Forms.TextBox
Friend WithEvents Label113 As System.Windows.Forms.Label
Friend WithEvents cmddeleteclipbreakingnews As System.Windows.Forms.Button
Friend WithEvents cmdmoveupbreakingnews As System.Windows.Forms.Button
Friend WithEvents cmdmovedownbreakingnews As System.Windows.Forms.Button
Friend WithEvents cmdinsertbreakingnews As System.Windows.Forms.Button
Friend WithEvents dgvbreakingnews As System.Windows.Forms.DataGridView
Friend WithEvents cmdplaybreakingnews As System.Windows.Forms.Button
Friend WithEvents cmdstopbrekingnews As System.Windows.Forms.Button
Friend WithEvents Label11 As System.Windows.Forms.Label
Friend WithEvents cmblayerbreakingnews As System.Windows.Forms.ComboBox
Friend WithEvents tmrshowdata As System.Windows.Forms.Timer
Friend WithEvents Label1 As Label
Friend WithEvents txtbnTemplate As TextBox
Friend WithEvents GroupBox2 As GroupBox
Friend WithEvents Label50 As Label
Friend WithEvents cmblayertime As ComboBox
Friend WithEvents cmdhidetime As Button
Friend WithEvents cmdshowtime As Button
Friend WithEvents MenuStrip1 As MenuStrip
Friend WithEvents FileToolStripMenuItem As ToolStripMenuItem
Friend WithEvents NewToolStripMenuItem As ToolStripMenuItem
Friend WithEvents OpenToolStripMenuItem As ToolStripMenuItem
Friend WithEvents SaveToolStripMenuItem As ToolStripMenuItem
Friend WithEvents EditToolStripMenuItem As ToolStripMenuItem
Friend WithEvents CutToolStripMenuItem As ToolStripMenuItem
Friend WithEvents CopyToolStripMenuItem As ToolStripMenuItem
Friend WithEvents PasteToolStripMenuItem As ToolStripMenuItem
Friend WithEvents Label2 As Label
Friend WithEvents txtclockTemplate As TextBox
Friend WithEvents cmdPlayHTML As Button
Friend WithEvents ToolTip1 As ToolTip
Friend WithEvents DataGridViewTextBoxColumn2 As DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn3 As DataGridViewTextBoxColumn
Friend WithEvents SaveAsToolStripMenuItem As ToolStripMenuItem
Friend WithEvents InsertToolStripMenuItem As ToolStripMenuItem
Friend WithEvents txtcurrentstory As TextBox
Friend WithEvents DataGridViewTextBoxColumn4 As DataGridViewTextBoxColumn
Friend WithEvents tmrsn As Timer
Friend WithEvents Label13 As Label
Friend WithEvents GroupBox1 As GroupBox
Friend WithEvents Label5 As Label
Friend WithEvents txtport As TextBox
Friend WithEvents txtdatabasemysql As TextBox
Friend WithEvents txtpasswordMysql As TextBox
Friend WithEvents txtusemysql As TextBox
Friend WithEvents txtservermysql As TextBox
Friend WithEvents Label3 As Label
Friend WithEvents Label8 As Label
Friend WithEvents Label9 As Label
Friend WithEvents Label10 As Label
Friend WithEvents txtcommand As TextBox
Friend WithEvents Label4 As Label
Friend WithEvents chkusecurrentstory As CheckBox
Friend WithEvents DataGridViewTextBoxColumn1 As DataGridViewTextBoxColumn
Friend WithEvents DataGridViewCheckBoxColumn1 As DataGridViewCheckBoxColumn
Friend WithEvents Column9 As DataGridViewTextBoxColumn
Friend WithEvents Column10 As DataGridViewTextBoxColumn
Friend WithEvents sn As DataGridViewTextBoxColumn
End Class