namespace VisualBCM { partial class MainForm { /// /// 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.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.propagateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.indefinitelyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem(); this.testToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.graphsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.simpleStatsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.midNeuronToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.stmuliToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.constantToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.consistentToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.weightsVisualiser1 = new VisualBCM.NetVisualiser(); this.ticksToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.menuStrip1.SuspendLayout(); this.SuspendLayout(); // // menuStrip1 // this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.propagateToolStripMenuItem, this.testToolStripMenuItem, this.graphsToolStripMenuItem, this.stmuliToolStripMenuItem}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Size = new System.Drawing.Size(746, 24); this.menuStrip1.TabIndex = 1; this.menuStrip1.Text = "menuStrip1"; // // propagateToolStripMenuItem // this.propagateToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.indefinitelyToolStripMenuItem, this.toolStripMenuItem2, this.ticksToolStripMenuItem}); this.propagateToolStripMenuItem.Name = "propagateToolStripMenuItem"; this.propagateToolStripMenuItem.Size = new System.Drawing.Size(69, 20); this.propagateToolStripMenuItem.Text = "Propagate"; // // indefinitelyToolStripMenuItem // this.indefinitelyToolStripMenuItem.Name = "indefinitelyToolStripMenuItem"; this.indefinitelyToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.indefinitelyToolStripMenuItem.Text = "Indefinitely..."; this.indefinitelyToolStripMenuItem.Click += new System.EventHandler(this.indefinitelyToolStripMenuItem_Click); // // toolStripMenuItem2 // this.toolStripMenuItem2.Name = "toolStripMenuItem2"; this.toolStripMenuItem2.Size = new System.Drawing.Size(152, 22); this.toolStripMenuItem2.Text = "25 Ticks"; this.toolStripMenuItem2.Click += new System.EventHandler(this.toolStripMenuItem2_Click); // // testToolStripMenuItem // this.testToolStripMenuItem.Name = "testToolStripMenuItem"; this.testToolStripMenuItem.Size = new System.Drawing.Size(40, 20); this.testToolStripMenuItem.Text = "Test"; this.testToolStripMenuItem.Click += new System.EventHandler(this.testToolStripMenuItem_Click); // // graphsToolStripMenuItem // this.graphsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.simpleStatsToolStripMenuItem, this.midNeuronToolStripMenuItem}); this.graphsToolStripMenuItem.Name = "graphsToolStripMenuItem"; this.graphsToolStripMenuItem.Size = new System.Drawing.Size(53, 20); this.graphsToolStripMenuItem.Text = "Graphs"; // // simpleStatsToolStripMenuItem // this.simpleStatsToolStripMenuItem.Name = "simpleStatsToolStripMenuItem"; this.simpleStatsToolStripMenuItem.Size = new System.Drawing.Size(155, 22); this.simpleStatsToolStripMenuItem.Text = "Simple Stats..."; this.simpleStatsToolStripMenuItem.Click += new System.EventHandler(this.simpleStatsToolStripMenuItem_Click); // // midNeuronToolStripMenuItem // this.midNeuronToolStripMenuItem.Name = "midNeuronToolStripMenuItem"; this.midNeuronToolStripMenuItem.Size = new System.Drawing.Size(155, 22); this.midNeuronToolStripMenuItem.Text = "MidNeuron..."; this.midNeuronToolStripMenuItem.Click += new System.EventHandler(this.midNeuronToolStripMenuItem_Click); // // stmuliToolStripMenuItem // this.stmuliToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.constantToolStripMenuItem, this.consistentToolStripMenuItem}); this.stmuliToolStripMenuItem.Name = "stmuliToolStripMenuItem"; this.stmuliToolStripMenuItem.Size = new System.Drawing.Size(47, 20); this.stmuliToolStripMenuItem.Text = "Stmuli"; // // constantToolStripMenuItem // this.constantToolStripMenuItem.Name = "constantToolStripMenuItem"; this.constantToolStripMenuItem.Size = new System.Drawing.Size(148, 22); this.constantToolStripMenuItem.Text = "Constant..."; this.constantToolStripMenuItem.Click += new System.EventHandler(this.constantToolStripMenuItem_Click); // // consistentToolStripMenuItem // this.consistentToolStripMenuItem.Name = "consistentToolStripMenuItem"; this.consistentToolStripMenuItem.Size = new System.Drawing.Size(148, 22); this.consistentToolStripMenuItem.Text = "Consistent..."; this.consistentToolStripMenuItem.Click += new System.EventHandler(this.consistentToolStripMenuItem_Click); // // label1 // this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(12, 586); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(35, 13); this.label1.TabIndex = 2; this.label1.Text = "label1"; // // label2 // this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(12, 604); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(0, 13); this.label2.TabIndex = 3; // // weightsVisualiser1 // this.weightsVisualiser1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.weightsVisualiser1.AutoRefresh = false; this.weightsVisualiser1.BoundNetwork = null; this.weightsVisualiser1.Location = new System.Drawing.Point(12, 29); this.weightsVisualiser1.Name = "weightsVisualiser1"; this.weightsVisualiser1.Size = new System.Drawing.Size(722, 554); this.weightsVisualiser1.TabIndex = 0; // // ticksToolStripMenuItem // this.ticksToolStripMenuItem.Name = "ticksToolStripMenuItem"; this.ticksToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.ticksToolStripMenuItem.Text = "250 Ticks"; this.ticksToolStripMenuItem.Click += new System.EventHandler(this.ticksToolStripMenuItem_Click); // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(746, 621); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.weightsVisualiser1); this.Controls.Add(this.menuStrip1); this.MainMenuStrip = this.menuStrip1; this.Name = "MainForm"; this.Text = "VisualBCM"; this.Load += new System.EventHandler(this.MainForm_Load); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing); this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private NetVisualiser weightsVisualiser1; private System.Windows.Forms.MenuStrip menuStrip1; private System.Windows.Forms.ToolStripMenuItem propagateToolStripMenuItem; private System.Windows.Forms.Label label1; private System.Windows.Forms.ToolStripMenuItem testToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem graphsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem simpleStatsToolStripMenuItem; private System.Windows.Forms.Label label2; private System.Windows.Forms.ToolStripMenuItem stmuliToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem constantToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem consistentToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem midNeuronToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem indefinitelyToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2; private System.Windows.Forms.ToolStripMenuItem ticksToolStripMenuItem; } }