-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfrmDigitalSlate.Designer.vb
More file actions
715 lines (710 loc) · 36.1 KB
/
frmDigitalSlate.Designer.vb
File metadata and controls
715 lines (710 loc) · 36.1 KB
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
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class frmDigitalSlate
Inherits System.Windows.Forms.Form
'Form 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(frmDigitalSlate))
Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
Me.cmsPrimary = New System.Windows.Forms.ContextMenuStrip(Me.components)
Me.tsiEdit = New System.Windows.Forms.ToolStripMenuItem()
Me.ToolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator()
Me.tsiLoadProfile = New System.Windows.Forms.ToolStripMenuItem()
Me.tsiSaveProfile = New System.Windows.Forms.ToolStripMenuItem()
Me.ToolStripSeparator5 = New System.Windows.Forms.ToolStripSeparator()
Me.tsiExportMarkersNow = New System.Windows.Forms.ToolStripMenuItem()
Me.tsiOpenLogFolder = New System.Windows.Forms.ToolStripMenuItem()
Me.tsiRevealCurrentMarkerFile = New System.Windows.Forms.ToolStripMenuItem()
Me.tsiValidateMarkerCsv = New System.Windows.Forms.ToolStripMenuItem()
Me.ToolStripSeparator4 = New System.Windows.Forms.ToolStripSeparator()
Me.tsiOptions = New System.Windows.Forms.ToolStripMenuItem()
Me.tsiLtcCalibrationTone = New System.Windows.Forms.ToolStripMenuItem()
Me.tsiChangeLogo = New System.Windows.Forms.ToolStripMenuItem()
Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator()
Me.tsiZeroTC = New System.Windows.Forms.ToolStripMenuItem()
Me.tsiReset = New System.Windows.Forms.ToolStripMenuItem()
Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
Me.tsiExit = New System.Windows.Forms.ToolStripMenuItem()
Me.plPrimary = New System.Windows.Forms.Panel()
Me.cbLock = New System.Windows.Forms.CheckBox()
Me.nudTakes = New System.Windows.Forms.NumericUpDown()
Me.butSwAudio = New System.Windows.Forms.Button()
Me.butSwDayNit = New System.Windows.Forms.Button()
Me.butSwIntExt = New System.Windows.Forms.Button()
Me.butEdit = New System.Windows.Forms.Button()
Me.cbTakeInc = New System.Windows.Forms.CheckBox()
Me.butQuit = New System.Windows.Forms.Button()
Me.lblHideMos = New System.Windows.Forms.Label()
Me.lblHideSync = New System.Windows.Forms.Label()
Me.lblHideNite = New System.Windows.Forms.Label()
Me.lblHideDay = New System.Windows.Forms.Label()
Me.lblHideExt = New System.Windows.Forms.Label()
Me.lblHideInt = New System.Windows.Forms.Label()
Me.lblDate = New System.Windows.Forms.Label()
Me.lblFPS = New System.Windows.Forms.Label()
Me.lblDOP = New System.Windows.Forms.Label()
Me.lblDirector = New System.Windows.Forms.Label()
Me.lblProduction = New System.Windows.Forms.Label()
Me.lblRoll = New System.Windows.Forms.Label()
Me.lblTake = New System.Windows.Forms.Label()
Me.lblScene = New System.Windows.Forms.Label()
Me.lblTimecode = New System.Windows.Forms.Label()
Me.lblLtcStatus = New System.Windows.Forms.Label()
Me.pbLogoSlot = New System.Windows.Forms.PictureBox()
Me.pbClapper = New System.Windows.Forms.PictureBox()
Me.pbSlateBody = New System.Windows.Forms.PictureBox()
Me.cmsPrimary.SuspendLayout()
Me.plPrimary.SuspendLayout()
CType(Me.nudTakes, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.pbLogoSlot, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.pbClapper, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.pbSlateBody, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'Timer1
'
'
'cmsPrimary
'
Me.cmsPrimary.ImageScalingSize = New System.Drawing.Size(28, 28)
Me.cmsPrimary.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tsiEdit, Me.ToolStripSeparator3, Me.tsiLoadProfile, Me.tsiSaveProfile, Me.ToolStripSeparator5, Me.tsiExportMarkersNow, Me.tsiOpenLogFolder, Me.tsiRevealCurrentMarkerFile, Me.tsiValidateMarkerCsv, Me.ToolStripSeparator4, Me.tsiOptions, Me.tsiLtcCalibrationTone, Me.tsiChangeLogo, Me.ToolStripSeparator2, Me.tsiZeroTC, Me.tsiReset, Me.ToolStripSeparator1, Me.tsiExit})
Me.cmsPrimary.Name = "cmsPrimary"
Me.cmsPrimary.Size = New System.Drawing.Size(266, 346)
'
'tsiEdit
'
Me.tsiEdit.AutoToolTip = True
Me.tsiEdit.Name = "tsiEdit"
Me.tsiEdit.ShortcutKeys = CType(((System.Windows.Forms.Keys.Alt Or System.Windows.Forms.Keys.Shift) _
Or System.Windows.Forms.Keys.E), System.Windows.Forms.Keys)
Me.tsiEdit.Size = New System.Drawing.Size(265, 24)
Me.tsiEdit.Text = "&Edit Slate"
'
'ToolStripSeparator3
'
Me.ToolStripSeparator3.Name = "ToolStripSeparator3"
Me.ToolStripSeparator3.Size = New System.Drawing.Size(262, 6)
'
'tsiLoadProfile
'
Me.tsiLoadProfile.Name = "tsiLoadProfile"
Me.tsiLoadProfile.ShortcutKeys = CType(((System.Windows.Forms.Keys.Alt Or System.Windows.Forms.Keys.Shift) _
Or System.Windows.Forms.Keys.O), System.Windows.Forms.Keys)
Me.tsiLoadProfile.Size = New System.Drawing.Size(265, 24)
Me.tsiLoadProfile.Text = "Load Slate"
'
'tsiSaveProfile
'
Me.tsiSaveProfile.Name = "tsiSaveProfile"
Me.tsiSaveProfile.ShortcutKeys = CType(((System.Windows.Forms.Keys.Alt Or System.Windows.Forms.Keys.Shift) _
Or System.Windows.Forms.Keys.S), System.Windows.Forms.Keys)
Me.tsiSaveProfile.Size = New System.Drawing.Size(265, 24)
Me.tsiSaveProfile.Text = "Save Slate"
'
'ToolStripSeparator5
'
Me.ToolStripSeparator5.Name = "ToolStripSeparator5"
Me.ToolStripSeparator5.Size = New System.Drawing.Size(262, 6)
'
'tsiExportMarkersNow
'
Me.tsiExportMarkersNow.Name = "tsiExportMarkersNow"
Me.tsiExportMarkersNow.Size = New System.Drawing.Size(265, 24)
Me.tsiExportMarkersNow.Text = "Export Session Markers Now"
'
'tsiOpenLogFolder
'
Me.tsiOpenLogFolder.Name = "tsiOpenLogFolder"
Me.tsiOpenLogFolder.Size = New System.Drawing.Size(265, 24)
Me.tsiOpenLogFolder.Text = "Open Marker Log Folder"
'
'tsiRevealCurrentMarkerFile
'
Me.tsiRevealCurrentMarkerFile.Name = "tsiRevealCurrentMarkerFile"
Me.tsiRevealCurrentMarkerFile.Size = New System.Drawing.Size(265, 24)
Me.tsiRevealCurrentMarkerFile.Text = "Reveal Current Marker File"
'
'tsiValidateMarkerCsv
'
Me.tsiValidateMarkerCsv.Name = "tsiValidateMarkerCsv"
Me.tsiValidateMarkerCsv.Size = New System.Drawing.Size(265, 24)
Me.tsiValidateMarkerCsv.Text = "Validate Marker CSV"
'
'ToolStripSeparator4
'
Me.ToolStripSeparator4.Name = "ToolStripSeparator4"
Me.ToolStripSeparator4.Size = New System.Drawing.Size(262, 6)
'
'tsiOptions
'
Me.tsiOptions.AutoToolTip = True
Me.tsiOptions.Name = "tsiOptions"
Me.tsiOptions.Size = New System.Drawing.Size(265, 24)
Me.tsiOptions.Text = "&Settings..."
'
'tsiLtcCalibrationTone
'
Me.tsiLtcCalibrationTone.Name = "tsiLtcCalibrationTone"
Me.tsiLtcCalibrationTone.Size = New System.Drawing.Size(265, 24)
Me.tsiLtcCalibrationTone.Text = "Play LTC Reference Tone"
'
'tsiChangeLogo
'
Me.tsiChangeLogo.AutoToolTip = True
Me.tsiChangeLogo.Name = "tsiChangeLogo"
Me.tsiChangeLogo.Size = New System.Drawing.Size(265, 24)
Me.tsiChangeLogo.Text = "Change Logo..."
Me.tsiChangeLogo.ToolTipText = "Change Company Logo"
'
'ToolStripSeparator2
'
Me.ToolStripSeparator2.Name = "ToolStripSeparator2"
Me.ToolStripSeparator2.Size = New System.Drawing.Size(262, 6)
'
'tsiZeroTC
'
Me.tsiZeroTC.Name = "tsiZeroTC"
Me.tsiZeroTC.Size = New System.Drawing.Size(265, 24)
Me.tsiZeroTC.Text = "Zero Timecode"
'
'tsiReset
'
Me.tsiReset.AutoToolTip = True
Me.tsiReset.Name = "tsiReset"
Me.tsiReset.Size = New System.Drawing.Size(265, 24)
Me.tsiReset.Text = "&Restore Defaults"
'
'ToolStripSeparator1
'
Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
Me.ToolStripSeparator1.Size = New System.Drawing.Size(262, 6)
'
'tsiExit
'
Me.tsiExit.AutoToolTip = True
Me.tsiExit.Name = "tsiExit"
Me.tsiExit.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.Q), System.Windows.Forms.Keys)
Me.tsiExit.Size = New System.Drawing.Size(265, 24)
Me.tsiExit.Text = "&Quit"
'
'plPrimary
'
Me.plPrimary.Anchor = System.Windows.Forms.AnchorStyles.None
Me.plPrimary.Controls.Add(Me.cbLock)
Me.plPrimary.Controls.Add(Me.nudTakes)
Me.plPrimary.Controls.Add(Me.butSwAudio)
Me.plPrimary.Controls.Add(Me.butSwDayNit)
Me.plPrimary.Controls.Add(Me.butSwIntExt)
Me.plPrimary.Controls.Add(Me.butEdit)
Me.plPrimary.Controls.Add(Me.cbTakeInc)
Me.plPrimary.Controls.Add(Me.butQuit)
Me.plPrimary.Controls.Add(Me.lblHideMos)
Me.plPrimary.Controls.Add(Me.lblHideSync)
Me.plPrimary.Controls.Add(Me.lblHideNite)
Me.plPrimary.Controls.Add(Me.lblHideDay)
Me.plPrimary.Controls.Add(Me.lblHideExt)
Me.plPrimary.Controls.Add(Me.lblHideInt)
Me.plPrimary.Controls.Add(Me.lblDate)
Me.plPrimary.Controls.Add(Me.lblFPS)
Me.plPrimary.Controls.Add(Me.lblDOP)
Me.plPrimary.Controls.Add(Me.lblDirector)
Me.plPrimary.Controls.Add(Me.lblProduction)
Me.plPrimary.Controls.Add(Me.lblRoll)
Me.plPrimary.Controls.Add(Me.lblTake)
Me.plPrimary.Controls.Add(Me.lblScene)
Me.plPrimary.Controls.Add(Me.lblTimecode)
Me.plPrimary.Controls.Add(Me.lblLtcStatus)
Me.plPrimary.Controls.Add(Me.pbLogoSlot)
Me.plPrimary.Controls.Add(Me.pbClapper)
Me.plPrimary.Controls.Add(Me.pbSlateBody)
Me.plPrimary.Location = New System.Drawing.Point(46, 67)
Me.plPrimary.Margin = New System.Windows.Forms.Padding(2)
Me.plPrimary.MaximumSize = New System.Drawing.Size(1357, 857)
Me.plPrimary.MinimumSize = New System.Drawing.Size(1357, 857)
Me.plPrimary.Name = "plPrimary"
Me.plPrimary.Size = New System.Drawing.Size(1357, 857)
Me.plPrimary.TabIndex = 20
'
'cbLock
'
Me.cbLock.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.cbLock.CheckAlign = System.Drawing.ContentAlignment.MiddleRight
Me.cbLock.Cursor = System.Windows.Forms.Cursors.Hand
Me.cbLock.Font = New System.Drawing.Font("HelveticaNeueLT Std Lt", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cbLock.ForeColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
Me.cbLock.Location = New System.Drawing.Point(1126, 287)
Me.cbLock.Margin = New System.Windows.Forms.Padding(0)
Me.cbLock.Name = "cbLock"
Me.cbLock.Size = New System.Drawing.Size(185, 28)
Me.cbLock.TabIndex = 46
Me.cbLock.Text = "🔒LOCK SLATE"
Me.cbLock.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.cbLock.UseVisualStyleBackColor = True
'
'nudTakes
'
Me.nudTakes.Cursor = System.Windows.Forms.Cursors.HSplit
Me.nudTakes.Font = New System.Drawing.Font("Helvetica Neue", 19.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.nudTakes.ForeColor = System.Drawing.Color.White
Me.nudTakes.Location = New System.Drawing.Point(588, 180)
Me.nudTakes.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
Me.nudTakes.Name = "nudTakes"
Me.nudTakes.Size = New System.Drawing.Size(30, 46)
Me.nudTakes.TabIndex = 44
Me.nudTakes.Value = New Decimal(New Integer() {1, 0, 0, 0})
'
'butSwAudio
'
Me.butSwAudio.AutoSize = True
Me.butSwAudio.BackColor = System.Drawing.Color.Gainsboro
Me.butSwAudio.FlatAppearance.BorderSize = 0
Me.butSwAudio.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.butSwAudio.Font = New System.Drawing.Font("Arial", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.butSwAudio.ForeColor = System.Drawing.Color.Red
Me.butSwAudio.Location = New System.Drawing.Point(887, 669)
Me.butSwAudio.Margin = New System.Windows.Forms.Padding(0)
Me.butSwAudio.MaximumSize = New System.Drawing.Size(57, 57)
Me.butSwAudio.Name = "butSwAudio"
Me.butSwAudio.Size = New System.Drawing.Size(57, 57)
Me.butSwAudio.TabIndex = 42
Me.butSwAudio.Text = "🔄"
Me.butSwAudio.UseVisualStyleBackColor = False
'
'butSwDayNit
'
Me.butSwDayNit.AutoSize = True
Me.butSwDayNit.BackColor = System.Drawing.Color.Gainsboro
Me.butSwDayNit.FlatAppearance.BorderSize = 0
Me.butSwDayNit.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.butSwDayNit.Font = New System.Drawing.Font("Arial", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.butSwDayNit.ForeColor = System.Drawing.Color.Red
Me.butSwDayNit.Location = New System.Drawing.Point(441, 669)
Me.butSwDayNit.Margin = New System.Windows.Forms.Padding(0)
Me.butSwDayNit.MaximumSize = New System.Drawing.Size(57, 57)
Me.butSwDayNit.Name = "butSwDayNit"
Me.butSwDayNit.Size = New System.Drawing.Size(57, 57)
Me.butSwDayNit.TabIndex = 41
Me.butSwDayNit.Text = "🔄"
Me.butSwDayNit.UseVisualStyleBackColor = False
'
'butSwIntExt
'
Me.butSwIntExt.AutoSize = True
Me.butSwIntExt.BackColor = System.Drawing.Color.Gainsboro
Me.butSwIntExt.FlatAppearance.BorderSize = 0
Me.butSwIntExt.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.butSwIntExt.Font = New System.Drawing.Font("Arial", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.butSwIntExt.ForeColor = System.Drawing.Color.Red
Me.butSwIntExt.Location = New System.Drawing.Point(34, 669)
Me.butSwIntExt.Margin = New System.Windows.Forms.Padding(0)
Me.butSwIntExt.MaximumSize = New System.Drawing.Size(57, 57)
Me.butSwIntExt.Name = "butSwIntExt"
Me.butSwIntExt.Size = New System.Drawing.Size(57, 57)
Me.butSwIntExt.TabIndex = 40
Me.butSwIntExt.Text = "🔄"
Me.butSwIntExt.UseVisualStyleBackColor = False
'
'butEdit
'
Me.butEdit.BackColor = System.Drawing.Color.Gainsboro
Me.butEdit.FlatAppearance.BorderSize = 0
Me.butEdit.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.butEdit.Font = New System.Drawing.Font("HelveticaNeueLT Std Cn", 13.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.butEdit.ForeColor = System.Drawing.Color.Red
Me.butEdit.Location = New System.Drawing.Point(34, 180)
Me.butEdit.Margin = New System.Windows.Forms.Padding(0)
Me.butEdit.MaximumSize = New System.Drawing.Size(65, 65)
Me.butEdit.Name = "butEdit"
Me.butEdit.Size = New System.Drawing.Size(65, 65)
Me.butEdit.TabIndex = 39
Me.butEdit.Text = "EDIT"
Me.butEdit.UseVisualStyleBackColor = False
'
'cbTakeInc
'
Me.cbTakeInc.BackColor = System.Drawing.Color.White
Me.cbTakeInc.FlatAppearance.BorderColor = System.Drawing.Color.DarkGray
Me.cbTakeInc.FlatAppearance.BorderSize = 2
Me.cbTakeInc.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.cbTakeInc.Font = New System.Drawing.Font("HelveticaNeueLT Std Ext", 10.2!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cbTakeInc.ForeColor = System.Drawing.Color.Red
Me.cbTakeInc.Location = New System.Drawing.Point(557, 244)
Me.cbTakeInc.Margin = New System.Windows.Forms.Padding(2)
Me.cbTakeInc.Name = "cbTakeInc"
Me.cbTakeInc.Size = New System.Drawing.Size(188, 24)
Me.cbTakeInc.TabIndex = 38
Me.cbTakeInc.Text = "Auto Increment"
Me.cbTakeInc.TextAlign = System.Drawing.ContentAlignment.TopLeft
Me.cbTakeInc.UseCompatibleTextRendering = True
Me.cbTakeInc.UseVisualStyleBackColor = False
'
'butQuit
'
Me.butQuit.BackColor = System.Drawing.Color.DimGray
Me.butQuit.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
Me.butQuit.FlatAppearance.BorderSize = 0
Me.butQuit.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Gray
Me.butQuit.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Silver
Me.butQuit.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.butQuit.Font = New System.Drawing.Font("Segoe MDL2 Assets", 16.0!, System.Drawing.FontStyle.Bold)
Me.butQuit.ForeColor = System.Drawing.Color.White
Me.butQuit.Location = New System.Drawing.Point(1279, 36)
Me.butQuit.Margin = New System.Windows.Forms.Padding(0)
Me.butQuit.Name = "butQuit"
Me.butQuit.Size = New System.Drawing.Size(32, 32)
Me.butQuit.TabIndex = 37
Me.butQuit.Text = ""
Me.butQuit.UseCompatibleTextRendering = True
Me.butQuit.UseVisualStyleBackColor = False
'
'lblHideMos
'
Me.lblHideMos.BackColor = System.Drawing.Color.White
Me.lblHideMos.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.lblHideMos.Font = New System.Drawing.Font("Microsoft Sans Serif", 18.0!, System.Drawing.FontStyle.Bold)
Me.lblHideMos.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer))
Me.lblHideMos.Location = New System.Drawing.Point(1120, 657)
Me.lblHideMos.Margin = New System.Windows.Forms.Padding(0)
Me.lblHideMos.Name = "lblHideMos"
Me.lblHideMos.Size = New System.Drawing.Size(141, 71)
Me.lblHideMos.TabIndex = 36
Me.lblHideMos.Visible = False
'
'lblHideSync
'
Me.lblHideSync.BackColor = System.Drawing.Color.White
Me.lblHideSync.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.lblHideSync.Font = New System.Drawing.Font("Microsoft Sans Serif", 18.0!, System.Drawing.FontStyle.Bold)
Me.lblHideSync.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer))
Me.lblHideSync.Location = New System.Drawing.Point(949, 657)
Me.lblHideSync.Margin = New System.Windows.Forms.Padding(0)
Me.lblHideSync.Name = "lblHideSync"
Me.lblHideSync.Size = New System.Drawing.Size(154, 71)
Me.lblHideSync.TabIndex = 35
Me.lblHideSync.Visible = False
'
'lblHideNite
'
Me.lblHideNite.BackColor = System.Drawing.Color.White
Me.lblHideNite.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.lblHideNite.Font = New System.Drawing.Font("Microsoft Sans Serif", 18.0!, System.Drawing.FontStyle.Bold)
Me.lblHideNite.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer))
Me.lblHideNite.Location = New System.Drawing.Point(657, 657)
Me.lblHideNite.Margin = New System.Windows.Forms.Padding(0)
Me.lblHideNite.Name = "lblHideNite"
Me.lblHideNite.Size = New System.Drawing.Size(120, 71)
Me.lblHideNite.TabIndex = 34
Me.lblHideNite.Visible = False
'
'lblHideDay
'
Me.lblHideDay.BackColor = System.Drawing.Color.White
Me.lblHideDay.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.lblHideDay.Font = New System.Drawing.Font("Microsoft Sans Serif", 18.0!, System.Drawing.FontStyle.Bold)
Me.lblHideDay.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer))
Me.lblHideDay.Location = New System.Drawing.Point(511, 657)
Me.lblHideDay.Margin = New System.Windows.Forms.Padding(0)
Me.lblHideDay.Name = "lblHideDay"
Me.lblHideDay.Size = New System.Drawing.Size(116, 71)
Me.lblHideDay.TabIndex = 33
Me.lblHideDay.Visible = False
'
'lblHideExt
'
Me.lblHideExt.BackColor = System.Drawing.Color.White
Me.lblHideExt.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.lblHideExt.Font = New System.Drawing.Font("Microsoft Sans Serif", 18.0!, System.Drawing.FontStyle.Bold)
Me.lblHideExt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer))
Me.lblHideExt.Location = New System.Drawing.Point(229, 657)
Me.lblHideExt.Margin = New System.Windows.Forms.Padding(0)
Me.lblHideExt.Name = "lblHideExt"
Me.lblHideExt.Size = New System.Drawing.Size(107, 71)
Me.lblHideExt.TabIndex = 32
Me.lblHideExt.Visible = False
'
'lblHideInt
'
Me.lblHideInt.BackColor = System.Drawing.Color.White
Me.lblHideInt.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.lblHideInt.Font = New System.Drawing.Font("Microsoft Sans Serif", 18.0!, System.Drawing.FontStyle.Bold)
Me.lblHideInt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer))
Me.lblHideInt.Location = New System.Drawing.Point(113, 657)
Me.lblHideInt.Margin = New System.Windows.Forms.Padding(0)
Me.lblHideInt.Name = "lblHideInt"
Me.lblHideInt.Size = New System.Drawing.Size(90, 71)
Me.lblHideInt.TabIndex = 31
Me.lblHideInt.Visible = False
'
'lblDate
'
Me.lblDate.BackColor = System.Drawing.Color.White
Me.lblDate.Font = New System.Drawing.Font("Arial", 35.14286!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblDate.Location = New System.Drawing.Point(797, 562)
Me.lblDate.Margin = New System.Windows.Forms.Padding(0)
Me.lblDate.Name = "lblDate"
Me.lblDate.Size = New System.Drawing.Size(510, 81)
Me.lblDate.TabIndex = 30
Me.lblDate.Text = "10 Jul 1780"
Me.lblDate.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.lblDate.UseCompatibleTextRendering = True
'
'lblFPS
'
Me.lblFPS.BackColor = System.Drawing.Color.White
Me.lblFPS.Font = New System.Drawing.Font("Arial Black", 50.0!, System.Drawing.FontStyle.Bold)
Me.lblFPS.Location = New System.Drawing.Point(107, 566)
Me.lblFPS.Margin = New System.Windows.Forms.Padding(0)
Me.lblFPS.Name = "lblFPS"
Me.lblFPS.Size = New System.Drawing.Size(566, 77)
Me.lblFPS.TabIndex = 29
Me.lblFPS.Text = "23.967"
Me.lblFPS.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.lblFPS.UseCompatibleTextRendering = True
'
'lblDOP
'
Me.lblDOP.BackColor = System.Drawing.Color.White
Me.lblDOP.Font = New System.Drawing.Font("Arial", 45.0!, System.Drawing.FontStyle.Bold)
Me.lblDOP.Location = New System.Drawing.Point(746, 480)
Me.lblDOP.Margin = New System.Windows.Forms.Padding(0)
Me.lblDOP.Name = "lblDOP"
Me.lblDOP.Size = New System.Drawing.Size(579, 69)
Me.lblDOP.TabIndex = 28
Me.lblDOP.Text = "lblDOP"
Me.lblDOP.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.lblDOP.UseCompatibleTextRendering = True
'
'lblDirector
'
Me.lblDirector.BackColor = System.Drawing.Color.White
Me.lblDirector.Font = New System.Drawing.Font("Arial", 45.0!, System.Drawing.FontStyle.Bold)
Me.lblDirector.Location = New System.Drawing.Point(69, 480)
Me.lblDirector.Margin = New System.Windows.Forms.Padding(0)
Me.lblDirector.Name = "lblDirector"
Me.lblDirector.Size = New System.Drawing.Size(604, 69)
Me.lblDirector.TabIndex = 27
Me.lblDirector.Text = "lblDirector"
Me.lblDirector.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.lblDirector.UseCompatibleTextRendering = True
'
'lblProduction
'
Me.lblProduction.BackColor = System.Drawing.Color.White
Me.lblProduction.Font = New System.Drawing.Font("Arial Black", 55.0!, System.Drawing.FontStyle.Bold)
Me.lblProduction.Location = New System.Drawing.Point(99, 386)
Me.lblProduction.Margin = New System.Windows.Forms.Padding(0)
Me.lblProduction.Name = "lblProduction"
Me.lblProduction.Size = New System.Drawing.Size(1226, 77)
Me.lblProduction.TabIndex = 26
Me.lblProduction.Text = "lblProduction"
Me.lblProduction.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
Me.lblProduction.UseCompatibleTextRendering = True
'
'lblRoll
'
Me.lblRoll.AutoEllipsis = True
Me.lblRoll.BackColor = System.Drawing.Color.White
Me.lblRoll.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.lblRoll.Font = New System.Drawing.Font("Arial Black", 45.0!, System.Drawing.FontStyle.Bold)
Me.lblRoll.Location = New System.Drawing.Point(1067, 133)
Me.lblRoll.Margin = New System.Windows.Forms.Padding(0)
Me.lblRoll.Name = "lblRoll"
Me.lblRoll.Size = New System.Drawing.Size(257, 137)
Me.lblRoll.TabIndex = 25
Me.lblRoll.Text = "A001"
Me.lblRoll.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
Me.lblRoll.UseCompatibleTextRendering = True
'
'lblTake
'
Me.lblTake.AutoEllipsis = True
Me.lblTake.BackColor = System.Drawing.Color.White
Me.lblTake.Font = New System.Drawing.Font("Arial Black", 60.0!, System.Drawing.FontStyle.Bold)
Me.lblTake.Location = New System.Drawing.Point(621, 120)
Me.lblTake.Margin = New System.Windows.Forms.Padding(0)
Me.lblTake.Name = "lblTake"
Me.lblTake.Size = New System.Drawing.Size(351, 150)
Me.lblTake.TabIndex = 24
Me.lblTake.Text = "10"
Me.lblTake.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.lblTake.UseCompatibleTextRendering = True
'
'lblScene
'
Me.lblScene.AutoEllipsis = True
Me.lblScene.BackColor = System.Drawing.Color.White
Me.lblScene.Font = New System.Drawing.Font("Arial Black", 59.0!, System.Drawing.FontStyle.Bold)
Me.lblScene.Location = New System.Drawing.Point(116, 124)
Me.lblScene.Margin = New System.Windows.Forms.Padding(0)
Me.lblScene.Name = "lblScene"
Me.lblScene.Size = New System.Drawing.Size(399, 141)
Me.lblScene.TabIndex = 23
Me.lblScene.Text = "01C"
Me.lblScene.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.lblScene.UseCompatibleTextRendering = True
'
'lblTimecode
'
Me.lblTimecode.BackColor = System.Drawing.Color.Black
Me.lblTimecode.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.lblTimecode.Font = New System.Drawing.Font("Microsoft Sans Serif", 65.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblTimecode.ForeColor = System.Drawing.Color.Red
Me.lblTimecode.ImageAlign = System.Drawing.ContentAlignment.TopCenter
Me.lblTimecode.Location = New System.Drawing.Point(17, 270)
Me.lblTimecode.Margin = New System.Windows.Forms.Padding(0)
Me.lblTimecode.Name = "lblTimecode"
Me.lblTimecode.Padding = New System.Windows.Forms.Padding(0, 13, 0, 1)
Me.lblTimecode.Size = New System.Drawing.Size(1311, 114)
Me.lblTimecode.TabIndex = 20
Me.lblTimecode.Text = "00 : 00 : 00 : 00"
Me.lblTimecode.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
Me.lblTimecode.UseCompatibleTextRendering = True
'
'lblLtcStatus
'
Me.lblLtcStatus.BackColor = System.Drawing.Color.White
Me.lblLtcStatus.Font = New System.Drawing.Font("HelveticaNeueLT Std Ext", 16.2!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblLtcStatus.ForeColor = System.Drawing.Color.Black
Me.lblLtcStatus.Location = New System.Drawing.Point(46, 790)
Me.lblLtcStatus.Margin = New System.Windows.Forms.Padding(0)
Me.lblLtcStatus.Name = "lblLtcStatus"
Me.lblLtcStatus.Size = New System.Drawing.Size(773, 28)
Me.lblLtcStatus.TabIndex = 43
Me.lblLtcStatus.Text = "LTC: OFF"
Me.lblLtcStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.lblLtcStatus.UseCompatibleTextRendering = True
'
'pbLogoSlot
'
Me.pbLogoSlot.BackColor = System.Drawing.Color.White
Me.pbLogoSlot.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.pbLogoSlot.InitialImage = CType(resources.GetObject("pbLogoSlot.InitialImage"), System.Drawing.Image)
Me.pbLogoSlot.Location = New System.Drawing.Point(56, 13)
Me.pbLogoSlot.Margin = New System.Windows.Forms.Padding(0)
Me.pbLogoSlot.Name = "pbLogoSlot"
Me.pbLogoSlot.Size = New System.Drawing.Size(303, 87)
Me.pbLogoSlot.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.pbLogoSlot.TabIndex = 45
Me.pbLogoSlot.TabStop = False
'
'pbClapper
'
Me.pbClapper.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center
Me.pbClapper.Image = Global.digitalSlate.My.Resources.Resources.clapper
Me.pbClapper.Location = New System.Drawing.Point(0, 0)
Me.pbClapper.Margin = New System.Windows.Forms.Padding(0)
Me.pbClapper.MaximumSize = New System.Drawing.Size(1357, 111)
Me.pbClapper.Name = "pbClapper"
Me.pbClapper.Size = New System.Drawing.Size(1343, 110)
Me.pbClapper.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.pbClapper.TabIndex = 21
Me.pbClapper.TabStop = False
'
'pbSlateBody
'
Me.pbSlateBody.BackColor = System.Drawing.Color.Black
Me.pbSlateBody.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center
Me.pbSlateBody.ContextMenuStrip = Me.cmsPrimary
Me.pbSlateBody.Image = Global.digitalSlate.My.Resources.Resources.slateBody
Me.pbSlateBody.Location = New System.Drawing.Point(0, 110)
Me.pbSlateBody.Margin = New System.Windows.Forms.Padding(0)
Me.pbSlateBody.MaximumSize = New System.Drawing.Size(1357, 747)
Me.pbSlateBody.Name = "pbSlateBody"
Me.pbSlateBody.Size = New System.Drawing.Size(1343, 733)
Me.pbSlateBody.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.pbSlateBody.TabIndex = 22
Me.pbSlateBody.TabStop = False
'
'frmDigitalSlate
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(120.0!, 120.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi
Me.BackColor = System.Drawing.Color.Black
Me.ClientSize = New System.Drawing.Size(1476, 1002)
Me.ContextMenuStrip = Me.cmsPrimary
Me.ControlBox = False
Me.Controls.Add(Me.plPrimary)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.MinimumSize = New System.Drawing.Size(1350, 820)
Me.Name = "frmDigitalSlate"
Me.ShowIcon = False
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.TransparencyKey = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(64, Byte), Integer))
Me.WindowState = System.Windows.Forms.FormWindowState.Maximized
Me.cmsPrimary.ResumeLayout(False)
Me.plPrimary.ResumeLayout(False)
Me.plPrimary.PerformLayout()
CType(Me.nudTakes, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.pbLogoSlot, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.pbClapper, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.pbSlateBody, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
End Sub
Friend WithEvents Timer1 As Timer
Friend WithEvents cmsPrimary As ContextMenuStrip
Friend WithEvents tsiReset As ToolStripMenuItem
Friend WithEvents tsiOptions As ToolStripMenuItem
Friend WithEvents ToolStripSeparator1 As ToolStripSeparator
Friend WithEvents tsiExit As ToolStripMenuItem
Friend WithEvents tsiEdit As ToolStripMenuItem
Friend WithEvents plPrimary As Panel
Friend WithEvents butQuit As Button
Friend WithEvents lblHideMos As Label
Friend WithEvents lblHideSync As Label
Friend WithEvents lblHideNite As Label
Friend WithEvents lblHideDay As Label
Friend WithEvents lblHideExt As Label
Friend WithEvents lblHideInt As Label
Friend WithEvents lblDate As Label
Friend WithEvents lblFPS As Label
Friend WithEvents lblDOP As Label
Friend WithEvents lblDirector As Label
Friend WithEvents lblProduction As Label
Friend WithEvents lblRoll As Label
Friend WithEvents lblTake As Label
Friend WithEvents lblScene As Label
Friend WithEvents lblTimecode As Label
Friend WithEvents lblLtcStatus As Label
Friend WithEvents pbLogoSlot As PictureBox
Friend WithEvents pbClapper As PictureBox
Friend WithEvents pbSlateBody As PictureBox
Friend WithEvents tsiZeroTC As ToolStripMenuItem
Friend WithEvents cbTakeInc As CheckBox
Friend WithEvents butEdit As Button
Friend WithEvents butSwAudio As Button
Friend WithEvents butSwDayNit As Button
Friend WithEvents butSwIntExt As Button
Friend WithEvents tsiLoadProfile As ToolStripMenuItem
Friend WithEvents tsiSaveProfile As ToolStripMenuItem
Friend WithEvents tsiExportMarkersNow As ToolStripMenuItem
Friend WithEvents tsiOpenLogFolder As ToolStripMenuItem
Friend WithEvents tsiRevealCurrentMarkerFile As ToolStripMenuItem
Friend WithEvents tsiValidateMarkerCsv As ToolStripMenuItem
Friend WithEvents nudTakes As NumericUpDown
Friend WithEvents ToolStripSeparator3 As ToolStripSeparator
Friend WithEvents ToolStripSeparator4 As ToolStripSeparator
Friend WithEvents ToolStripSeparator5 As ToolStripSeparator
Friend WithEvents tsiChangeLogo As ToolStripMenuItem
Friend WithEvents tsiLtcCalibrationTone As ToolStripMenuItem
Friend WithEvents ToolStripSeparator2 As ToolStripSeparator
Friend WithEvents cbLock As CheckBox
End Class