Newer
Older
EMS_SZ / FrmQuerySensorAlarm.designer.cs
root on 21 Mar 2016 6 KB first
namespace Cyberpipe
{
    partial class FrmQuerySensorAlarm
    {
        /// <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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.buttonXStartTimer = new DevComponents.DotNetBar.ButtonX();
            this.buttonXStopTimer = new DevComponents.DotNetBar.ButtonX();
            this.dataGridViewXSensorList = new DevComponents.DotNetBar.Controls.DataGridViewX();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewXSensorList)).BeginInit();
            this.SuspendLayout();
            // 
            // buttonXStartTimer
            // 
            this.buttonXStartTimer.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.buttonXStartTimer.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.buttonXStartTimer.Location = new System.Drawing.Point(50, 214);
            this.buttonXStartTimer.Name = "buttonXStartTimer";
            this.buttonXStartTimer.Size = new System.Drawing.Size(75, 23);
            this.buttonXStartTimer.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.buttonXStartTimer.TabIndex = 0;
            this.buttonXStartTimer.Text = "启动";
            this.buttonXStartTimer.Click += new System.EventHandler(this.buttonXStartTimer_Click);
            // 
            // buttonXStopTimer
            // 
            this.buttonXStopTimer.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.buttonXStopTimer.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.buttonXStopTimer.Location = new System.Drawing.Point(144, 214);
            this.buttonXStopTimer.Name = "buttonXStopTimer";
            this.buttonXStopTimer.Size = new System.Drawing.Size(75, 23);
            this.buttonXStopTimer.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.buttonXStopTimer.TabIndex = 3;
            this.buttonXStopTimer.Text = "停止";
            this.buttonXStopTimer.Click += new System.EventHandler(this.buttonXStopTimer_Click);
            // 
            // dataGridViewXSensorList
            // 
            this.dataGridViewXSensorList.AllowUserToAddRows = false;
            this.dataGridViewXSensorList.AllowUserToDeleteRows = false;
            this.dataGridViewXSensorList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dataGridViewXSensorList.DefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridViewXSensorList.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170)))));
            this.dataGridViewXSensorList.Location = new System.Drawing.Point(10, 10);
            this.dataGridViewXSensorList.MultiSelect = false;
            this.dataGridViewXSensorList.Name = "dataGridViewXSensorList";
            this.dataGridViewXSensorList.RowHeadersVisible = false;
            this.dataGridViewXSensorList.RowTemplate.Height = 23;
            this.dataGridViewXSensorList.Size = new System.Drawing.Size(240, 193);
            this.dataGridViewXSensorList.TabIndex = 4;
            this.dataGridViewXSensorList.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewXSensorList_CellEndEdit);
            // 
            // FrmQuerySensorAlarm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(258, 244);
            this.Controls.Add(this.dataGridViewXSensorList);
            this.Controls.Add(this.buttonXStopTimer);
            this.Controls.Add(this.buttonXStartTimer);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.MaximizeBox = false;
            this.Name = "FrmQuerySensorAlarm";
            this.ShowIcon = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "传感器在线报警";
            this.Load += new System.EventHandler(this.FrmQuerySensorAlarm_Load);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmQuerySensorAlarm_FormClosing);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewXSensorList)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private DevComponents.DotNetBar.ButtonX buttonXStartTimer;
        private DevComponents.DotNetBar.ButtonX buttonXStopTimer;
        private DevComponents.DotNetBar.Controls.DataGridViewX dataGridViewXSensorList;
    }
}