"> this.label3.Name= label3 raquo ;;
this.label3.Size=new System.Drawing.Size (54, 13);
this.label3.TabIndex=7;
this.label3.Text= двійкова raquo ;;
//// label4
//this.label4.AutoSize=true;
this.label4.Location=new System.Drawing.Point (58, 306);
this.label4.Name= label4 raquo ;;
this.label4.Size=new System.Drawing.Size (80, 13);
this.label4.TabIndex=8;
this.label4.Text= Вісімкова raquo ;;
//// label5
//this.label5.AutoSize=true;
this.label5.Location=new System.Drawing.Point (58, 356);
this.label5.Name= label5 raquo ;;
this.label5.Size=new System.Drawing.Size (65, 13);
this.label5.TabIndex=9;
this.label5.Text= десяткова raquo ;;
//// label6
//this.label6.AutoSize=true;
this.label6.Location=new System.Drawing.Point (58, 413);
this.label6.Name= label6 raquo ;;
this.label6.Size=new System.Drawing.Size (108, 13);
this.label6.TabIndex=10;
this.label6.Text= Шістнадцяткова raquo ;;
//// maskedTextBox2
//this.maskedTextBox2.Location=new System.Drawing.Point (192, 251);
this.maskedTextBox2.Name= maskedTextBox2 raquo ;;
this.maskedTextBox2.Size=new System.Drawing.Size (129, 20);
this.maskedTextBox2.TabIndex=12;
//// maskedTextBox3
//this.maskedTextBox3.Location=new System.Drawing.Point (192, 353);
this.maskedTextBox3.Name= maskedTextBox3 raquo ;;
this.maskedTextBox3.Size=new System.Drawing.Size (129, 20);
this.maskedTextBox3.TabIndex=13;
//// maskedTextBox4
//this.maskedTextBox4.Location=new System.Drawing.Point (192, 299);
this.maskedTextBox4.Name= maskedTextBox4 raquo ;;
this.maskedTextBox4.Size=new System.Drawing.Size (129, 20);
this.maskedTextBox4.TabIndex=14;
//// maskedTextBox5
//this.maskedTextBox5.Location=new System.Drawing.Point (192, 406);
this.maskedTextBox5.Name= maskedTextBox5 raquo ;;
this.maskedTextBox5.Size=new System.Drawing.Size (129, 20);
this.maskedTextBox5.TabIndex=15;
//// Form1
//this.AutoScaleDimensions=new System.Drawing.SizeF (6F, 13F);
this.AutoScaleMode=System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize=new System.Drawing.Size (560, 456);
this.Controls.Add (this.maskedTextBox5);
this.Controls.Add (this.maskedTextBox4);
this.Controls.Add (this.maskedTextBox3);
this.Controls.Add (this.maskedTextBox2);
this.Controls.Add (this.label6);
this.Controls.Add (this.label5);
this.Controls.Add (this.label4);
this.Controls.Add (this.label3);
this.Controls.Add (this.maskedTextBox1);
this.Controls.Add (this.label2);
this.Controls.Add (this.label1);
this.Controls.Add (thisboBox1);
this.Controls.Add (this.button2);
this.Controls.Add (this.button1);
this.Name= Form1 raquo ;;
this.Text= переклад числа в різних системах числення raquo ;;
this.Load +=new System.EventHandler (this.Form1_Load);
this.ResumeLayout (false);
this.PerformLayout ();
}
# endregion
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.MaskedTextBox maskedTextBox1;
private System.Windows.Forms.Label l...