root/trunk/tools/cc3_image_viewer/Form1.Designer.vb

Revision 496, 34.5 KB (checked in by anthony_rowe, 3 years ago)

Frame Grabber GUI update

  • Property svn:executable set to *
Line 
1<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2Partial Class Form1
3    Inherits System.Windows.Forms.Form
4
5    'Form overrides dispose to clean up the component list.
6    <System.Diagnostics.DebuggerNonUserCode()> _
7    Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8        If disposing AndAlso components IsNot Nothing Then
9            components.Dispose()
10        End If
11        MyBase.Dispose(disposing)
12    End Sub
13
14    'Required by the Windows Form Designer
15    Private components As System.ComponentModel.IContainer
16
17    'NOTE: The following procedure is required by the Windows Form Designer
18    'It can be modified using the Windows Form Designer. 
19    'Do not modify it using the code editor.
20    <System.Diagnostics.DebuggerStepThrough()> _
21    Private Sub InitializeComponent()
22        Me.components = New System.ComponentModel.Container
23        Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
24        Me.TabControl1 = New System.Windows.Forms.TabControl
25        Me.TabPage1 = New System.Windows.Forms.TabPage
26        Me.Panel3 = New System.Windows.Forms.Panel
27        Me.CIFradio = New System.Windows.Forms.RadioButton
28        Me.QCIFradio = New System.Windows.Forms.RadioButton
29        Me.Label5 = New System.Windows.Forms.Label
30        Me.serialTOBox = New System.Windows.Forms.TextBox
31        Me.Label4 = New System.Windows.Forms.Label
32        Me.baudBox = New System.Windows.Forms.ComboBox
33        Me.Label3 = New System.Windows.Forms.Label
34        Me.Label2 = New System.Windows.Forms.Label
35        Me.timerTimeout = New System.Windows.Forms.TextBox
36        Me.stop_box1 = New System.Windows.Forms.CheckBox
37        Me.stopButton = New System.Windows.Forms.Button
38        Me.grabButton = New System.Windows.Forms.Button
39        Me.PictureBox1 = New System.Windows.Forms.PictureBox
40        Me.txtDataReceived = New System.Windows.Forms.RichTextBox
41        Me.btnDisconnect = New System.Windows.Forms.Button
42        Me.btnConnect = New System.Windows.Forms.Button
43        Me.lblMessage = New System.Windows.Forms.Label
44        Me.btnSend = New System.Windows.Forms.Button
45        Me.txtDataToSend = New System.Windows.Forms.TextBox
46        Me.cbbCOMPorts = New System.Windows.Forms.ComboBox
47        Me.Label1 = New System.Windows.Forms.Label
48        Me.TabPage2 = New System.Windows.Forms.TabPage
49        Me.ServoPanel = New System.Windows.Forms.Panel
50        Me.TrackBar4 = New System.Windows.Forms.TrackBar
51        Me.TrackBar3 = New System.Windows.Forms.TrackBar
52        Me.TrackBar2 = New System.Windows.Forms.TrackBar
53        Me.Label18 = New System.Windows.Forms.Label
54        Me.servo3_textbox = New System.Windows.Forms.TextBox
55        Me.servo2_textbox = New System.Windows.Forms.TextBox
56        Me.servo1_textbox = New System.Windows.Forms.TextBox
57        Me.servo0_textbox = New System.Windows.Forms.TextBox
58        Me.Label17 = New System.Windows.Forms.Label
59        Me.Label16 = New System.Windows.Forms.Label
60        Me.Label15 = New System.Windows.Forms.Label
61        Me.Label14 = New System.Windows.Forms.Label
62        Me.TrackBar1 = New System.Windows.Forms.TrackBar
63        Me.configPanel = New System.Windows.Forms.Panel
64        Me.Label13 = New System.Windows.Forms.Label
65        Me.Label12 = New System.Windows.Forms.Label
66        Me.Label11 = New System.Windows.Forms.Label
67        Me.Label10 = New System.Windows.Forms.Label
68        Me.Y1_textbox = New System.Windows.Forms.MaskedTextBox
69        Me.X1_textbox = New System.Windows.Forms.MaskedTextBox
70        Me.Y0_textbox = New System.Windows.Forms.MaskedTextBox
71        Me.X0_textbox = New System.Windows.Forms.MaskedTextBox
72        Me.Label9 = New System.Windows.Forms.Label
73        Me.vwSet = New System.Windows.Forms.Button
74        Me.dsSetButton = New System.Windows.Forms.Button
75        Me.Label8 = New System.Windows.Forms.Label
76        Me.Label7 = New System.Windows.Forms.Label
77        Me.dsY = New System.Windows.Forms.NumericUpDown
78        Me.Label6 = New System.Windows.Forms.Label
79        Me.dsX = New System.Windows.Forms.NumericUpDown
80        Me.Panel1 = New System.Windows.Forms.Panel
81        Me.loResRadio = New System.Windows.Forms.RadioButton
82        Me.HiResRadio = New System.Windows.Forms.RadioButton
83        Me.Panel2 = New System.Windows.Forms.Panel
84        Me.RGBRadio = New System.Windows.Forms.RadioButton
85        Me.YCrCbButton = New System.Windows.Forms.RadioButton
86        Me.TabControl1.SuspendLayout()
87        Me.TabPage1.SuspendLayout()
88        Me.Panel3.SuspendLayout()
89        CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
90        Me.TabPage2.SuspendLayout()
91        Me.ServoPanel.SuspendLayout()
92        CType(Me.TrackBar4, System.ComponentModel.ISupportInitialize).BeginInit()
93        CType(Me.TrackBar3, System.ComponentModel.ISupportInitialize).BeginInit()
94        CType(Me.TrackBar2, System.ComponentModel.ISupportInitialize).BeginInit()
95        CType(Me.TrackBar1, System.ComponentModel.ISupportInitialize).BeginInit()
96        Me.configPanel.SuspendLayout()
97        CType(Me.dsY, System.ComponentModel.ISupportInitialize).BeginInit()
98        CType(Me.dsX, System.ComponentModel.ISupportInitialize).BeginInit()
99        Me.Panel1.SuspendLayout()
100        Me.Panel2.SuspendLayout()
101        Me.SuspendLayout()
102        '
103        'Timer1
104        '
105        Me.Timer1.Interval = 200
106        '
107        'TabControl1
108        '
109        Me.TabControl1.Controls.Add(Me.TabPage1)
110        Me.TabControl1.Controls.Add(Me.TabPage2)
111        Me.TabControl1.Location = New System.Drawing.Point(0, 0)
112        Me.TabControl1.Name = "TabControl1"
113        Me.TabControl1.SelectedIndex = 0
114        Me.TabControl1.Size = New System.Drawing.Size(772, 404)
115        Me.TabControl1.TabIndex = 0
116        '
117        'TabPage1
118        '
119        Me.TabPage1.Controls.Add(Me.Panel3)
120        Me.TabPage1.Controls.Add(Me.Label5)
121        Me.TabPage1.Controls.Add(Me.serialTOBox)
122        Me.TabPage1.Controls.Add(Me.Label4)
123        Me.TabPage1.Controls.Add(Me.baudBox)
124        Me.TabPage1.Controls.Add(Me.Label3)
125        Me.TabPage1.Controls.Add(Me.Label2)
126        Me.TabPage1.Controls.Add(Me.timerTimeout)
127        Me.TabPage1.Controls.Add(Me.stop_box1)
128        Me.TabPage1.Controls.Add(Me.stopButton)
129        Me.TabPage1.Controls.Add(Me.grabButton)
130        Me.TabPage1.Controls.Add(Me.PictureBox1)
131        Me.TabPage1.Controls.Add(Me.txtDataReceived)
132        Me.TabPage1.Controls.Add(Me.btnDisconnect)
133        Me.TabPage1.Controls.Add(Me.btnConnect)
134        Me.TabPage1.Controls.Add(Me.lblMessage)
135        Me.TabPage1.Controls.Add(Me.btnSend)
136        Me.TabPage1.Controls.Add(Me.txtDataToSend)
137        Me.TabPage1.Controls.Add(Me.cbbCOMPorts)
138        Me.TabPage1.Controls.Add(Me.Label1)
139        Me.TabPage1.Location = New System.Drawing.Point(4, 22)
140        Me.TabPage1.Name = "TabPage1"
141        Me.TabPage1.Padding = New System.Windows.Forms.Padding(3)
142        Me.TabPage1.Size = New System.Drawing.Size(764, 378)
143        Me.TabPage1.TabIndex = 0
144        Me.TabPage1.Text = "Main"
145        Me.TabPage1.UseVisualStyleBackColor = True
146        '
147        'Panel3
148        '
149        Me.Panel3.Controls.Add(Me.CIFradio)
150        Me.Panel3.Controls.Add(Me.QCIFradio)
151        Me.Panel3.Location = New System.Drawing.Point(408, 308)
152        Me.Panel3.Name = "Panel3"
153        Me.Panel3.Size = New System.Drawing.Size(103, 24)
154        Me.Panel3.TabIndex = 45
155        '
156        'CIFradio
157        '
158        Me.CIFradio.AutoSize = True
159        Me.CIFradio.Checked = True
160        Me.CIFradio.Location = New System.Drawing.Point(3, 2)
161        Me.CIFradio.Name = "CIFradio"
162        Me.CIFradio.Size = New System.Drawing.Size(41, 17)
163        Me.CIFradio.TabIndex = 43
164        Me.CIFradio.TabStop = True
165        Me.CIFradio.Text = "CIF"
166        Me.CIFradio.UseVisualStyleBackColor = True
167        '
168        'QCIFradio
169        '
170        Me.QCIFradio.AutoSize = True
171        Me.QCIFradio.Location = New System.Drawing.Point(50, 2)
172        Me.QCIFradio.Name = "QCIFradio"
173        Me.QCIFradio.Size = New System.Drawing.Size(49, 17)
174        Me.QCIFradio.TabIndex = 44
175        Me.QCIFradio.Text = "QCIF"
176        Me.QCIFradio.UseVisualStyleBackColor = True
177        '
178        'Label5
179        '
180        Me.Label5.AutoSize = True
181        Me.Label5.Location = New System.Drawing.Point(210, 9)
182        Me.Label5.Name = "Label5"
183        Me.Label5.Size = New System.Drawing.Size(67, 13)
184        Me.Label5.TabIndex = 42
185        Me.Label5.Text = "Timeout (ms)"
186        '
187        'serialTOBox
188        '
189        Me.serialTOBox.Location = New System.Drawing.Point(222, 25)
190        Me.serialTOBox.Name = "serialTOBox"
191        Me.serialTOBox.Size = New System.Drawing.Size(45, 20)
192        Me.serialTOBox.TabIndex = 41
193        Me.serialTOBox.Text = "5000"
194        '
195        'Label4
196        '
197        Me.Label4.AutoSize = True
198        Me.Label4.Location = New System.Drawing.Point(137, 9)
199        Me.Label4.Name = "Label4"
200        Me.Label4.Size = New System.Drawing.Size(58, 13)
201        Me.Label4.TabIndex = 40
202        Me.Label4.Text = "Baud Rate"
203        '
204        'baudBox
205        '
206        Me.baudBox.FormattingEnabled = True
207        Me.baudBox.Location = New System.Drawing.Point(127, 25)
208        Me.baudBox.Name = "baudBox"
209        Me.baudBox.Size = New System.Drawing.Size(80, 21)
210        Me.baudBox.TabIndex = 39
211        '
212        'Label3
213        '
214        Me.Label3.AutoSize = True
215        Me.Label3.Font = New System.Drawing.Font("Arial", 11.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
216        Me.Label3.Location = New System.Drawing.Point(113, 60)
217        Me.Label3.Name = "Label3"
218        Me.Label3.Size = New System.Drawing.Size(133, 18)
219        Me.Label3.TabIndex = 36
220        Me.Label3.Text = "Terminal Console"
221        '
222        'Label2
223        '
224        Me.Label2.AutoSize = True
225        Me.Label2.Location = New System.Drawing.Point(440, 344)
226        Me.Label2.Name = "Label2"
227        Me.Label2.Size = New System.Drawing.Size(104, 13)
228        Me.Label2.TabIndex = 35
229        Me.Label2.Text = "Refresh Interval (ms)"
230        '
231        'timerTimeout
232        '
233        Me.timerTimeout.Location = New System.Drawing.Point(389, 341)
234        Me.timerTimeout.Name = "timerTimeout"
235        Me.timerTimeout.Size = New System.Drawing.Size(45, 20)
236        Me.timerTimeout.TabIndex = 34
237        Me.timerTimeout.Text = "1000"
238        '
239        'stop_box1
240        '
241        Me.stop_box1.AutoSize = True
242        Me.stop_box1.Location = New System.Drawing.Point(606, 319)
243        Me.stop_box1.Name = "stop_box1"
244        Me.stop_box1.Size = New System.Drawing.Size(50, 17)
245        Me.stop_box1.TabIndex = 33
246        Me.stop_box1.Text = "Loop"
247        Me.stop_box1.UseVisualStyleBackColor = True
248        '
249        'stopButton
250        '
251        Me.stopButton.Enabled = False
252        Me.stopButton.Location = New System.Drawing.Point(662, 344)
253        Me.stopButton.Name = "stopButton"
254        Me.stopButton.Size = New System.Drawing.Size(75, 23)
255        Me.stopButton.TabIndex = 32
256        Me.stopButton.Text = "Stop"
257        Me.stopButton.UseVisualStyleBackColor = True
258        '
259        'grabButton
260        '
261        Me.grabButton.Enabled = False
262        Me.grabButton.Location = New System.Drawing.Point(662, 315)
263        Me.grabButton.Name = "grabButton"
264        Me.grabButton.Size = New System.Drawing.Size(75, 23)
265        Me.grabButton.TabIndex = 31
266        Me.grabButton.Text = "Grab Image"
267        Me.grabButton.UseVisualStyleBackColor = True
268        '
269        'PictureBox1
270        '
271        Me.PictureBox1.BackColor = System.Drawing.Color.Black
272        Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None
273        Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
274        Me.PictureBox1.Cursor = System.Windows.Forms.Cursors.Cross
275        Me.PictureBox1.InitialImage = Nothing
276        Me.PictureBox1.Location = New System.Drawing.Point(385, 12)
277        Me.PictureBox1.Name = "PictureBox1"
278        Me.PictureBox1.Size = New System.Drawing.Size(352, 288)
279        Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
280        Me.PictureBox1.TabIndex = 30
281        Me.PictureBox1.TabStop = False
282        '
283        'txtDataReceived
284        '
285        Me.txtDataReceived.Font = New System.Drawing.Font("Courier New", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
286        Me.txtDataReceived.Location = New System.Drawing.Point(6, 81)
287        Me.txtDataReceived.Name = "txtDataReceived"
288        Me.txtDataReceived.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical
289        Me.txtDataReceived.Size = New System.Drawing.Size(352, 219)
290        Me.txtDataReceived.TabIndex = 29
291        Me.txtDataReceived.Text = ""
292        '
293        'btnDisconnect
294        '
295        Me.btnDisconnect.Location = New System.Drawing.Point(283, 31)
296        Me.btnDisconnect.Name = "btnDisconnect"
297        Me.btnDisconnect.Size = New System.Drawing.Size(75, 23)
298        Me.btnDisconnect.TabIndex = 28
299        Me.btnDisconnect.Text = "Disconnect"
300        Me.btnDisconnect.UseVisualStyleBackColor = True
301        '
302        'btnConnect
303        '
304        Me.btnConnect.Location = New System.Drawing.Point(283, 4)
305        Me.btnConnect.Name = "btnConnect"
306        Me.btnConnect.Size = New System.Drawing.Size(75, 23)
307        Me.btnConnect.TabIndex = 27
308        Me.btnConnect.Text = "Connect"
309        Me.btnConnect.UseVisualStyleBackColor = True
310        '
311        'lblMessage
312        '
313        Me.lblMessage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
314        Me.lblMessage.Location = New System.Drawing.Point(6, 339)
315        Me.lblMessage.Name = "lblMessage"
316        Me.lblMessage.Size = New System.Drawing.Size(352, 23)
317        Me.lblMessage.TabIndex = 26
318        '
319        'btnSend
320        '
321        Me.btnSend.Enabled = False
322        Me.btnSend.Location = New System.Drawing.Point(283, 306)
323        Me.btnSend.Name = "btnSend"
324        Me.btnSend.Size = New System.Drawing.Size(75, 23)
325        Me.btnSend.TabIndex = 0
326        Me.btnSend.Text = "Send"
327        Me.btnSend.UseVisualStyleBackColor = True
328        '
329        'txtDataToSend
330        '
331        Me.txtDataToSend.Location = New System.Drawing.Point(4, 308)
332        Me.txtDataToSend.Multiline = True
333        Me.txtDataToSend.Name = "txtDataToSend"
334        Me.txtDataToSend.Size = New System.Drawing.Size(273, 20)
335        Me.txtDataToSend.TabIndex = 24
336        '
337        'cbbCOMPorts
338        '
339        Me.cbbCOMPorts.FormattingEnabled = True
340        Me.cbbCOMPorts.Location = New System.Drawing.Point(11, 25)
341        Me.cbbCOMPorts.Name = "cbbCOMPorts"
342        Me.cbbCOMPorts.Size = New System.Drawing.Size(101, 21)
343        Me.cbbCOMPorts.TabIndex = 23
344        '
345        'Label1
346        '
347        Me.Label1.AutoSize = True
348        Me.Label1.Location = New System.Drawing.Point(8, 9)
349        Me.Label1.Name = "Label1"
350        Me.Label1.Size = New System.Drawing.Size(104, 13)
351        Me.Label1.TabIndex = 22
352        Me.Label1.Text = "Available COM Ports"
353        '
354        'TabPage2
355        '
356        Me.TabPage2.Controls.Add(Me.ServoPanel)
357        Me.TabPage2.Controls.Add(Me.configPanel)
358        Me.TabPage2.Location = New System.Drawing.Point(4, 22)
359        Me.TabPage2.Name = "TabPage2"
360        Me.TabPage2.Padding = New System.Windows.Forms.Padding(3)
361        Me.TabPage2.Size = New System.Drawing.Size(764, 378)
362        Me.TabPage2.TabIndex = 1
363        Me.TabPage2.Text = "Settings"
364        Me.TabPage2.UseVisualStyleBackColor = True
365        '
366        'ServoPanel
367        '
368        Me.ServoPanel.Controls.Add(Me.TrackBar4)
369        Me.ServoPanel.Controls.Add(Me.TrackBar3)
370        Me.ServoPanel.Controls.Add(Me.TrackBar2)
371        Me.ServoPanel.Controls.Add(Me.Label18)
372        Me.ServoPanel.Controls.Add(Me.servo3_textbox)
373        Me.ServoPanel.Controls.Add(Me.servo2_textbox)
374        Me.ServoPanel.Controls.Add(Me.servo1_textbox)
375        Me.ServoPanel.Controls.Add(Me.servo0_textbox)
376        Me.ServoPanel.Controls.Add(Me.Label17)
377        Me.ServoPanel.Controls.Add(Me.Label16)
378        Me.ServoPanel.Controls.Add(Me.Label15)
379        Me.ServoPanel.Controls.Add(Me.Label14)
380        Me.ServoPanel.Controls.Add(Me.TrackBar1)
381        Me.ServoPanel.Enabled = False
382        Me.ServoPanel.Location = New System.Drawing.Point(478, 133)
383        Me.ServoPanel.Name = "ServoPanel"
384        Me.ServoPanel.Size = New System.Drawing.Size(277, 200)
385        Me.ServoPanel.TabIndex = 7
386        '
387        'TrackBar4
388        '
389        Me.TrackBar4.Location = New System.Drawing.Point(28, 156)
390        Me.TrackBar4.Maximum = 255
391        Me.TrackBar4.Name = "TrackBar4"
392        Me.TrackBar4.Size = New System.Drawing.Size(170, 42)
393        Me.TrackBar4.TabIndex = 22
394        Me.TrackBar4.TickFrequency = 8
395        Me.TrackBar4.Value = 128
396        '
397        'TrackBar3
398        '
399        Me.TrackBar3.Location = New System.Drawing.Point(28, 117)
400        Me.TrackBar3.Maximum = 255
401        Me.TrackBar3.Name = "TrackBar3"
402        Me.TrackBar3.Size = New System.Drawing.Size(170, 42)
403        Me.TrackBar3.TabIndex = 21
404        Me.TrackBar3.TickFrequency = 8
405        Me.TrackBar3.Value = 128
406        '
407        'TrackBar2
408        '
409        Me.TrackBar2.Location = New System.Drawing.Point(28, 79)
410        Me.TrackBar2.Maximum = 255
411        Me.TrackBar2.Name = "TrackBar2"
412        Me.TrackBar2.Size = New System.Drawing.Size(170, 42)
413        Me.TrackBar2.TabIndex = 20
414        Me.TrackBar2.TickFrequency = 8
415        Me.TrackBar2.Value = 128
416        '
417        'Label18
418        '
419        Me.Label18.AutoSize = True
420        Me.Label18.Location = New System.Drawing.Point(68, 11)
421        Me.Label18.Name = "Label18"
422        Me.Label18.Size = New System.Drawing.Size(82, 13)
423        Me.Label18.TabIndex = 19
424        Me.Label18.Text = "Servo Controller"
425        '
426        'servo3_textbox
427        '
428        Me.servo3_textbox.Location = New System.Drawing.Point(213, 156)
429        Me.servo3_textbox.Name = "servo3_textbox"
430        Me.servo3_textbox.Size = New System.Drawing.Size(42, 20)
431        Me.servo3_textbox.TabIndex = 18
432        Me.servo3_textbox.Text = "128"
433        '
434        'servo2_textbox
435        '
436        Me.servo2_textbox.Location = New System.Drawing.Point(213, 117)
437        Me.servo2_textbox.Name = "servo2_textbox"
438        Me.servo2_textbox.Size = New System.Drawing.Size(42, 20)
439        Me.servo2_textbox.TabIndex = 17
440        Me.servo2_textbox.Text = "128"
441        '
442        'servo1_textbox
443        '
444        Me.servo1_textbox.Location = New System.Drawing.Point(213, 79)
445        Me.servo1_textbox.Name = "servo1_textbox"
446        Me.servo1_textbox.Size = New System.Drawing.Size(42, 20)
447        Me.servo1_textbox.TabIndex = 16
448        Me.servo1_textbox.Text = "128"
449        '
450        'servo0_textbox
451        '
452        Me.servo0_textbox.Location = New System.Drawing.Point(213, 45)
453        Me.servo0_textbox.Name = "servo0_textbox"
454        Me.servo0_textbox.Size = New System.Drawing.Size(42, 20)
455        Me.servo0_textbox.TabIndex = 15
456        Me.servo0_textbox.Text = "128"
457        '
458        'Label17
459        '
460        Me.Label17.AutoSize = True
461        Me.Label17.Location = New System.Drawing.Point(9, 163)
462        Me.Label17.Name = "Label17"
463        Me.Label17.Size = New System.Drawing.Size(13, 13)
464        Me.Label17.TabIndex = 14
465        Me.Label17.Text = "3"
466        '
467        'Label16
468        '
469        Me.Label16.AutoSize = True
470        Me.Label16.Location = New System.Drawing.Point(9, 124)
471        Me.Label16.Name = "Label16"
472        Me.Label16.Size = New System.Drawing.Size(13, 13)
473        Me.Label16.TabIndex = 12
474        Me.Label16.Text = "2"
475        '
476        'Label15
477        '
478        Me.Label15.AutoSize = True
479        Me.Label15.Location = New System.Drawing.Point(9, 86)
480        Me.Label15.Name = "Label15"
481        Me.Label15.Size = New System.Drawing.Size(13, 13)
482        Me.Label15.TabIndex = 10
483        Me.Label15.Text = "1"
484        '
485        'Label14
486        '
487        Me.Label14.AutoSize = True
488        Me.Label14.Location = New System.Drawing.Point(9, 48)
489        Me.Label14.Name = "Label14"
490        Me.Label14.Size = New System.Drawing.Size(13, 13)
491        Me.Label14.TabIndex = 8
492        Me.Label14.Text = "0"
493        '
494        'TrackBar1
495        '
496        Me.TrackBar1.Location = New System.Drawing.Point(28, 35)
497        Me.TrackBar1.Maximum = 255
498        Me.TrackBar1.Name = "TrackBar1"
499        Me.TrackBar1.Size = New System.Drawing.Size(170, 42)
500        Me.TrackBar1.TabIndex = 7
501        Me.TrackBar1.TickFrequency = 8
502        Me.TrackBar1.Value = 128
503        '
504        'configPanel
505        '
506        Me.configPanel.Controls.Add(Me.Label13)
507        Me.configPanel.Controls.Add(Me.Label12)
508        Me.configPanel.Controls.Add(Me.Label11)
509        Me.configPanel.Controls.Add(Me.Label10)
510        Me.configPanel.Controls.Add(Me.Y1_textbox)
511        Me.configPanel.Controls.Add(Me.X1_textbox)
512        Me.configPanel.Controls.Add(Me.Y0_textbox)
513        Me.configPanel.Controls.Add(Me.X0_textbox)
514        Me.configPanel.Controls.Add(Me.Label9)
515        Me.configPanel.Controls.Add(Me.vwSet)
516        Me.configPanel.Controls.Add(Me.dsSetButton)
517        Me.configPanel.Controls.Add(Me.Label8)
518        Me.configPanel.Controls.Add(Me.Label7)
519        Me.configPanel.Controls.Add(Me.dsY)
520        Me.configPanel.Controls.Add(Me.Label6)
521        Me.configPanel.Controls.Add(Me.dsX)
522        Me.configPanel.Controls.Add(Me.Panel1)
523        Me.configPanel.Controls.Add(Me.Panel2)
524        Me.configPanel.Enabled = False
525        Me.configPanel.Location = New System.Drawing.Point(8, 32)
526        Me.configPanel.Name = "configPanel"
527        Me.configPanel.Size = New System.Drawing.Size(453, 301)
528        Me.configPanel.TabIndex = 6
529        '
530        'Label13
531        '
532        Me.Label13.AutoSize = True
533        Me.Label13.Location = New System.Drawing.Point(302, 151)
534        Me.Label13.Name = "Label13"
535        Me.Label13.Size = New System.Drawing.Size(20, 13)
536        Me.Label13.TabIndex = 20
537        Me.Label13.Text = "Y1"
538        '
539        'Label12
540        '
541        Me.Label12.AutoSize = True
542        Me.Label12.Location = New System.Drawing.Point(227, 151)
543        Me.Label12.Name = "Label12"
544        Me.Label12.Size = New System.Drawing.Size(20, 13)
545        Me.Label12.TabIndex = 19
546        Me.Label12.Text = "X1"
547        '
548        'Label11
549        '
550        Me.Label11.AutoSize = True
551        Me.Label11.Location = New System.Drawing.Point(154, 150)
552        Me.Label11.Name = "Label11"
553        Me.Label11.Size = New System.Drawing.Size(20, 13)
554        Me.Label11.TabIndex = 18
555        Me.Label11.Text = "Y0"
556        '
557        'Label10
558        '
559        Me.Label10.AutoSize = True
560        Me.Label10.Location = New System.Drawing.Point(79, 151)
561        Me.Label10.Name = "Label10"
562        Me.Label10.Size = New System.Drawing.Size(20, 13)
563        Me.Label10.TabIndex = 17
564        Me.Label10.Text = "X0"
565        '
566        'Y1_textbox
567        '
568        Me.Y1_textbox.Location = New System.Drawing.Point(326, 148)
569        Me.Y1_textbox.Name = "Y1_textbox"
570        Me.Y1_textbox.Size = New System.Drawing.Size(43, 20)
571        Me.Y1_textbox.TabIndex = 16
572        Me.Y1_textbox.Text = "144"
573        '
574        'X1_textbox
575        '
576        Me.X1_textbox.Location = New System.Drawing.Point(253, 148)
577        Me.X1_textbox.Name = "X1_textbox"
578        Me.X1_textbox.Size = New System.Drawing.Size(43, 20)
579        Me.X1_textbox.TabIndex = 15
580        Me.X1_textbox.Text = "176"
581        '
582        'Y0_textbox
583        '
584        Me.Y0_textbox.Location = New System.Drawing.Point(174, 147)
585        Me.Y0_textbox.Name = "Y0_textbox"
586        Me.Y0_textbox.Size = New System.Drawing.Size(43, 20)
587        Me.Y0_textbox.TabIndex = 14
588        Me.Y0_textbox.Text = "0"
589        '
590        'X0_textbox
591        '
592        Me.X0_textbox.Location = New System.Drawing.Point(105, 147)
593        Me.X0_textbox.Name = "X0_textbox"
594        Me.X0_textbox.Size = New System.Drawing.Size(43, 20)
595        Me.X0_textbox.TabIndex = 7
596        Me.X0_textbox.Text = "0"
597        '
598        'Label9
599        '
600        Me.Label9.AutoSize = True
601        Me.Label9.Location = New System.Drawing.Point(11, 150)
602        Me.Label9.Name = "Label9"
603        Me.Label9.Size = New System.Drawing.Size(46, 13)
604        Me.Label9.TabIndex = 13
605        Me.Label9.Text = "Window"
606        '
607        'vwSet
608        '
609        Me.vwSet.Location = New System.Drawing.Point(386, 148)
610        Me.vwSet.Name = "vwSet"
611        Me.vwSet.Size = New System.Drawing.Size(47, 20)
612        Me.vwSet.TabIndex = 12
613        Me.vwSet.Text = "Set"
614        Me.vwSet.UseVisualStyleBackColor = True
615        '
616        'dsSetButton
617        '
618        Me.dsSetButton.Location = New System.Drawing.Point(253, 110)
619        Me.dsSetButton.Name = "dsSetButton"
620        Me.dsSetButton.Size = New System.Drawing.Size(47, 20)
621        Me.dsSetButton.TabIndex = 11
622        Me.dsSetButton.Text = "Set"
623        Me.dsSetButton.UseVisualStyleBackColor = True
624        '
625        'Label8
626        '
627        Me.Label8.AutoSize = True
628        Me.Label8.Location = New System.Drawing.Point(171, 112)
629        Me.Label8.Name = "Label8"
630        Me.Label8.Size = New System.Drawing.Size(14, 13)
631        Me.Label8.TabIndex = 10
632        Me.Label8.Text = "Y"
633        '
634        'Label7
635        '
636        Me.Label7.AutoSize = True
637        Me.Label7.Location = New System.Drawing.Point(102, 112)
638        Me.Label7.Name = "Label7"
639        Me.Label7.Size = New System.Drawing.Size(14, 13)
640        Me.Label7.TabIndex = 9
641        Me.Label7.Text = "X"
642        '
643        'dsY
644        '
645        Me.dsY.Location = New System.Drawing.Point(191, 110)
646        Me.dsY.Maximum = New Decimal(New Integer() {10, 0, 0, 0})
647        Me.dsY.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
648        Me.dsY.Name = "dsY"
649        Me.dsY.Size = New System.Drawing.Size(39, 20)
650        Me.dsY.TabIndex = 8
651        Me.dsY.Value = New Decimal(New Integer() {1, 0, 0, 0})
652        '
653        'Label6
654        '
655        Me.Label6.AutoSize = True
656        Me.Label6.Location = New System.Drawing.Point(11, 112)
657        Me.Label6.Name = "Label6"
658        Me.Label6.Size = New System.Drawing.Size(73, 13)
659        Me.Label6.TabIndex = 7
660        Me.Label6.Text = "Down Sample"
661        '
662        'dsX
663        '
664        Me.dsX.Location = New System.Drawing.Point(121, 110)
665        Me.dsX.Maximum = New Decimal(New Integer() {10, 0, 0, 0})
666        Me.dsX.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
667        Me.dsX.Name = "dsX"
668        Me.dsX.Size = New System.Drawing.Size(39, 20)
669        Me.dsX.TabIndex = 6
670        Me.dsX.Value = New Decimal(New Integer() {1, 0, 0, 0})
671        '
672        'Panel1
673        '
674        Me.Panel1.Controls.Add(Me.loResRadio)
675        Me.Panel1.Controls.Add(Me.HiResRadio)
676        Me.Panel1.Location = New System.Drawing.Point(14, 22)
677        Me.Panel1.Name = "Panel1"
678        Me.Panel1.Size = New System.Drawing.Size(229, 31)
679        Me.Panel1.TabIndex = 4
680        '
681        'loResRadio
682        '
683        Me.loResRadio.AutoSize = True
684        Me.loResRadio.Checked = True
685        Me.loResRadio.Location = New System.Drawing.Point(3, 3)
686        Me.loResRadio.Name = "loResRadio"
687        Me.loResRadio.Size = New System.Drawing.Size(98, 17)
688        Me.loResRadio.TabIndex = 0
689        Me.loResRadio.TabStop = True
690        Me.loResRadio.Text = "Low Resolution"
691        Me.loResRadio.UseVisualStyleBackColor = True
692        '
693        'HiResRadio
694        '
695        Me.HiResRadio.AutoSize = True
696        Me.HiResRadio.Location = New System.Drawing.Point(107, 3)
697        Me.HiResRadio.Name = "HiResRadio"
698        Me.HiResRadio.Size = New System.Drawing.Size(100, 17)
699        Me.HiResRadio.TabIndex = 1
700        Me.HiResRadio.Text = "High Resolution"
701        Me.HiResRadio.UseVisualStyleBackColor = True
702        '
703        'Panel2
704        '
705        Me.Panel2.Controls.Add(Me.RGBRadio)
706        Me.Panel2.Controls.Add(Me.YCrCbButton)
707        Me.Panel2.Location = New System.Drawing.Point(14, 59)
708        Me.Panel2.Name = "Panel2"
709        Me.Panel2.Size = New System.Drawing.Size(229, 31)
710        Me.Panel2.TabIndex = 5
711        '
712        'RGBRadio
713        '
714        Me.RGBRadio.AutoSize = True
715        Me.RGBRadio.Checked = True
716        Me.RGBRadio.Location = New System.Drawing.Point(3, 3)
717        Me.RGBRadio.Name = "RGBRadio"
718        Me.RGBRadio.Size = New System.Drawing.Size(48, 17)
719        Me.RGBRadio.TabIndex = 2
720        Me.RGBRadio.TabStop = True
721        Me.RGBRadio.Text = "RGB"
722        Me.RGBRadio.UseVisualStyleBackColor = True
723        '
724        'YCrCbButton
725        '
726        Me.YCrCbButton.AutoSize = True
727        Me.YCrCbButton.Location = New System.Drawing.Point(104, 3)
728        Me.YCrCbButton.Name = "YCrCbButton"
729        Me.YCrCbButton.Size = New System.Drawing.Size(55, 17)
730        Me.YCrCbButton.TabIndex = 3
731        Me.YCrCbButton.Text = "YCrCb"
732        Me.YCrCbButton.UseVisualStyleBackColor = True
733        '
734        'Form1
735        '
736        Me.AcceptButton = Me.btnSend
737        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
738        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
739        Me.BackColor = System.Drawing.Color.Silver
740        Me.ClientSize = New System.Drawing.Size(771, 404)
741        Me.Controls.Add(Me.TabControl1)
742        Me.Name = "Form1"
743        Me.Text = "CMUcam Frame Grabber"
744        Me.TabControl1.ResumeLayout(False)
745        Me.TabPage1.ResumeLayout(False)
746        Me.TabPage1.PerformLayout()
747        Me.Panel3.ResumeLayout(False)
748        Me.Panel3.PerformLayout()
749        CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
750        Me.TabPage2.ResumeLayout(False)
751        Me.ServoPanel.ResumeLayout(False)
752        Me.ServoPanel.PerformLayout()
753        CType(Me.TrackBar4, System.ComponentModel.ISupportInitialize).EndInit()
754        CType(Me.TrackBar3, System.ComponentModel.ISupportInitialize).EndInit()
755        CType(Me.TrackBar2, System.ComponentModel.ISupportInitialize).EndInit()
756        CType(Me.TrackBar1, System.ComponentModel.ISupportInitialize).EndInit()
757        Me.configPanel.ResumeLayout(False)
758        Me.configPanel.PerformLayout()
759        CType(Me.dsY, System.ComponentModel.ISupportInitialize).EndInit()
760        CType(Me.dsX, System.ComponentModel.ISupportInitialize).EndInit()
761        Me.Panel1.ResumeLayout(False)
762        Me.Panel1.PerformLayout()
763        Me.Panel2.ResumeLayout(False)
764        Me.Panel2.PerformLayout()
765        Me.ResumeLayout(False)
766
767    End Sub
768    Friend WithEvents Timer1 As System.Windows.Forms.Timer
769    Friend WithEvents TabControl1 As System.Windows.Forms.TabControl
770    Friend WithEvents TabPage1 As System.Windows.Forms.TabPage
771    Friend WithEvents Label5 As System.Windows.Forms.Label
772    Friend WithEvents serialTOBox As System.Windows.Forms.TextBox
773    Friend WithEvents Label4 As System.Windows.Forms.Label
774    Friend WithEvents baudBox As System.Windows.Forms.ComboBox
775    Friend WithEvents Label3 As System.Windows.Forms.Label
776    Friend WithEvents Label2 As System.Windows.Forms.Label
777    Friend WithEvents timerTimeout As System.Windows.Forms.TextBox
778    Friend WithEvents stop_box1 As System.Windows.Forms.CheckBox
779    Friend WithEvents stopButton As System.Windows.Forms.Button
780    Friend WithEvents grabButton As System.Windows.Forms.Button
781    Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
782    Friend WithEvents txtDataReceived As System.Windows.Forms.RichTextBox
783    Friend WithEvents btnDisconnect As System.Windows.Forms.Button
784    Friend WithEvents btnConnect As System.Windows.Forms.Button
785    Friend WithEvents lblMessage As System.Windows.Forms.Label
786    Friend WithEvents btnSend As System.Windows.Forms.Button
787    Friend WithEvents txtDataToSend As System.Windows.Forms.TextBox
788    Friend WithEvents cbbCOMPorts As System.Windows.Forms.ComboBox
789    Friend WithEvents Label1 As System.Windows.Forms.Label
790    Friend WithEvents TabPage2 As System.Windows.Forms.TabPage
791    Friend WithEvents HiResRadio As System.Windows.Forms.RadioButton
792    Friend WithEvents loResRadio As System.Windows.Forms.RadioButton
793    Friend WithEvents YCrCbButton As System.Windows.Forms.RadioButton
794    Friend WithEvents RGBRadio As System.Windows.Forms.RadioButton
795    Friend WithEvents Panel2 As System.Windows.Forms.Panel
796    Friend WithEvents Panel1 As System.Windows.Forms.Panel
797    Friend WithEvents configPanel As System.Windows.Forms.Panel
798    Friend WithEvents CIFradio As System.Windows.Forms.RadioButton
799    Friend WithEvents QCIFradio As System.Windows.Forms.RadioButton
800    Friend WithEvents Panel3 As System.Windows.Forms.Panel
801    Friend WithEvents Label6 As System.Windows.Forms.Label
802    Friend WithEvents dsX As System.Windows.Forms.NumericUpDown
803    Friend WithEvents Label10 As System.Windows.Forms.Label
804    Friend WithEvents Y1_textbox As System.Windows.Forms.MaskedTextBox
805    Friend WithEvents X1_textbox As System.Windows.Forms.MaskedTextBox
806    Friend WithEvents Y0_textbox As System.Windows.Forms.MaskedTextBox
807    Friend WithEvents X0_textbox As System.Windows.Forms.MaskedTextBox
808    Friend WithEvents Label9 As System.Windows.Forms.Label
809    Friend WithEvents vwSet As System.Windows.Forms.Button
810    Friend WithEvents dsSetButton As System.Windows.Forms.Button
811    Friend WithEvents Label8 As System.Windows.Forms.Label
812    Friend WithEvents Label7 As System.Windows.Forms.Label
813    Friend WithEvents dsY As System.Windows.Forms.NumericUpDown
814    Friend WithEvents Label13 As System.Windows.Forms.Label
815    Friend WithEvents Label12 As System.Windows.Forms.Label
816    Friend WithEvents Label11 As System.Windows.Forms.Label
817    Friend WithEvents ServoPanel As System.Windows.Forms.Panel
818    Friend WithEvents servo1_textbox As System.Windows.Forms.TextBox
819    Friend WithEvents servo0_textbox As System.Windows.Forms.TextBox
820    Friend WithEvents Label17 As System.Windows.Forms.Label
821    Friend WithEvents Label16 As System.Windows.Forms.Label
822    Friend WithEvents Label15 As System.Windows.Forms.Label
823    Friend WithEvents Label14 As System.Windows.Forms.Label
824    Friend WithEvents TrackBar1 As System.Windows.Forms.TrackBar
825    Friend WithEvents TrackBar4 As System.Windows.Forms.TrackBar
826    Friend WithEvents TrackBar3 As System.Windows.Forms.TrackBar
827    Friend WithEvents TrackBar2 As System.Windows.Forms.TrackBar
828    Friend WithEvents Label18 As System.Windows.Forms.Label
829    Friend WithEvents servo3_textbox As System.Windows.Forms.TextBox
830    Friend WithEvents servo2_textbox As System.Windows.Forms.TextBox
831
832End Class
Note: See TracBrowser for help on using the browser.