FrmOrgConfig.Designer.cs 12.3 KB
namespace URSoldering.Client
{
    partial class FrmOrgConfig
    {
        /// <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 Windows Form 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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmOrgConfig));
            this.dataGridViewImageColumn1 = new System.Windows.Forms.DataGridViewImageColumn();
            this.dataGridViewImageColumn2 = new System.Windows.Forms.DataGridViewImageColumn();
            this.panel1 = new System.Windows.Forms.Panel();
            this.btnSetMark = new System.Windows.Forms.Button();
            this.lblMsg = new System.Windows.Forms.Label();
            this.btnMore = new System.Windows.Forms.Button();
            this.btnBack = new System.Windows.Forms.Button();
            this.btnSetClear2 = new System.Windows.Forms.Button();
            this.btnSetClear1 = new System.Windows.Forms.Button();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.urRobotSControl1 = new UserFromControl.URRobotSControl();
            this.btnSaveHome = new System.Windows.Forms.Button();
            this.btnSStop = new System.Windows.Forms.Button();
            this.btnWStop = new System.Windows.Forms.Button();
            this.label14 = new System.Windows.Forms.Label();
            this.panel1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.SuspendLayout();
            // 
            // dataGridViewImageColumn1
            // 
            this.dataGridViewImageColumn1.HeaderText = "上升";
            this.dataGridViewImageColumn1.Image = ((System.Drawing.Image)(resources.GetObject("dataGridViewImageColumn1.Image")));
            this.dataGridViewImageColumn1.Name = "dataGridViewImageColumn1";
            this.dataGridViewImageColumn1.Visible = false;
            this.dataGridViewImageColumn1.Width = 50;
            // 
            // dataGridViewImageColumn2
            // 
            this.dataGridViewImageColumn2.HeaderText = "下降";
            this.dataGridViewImageColumn2.Image = ((System.Drawing.Image)(resources.GetObject("dataGridViewImageColumn2.Image")));
            this.dataGridViewImageColumn2.Name = "dataGridViewImageColumn2";
            this.dataGridViewImageColumn2.Visible = false;
            this.dataGridViewImageColumn2.Width = 50;
            // 
            // panel1
            // 
            this.panel1.AutoScroll = true;
            this.panel1.Controls.Add(this.btnSetMark);
            this.panel1.Controls.Add(this.lblMsg);
            this.panel1.Controls.Add(this.btnMore);
            this.panel1.Controls.Add(this.btnBack);
            this.panel1.Controls.Add(this.btnSetClear2);
            this.panel1.Controls.Add(this.btnSetClear1);
            this.panel1.Controls.Add(this.groupBox2);
            this.panel1.Controls.Add(this.btnSaveHome);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(545, 347);
            this.panel1.TabIndex = 0;
            // 
            // btnSetMark
            // 
            this.btnSetMark.FlatAppearance.BorderSize = 0;
            this.btnSetMark.Location = new System.Drawing.Point(359, 194);
            this.btnSetMark.Name = "btnSetMark";
            this.btnSetMark.Size = new System.Drawing.Size(159, 38);
            this.btnSetMark.TabIndex = 263;
            this.btnSetMark.Text = "重置为Mark点";
            this.btnSetMark.UseVisualStyleBackColor = true;
            this.btnSetMark.Click += new System.EventHandler(this.btnSetMark_Click);
            // 
            // lblMsg
            // 
            this.lblMsg.AutoSize = true;
            this.lblMsg.ForeColor = System.Drawing.Color.Red;
            this.lblMsg.Location = new System.Drawing.Point(33, 15);
            this.lblMsg.Name = "lblMsg";
            this.lblMsg.Size = new System.Drawing.Size(0, 17);
            this.lblMsg.TabIndex = 262;
            // 
            // btnMore
            // 
            this.btnMore.FlatAppearance.BorderSize = 0;
            this.btnMore.Location = new System.Drawing.Point(80, 276);
            this.btnMore.Name = "btnMore";
            this.btnMore.Size = new System.Drawing.Size(159, 38);
            this.btnMore.TabIndex = 261;
            this.btnMore.Text = "点击查看更多";
            this.btnMore.UseVisualStyleBackColor = true;
            this.btnMore.Click += new System.EventHandler(this.btnMore_Click);
            // 
            // btnBack
            // 
            this.btnBack.FlatAppearance.BorderSize = 0;
            this.btnBack.Location = new System.Drawing.Point(347, 276);
            this.btnBack.Name = "btnBack";
            this.btnBack.Size = new System.Drawing.Size(159, 38);
            this.btnBack.TabIndex = 260;
            this.btnBack.Text = "返回";
            this.btnBack.UseVisualStyleBackColor = true;
            this.btnBack.Click += new System.EventHandler(this.btnBack_Click);
            // 
            // btnSetClear2
            // 
            this.btnSetClear2.FlatAppearance.BorderSize = 0;
            this.btnSetClear2.Location = new System.Drawing.Point(359, 147);
            this.btnSetClear2.Name = "btnSetClear2";
            this.btnSetClear2.Size = new System.Drawing.Size(159, 38);
            this.btnSetClear2.TabIndex = 38;
            this.btnSetClear2.Text = "重置为清洗点2";
            this.btnSetClear2.UseVisualStyleBackColor = true;
            this.btnSetClear2.Click += new System.EventHandler(this.btnSetClear2_Click);
            // 
            // btnSetClear1
            // 
            this.btnSetClear1.FlatAppearance.BorderSize = 0;
            this.btnSetClear1.Location = new System.Drawing.Point(359, 100);
            this.btnSetClear1.Name = "btnSetClear1";
            this.btnSetClear1.Size = new System.Drawing.Size(159, 38);
            this.btnSetClear1.TabIndex = 37;
            this.btnSetClear1.Text = "重置为清洗点1";
            this.btnSetClear1.UseVisualStyleBackColor = true;
            this.btnSetClear1.Click += new System.EventHandler(this.btnSetClear1_Click);
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.urRobotSControl1);
            this.groupBox2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.groupBox2.Location = new System.Drawing.Point(36, 41);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(284, 206);
            this.groupBox2.TabIndex = 259;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "机器人实时坐标";
            // 
            // urRobotSControl1
            // 
            this.urRobotSControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.urRobotSControl1.Location = new System.Drawing.Point(7, 28);
            this.urRobotSControl1.Name = "urRobotSControl1";
            this.urRobotSControl1.Size = new System.Drawing.Size(271, 157);
            this.urRobotSControl1.TabIndex = 0;
            // 
            // btnSaveHome
            // 
            this.btnSaveHome.FlatAppearance.BorderSize = 0;
            this.btnSaveHome.Location = new System.Drawing.Point(359, 53);
            this.btnSaveHome.Name = "btnSaveHome";
            this.btnSaveHome.Size = new System.Drawing.Size(159, 38);
            this.btnSaveHome.TabIndex = 36;
            this.btnSaveHome.Text = "重置为原点";
            this.btnSaveHome.UseVisualStyleBackColor = true;
            this.btnSaveHome.Click += new System.EventHandler(this.btnSaveHome_Click);
            // 
            // btnSStop
            // 
            this.btnSStop.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnSStop.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnSStop.Location = new System.Drawing.Point(417, 9);
            this.btnSStop.Name = "btnSStop";
            this.btnSStop.Size = new System.Drawing.Size(117, 23);
            this.btnSStop.TabIndex = 256;
            this.btnSStop.Text = "烙铁停止移动";
            this.btnSStop.UseVisualStyleBackColor = true;
            this.btnSStop.Visible = false;
            // 
            // btnWStop
            // 
            this.btnWStop.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnWStop.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnWStop.Location = new System.Drawing.Point(417, 37);
            this.btnWStop.Name = "btnWStop";
            this.btnWStop.Size = new System.Drawing.Size(117, 23);
            this.btnWStop.TabIndex = 257;
            this.btnWStop.Text = "送丝停止移动";
            this.btnWStop.UseVisualStyleBackColor = true;
            this.btnWStop.Visible = false;
            // 
            // label14
            // 
            this.label14.AutoSize = true;
            this.label14.Location = new System.Drawing.Point(195, 34);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(44, 17);
            this.label14.TabIndex = 9;
            this.label14.Text = "条形码";
            this.label14.Visible = false;
            // 
            // FrmOrgConfig
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(545, 347);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.btnSStop);
            this.Controls.Add(this.btnWStop);
            this.Controls.Add(this.label14);
            this.Name = "FrmOrgConfig";
            this.Text = "系统配置";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmBoardInfo_FormClosing);
            this.Load += new System.EventHandler(this.FrmBoardInfo_Load);
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.Button btnWStop;
        private System.Windows.Forms.Button btnSStop;
      
        private System.Windows.Forms.Label label14;
        private System.Windows.Forms.Button btnSaveHome;
        private System.Windows.Forms.DataGridViewImageColumn dataGridViewImageColumn1;
        private System.Windows.Forms.DataGridViewImageColumn dataGridViewImageColumn2;
        private System.Windows.Forms.Button btnSetClear2;
        private System.Windows.Forms.Button btnSetClear1;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.Button btnBack;
        private System.Windows.Forms.Button btnMore;
        private UserFromControl.URRobotSControl urRobotSControl1;
        private System.Windows.Forms.Label lblMsg;
        private System.Windows.Forms.Button btnSetMark;
    }
}