Newer
Older
GHFX_REFACTOR / Forms / FrmValveAnalysis.Designer.cs
wxn on 2 Nov 2016 4 KB 提交
namespace PipeLine.Forms
{
    partial class FrmValveAnalysis
    {
        /// <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()
        {
            this.components = new System.ComponentModel.Container();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.listBox1 = new System.Windows.Forms.ListBox();
            this.btnSel = new DevComponents.DotNetBar.ButtonX();
            this.btnLight = new DevComponents.DotNetBar.ButtonX();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.listBox1);
            this.groupBox1.Location = new System.Drawing.Point(13, 13);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(218, 258);
            this.groupBox1.TabIndex = 1;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "阀门编码";
            // 
            // listBox1
            // 
            this.listBox1.FormattingEnabled = true;
            this.listBox1.ItemHeight = 12;
            this.listBox1.Location = new System.Drawing.Point(7, 21);
            this.listBox1.Name = "listBox1";
            this.listBox1.Size = new System.Drawing.Size(205, 220);
            this.listBox1.TabIndex = 0;
            // 
            // btnSel
            // 
            this.btnSel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnSel.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.btnSel.Location = new System.Drawing.Point(34, 277);
            this.btnSel.Name = "btnSel";
            this.btnSel.Size = new System.Drawing.Size(75, 25);
            this.btnSel.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.btnSel.TabIndex = 18;
            this.btnSel.Text = "定位";
            this.btnSel.Click += new System.EventHandler(this.btnSel_Click);
            // 
            // btnLight
            // 
            this.btnLight.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnLight.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.btnLight.Location = new System.Drawing.Point(133, 277);
            this.btnLight.Name = "btnLight";
            this.btnLight.Size = new System.Drawing.Size(75, 25);
            this.btnLight.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.btnLight.TabIndex = 19;
            this.btnLight.Text = "闪烁";
            this.btnLight.Click += new System.EventHandler(this.btnLight_Click);
            // 
            // timer1
            // 
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // FrmValveAnalysis
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(243, 311);
            this.Controls.Add(this.btnLight);
            this.Controls.Add(this.btnSel);
            this.Controls.Add(this.groupBox1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.MaximizeBox = false;
            this.Name = "FrmValveAnalysis";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "阀门分析";
            this.Load += new System.EventHandler(this.FrmValveAnalysis_Load);
            this.groupBox1.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.ListBox listBox1;
        private DevComponents.DotNetBar.ButtonX btnSel;
        private DevComponents.DotNetBar.ButtonX btnLight;
        private System.Windows.Forms.Timer timer1;
    }
}