IOControl.Designer.cs 31.5 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

namespace AutoScanAndLabel
{
    partial class IOControl
    {
        /// <summary> 
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary> 
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region 组件设计器生成的代码

        /// <summary> 
        /// 设计器支持所需的方法 - 不要修改
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.btnCloseAll = new System.Windows.Forms.Button();
            this.btn夹爪回原 = new System.Windows.Forms.Button();
            this.btn夹爪夹紧 = new System.Windows.Forms.Button();
            this.btn夹爪放松 = new System.Windows.Forms.Button();
            this.btn右侧电滚筒停止 = new System.Windows.Forms.Button();
            this.btn左侧电滚筒停止 = new System.Windows.Forms.Button();
            this.btn右侧电滚筒退出 = new System.Windows.Forms.Button();
            this.btn左侧电滚筒退出 = new System.Windows.Forms.Button();
            this.btn关闭设备光源 = new System.Windows.Forms.Button();
            this.btn关闭相机光源 = new System.Windows.Forms.Button();
            this.btn打开设备光源 = new System.Windows.Forms.Button();
            this.btn打开相机光源 = new System.Windows.Forms.Button();
            this.btn左侧阻挡下降 = new System.Windows.Forms.Button();
            this.btn左侧阻挡上升 = new System.Windows.Forms.Button();
            this.btnOpenDo = new System.Windows.Forms.Button();
            this.btnCloseDO = new System.Windows.Forms.Button();
            this.txtDOIndex = new System.Windows.Forms.TextBox();
            this.label14 = new System.Windows.Forms.Label();
            this.txtWriteTime = new System.Windows.Forms.TextBox();
            this.btn右侧阻挡下降 = new System.Windows.Forms.Button();
            this.label5 = new System.Windows.Forms.Label();
            this.btn右侧电滚筒进入 = new System.Windows.Forms.Button();
            this.btn左侧电滚筒进入 = new System.Windows.Forms.Button();
            this.btn右侧阻挡上升 = new System.Windows.Forms.Button();
            this.cmbWriteIO = new System.Windows.Forms.ComboBox();
            this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.groupBox3.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.groupBox4.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox3
            // 
            this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
            this.groupBox3.Controls.Add(this.tableLayoutPanel1);
            this.groupBox3.Location = new System.Drawing.Point(3, 3);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(342, 762);
            this.groupBox3.TabIndex = 106;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "DI列表";
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.AutoScroll = true;
            this.tableLayoutPanel1.ColumnCount = 1;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 17);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 2;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 17F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 17F));
            this.tableLayoutPanel1.Size = new System.Drawing.Size(336, 742);
            this.tableLayoutPanel1.TabIndex = 102;
            this.tableLayoutPanel1.Tag = "not";
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.btnCloseAll);
            this.groupBox1.Controls.Add(this.btn夹爪回原);
            this.groupBox1.Controls.Add(this.btn夹爪夹紧);
            this.groupBox1.Controls.Add(this.btn夹爪放松);
            this.groupBox1.Controls.Add(this.btn右侧电滚筒停止);
            this.groupBox1.Controls.Add(this.btn左侧电滚筒停止);
            this.groupBox1.Controls.Add(this.btn右侧电滚筒退出);
            this.groupBox1.Controls.Add(this.btn左侧电滚筒退出);
            this.groupBox1.Controls.Add(this.btn关闭设备光源);
            this.groupBox1.Controls.Add(this.btn关闭相机光源);
            this.groupBox1.Controls.Add(this.btn打开设备光源);
            this.groupBox1.Controls.Add(this.btn打开相机光源);
            this.groupBox1.Controls.Add(this.btn左侧阻挡下降);
            this.groupBox1.Controls.Add(this.btn左侧阻挡上升);
            this.groupBox1.Controls.Add(this.btnOpenDo);
            this.groupBox1.Controls.Add(this.btnCloseDO);
            this.groupBox1.Controls.Add(this.txtDOIndex);
            this.groupBox1.Controls.Add(this.label14);
            this.groupBox1.Controls.Add(this.txtWriteTime);
            this.groupBox1.Controls.Add(this.btn右侧阻挡下降);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.btn右侧电滚筒进入);
            this.groupBox1.Controls.Add(this.btn左侧电滚筒进入);
            this.groupBox1.Controls.Add(this.btn右侧阻挡上升);
            this.groupBox1.Controls.Add(this.cmbWriteIO);
            this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.groupBox1.Location = new System.Drawing.Point(659, 3);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(317, 762);
            this.groupBox1.TabIndex = 108;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "DO写入";
            // 
            // btnCloseAll
            // 
            this.btnCloseAll.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnCloseAll.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnCloseAll.Location = new System.Drawing.Point(166, 562);
            this.btnCloseAll.Name = "btnCloseAll";
            this.btnCloseAll.Size = new System.Drawing.Size(125, 34);
            this.btnCloseAll.TabIndex = 302;
            this.btnCloseAll.Text = "关闭所有DO";
            this.btnCloseAll.UseVisualStyleBackColor = false;
            this.btnCloseAll.Click += new System.EventHandler(this.btnCloseAll_Click);
            // 
            // btn夹爪回原
            // 
            this.btn夹爪回原.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btn夹爪回原.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btn夹爪回原.Location = new System.Drawing.Point(30, 412);
            this.btn夹爪回原.Name = "btn夹爪回原";
            this.btn夹爪回原.Size = new System.Drawing.Size(125, 34);
            this.btn夹爪回原.TabIndex = 297;
            this.btn夹爪回原.Text = "夹爪回原";
            this.btn夹爪回原.UseVisualStyleBackColor = false;
            this.btn夹爪回原.Visible = false;
            this.btn夹爪回原.Click += new System.EventHandler(this.btn夹爪回原_Click);
            // 
            // btn夹爪夹紧
            // 
            this.btn夹爪夹紧.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btn夹爪夹紧.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btn夹爪夹紧.Location = new System.Drawing.Point(30, 372);
            this.btn夹爪夹紧.Name = "btn夹爪夹紧";
            this.btn夹爪夹紧.Size = new System.Drawing.Size(125, 34);
            this.btn夹爪夹紧.TabIndex = 297;
            this.btn夹爪夹紧.Text = "夹爪夹紧";
            this.btn夹爪夹紧.UseVisualStyleBackColor = false;
            this.btn夹爪夹紧.Click += new System.EventHandler(this.btn夹爪夹紧_Click);
            // 
            // btn夹爪放松
            // 
            this.btn夹爪放松.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btn夹爪放松.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btn夹爪放松.Location = new System.Drawing.Point(167, 372);
            this.btn夹爪放松.Name = "btn夹爪放松";
            this.btn夹爪放松.Size = new System.Drawing.Size(125, 34);
            this.btn夹爪放松.TabIndex = 297;
            this.btn夹爪放松.Text = "夹爪放松";
            this.btn夹爪放松.UseVisualStyleBackColor = false;
            this.btn夹爪放松.Click += new System.EventHandler(this.btn夹爪放松_Click);
            // 
            // btn右侧电滚筒停止
            // 
            this.btn右侧电滚筒停止.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btn右侧电滚筒停止.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btn右侧电滚筒停止.Location = new System.Drawing.Point(166, 322);
            this.btn右侧电滚筒停止.Name = "btn右侧电滚筒停止";
            this.btn右侧电滚筒停止.Size = new System.Drawing.Size(125, 34);
            this.btn右侧电滚筒停止.TabIndex = 296;
            this.btn右侧电滚筒停止.Text = "右侧电滚筒停止";
            this.btn右侧电滚筒停止.UseVisualStyleBackColor = false;
            this.btn右侧电滚筒停止.Click += new System.EventHandler(this.btn右侧电滚筒停止_Click);
            // 
            // btn左侧电滚筒停止
            // 
            this.btn左侧电滚筒停止.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btn左侧电滚筒停止.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btn左侧电滚筒停止.Location = new System.Drawing.Point(30, 322);
            this.btn左侧电滚筒停止.Name = "btn左侧电滚筒停止";
            this.btn左侧电滚筒停止.Size = new System.Drawing.Size(125, 34);
            this.btn左侧电滚筒停止.TabIndex = 294;
            this.btn左侧电滚筒停止.Text = "左侧电滚筒停止";
            this.btn左侧电滚筒停止.UseVisualStyleBackColor = false;
            this.btn左侧电滚筒停止.Click += new System.EventHandler(this.btn左侧电滚筒停止_Click);
            // 
            // btn右侧电滚筒退出
            // 
            this.btn右侧电滚筒退出.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btn右侧电滚筒退出.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btn右侧电滚筒退出.Location = new System.Drawing.Point(167, 282);
            this.btn右侧电滚筒退出.Name = "btn右侧电滚筒退出";
            this.btn右侧电滚筒退出.Size = new System.Drawing.Size(125, 34);
            this.btn右侧电滚筒退出.TabIndex = 296;
            this.btn右侧电滚筒退出.Text = "右侧电滚筒退出";
            this.btn右侧电滚筒退出.UseVisualStyleBackColor = false;
            this.btn右侧电滚筒退出.Click += new System.EventHandler(this.btn右侧电滚筒退出_Click);
            // 
            // btn左侧电滚筒退出
            // 
            this.btn左侧电滚筒退出.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btn左侧电滚筒退出.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btn左侧电滚筒退出.Location = new System.Drawing.Point(31, 282);
            this.btn左侧电滚筒退出.Name = "btn左侧电滚筒退出";
            this.btn左侧电滚筒退出.Size = new System.Drawing.Size(125, 34);
            this.btn左侧电滚筒退出.TabIndex = 294;
            this.btn左侧电滚筒退出.Text = "左侧电滚筒退出";
            this.btn左侧电滚筒退出.UseVisualStyleBackColor = false;
            this.btn左侧电滚筒退出.Click += new System.EventHandler(this.btn左侧电滚筒退出_Click);
            // 
            // btn关闭设备光源
            // 
            this.btn关闭设备光源.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btn关闭设备光源.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btn关闭设备光源.Location = new System.Drawing.Point(166, 508);
            this.btn关闭设备光源.Name = "btn关闭设备光源";
            this.btn关闭设备光源.Size = new System.Drawing.Size(125, 34);
            this.btn关闭设备光源.TabIndex = 293;
            this.btn关闭设备光源.Text = "关闭设备光源";
            this.btn关闭设备光源.UseVisualStyleBackColor = false;
            this.btn关闭设备光源.Click += new System.EventHandler(this.btn关闭设备光源_Click);
            // 
            // btn关闭相机光源
            // 
            this.btn关闭相机光源.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btn关闭相机光源.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btn关闭相机光源.Location = new System.Drawing.Point(30, 508);
            this.btn关闭相机光源.Name = "btn关闭相机光源";
            this.btn关闭相机光源.Size = new System.Drawing.Size(125, 34);
            this.btn关闭相机光源.TabIndex = 290;
            this.btn关闭相机光源.Text = "关闭相机光源";
            this.btn关闭相机光源.UseVisualStyleBackColor = false;
            this.btn关闭相机光源.Click += new System.EventHandler(this.btn关闭相机光源_Click);
            // 
            // btn打开设备光源
            // 
            this.btn打开设备光源.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btn打开设备光源.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btn打开设备光源.Location = new System.Drawing.Point(166, 468);
            this.btn打开设备光源.Name = "btn打开设备光源";
            this.btn打开设备光源.Size = new System.Drawing.Size(125, 34);
            this.btn打开设备光源.TabIndex = 293;
            this.btn打开设备光源.Text = "打开设备光源";
            this.btn打开设备光源.UseVisualStyleBackColor = false;
            this.btn打开设备光源.Click += new System.EventHandler(this.btn打开设备光源_Click);
            // 
            // btn打开相机光源
            // 
            this.btn打开相机光源.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btn打开相机光源.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btn打开相机光源.Location = new System.Drawing.Point(30, 468);
            this.btn打开相机光源.Name = "btn打开相机光源";
            this.btn打开相机光源.Size = new System.Drawing.Size(125, 34);
            this.btn打开相机光源.TabIndex = 290;
            this.btn打开相机光源.Text = "打开相机光源";
            this.btn打开相机光源.UseVisualStyleBackColor = false;
            this.btn打开相机光源.Click += new System.EventHandler(this.btn打开相机光源_Click);
            // 
            // btn左侧阻挡下降
            // 
            this.btn左侧阻挡下降.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btn左侧阻挡下降.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btn左侧阻挡下降.Location = new System.Drawing.Point(31, 191);
            this.btn左侧阻挡下降.Name = "btn左侧阻挡下降";
            this.btn左侧阻挡下降.Size = new System.Drawing.Size(125, 34);
            this.btn左侧阻挡下降.TabIndex = 289;
            this.btn左侧阻挡下降.Text = "左侧阻挡下降";
            this.btn左侧阻挡下降.UseVisualStyleBackColor = false;
            this.btn左侧阻挡下降.Click += new System.EventHandler(this.btn左侧阻挡下降_Click);
            // 
            // btn左侧阻挡上升
            // 
            this.btn左侧阻挡上升.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btn左侧阻挡上升.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btn左侧阻挡上升.Location = new System.Drawing.Point(31, 154);
            this.btn左侧阻挡上升.Name = "btn左侧阻挡上升";
            this.btn左侧阻挡上升.Size = new System.Drawing.Size(125, 34);
            this.btn左侧阻挡上升.TabIndex = 288;
            this.btn左侧阻挡上升.Text = "左侧阻挡上升";
            this.btn左侧阻挡上升.UseVisualStyleBackColor = false;
            this.btn左侧阻挡上升.Click += new System.EventHandler(this.btn左侧阻挡上升_Click);
            // 
            // btnOpenDo
            // 
            this.btnOpenDo.BackColor = System.Drawing.Color.White;
            this.btnOpenDo.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnOpenDo.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnOpenDo.Location = new System.Drawing.Point(30, 85);
            this.btnOpenDo.Name = "btnOpenDo";
            this.btnOpenDo.Size = new System.Drawing.Size(125, 34);
            this.btnOpenDo.TabIndex = 282;
            this.btnOpenDo.Text = "打开";
            this.btnOpenDo.UseVisualStyleBackColor = false;
            this.btnOpenDo.Click += new System.EventHandler(this.btnOpenDo_Click);
            // 
            // btnCloseDO
            // 
            this.btnCloseDO.BackColor = System.Drawing.Color.White;
            this.btnCloseDO.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnCloseDO.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnCloseDO.Location = new System.Drawing.Point(167, 85);
            this.btnCloseDO.Name = "btnCloseDO";
            this.btnCloseDO.Size = new System.Drawing.Size(125, 34);
            this.btnCloseDO.TabIndex = 281;
            this.btnCloseDO.Text = "关闭";
            this.btnCloseDO.UseVisualStyleBackColor = false;
            this.btnCloseDO.Click += new System.EventHandler(this.btnCloseDO_Click);
            // 
            // txtDOIndex
            // 
            this.txtDOIndex.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtDOIndex.Location = new System.Drawing.Point(73, 52);
            this.txtDOIndex.MaxLength = 10;
            this.txtDOIndex.Name = "txtDOIndex";
            this.txtDOIndex.Size = new System.Drawing.Size(70, 23);
            this.txtDOIndex.TabIndex = 242;
            this.txtDOIndex.Text = "0";
            // 
            // label14
            // 
            this.label14.AutoSize = true;
            this.label14.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label14.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.label14.Location = new System.Drawing.Point(27, 55);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(35, 17);
            this.label14.TabIndex = 239;
            this.label14.Text = "地址:";
            this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // txtWriteTime
            // 
            this.txtWriteTime.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtWriteTime.Location = new System.Drawing.Point(242, 52);
            this.txtWriteTime.MaxLength = 10;
            this.txtWriteTime.Name = "txtWriteTime";
            this.txtWriteTime.Size = new System.Drawing.Size(72, 23);
            this.txtWriteTime.TabIndex = 238;
            this.txtWriteTime.Text = "0";
            // 
            // btn右侧阻挡下降
            // 
            this.btn右侧阻挡下降.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btn右侧阻挡下降.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btn右侧阻挡下降.Location = new System.Drawing.Point(167, 191);
            this.btn右侧阻挡下降.Name = "btn右侧阻挡下降";
            this.btn右侧阻挡下降.Size = new System.Drawing.Size(125, 34);
            this.btn右侧阻挡下降.TabIndex = 251;
            this.btn右侧阻挡下降.Text = "右侧阻挡下降";
            this.btn右侧阻挡下降.UseVisualStyleBackColor = false;
            this.btn右侧阻挡下降.Click += new System.EventHandler(this.btn右侧阻挡下降_Click);
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label5.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.label5.Location = new System.Drawing.Point(162, 55);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(60, 17);
            this.label5.TabIndex = 237;
            this.label5.Text = "定时(ms):";
            this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // btn右侧电滚筒进入
            // 
            this.btn右侧电滚筒进入.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btn右侧电滚筒进入.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btn右侧电滚筒进入.Location = new System.Drawing.Point(167, 242);
            this.btn右侧电滚筒进入.Name = "btn右侧电滚筒进入";
            this.btn右侧电滚筒进入.Size = new System.Drawing.Size(125, 34);
            this.btn右侧电滚筒进入.TabIndex = 250;
            this.btn右侧电滚筒进入.Text = "右侧电滚筒进入";
            this.btn右侧电滚筒进入.UseVisualStyleBackColor = false;
            this.btn右侧电滚筒进入.Click += new System.EventHandler(this.btn右侧电滚筒进入_Click);
            // 
            // btn左侧电滚筒进入
            // 
            this.btn左侧电滚筒进入.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btn左侧电滚筒进入.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btn左侧电滚筒进入.Location = new System.Drawing.Point(31, 242);
            this.btn左侧电滚筒进入.Name = "btn左侧电滚筒进入";
            this.btn左侧电滚筒进入.Size = new System.Drawing.Size(125, 34);
            this.btn左侧电滚筒进入.TabIndex = 250;
            this.btn左侧电滚筒进入.Text = "左侧电滚筒进入";
            this.btn左侧电滚筒进入.UseVisualStyleBackColor = false;
            this.btn左侧电滚筒进入.Click += new System.EventHandler(this.btn左侧电滚筒进入_Click);
            // 
            // btn右侧阻挡上升
            // 
            this.btn右侧阻挡上升.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btn右侧阻挡上升.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btn右侧阻挡上升.Location = new System.Drawing.Point(167, 154);
            this.btn右侧阻挡上升.Name = "btn右侧阻挡上升";
            this.btn右侧阻挡上升.Size = new System.Drawing.Size(125, 34);
            this.btn右侧阻挡上升.TabIndex = 250;
            this.btn右侧阻挡上升.Text = "右侧阻挡上升";
            this.btn右侧阻挡上升.UseVisualStyleBackColor = false;
            this.btn右侧阻挡上升.Click += new System.EventHandler(this.btn右侧阻挡上升_Click);
            // 
            // cmbWriteIO
            // 
            this.cmbWriteIO.DisplayMember = "ProName";
            this.cmbWriteIO.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cmbWriteIO.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbWriteIO.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.cmbWriteIO.FormattingEnabled = true;
            this.cmbWriteIO.Location = new System.Drawing.Point(24, 18);
            this.cmbWriteIO.Name = "cmbWriteIO";
            this.cmbWriteIO.Size = new System.Drawing.Size(278, 27);
            this.cmbWriteIO.TabIndex = 234;
            this.cmbWriteIO.ValueMember = "ProName";
            this.cmbWriteIO.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.cmbWriteIO_DrawItem);
            this.cmbWriteIO.SelectedIndexChanged += new System.EventHandler(this.cmbWriteIO_SelectedIndexChanged);
            // 
            // tableLayoutPanel2
            // 
            this.tableLayoutPanel2.AutoScroll = true;
            this.tableLayoutPanel2.ColumnCount = 1;
            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 17);
            this.tableLayoutPanel2.Name = "tableLayoutPanel2";
            this.tableLayoutPanel2.RowCount = 2;
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 17F));
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 17F));
            this.tableLayoutPanel2.Size = new System.Drawing.Size(292, 742);
            this.tableLayoutPanel2.TabIndex = 103;
            this.tableLayoutPanel2.Tag = "not";
            // 
            // groupBox4
            // 
            this.groupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
            this.groupBox4.Controls.Add(this.tableLayoutPanel2);
            this.groupBox4.Location = new System.Drawing.Point(351, 3);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size(298, 762);
            this.groupBox4.TabIndex = 107;
            this.groupBox4.TabStop = false;
            this.groupBox4.Text = "DO列表";
            // 
            // IOControl
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.AutoScroll = true;
            this.BackColor = System.Drawing.Color.White;
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.groupBox4);
            this.Controls.Add(this.groupBox3);
            this.Font = new System.Drawing.Font("新宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.Name = "IOControl";
            this.Size = new System.Drawing.Size(979, 768);
            this.Load += new System.EventHandler(this.IOControl_Load);
            this.groupBox3.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox4.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion
        private System.Windows.Forms.GroupBox groupBox3;
        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.Button btnCloseAll;
        private System.Windows.Forms.Button btn夹爪回原;
        private System.Windows.Forms.Button btn夹爪夹紧;
        private System.Windows.Forms.Button btn夹爪放松;
        private System.Windows.Forms.Button btn右侧电滚筒停止;
        private System.Windows.Forms.Button btn左侧电滚筒停止;
        private System.Windows.Forms.Button btn右侧电滚筒退出;
        private System.Windows.Forms.Button btn左侧电滚筒退出;
        private System.Windows.Forms.Button btn关闭设备光源;
        private System.Windows.Forms.Button btn关闭相机光源;
        private System.Windows.Forms.Button btn打开设备光源;
        private System.Windows.Forms.Button btn打开相机光源;
        private System.Windows.Forms.Button btn左侧阻挡下降;
        private System.Windows.Forms.Button btn左侧阻挡上升;
        private System.Windows.Forms.Button btnOpenDo;
        private System.Windows.Forms.Button btnCloseDO;
        private System.Windows.Forms.TextBox txtDOIndex;
        private System.Windows.Forms.Label label14;
        private System.Windows.Forms.TextBox txtWriteTime;
        private System.Windows.Forms.Button btn右侧阻挡下降;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Button btn右侧电滚筒进入;
        private System.Windows.Forms.Button btn左侧电滚筒进入;
        private System.Windows.Forms.Button btn右侧阻挡上升;
        private System.Windows.Forms.ComboBox cmbWriteIO;
        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
        private System.Windows.Forms.GroupBox groupBox4;
    }
}