FrmIP.Designer.cs 6.7 KB
namespace AIOBOX_Debug
{
    partial class FrmIP
    {
        /// <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.label3 = new System.Windows.Forms.Label();
            this.BtnPing = new System.Windows.Forms.Button();
            this.BtnCancel = new System.Windows.Forms.Button();
            this.BtnOK = new System.Windows.Forms.Button();
            this.BtnIP = new System.Windows.Forms.Button();
            this.TxtIP = new System.Windows.Forms.TextBox();
            this.CboIP = new System.Windows.Forms.ComboBox();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // label3
            // 
            this.label3.Location = new System.Drawing.Point(69, 66);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(123, 58);
            this.label3.TabIndex = 17;
            this.label3.Text = "label3";
            // 
            // BtnPing
            // 
            this.BtnPing.Location = new System.Drawing.Point(198, 66);
            this.BtnPing.Name = "BtnPing";
            this.BtnPing.Size = new System.Drawing.Size(75, 23);
            this.BtnPing.TabIndex = 16;
            this.BtnPing.Text = "Ping";
            this.BtnPing.UseVisualStyleBackColor = true;
            this.BtnPing.Click += new System.EventHandler(this.BtnPing_Click);
            // 
            // BtnCancel
            // 
            this.BtnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.BtnCancel.Location = new System.Drawing.Point(200, 130);
            this.BtnCancel.Name = "BtnCancel";
            this.BtnCancel.Size = new System.Drawing.Size(75, 23);
            this.BtnCancel.TabIndex = 15;
            this.BtnCancel.Text = "Cancel";
            this.BtnCancel.UseVisualStyleBackColor = true;
            this.BtnCancel.Click += new System.EventHandler(this.BtnCancel_Click);
            // 
            // BtnOK
            // 
            this.BtnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.BtnOK.Location = new System.Drawing.Point(119, 130);
            this.BtnOK.Name = "BtnOK";
            this.BtnOK.Size = new System.Drawing.Size(75, 23);
            this.BtnOK.TabIndex = 14;
            this.BtnOK.Text = "OK";
            this.BtnOK.UseVisualStyleBackColor = true;
            this.BtnOK.Click += new System.EventHandler(this.BtnOK_Click);
            // 
            // BtnIP
            // 
            this.BtnIP.Location = new System.Drawing.Point(198, 37);
            this.BtnIP.Name = "BtnIP";
            this.BtnIP.Size = new System.Drawing.Size(75, 23);
            this.BtnIP.TabIndex = 13;
            this.BtnIP.Text = "Get IP";
            this.BtnIP.UseVisualStyleBackColor = true;
            this.BtnIP.Click += new System.EventHandler(this.BtnIP_Click);
            // 
            // TxtIP
            // 
            this.TxtIP.Location = new System.Drawing.Point(71, 38);
            this.TxtIP.Name = "TxtIP";
            this.TxtIP.Size = new System.Drawing.Size(121, 21);
            this.TxtIP.TabIndex = 12;
            // 
            // CboIP
            // 
            this.CboIP.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.CboIP.FormattingEnabled = true;
            this.CboIP.Location = new System.Drawing.Point(71, 12);
            this.CboIP.Name = "CboIP";
            this.CboIP.Size = new System.Drawing.Size(121, 20);
            this.CboIP.TabIndex = 11;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(24, 41);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(41, 12);
            this.label2.TabIndex = 10;
            this.label2.Text = "I/O IP";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(12, 15);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(53, 12);
            this.label1.TabIndex = 9;
            this.label1.Text = "Local IP";
            // 
            // FrmIP
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(287, 165);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.BtnPing);
            this.Controls.Add(this.BtnCancel);
            this.Controls.Add(this.BtnOK);
            this.Controls.Add(this.BtnIP);
            this.Controls.Add(this.TxtIP);
            this.Controls.Add(this.CboIP);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "FrmIP";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "FrmIP";
            this.Load += new System.EventHandler(this.FrmIP_Load);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Button BtnPing;
        private System.Windows.Forms.Button BtnCancel;
        private System.Windows.Forms.Button BtnOK;
        private System.Windows.Forms.Button BtnIP;
        private System.Windows.Forms.TextBox TxtIP;
        private System.Windows.Forms.ComboBox CboIP;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label1;
    }
}