namespace Fusion_Control_Centre_UberMDX
{
partial class DEBUG_Byte_Stream
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.RADIO_DECIMAL = new System.Windows.Forms.RadioButton();
this.RADIO_HEX = new System.Windows.Forms.RadioButton();
this.RADIO_BINARY = new System.Windows.Forms.RadioButton();
this.SuspendLayout();
//
// RADIO_DECIMAL
//
this.RADIO_DECIMAL.AutoSize = true;
this.RADIO_DECIMAL.Location = new System.Drawing.Point(12, 12);
this.RADIO_DECIMAL.Name = "RADIO_DECIMAL";
this.RADIO_DECIMAL.Size = new System.Drawing.Size(63, 17);
this.RADIO_DECIMAL.TabIndex = 1;
this.RADIO_DECIMAL.TabStop = true;
this.RADIO_DECIMAL.Text = "Decimal";
this.RADIO_DECIMAL.UseVisualStyleBackColor = true;
//
// RADIO_HEX
//
this.RADIO_HEX.AutoSize = true;
this.RADIO_HEX.Location = new System.Drawing.Point(81, 12);
this.RADIO_HEX.Name = "RADIO_HEX";
this.RADIO_HEX.Size = new System.Drawing.Size(86, 17);
this.RADIO_HEX.TabIndex = 2;
this.RADIO_HEX.TabStop = true;
this.RADIO_HEX.Text = "Hexadecimal";
this.RADIO_HEX.UseVisualStyleBackColor = true;
//
// RADIO_BINARY
//
this.RADIO_BINARY.AutoSize = true;
this.RADIO_BINARY.Location = new System.Drawing.Point(173, 12);
this.RADIO_BINARY.Name = "RADIO_BINARY";
this.RADIO_BINARY.Size = new System.Drawing.Size(54, 17);
this.RADIO_BINARY.TabIndex = 3;
this.RADIO_BINARY.TabStop = true;
this.RADIO_BINARY.Text = "Binary";
this.RADIO_BINARY.UseVisualStyleBackColor = true;
//
// DEBUG_Byte_Stream
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(564, 546);
this.Controls.Add(this.RADIO_BINARY);
this.Controls.Add(this.RADIO_HEX);
this.Controls.Add(this.RADIO_DECIMAL);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Name = "DEBUG_Byte_Stream";
this.Text = "Byte Stream -- **ID**";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.RadioButton RADIO_DECIMAL;
private System.Windows.Forms.RadioButton RADIO_HEX;
private System.Windows.Forms.RadioButton RADIO_BINARY;
}
}