(disposing amp; amp; (components!=null))
{components.Dispose ();
} base.Dispose (disposing);
}
# region Код, автоматично створений конструктором форм Windows
/// lt; summary gt;
/// Обов'язковий метод для підтримки конструктора - не зраджуйте
/// вміст даного методу за допомогою редактора коду.
/// lt;/summary gt;
private void InitializeComponent ()
{this.button1=new System.Windows.Forms.Button ();
this.button2=new System.Windows.Forms.Button ();
thisboBox1=new System.Windows.Forms.ComboBox ();
this.label1=new System.Windows.Forms.Label ();
this.label2=new System.Windows.Forms.Label ();
this.maskedTextBox1=new System.Windows.Forms.MaskedTextBox ();
this.label3=new System.Windows.Forms.Label ();
this.label4=new System.Windows.Forms.Label ();
this.label5=new System.Windows.Forms.Label ();
this.label6=new System.Windows.Forms.Label ();
this.maskedTextBox2=new System.Windows.Forms.MaskedTextBox ();
this.maskedTextBox3=new System.Windows.Forms.MaskedTextBox ();
this.maskedTextBox4=new System.Windows.Forms.MaskedTextBox ();
this.maskedTextBox5=new System.Windows.Forms.MaskedTextBox ();
this.SuspendLayout ();
//// button1
//this.button1.Location=new System.Drawing.Point (82, 152);
this.button1.Name= button1 raquo ;;
this.button1.Size=new System.Drawing.Size (104, 35);
this.button1.TabIndex=0;
this.button1.Text= ОК raquo ;;
this.button1.UseVisualStyleBackColor=true;
this.button1.Click +=new System.EventHandler (this.button1_Click);
//// button2
//this.button2.Location=new System.Drawing.Point (269, 152);
this.button2.Name= button2 raquo ;;
this.button2.Size=new System.Drawing.Size (116, 35);
this.button2.TabIndex=1;
this.button2.Text= Очистити raquo ;;
this.button2.UseVisualStyleBackColor=true;
this.button2.Click +=new System.EventHandler (this.button2_Click);
//
//comboBox1
//thisboBox1.FormattingEnabled=true;
thisboBox1.Items.AddRange (new object [] {
двійкова ,
Вісімкова ,
десяткова ,
Шістнадцяткова });
thisboBox1.Location=new System.Drawing.Point (234, 94);
thisboBox1.Name= comboBox1 raquo ;;
thisboBox1.Size=new System.Drawing.Size (151, 21);
thisboBox1.TabIndex=3;
thisboBox1.SelectedIndexChanged +=new System.EventHandler (thisboBox1_SelectedIndexChanged);
//// label1
//this.label1.AutoSize=true;
this.label1.Location=new System.Drawing.Point (47, 59);
this.label1.Name= label1 raquo ;;
this.label1.Size=new System.Drawing.Size (81, 13);
this.label1.TabIndex=4;
this.label1.Text= Введіть число raquo ;;
//// label2
//this.label2.AutoSize=true;
this.label2.Location=new System.Drawing.Point (47, 94);
this.label2.Name= label2 raquo ;;
this.label2.Size=new System.Drawing.Size (158, 13);
this.label2.TabIndex=5;
this.label2.Text= Вибіріте систему числення raquo ;;
//// maskedTextBox1
//this.maskedTextBox1.Location=new System.Drawing.Point (234, 65);
this.maskedTextBox1.Name= maskedTextBox1 raquo ;;
this.maskedTextBox1.Size=new System.Drawing.Size (151, 20);
this.maskedTextBox1.TabIndex=6;
//// label3
//this.label3.AutoSize=true;
this.label3.Location=new System.Drawing.Point (58, 254);