Newer
Older
GHFX_REFACTOR / FrmEquipmentEdit.designer.cs
wxn on 28 Nov 2016 7 KB 管线定位
namespace Cyberpipe
{
    partial class FrmEquipmentEdit
    {
        /// <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.labDBID = new DevComponents.DotNetBar.LabelX();
            this.labMacId = new DevComponents.DotNetBar.LabelX();
            this.labPerson = new DevComponents.DotNetBar.LabelX();
            this.labDescn = new DevComponents.DotNetBar.LabelX();
            this.txtMacId = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.comboPerson = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.txtDescn = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.btnSaveDev = new DevComponents.DotNetBar.ButtonX();
            this.SuspendLayout();
            // 
            // labDBID
            // 
            // 
            // 
            // 
            this.labDBID.BackgroundStyle.Class = "";
            this.labDBID.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labDBID.Location = new System.Drawing.Point(13, 209);
            this.labDBID.Name = "labDBID";
            this.labDBID.Size = new System.Drawing.Size(75, 23);
            this.labDBID.TabIndex = 0;
            this.labDBID.Visible = false;
            // 
            // labMacId
            // 
            // 
            // 
            // 
            this.labMacId.BackgroundStyle.Class = "";
            this.labMacId.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labMacId.Location = new System.Drawing.Point(13, 32);
            this.labMacId.Name = "labMacId";
            this.labMacId.Size = new System.Drawing.Size(75, 23);
            this.labMacId.TabIndex = 1;
            this.labMacId.Text = "MAC地址*";
            this.labMacId.TextAlignment = System.Drawing.StringAlignment.Far;
            // 
            // labPerson
            // 
            // 
            // 
            // 
            this.labPerson.BackgroundStyle.Class = "";
            this.labPerson.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labPerson.Location = new System.Drawing.Point(13, 75);
            this.labPerson.Name = "labPerson";
            this.labPerson.Size = new System.Drawing.Size(75, 23);
            this.labPerson.TabIndex = 2;
            this.labPerson.Text = "设备所有人*";
            this.labPerson.TextAlignment = System.Drawing.StringAlignment.Far;
            // 
            // labDescn
            // 
            // 
            // 
            // 
            this.labDescn.BackgroundStyle.Class = "";
            this.labDescn.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labDescn.Location = new System.Drawing.Point(13, 122);
            this.labDescn.Name = "labDescn";
            this.labDescn.Size = new System.Drawing.Size(75, 23);
            this.labDescn.TabIndex = 3;
            this.labDescn.Text = "设备描述";
            this.labDescn.TextAlignment = System.Drawing.StringAlignment.Far;
            // 
            // txtMacId
            // 
            // 
            // 
            // 
            this.txtMacId.Border.Class = "TextBoxBorder";
            this.txtMacId.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txtMacId.Location = new System.Drawing.Point(95, 33);
            this.txtMacId.Name = "txtMacId";
            this.txtMacId.Size = new System.Drawing.Size(205, 21);
            this.txtMacId.TabIndex = 4;
            // 
            // comboPerson
            // 
            this.comboPerson.DisplayMember = "username";
            this.comboPerson.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.comboPerson.FormattingEnabled = true;
            this.comboPerson.ItemHeight = 15;
            this.comboPerson.Location = new System.Drawing.Point(95, 77);
            this.comboPerson.Name = "comboPerson";
            this.comboPerson.Size = new System.Drawing.Size(205, 21);
            this.comboPerson.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.comboPerson.TabIndex = 5;
            this.comboPerson.ValueMember = "username";
            // 
            // txtDescn
            // 
            // 
            // 
            // 
            this.txtDescn.Border.Class = "TextBoxBorder";
            this.txtDescn.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txtDescn.Location = new System.Drawing.Point(95, 123);
            this.txtDescn.Multiline = true;
            this.txtDescn.Name = "txtDescn";
            this.txtDescn.Size = new System.Drawing.Size(205, 69);
            this.txtDescn.TabIndex = 6;
            // 
            // btnSaveDev
            // 
            this.btnSaveDev.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnSaveDev.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.btnSaveDev.Location = new System.Drawing.Point(225, 209);
            this.btnSaveDev.Name = "btnSaveDev";
            this.btnSaveDev.Size = new System.Drawing.Size(75, 23);
            this.btnSaveDev.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.btnSaveDev.TabIndex = 7;
            this.btnSaveDev.Text = "保存";
            this.btnSaveDev.Click += new System.EventHandler(this.btnSaveDev_Click);
            // 
            // FrmEquipmentEdit
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(327, 244);
            this.Controls.Add(this.btnSaveDev);
            this.Controls.Add(this.txtDescn);
            this.Controls.Add(this.comboPerson);
            this.Controls.Add(this.txtMacId);
            this.Controls.Add(this.labDescn);
            this.Controls.Add(this.labPerson);
            this.Controls.Add(this.labMacId);
            this.Controls.Add(this.labDBID);
            this.DoubleBuffered = true;
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "FrmEquipmentEdit";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "探测仪信息编辑";
            this.ResumeLayout(false);

        }

        #endregion

        private DevComponents.DotNetBar.LabelX labDBID;
        private DevComponents.DotNetBar.LabelX labMacId;
        private DevComponents.DotNetBar.LabelX labPerson;
        private DevComponents.DotNetBar.LabelX labDescn;
        private DevComponents.DotNetBar.Controls.TextBoxX txtMacId;
        private DevComponents.DotNetBar.Controls.ComboBoxEx comboPerson;
        private DevComponents.DotNetBar.Controls.TextBoxX txtDescn;
        private DevComponents.DotNetBar.ButtonX btnSaveDev;
    }
}