123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164 |
- namespace NetworkDiscovery
- {
- partial class Form_IpConfig
- {
- /// <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.textBox1 = new System.Windows.Forms.TextBox();
- this.textBox2 = new System.Windows.Forms.TextBox();
- this.textBox3 = new System.Windows.Forms.TextBox();
- this.Применить = new System.Windows.Forms.Button();
- this.Button_Reset = new System.Windows.Forms.Button();
- this.checkBox1 = new System.Windows.Forms.CheckBox();
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.SuspendLayout();
- //
- // textBox1
- //
- this.textBox1.Location = new System.Drawing.Point(54, 77);
- this.textBox1.Name = "textBox1";
- this.textBox1.Size = new System.Drawing.Size(156, 20);
- this.textBox1.TabIndex = 0;
- this.textBox1.TextChanged += new System.EventHandler(this.textBox_TextChanged_Verify);
- //
- // textBox2
- //
- this.textBox2.Location = new System.Drawing.Point(54, 128);
- this.textBox2.Name = "textBox2";
- this.textBox2.Size = new System.Drawing.Size(156, 20);
- this.textBox2.TabIndex = 1;
- this.textBox2.TextChanged += new System.EventHandler(this.textBox_TextChanged_Verify);
- //
- // textBox3
- //
- this.textBox3.Location = new System.Drawing.Point(54, 182);
- this.textBox3.Name = "textBox3";
- this.textBox3.Size = new System.Drawing.Size(156, 20);
- this.textBox3.TabIndex = 2;
- this.textBox3.TextChanged += new System.EventHandler(this.textBox_TextChanged_Verify);
- //
- // Применить
- //
- this.Применить.BackColor = System.Drawing.SystemColors.ControlLight;
- this.Применить.Location = new System.Drawing.Point(54, 256);
- this.Применить.Name = "Применить";
- this.Применить.Size = new System.Drawing.Size(96, 41);
- this.Применить.TabIndex = 3;
- this.Применить.Text = "Применить";
- this.Применить.UseVisualStyleBackColor = false;
- this.Применить.Click += new System.EventHandler(this.apply_button_click);
- //
- // Button_Reset
- //
- this.Button_Reset.Location = new System.Drawing.Point(204, 256);
- this.Button_Reset.Name = "Button_Reset";
- this.Button_Reset.Size = new System.Drawing.Size(91, 41);
- this.Button_Reset.TabIndex = 4;
- this.Button_Reset.Text = "Сброс";
- this.Button_Reset.UseVisualStyleBackColor = true;
- this.Button_Reset.Click += new System.EventHandler(this.Button_Reset_Click);
- //
- // checkBox1
- //
- this.checkBox1.AutoSize = true;
- this.checkBox1.Location = new System.Drawing.Point(54, 21);
- this.checkBox1.Name = "checkBox1";
- this.checkBox1.Size = new System.Drawing.Size(193, 17);
- this.checkBox1.TabIndex = 6;
- this.checkBox1.Text = "Получить IP-адрес атоматически";
- this.checkBox1.UseVisualStyleBackColor = true;
- this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(51, 61);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(110, 13);
- this.label1.TabIndex = 7;
- this.label1.Text = "IP-адрес устройства";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(51, 112);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(87, 13);
- this.label2.TabIndex = 8;
- this.label2.Text = "IP-адрес шлюза";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(51, 166);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(84, 13);
- this.label3.TabIndex = 9;
- this.label3.Text = "Маска подсети";
- //
- // Form_IpConfig
- //
- this.Icon = NetworkDiscovery.Properties.Resources.icon;
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(330, 308);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.checkBox1);
- this.Controls.Add(this.Button_Reset);
- this.Controls.Add(this.Применить);
- this.Controls.Add(this.textBox3);
- this.Controls.Add(this.textBox2);
- this.Controls.Add(this.textBox1);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
- this.MaximizeBox = false;
- this.Name = "Form_IpConfig";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "Сетевые параметры";
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- private System.Windows.Forms.TextBox textBox1;
- private System.Windows.Forms.TextBox textBox2;
- private System.Windows.Forms.TextBox textBox3;
- private System.Windows.Forms.Button Применить;
- private System.Windows.Forms.Button Button_Reset;
- private System.Windows.Forms.CheckBox checkBox1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label3;
- }
- #endregion
- }
|