namespace Memory { partial class Form1 { /// /// 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.radioButton1 = new System.Windows.Forms.RadioButton(); this.radioButton2 = new System.Windows.Forms.RadioButton(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.tbWrite = new System.Windows.Forms.TextBox(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.label3 = new System.Windows.Forms.Label(); this.tbIndex = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.tbRead = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.tbByteNum = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // radioButton1 // this.radioButton1.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular); this.radioButton1.Location = new System.Drawing.Point(14, 15); this.radioButton1.Name = "radioButton1"; this.radioButton1.Size = new System.Drawing.Size(152, 20); this.radioButton1.TabIndex = 0; this.radioButton1.Text = "Backplane SRAM"; this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged); // // radioButton2 // this.radioButton2.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular); this.radioButton2.Location = new System.Drawing.Point(14, 41); this.radioButton2.Name = "radioButton2"; this.radioButton2.Size = new System.Drawing.Size(152, 20); this.radioButton2.TabIndex = 1; this.radioButton2.Text = "EEPROM"; // // label1 // this.label1.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular); this.label1.Location = new System.Drawing.Point(172, 15); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(197, 20); this.label1.Text = "of size, "; // // label2 // this.label2.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular); this.label2.Location = new System.Drawing.Point(172, 41); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(197, 20); this.label2.Text = "of size, "; // // tbWrite // this.tbWrite.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular); this.tbWrite.Location = new System.Drawing.Point(14, 162); this.tbWrite.Name = "tbWrite"; this.tbWrite.Size = new System.Drawing.Size(152, 26); this.tbWrite.TabIndex = 5; this.tbWrite.Text = "Hello"; // // button1 // this.button1.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular); this.button1.Location = new System.Drawing.Point(172, 162); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(157, 26); this.button1.TabIndex = 6; this.button1.Text = "Write"; this.button1.Click += new System.EventHandler(this.button1_Click); // // button2 // this.button2.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular); this.button2.Location = new System.Drawing.Point(172, 194); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(157, 26); this.button2.TabIndex = 7; this.button2.Text = "Read"; this.button2.Click += new System.EventHandler(this.button2_Click); // // label3 // this.label3.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular); this.label3.Location = new System.Drawing.Point(14, 85); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(176, 20); this.label3.Text = "Write / Read start from "; // // tbIndex // this.tbIndex.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular); this.tbIndex.Location = new System.Drawing.Point(196, 79); this.tbIndex.Name = "tbIndex"; this.tbIndex.Size = new System.Drawing.Size(73, 26); this.tbIndex.TabIndex = 9; this.tbIndex.Text = "0"; // // label4 // this.label4.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular); this.label4.Location = new System.Drawing.Point(275, 85); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(67, 20); this.label4.Text = "th byte."; // // tbRead // this.tbRead.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular); this.tbRead.Location = new System.Drawing.Point(14, 194); this.tbRead.Name = "tbRead"; this.tbRead.Size = new System.Drawing.Size(152, 26); this.tbRead.TabIndex = 11; // // label5 // this.label5.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular); this.label5.Location = new System.Drawing.Point(14, 120); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(225, 20); this.label5.Text = "The number of bytes to read:"; // // tbByteNum // this.tbByteNum.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular); this.tbByteNum.Location = new System.Drawing.Point(245, 114); this.tbByteNum.Name = "tbByteNum"; this.tbByteNum.Size = new System.Drawing.Size(84, 26); this.tbByteNum.TabIndex = 18; this.tbByteNum.Text = "5"; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.AutoScroll = true; this.ClientSize = new System.Drawing.Size(369, 245); this.Controls.Add(this.tbByteNum); this.Controls.Add(this.label5); this.Controls.Add(this.tbRead); this.Controls.Add(this.label4); this.Controls.Add(this.tbIndex); this.Controls.Add(this.label3); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Controls.Add(this.tbWrite); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.radioButton2); this.Controls.Add(this.radioButton1); this.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular); this.Name = "Form1"; this.Text = "Memory Demo"; this.Load += new System.EventHandler(this.Form1_Load); this.ResumeLayout(false); } #endregion private System.Windows.Forms.RadioButton radioButton1; private System.Windows.Forms.RadioButton radioButton2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox tbWrite; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox tbIndex; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox tbRead; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox tbByteNum; } }