MycronicControl.Designer.cs 19.3 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

namespace TheMachine.device.Other
{
    partial class MycronicControl
    {
        /// <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.components = new System.ComponentModel.Container();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage4 = new System.Windows.Forms.TabPage();
            this.btn_ResetR2Robot = new System.Windows.Forms.Button();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.btn_manualout = new System.Windows.Forms.Button();
            this.txt_reelid = new System.Windows.Forms.TextBox();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.tabPage3 = new System.Windows.Forms.TabPage();
            this.tabPage5 = new System.Windows.Forms.TabPage();
            this.panel1 = new System.Windows.Forms.Panel();
            this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.button1 = new System.Windows.Forms.Button();
            this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
            this.stateView = new TheMachine.DoubleBufferListView();
            this.uc_boxdebug1 = new TheMachine.uc_boxdebug();
            this.uc_boxdebug2 = new TheMachine.uc_boxdebug();
            this.uc_boxdebug3 = new TheMachine.uc_boxdebug();
            this.ucurRobot1 = new URRobot.UCURRobot();
            this.ucurRobot2 = new URRobot.UCURRobot();
            this.ucurRobot3 = new URRobot.UCURRobot();
            this.groupBox5 = new System.Windows.Forms.GroupBox();
            this.tabControl1.SuspendLayout();
            this.tabPage4.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.tabPage2.SuspendLayout();
            this.tabPage3.SuspendLayout();
            this.tabPage5.SuspendLayout();
            this.panel1.SuspendLayout();
            this.flowLayoutPanel1.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.groupBox4.SuspendLayout();
            this.groupBox5.SuspendLayout();
            this.SuspendLayout();
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.tabPage4);
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Controls.Add(this.tabPage3);
            this.tabControl1.Controls.Add(this.tabPage5);
            this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControl1.Location = new System.Drawing.Point(0, 0);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(1000, 574);
            this.tabControl1.TabIndex = 0;
            // 
            // tabPage4
            // 
            this.tabPage4.Controls.Add(this.button1);
            this.tabPage4.Controls.Add(this.btn_ResetR2Robot);
            this.tabPage4.Controls.Add(this.groupBox2);
            this.tabPage4.Controls.Add(this.btn_manualout);
            this.tabPage4.Controls.Add(this.txt_reelid);
            this.tabPage4.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.tabPage4.Location = new System.Drawing.Point(4, 22);
            this.tabPage4.Name = "tabPage4";
            this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage4.Size = new System.Drawing.Size(992, 548);
            this.tabPage4.TabIndex = 3;
            this.tabPage4.Text = "配置";
            this.tabPage4.UseVisualStyleBackColor = true;
            this.tabPage4.Click += new System.EventHandler(this.tabPage4_Click);
            // 
            // btn_ResetR2Robot
            // 
            this.btn_ResetR2Robot.Location = new System.Drawing.Point(19, 437);
            this.btn_ResetR2Robot.Name = "btn_ResetR2Robot";
            this.btn_ResetR2Robot.Size = new System.Drawing.Size(236, 93);
            this.btn_ResetR2Robot.TabIndex = 25;
            this.btn_ResetR2Robot.Text = "R1机器人复位至待机点, 并释放压紧装置";
            this.btn_ResetR2Robot.UseVisualStyleBackColor = true;
            this.btn_ResetR2Robot.Click += new System.EventHandler(this.btn_ResetRobot_Click);
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.stateView);
            this.groupBox2.Location = new System.Drawing.Point(19, 24);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(561, 389);
            this.groupBox2.TabIndex = 24;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "Tower Status";
            // 
            // btn_manualout
            // 
            this.btn_manualout.Location = new System.Drawing.Point(789, 492);
            this.btn_manualout.Name = "btn_manualout";
            this.btn_manualout.Size = new System.Drawing.Size(178, 38);
            this.btn_manualout.TabIndex = 23;
            this.btn_manualout.Text = "reelid出库";
            this.btn_manualout.UseVisualStyleBackColor = true;
            this.btn_manualout.Click += new System.EventHandler(this.btn_manualout_Click);
            // 
            // txt_reelid
            // 
            this.txt_reelid.Location = new System.Drawing.Point(570, 497);
            this.txt_reelid.Name = "txt_reelid";
            this.txt_reelid.Size = new System.Drawing.Size(213, 33);
            this.txt_reelid.TabIndex = 22;
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.uc_boxdebug1);
            this.tabPage1.Location = new System.Drawing.Point(4, 22);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(992, 548);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "MI1 点位";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.uc_boxdebug2);
            this.tabPage2.Location = new System.Drawing.Point(4, 22);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(992, 548);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "MI2 点位";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // tabPage3
            // 
            this.tabPage3.Controls.Add(this.uc_boxdebug3);
            this.tabPage3.Location = new System.Drawing.Point(4, 22);
            this.tabPage3.Name = "tabPage3";
            this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage3.Size = new System.Drawing.Size(992, 548);
            this.tabPage3.TabIndex = 2;
            this.tabPage3.Text = "CI 点位";
            this.tabPage3.UseVisualStyleBackColor = true;
            // 
            // tabPage5
            // 
            this.tabPage5.Controls.Add(this.groupBox5);
            this.tabPage5.Controls.Add(this.panel1);
            this.tabPage5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.tabPage5.Location = new System.Drawing.Point(4, 22);
            this.tabPage5.Name = "tabPage5";
            this.tabPage5.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage5.Size = new System.Drawing.Size(992, 548);
            this.tabPage5.TabIndex = 4;
            this.tabPage5.Text = "Robot";
            this.tabPage5.UseVisualStyleBackColor = true;
            // 
            // panel1
            // 
            this.panel1.AutoScroll = true;
            this.panel1.Controls.Add(this.flowLayoutPanel1);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel1.Location = new System.Drawing.Point(3, 3);
            this.panel1.Margin = new System.Windows.Forms.Padding(2);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(986, 224);
            this.panel1.TabIndex = 22;
            // 
            // flowLayoutPanel1
            // 
            this.flowLayoutPanel1.Controls.Add(this.groupBox1);
            this.flowLayoutPanel1.Controls.Add(this.groupBox3);
            this.flowLayoutPanel1.Controls.Add(this.groupBox4);
            this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0);
            this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(2);
            this.flowLayoutPanel1.Name = "flowLayoutPanel1";
            this.flowLayoutPanel1.Size = new System.Drawing.Size(986, 224);
            this.flowLayoutPanel1.TabIndex = 0;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.ucurRobot1);
            this.groupBox1.Location = new System.Drawing.Point(2, 2);
            this.groupBox1.Margin = new System.Windows.Forms.Padding(2);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Padding = new System.Windows.Forms.Padding(2);
            this.groupBox1.Size = new System.Drawing.Size(310, 215);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "MI1";
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.ucurRobot2);
            this.groupBox3.Location = new System.Drawing.Point(316, 2);
            this.groupBox3.Margin = new System.Windows.Forms.Padding(2);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Padding = new System.Windows.Forms.Padding(2);
            this.groupBox3.Size = new System.Drawing.Size(310, 215);
            this.groupBox3.TabIndex = 1;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "MI2";
            // 
            // groupBox4
            // 
            this.groupBox4.Controls.Add(this.ucurRobot3);
            this.groupBox4.Location = new System.Drawing.Point(630, 2);
            this.groupBox4.Margin = new System.Windows.Forms.Padding(2);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Padding = new System.Windows.Forms.Padding(2);
            this.groupBox4.Size = new System.Drawing.Size(310, 215);
            this.groupBox4.TabIndex = 2;
            this.groupBox4.TabStop = false;
            this.groupBox4.Text = "CI";
            // 
            // timer1
            // 
            this.timer1.Enabled = true;
            this.timer1.Interval = 1000;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(276, 437);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(236, 93);
            this.button1.TabIndex = 25;
            this.button1.Text = "R2机器人复位至待机点, 并释放压紧装置";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // flowLayoutPanel2
            // 
            this.flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.flowLayoutPanel2.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
            this.flowLayoutPanel2.Location = new System.Drawing.Point(3, 17);
            this.flowLayoutPanel2.Name = "flowLayoutPanel2";
            this.flowLayoutPanel2.Size = new System.Drawing.Size(221, 227);
            this.flowLayoutPanel2.TabIndex = 23;
            // 
            // stateView
            // 
            this.stateView.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.stateView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.stateView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
            this.stateView.HideSelection = false;
            this.stateView.Location = new System.Drawing.Point(3, 29);
            this.stateView.MultiSelect = false;
            this.stateView.Name = "stateView";
            this.stateView.Size = new System.Drawing.Size(555, 357);
            this.stateView.TabIndex = 0;
            this.stateView.UseCompatibleStateImageBehavior = false;
            // 
            // uc_boxdebug1
            // 
            this.uc_boxdebug1.Config = null;
            this.uc_boxdebug1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.uc_boxdebug1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.uc_boxdebug1.Location = new System.Drawing.Point(3, 3);
            this.uc_boxdebug1.Name = "uc_boxdebug1";
            this.uc_boxdebug1.Size = new System.Drawing.Size(986, 542);
            this.uc_boxdebug1.TabIndex = 0;
            // 
            // uc_boxdebug2
            // 
            this.uc_boxdebug2.Config = null;
            this.uc_boxdebug2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.uc_boxdebug2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.uc_boxdebug2.Location = new System.Drawing.Point(3, 3);
            this.uc_boxdebug2.Name = "uc_boxdebug2";
            this.uc_boxdebug2.Size = new System.Drawing.Size(986, 542);
            this.uc_boxdebug2.TabIndex = 0;
            // 
            // uc_boxdebug3
            // 
            this.uc_boxdebug3.Config = null;
            this.uc_boxdebug3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.uc_boxdebug3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.uc_boxdebug3.Location = new System.Drawing.Point(3, 3);
            this.uc_boxdebug3.Name = "uc_boxdebug3";
            this.uc_boxdebug3.Size = new System.Drawing.Size(986, 542);
            this.uc_boxdebug3.TabIndex = 0;
            // 
            // ucurRobot1
            // 
            this.ucurRobot1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ucurRobot1.Location = new System.Drawing.Point(2, 16);
            this.ucurRobot1.Name = "ucurRobot1";
            this.ucurRobot1.Size = new System.Drawing.Size(306, 197);
            this.ucurRobot1.TabIndex = 17;
            // 
            // ucurRobot2
            // 
            this.ucurRobot2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ucurRobot2.Location = new System.Drawing.Point(2, 16);
            this.ucurRobot2.Name = "ucurRobot2";
            this.ucurRobot2.Size = new System.Drawing.Size(306, 197);
            this.ucurRobot2.TabIndex = 17;
            // 
            // ucurRobot3
            // 
            this.ucurRobot3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ucurRobot3.Location = new System.Drawing.Point(2, 16);
            this.ucurRobot3.Name = "ucurRobot3";
            this.ucurRobot3.Size = new System.Drawing.Size(306, 197);
            this.ucurRobot3.TabIndex = 17;
            // 
            // groupBox5
            // 
            this.groupBox5.Controls.Add(this.flowLayoutPanel2);
            this.groupBox5.Location = new System.Drawing.Point(7, 232);
            this.groupBox5.Name = "groupBox5";
            this.groupBox5.Size = new System.Drawing.Size(227, 247);
            this.groupBox5.TabIndex = 24;
            this.groupBox5.TabStop = false;
            this.groupBox5.Text = "Tower enable";
            // 
            // MycronicControl
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.Controls.Add(this.tabControl1);
            this.Name = "MycronicControl";
            this.Size = new System.Drawing.Size(1000, 574);
            this.Load += new System.EventHandler(this.MycronicControl_Load);
            this.tabControl1.ResumeLayout(false);
            this.tabPage4.ResumeLayout(false);
            this.tabPage4.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.tabPage2.ResumeLayout(false);
            this.tabPage3.ResumeLayout(false);
            this.tabPage5.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            this.flowLayoutPanel1.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.groupBox3.ResumeLayout(false);
            this.groupBox4.ResumeLayout(false);
            this.groupBox5.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.TabControl tabControl1;
        private System.Windows.Forms.TabPage tabPage1;
        private System.Windows.Forms.TabPage tabPage2;
        private uc_boxdebug uc_boxdebug1;
        private System.Windows.Forms.TabPage tabPage3;
        private uc_boxdebug uc_boxdebug2;
        private uc_boxdebug uc_boxdebug3;
        private System.Windows.Forms.TabPage tabPage4;
        private System.Windows.Forms.Button btn_manualout;
        private System.Windows.Forms.TextBox txt_reelid;
        private System.Windows.Forms.TabPage tabPage5;
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
        private System.Windows.Forms.GroupBox groupBox1;
        private URRobot.UCURRobot ucurRobot1;
        private System.Windows.Forms.GroupBox groupBox3;
        private URRobot.UCURRobot ucurRobot2;
        private System.Windows.Forms.GroupBox groupBox4;
        private URRobot.UCURRobot ucurRobot3;
        private System.Windows.Forms.GroupBox groupBox2;
        private DoubleBufferListView stateView;
        private System.Windows.Forms.Timer timer1;
        private System.Windows.Forms.Button btn_ResetR2Robot;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
        private System.Windows.Forms.GroupBox groupBox5;
    }
}