jace.tang
2023-02-11 ed8d469ccdc0e627d8f180bb92a9d78dbdb008b1
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
namespace Bro.UI.HalconDisplay
{
    partial class HalconDisplay
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;
 
        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }
 
        #region Component Designer generated code
 
        /// <summary>
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HalconDisplay));
            this.hScrollBar1 = new System.Windows.Forms.HScrollBar();
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.toolStripSetupROILabel = new System.Windows.Forms.ToolStripLabel();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.btnRegionFill = new System.Windows.Forms.ToolStripButton();
            this.btnRegionMargin = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton6 = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripDeleteSelectedRegion = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripDeleteAllRegion = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripResetDisp = new System.Windows.Forms.ToolStripButton();
            this.viewPort = new HalconDotNet.HWindowControl();
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.ToolBarVisbleMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.StatusBarVisbleMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
            this.lineWidthMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.lineWidth1MenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.lineWidth2MenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.lineWidth3MenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.lineWidth4MenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.lineWidth5MenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.vScrollBar1 = new System.Windows.Forms.VScrollBar();
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
            this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
            this.tsslRow = new System.Windows.Forms.ToolStripStatusLabel();
            this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
            this.tsslCol = new System.Windows.Forms.ToolStripStatusLabel();
            this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
            this.tsslGreyval = new System.Windows.Forms.ToolStripStatusLabel();
            this.toolStrip1.SuspendLayout();
            this.contextMenuStrip1.SuspendLayout();
            this.statusStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // hScrollBar1
            // 
            this.hScrollBar1.Location = new System.Drawing.Point(-2, 305);
            this.hScrollBar1.Name = "hScrollBar1";
            this.hScrollBar1.Size = new System.Drawing.Size(359, 20);
            this.hScrollBar1.TabIndex = 1;
            this.hScrollBar1.Scroll += new System.Windows.Forms.ScrollEventHandler(this.hScrollBar1_Scroll);
            // 
            // toolStrip1
            // 
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripSetupROILabel,
            this.toolStripSeparator1,
            this.btnRegionFill,
            this.btnRegionMargin,
            this.toolStripSeparator4,
            this.toolStripButton1,
            this.toolStripButton2,
            this.toolStripButton3,
            this.toolStripButton4,
            this.toolStripButton5,
            this.toolStripButton6,
            this.toolStripSeparator2,
            this.toolStripDeleteSelectedRegion,
            this.toolStripSeparator3,
            this.toolStripDeleteAllRegion,
            this.toolStripSeparator5,
            this.toolStripResetDisp});
            this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow;
            this.toolStrip1.Location = new System.Drawing.Point(0, 0);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
            this.toolStrip1.Size = new System.Drawing.Size(382, 23);
            this.toolStrip1.Stretch = true;
            this.toolStrip1.TabIndex = 4;
            this.toolStrip1.Text = "toolStrip1";
            // 
            // toolStripSetupROILabel
            // 
            this.toolStripSetupROILabel.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
            this.toolStripSetupROILabel.Name = "toolStripSetupROILabel";
            this.toolStripSetupROILabel.Size = new System.Drawing.Size(67, 15);
            this.toolStripSetupROILabel.Text = "Setup ROI:";
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 23);
            // 
            // btnRegionFill
            // 
            this.btnRegionFill.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.btnRegionFill.Image = global::Broc.UI.HalconDisplay.Properties.Resources.roi_op_union;
            this.btnRegionFill.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btnRegionFill.Name = "btnRegionFill";
            this.btnRegionFill.Size = new System.Drawing.Size(23, 20);
            this.btnRegionFill.Text = "RegionFill";
            this.btnRegionFill.ToolTipText = "Set draw mode filled";
            this.btnRegionFill.Click += new System.EventHandler(this.btnRegionFill_Click);
            // 
            // btnRegionMargin
            // 
            this.btnRegionMargin.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.btnRegionMargin.Image = global::Broc.UI.HalconDisplay.Properties.Resources.roi_op_difference;
            this.btnRegionMargin.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btnRegionMargin.Name = "btnRegionMargin";
            this.btnRegionMargin.Size = new System.Drawing.Size(23, 20);
            this.btnRegionMargin.Text = "RegionMargin";
            this.btnRegionMargin.ToolTipText = "Set draw mode margin";
            this.btnRegionMargin.Click += new System.EventHandler(this.btnRegionMargin_Click);
            // 
            // toolStripSeparator4
            // 
            this.toolStripSeparator4.Name = "toolStripSeparator4";
            this.toolStripSeparator4.Size = new System.Drawing.Size(6, 23);
            // 
            // toolStripButton1
            // 
            this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton1.Image = global::Broc.UI.HalconDisplay.Properties.Resources.gen_rect1;
            this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton1.Name = "toolStripButton1";
            this.toolStripButton1.Size = new System.Drawing.Size(23, 20);
            this.toolStripButton1.Text = "toolStripButton1";
            this.toolStripButton1.ToolTipText = "Draw axis-aligned rectangle";
            this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
            // 
            // toolStripButton2
            // 
            this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton2.Image = global::Broc.UI.HalconDisplay.Properties.Resources.gen_rect2;
            this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton2.Name = "toolStripButton2";
            this.toolStripButton2.Size = new System.Drawing.Size(23, 20);
            this.toolStripButton2.Text = "toolStripButton2";
            this.toolStripButton2.ToolTipText = "Draw rotated rectangle";
            this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
            // 
            // toolStripButton3
            // 
            this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton3.Image = global::Broc.UI.HalconDisplay.Properties.Resources.gen_line;
            this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton3.Name = "toolStripButton3";
            this.toolStripButton3.Size = new System.Drawing.Size(23, 20);
            this.toolStripButton3.Text = "toolStripButton3";
            this.toolStripButton3.ToolTipText = "Draw line";
            this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
            // 
            // toolStripButton4
            // 
            this.toolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton4.Image = global::Broc.UI.HalconDisplay.Properties.Resources.gen_circle;
            this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton4.Name = "toolStripButton4";
            this.toolStripButton4.Size = new System.Drawing.Size(23, 20);
            this.toolStripButton4.Text = "toolStripButton4";
            this.toolStripButton4.ToolTipText = "Draw circle";
            this.toolStripButton4.Click += new System.EventHandler(this.toolStripButton4_Click);
            // 
            // toolStripButton5
            // 
            this.toolStripButton5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton5.Image = global::Broc.UI.HalconDisplay.Properties.Resources.gen_circular_arc;
            this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton5.Name = "toolStripButton5";
            this.toolStripButton5.Size = new System.Drawing.Size(23, 20);
            this.toolStripButton5.Text = "toolStripButton5";
            this.toolStripButton5.ToolTipText = "Draw circular arc";
            this.toolStripButton5.Click += new System.EventHandler(this.toolStripButton5_Click);
            // 
            // toolStripButton6
            // 
            this.toolStripButton6.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton6.Image = global::Broc.UI.HalconDisplay.Properties.Resources.gen_ploygon;
            this.toolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton6.Name = "toolStripButton6";
            this.toolStripButton6.Size = new System.Drawing.Size(23, 20);
            this.toolStripButton6.Text = "Draw Polygon";
            this.toolStripButton6.Click += new System.EventHandler(this.ToolStripButton6_Click);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 23);
            // 
            // toolStripDeleteSelectedRegion
            // 
            this.toolStripDeleteSelectedRegion.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripDeleteSelectedRegion.Image = global::Broc.UI.HalconDisplay.Properties.Resources.clear_roi_sel;
            this.toolStripDeleteSelectedRegion.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripDeleteSelectedRegion.Name = "toolStripDeleteSelectedRegion";
            this.toolStripDeleteSelectedRegion.Size = new System.Drawing.Size(23, 20);
            this.toolStripDeleteSelectedRegion.Text = "Delete selected region";
            this.toolStripDeleteSelectedRegion.ToolTipText = "Delete the drawn activated region.";
            this.toolStripDeleteSelectedRegion.Click += new System.EventHandler(this.toolStripDeleteSelectedRegion_Click);
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(6, 23);
            // 
            // toolStripDeleteAllRegion
            // 
            this.toolStripDeleteAllRegion.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripDeleteAllRegion.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDeleteAllRegion.Image")));
            this.toolStripDeleteAllRegion.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripDeleteAllRegion.Name = "toolStripDeleteAllRegion";
            this.toolStripDeleteAllRegion.Size = new System.Drawing.Size(23, 20);
            this.toolStripDeleteAllRegion.Text = "toolStripButton7";
            this.toolStripDeleteAllRegion.ToolTipText = "Delete all regions";
            this.toolStripDeleteAllRegion.Click += new System.EventHandler(this.toolStripDeleteAllRegion_Click);
            // 
            // toolStripSeparator5
            // 
            this.toolStripSeparator5.Name = "toolStripSeparator5";
            this.toolStripSeparator5.Size = new System.Drawing.Size(6, 23);
            // 
            // toolStripResetDisp
            // 
            this.toolStripResetDisp.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripResetDisp.Image = ((System.Drawing.Image)(resources.GetObject("toolStripResetDisp.Image")));
            this.toolStripResetDisp.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripResetDisp.Name = "toolStripResetDisp";
            this.toolStripResetDisp.Size = new System.Drawing.Size(23, 20);
            this.toolStripResetDisp.Text = "toolStripButton6";
            this.toolStripResetDisp.ToolTipText = "Set the window to fit the image";
            this.toolStripResetDisp.Click += new System.EventHandler(this.toolStripResetDisp_Click);
            // 
            // viewPort
            // 
            this.viewPort.BackColor = System.Drawing.Color.Black;
            this.viewPort.BorderColor = System.Drawing.Color.Black;
            this.viewPort.ContextMenuStrip = this.contextMenuStrip1;
            this.viewPort.Dock = System.Windows.Forms.DockStyle.Fill;
            this.viewPort.ImagePart = new System.Drawing.Rectangle(0, 0, 382, 324);
            this.viewPort.Location = new System.Drawing.Point(0, 0);
            this.viewPort.MinimumSize = new System.Drawing.Size(320, 222);
            this.viewPort.Name = "viewPort";
            this.viewPort.Size = new System.Drawing.Size(382, 324);
            this.viewPort.TabIndex = 5;
            this.viewPort.WindowSize = new System.Drawing.Size(382, 324);
            this.viewPort.HInitWindow += new HalconDotNet.HInitWindowEventHandler(this.viewPort_HInitWindow);
            this.viewPort.KeyDown += new System.Windows.Forms.KeyEventHandler(this.viewPort_KeyDown);
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.ToolBarVisbleMenuItem,
            this.StatusBarVisbleMenuItem,
            this.toolStripSeparator6,
            this.lineWidthMenuItem});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(167, 76);
            // 
            // ToolBarVisbleMenuItem
            // 
            this.ToolBarVisbleMenuItem.Checked = true;
            this.ToolBarVisbleMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
            this.ToolBarVisbleMenuItem.Name = "ToolBarVisbleMenuItem";
            this.ToolBarVisbleMenuItem.Size = new System.Drawing.Size(166, 22);
            this.ToolBarVisbleMenuItem.Text = "ToolBarVisble";
            this.ToolBarVisbleMenuItem.CheckedChanged += new System.EventHandler(this.ToolBarVisbleMenuItem_CheckedChanged);
            this.ToolBarVisbleMenuItem.Click += new System.EventHandler(this.ToolBarVisbleMenuItem_Click);
            // 
            // StatusBarVisbleMenuItem
            // 
            this.StatusBarVisbleMenuItem.Checked = true;
            this.StatusBarVisbleMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
            this.StatusBarVisbleMenuItem.Name = "StatusBarVisbleMenuItem";
            this.StatusBarVisbleMenuItem.Size = new System.Drawing.Size(166, 22);
            this.StatusBarVisbleMenuItem.Text = "StatusBarVisble";
            this.StatusBarVisbleMenuItem.CheckedChanged += new System.EventHandler(this.StatusBarVisbleMenuItem_CheckedChanged);
            this.StatusBarVisbleMenuItem.Click += new System.EventHandler(this.StatusBarVisbleMenuItem_Click);
            // 
            // toolStripSeparator6
            // 
            this.toolStripSeparator6.Name = "toolStripSeparator6";
            this.toolStripSeparator6.Size = new System.Drawing.Size(163, 6);
            // 
            // lineWidthMenuItem
            // 
            this.lineWidthMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.lineWidth1MenuItem,
            this.lineWidth2MenuItem,
            this.lineWidth3MenuItem,
            this.lineWidth4MenuItem,
            this.lineWidth5MenuItem});
            this.lineWidthMenuItem.Name = "lineWidthMenuItem";
            this.lineWidthMenuItem.Size = new System.Drawing.Size(166, 22);
            this.lineWidthMenuItem.Text = "LineWidth";
            // 
            // lineWidth1MenuItem
            // 
            this.lineWidth1MenuItem.Checked = true;
            this.lineWidth1MenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
            this.lineWidth1MenuItem.Name = "lineWidth1MenuItem";
            this.lineWidth1MenuItem.Size = new System.Drawing.Size(83, 22);
            this.lineWidth1MenuItem.Text = "1";
            this.lineWidth1MenuItem.Click += new System.EventHandler(this.lineWidthMenuItem_Click);
            // 
            // lineWidth2MenuItem
            // 
            this.lineWidth2MenuItem.Name = "lineWidth2MenuItem";
            this.lineWidth2MenuItem.Size = new System.Drawing.Size(83, 22);
            this.lineWidth2MenuItem.Text = "2";
            this.lineWidth2MenuItem.Click += new System.EventHandler(this.lineWidthMenuItem_Click);
            // 
            // lineWidth3MenuItem
            // 
            this.lineWidth3MenuItem.Name = "lineWidth3MenuItem";
            this.lineWidth3MenuItem.Size = new System.Drawing.Size(83, 22);
            this.lineWidth3MenuItem.Text = "3";
            this.lineWidth3MenuItem.Click += new System.EventHandler(this.lineWidthMenuItem_Click);
            // 
            // lineWidth4MenuItem
            // 
            this.lineWidth4MenuItem.Name = "lineWidth4MenuItem";
            this.lineWidth4MenuItem.Size = new System.Drawing.Size(83, 22);
            this.lineWidth4MenuItem.Text = "4";
            this.lineWidth4MenuItem.Click += new System.EventHandler(this.lineWidthMenuItem_Click);
            // 
            // lineWidth5MenuItem
            // 
            this.lineWidth5MenuItem.Name = "lineWidth5MenuItem";
            this.lineWidth5MenuItem.Size = new System.Drawing.Size(83, 22);
            this.lineWidth5MenuItem.Text = "5";
            this.lineWidth5MenuItem.Click += new System.EventHandler(this.lineWidthMenuItem_Click);
            // 
            // vScrollBar1
            // 
            this.vScrollBar1.Location = new System.Drawing.Point(385, 64);
            this.vScrollBar1.Name = "vScrollBar1";
            this.vScrollBar1.Size = new System.Drawing.Size(17, 155);
            this.vScrollBar1.TabIndex = 3;
            this.vScrollBar1.Visible = false;
            this.vScrollBar1.Scroll += new System.Windows.Forms.ScrollEventHandler(this.vScrollBar1_Scroll);
            // 
            // statusStrip1
            // 
            this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripStatusLabel1,
            this.tsslRow,
            this.toolStripStatusLabel2,
            this.tsslCol,
            this.toolStripStatusLabel3,
            this.tsslGreyval});
            this.statusStrip1.Location = new System.Drawing.Point(0, 302);
            this.statusStrip1.Name = "statusStrip1";
            this.statusStrip1.Size = new System.Drawing.Size(382, 22);
            this.statusStrip1.TabIndex = 6;
            this.statusStrip1.Text = "statusStrip1";
            // 
            // toolStripStatusLabel1
            // 
            this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
            this.toolStripStatusLabel1.Size = new System.Drawing.Size(36, 17);
            this.toolStripStatusLabel1.Text = "Row:";
            // 
            // tsslRow
            // 
            this.tsslRow.Name = "tsslRow";
            this.tsslRow.Size = new System.Drawing.Size(15, 17);
            this.tsslRow.Text = "0";
            // 
            // toolStripStatusLabel2
            // 
            this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
            this.toolStripStatusLabel2.Size = new System.Drawing.Size(30, 17);
            this.toolStripStatusLabel2.Text = "Col:";
            // 
            // tsslCol
            // 
            this.tsslCol.Name = "tsslCol";
            this.tsslCol.Size = new System.Drawing.Size(15, 17);
            this.tsslCol.Text = "0";
            // 
            // toolStripStatusLabel3
            // 
            this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
            this.toolStripStatusLabel3.Size = new System.Drawing.Size(54, 17);
            this.toolStripStatusLabel3.Text = "Greyval:";
            // 
            // tsslGreyval
            // 
            this.tsslGreyval.Name = "tsslGreyval";
            this.tsslGreyval.Size = new System.Drawing.Size(35, 17);
            this.tsslGreyval.Text = "0,0,0";
            // 
            // HalconDisplay
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.BackColor = System.Drawing.SystemColors.Control;
            this.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.Controls.Add(this.statusStrip1);
            this.Controls.Add(this.vScrollBar1);
            this.Controls.Add(this.toolStrip1);
            this.Controls.Add(this.viewPort);
            this.Controls.Add(this.hScrollBar1);
            this.MinimumSize = new System.Drawing.Size(344, 271);
            this.Name = "HalconDisplay";
            this.Size = new System.Drawing.Size(382, 324);
            this.Load += new System.EventHandler(this.HDisplayControl_Load);
            this.Paint += new System.Windows.Forms.PaintEventHandler(this.HDisplayControl_Paint);
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.contextMenuStrip1.ResumeLayout(false);
            this.statusStrip1.ResumeLayout(false);
            this.statusStrip1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();
 
        }
 
        #endregion
        private System.Windows.Forms.HScrollBar hScrollBar1;
        private System.Windows.Forms.ToolStripButton toolStripButton1;
        private System.Windows.Forms.ToolStripButton toolStripButton2;
        private System.Windows.Forms.ToolStripButton toolStripButton3;
        private System.Windows.Forms.ToolStripButton toolStripButton4;
        private System.Windows.Forms.ToolStripButton toolStripButton5;
        private System.Windows.Forms.ToolStripButton toolStripDeleteSelectedRegion;
        private System.Windows.Forms.ToolStripLabel toolStripSetupROILabel;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
        private System.Windows.Forms.ToolStripButton btnRegionFill;
        private System.Windows.Forms.ToolStripButton btnRegionMargin;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
        public HalconDotNet.HWindowControl viewPort;
        public System.Windows.Forms.ToolStrip toolStrip1;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
        private System.Windows.Forms.ToolStripButton toolStripDeleteAllRegion;
        private System.Windows.Forms.ToolStripButton toolStripResetDisp;
        private System.Windows.Forms.VScrollBar vScrollBar1;
        private System.Windows.Forms.ToolStripButton toolStripButton6;
        private System.Windows.Forms.StatusStrip statusStrip1;
        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
        private System.Windows.Forms.ToolStripStatusLabel tsslRow;
        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2;
        private System.Windows.Forms.ToolStripStatusLabel tsslCol;
        private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
        private System.Windows.Forms.ToolStripMenuItem ToolBarVisbleMenuItem;
        private System.Windows.Forms.ToolStripMenuItem StatusBarVisbleMenuItem;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
        private System.Windows.Forms.ToolStripMenuItem lineWidthMenuItem;
        private System.Windows.Forms.ToolStripMenuItem lineWidth1MenuItem;
        private System.Windows.Forms.ToolStripMenuItem lineWidth2MenuItem;
        private System.Windows.Forms.ToolStripMenuItem lineWidth3MenuItem;
        private System.Windows.Forms.ToolStripMenuItem lineWidth4MenuItem;
        private System.Windows.Forms.ToolStripMenuItem lineWidth5MenuItem;
        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel3;
        private System.Windows.Forms.ToolStripStatusLabel tsslGreyval;
    }
}