source: proiecte/ParallelANN/VisualBCM/MainForm.Designer.cs @ 171

Last change on this file since 171 was 171, checked in by (none), 14 years ago
File size: 11.4 KB
Line 
1namespace VisualBCM
2{
3    partial class MainForm
4    {
5        /// <summary>
6        /// Required designer variable.
7        /// </summary>
8        private System.ComponentModel.IContainer components = null;
9
10        /// <summary>
11        /// Clean up any resources being used.
12        /// </summary>
13        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14        protected override void Dispose(bool disposing)
15        {
16            if (disposing && (components != null))
17            {
18                components.Dispose();
19            }
20            base.Dispose(disposing);
21        }
22
23        #region Windows Form Designer generated code
24
25        /// <summary>
26        /// Required method for Designer support - do not modify
27        /// the contents of this method with the code editor.
28        /// </summary>
29        private void InitializeComponent()
30        {
31            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
32            this.propagateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
33            this.indefinitelyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
34            this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
35            this.testToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
36            this.graphsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
37            this.simpleStatsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
38            this.midNeuronToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
39            this.stmuliToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
40            this.constantToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
41            this.consistentToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
42            this.label1 = new System.Windows.Forms.Label();
43            this.label2 = new System.Windows.Forms.Label();
44            this.weightsVisualiser1 = new VisualBCM.NetVisualiser();
45            this.ticksToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
46            this.menuStrip1.SuspendLayout();
47            this.SuspendLayout();
48            //
49            // menuStrip1
50            //
51            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
52            this.propagateToolStripMenuItem,
53            this.testToolStripMenuItem,
54            this.graphsToolStripMenuItem,
55            this.stmuliToolStripMenuItem});
56            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
57            this.menuStrip1.Name = "menuStrip1";
58            this.menuStrip1.Size = new System.Drawing.Size(746, 24);
59            this.menuStrip1.TabIndex = 1;
60            this.menuStrip1.Text = "menuStrip1";
61            //
62            // propagateToolStripMenuItem
63            //
64            this.propagateToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
65            this.indefinitelyToolStripMenuItem,
66            this.toolStripMenuItem2,
67            this.ticksToolStripMenuItem});
68            this.propagateToolStripMenuItem.Name = "propagateToolStripMenuItem";
69            this.propagateToolStripMenuItem.Size = new System.Drawing.Size(69, 20);
70            this.propagateToolStripMenuItem.Text = "Propagate";
71            //
72            // indefinitelyToolStripMenuItem
73            //
74            this.indefinitelyToolStripMenuItem.Name = "indefinitelyToolStripMenuItem";
75            this.indefinitelyToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
76            this.indefinitelyToolStripMenuItem.Text = "Indefinitely...";
77            this.indefinitelyToolStripMenuItem.Click += new System.EventHandler(this.indefinitelyToolStripMenuItem_Click);
78            //
79            // toolStripMenuItem2
80            //
81            this.toolStripMenuItem2.Name = "toolStripMenuItem2";
82            this.toolStripMenuItem2.Size = new System.Drawing.Size(152, 22);
83            this.toolStripMenuItem2.Text = "25 Ticks";
84            this.toolStripMenuItem2.Click += new System.EventHandler(this.toolStripMenuItem2_Click);
85            //
86            // testToolStripMenuItem
87            //
88            this.testToolStripMenuItem.Name = "testToolStripMenuItem";
89            this.testToolStripMenuItem.Size = new System.Drawing.Size(40, 20);
90            this.testToolStripMenuItem.Text = "Test";
91            this.testToolStripMenuItem.Click += new System.EventHandler(this.testToolStripMenuItem_Click);
92            //
93            // graphsToolStripMenuItem
94            //
95            this.graphsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
96            this.simpleStatsToolStripMenuItem,
97            this.midNeuronToolStripMenuItem});
98            this.graphsToolStripMenuItem.Name = "graphsToolStripMenuItem";
99            this.graphsToolStripMenuItem.Size = new System.Drawing.Size(53, 20);
100            this.graphsToolStripMenuItem.Text = "Graphs";
101            //
102            // simpleStatsToolStripMenuItem
103            //
104            this.simpleStatsToolStripMenuItem.Name = "simpleStatsToolStripMenuItem";
105            this.simpleStatsToolStripMenuItem.Size = new System.Drawing.Size(155, 22);
106            this.simpleStatsToolStripMenuItem.Text = "Simple Stats...";
107            this.simpleStatsToolStripMenuItem.Click += new System.EventHandler(this.simpleStatsToolStripMenuItem_Click);
108            //
109            // midNeuronToolStripMenuItem
110            //
111            this.midNeuronToolStripMenuItem.Name = "midNeuronToolStripMenuItem";
112            this.midNeuronToolStripMenuItem.Size = new System.Drawing.Size(155, 22);
113            this.midNeuronToolStripMenuItem.Text = "MidNeuron...";
114            this.midNeuronToolStripMenuItem.Click += new System.EventHandler(this.midNeuronToolStripMenuItem_Click);
115            //
116            // stmuliToolStripMenuItem
117            //
118            this.stmuliToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
119            this.constantToolStripMenuItem,
120            this.consistentToolStripMenuItem});
121            this.stmuliToolStripMenuItem.Name = "stmuliToolStripMenuItem";
122            this.stmuliToolStripMenuItem.Size = new System.Drawing.Size(47, 20);
123            this.stmuliToolStripMenuItem.Text = "Stmuli";
124            //
125            // constantToolStripMenuItem
126            //
127            this.constantToolStripMenuItem.Name = "constantToolStripMenuItem";
128            this.constantToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
129            this.constantToolStripMenuItem.Text = "Constant...";
130            this.constantToolStripMenuItem.Click += new System.EventHandler(this.constantToolStripMenuItem_Click);
131            //
132            // consistentToolStripMenuItem
133            //
134            this.consistentToolStripMenuItem.Name = "consistentToolStripMenuItem";
135            this.consistentToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
136            this.consistentToolStripMenuItem.Text = "Consistent...";
137            this.consistentToolStripMenuItem.Click += new System.EventHandler(this.consistentToolStripMenuItem_Click);
138            //
139            // label1
140            //
141            this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
142            this.label1.AutoSize = true;
143            this.label1.Location = new System.Drawing.Point(12, 586);
144            this.label1.Name = "label1";
145            this.label1.Size = new System.Drawing.Size(35, 13);
146            this.label1.TabIndex = 2;
147            this.label1.Text = "label1";
148            //
149            // label2
150            //
151            this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
152            this.label2.AutoSize = true;
153            this.label2.Location = new System.Drawing.Point(12, 604);
154            this.label2.Name = "label2";
155            this.label2.Size = new System.Drawing.Size(0, 13);
156            this.label2.TabIndex = 3;
157            //
158            // weightsVisualiser1
159            //
160            this.weightsVisualiser1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
161                        | System.Windows.Forms.AnchorStyles.Left)
162                        | System.Windows.Forms.AnchorStyles.Right)));
163            this.weightsVisualiser1.AutoRefresh = false;
164            this.weightsVisualiser1.BoundNetwork = null;
165            this.weightsVisualiser1.Location = new System.Drawing.Point(12, 29);
166            this.weightsVisualiser1.Name = "weightsVisualiser1";
167            this.weightsVisualiser1.Size = new System.Drawing.Size(722, 554);
168            this.weightsVisualiser1.TabIndex = 0;
169            //
170            // ticksToolStripMenuItem
171            //
172            this.ticksToolStripMenuItem.Name = "ticksToolStripMenuItem";
173            this.ticksToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
174            this.ticksToolStripMenuItem.Text = "250 Ticks";
175            this.ticksToolStripMenuItem.Click += new System.EventHandler(this.ticksToolStripMenuItem_Click);
176            //
177            // MainForm
178            //
179            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
180            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
181            this.ClientSize = new System.Drawing.Size(746, 621);
182            this.Controls.Add(this.label2);
183            this.Controls.Add(this.label1);
184            this.Controls.Add(this.weightsVisualiser1);
185            this.Controls.Add(this.menuStrip1);
186            this.MainMenuStrip = this.menuStrip1;
187            this.Name = "MainForm";
188            this.Text = "VisualBCM";
189            this.Load += new System.EventHandler(this.MainForm_Load);
190            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
191            this.menuStrip1.ResumeLayout(false);
192            this.menuStrip1.PerformLayout();
193            this.ResumeLayout(false);
194            this.PerformLayout();
195
196        }
197
198        #endregion
199
200        private NetVisualiser weightsVisualiser1;
201        private System.Windows.Forms.MenuStrip menuStrip1;
202        private System.Windows.Forms.ToolStripMenuItem propagateToolStripMenuItem;
203        private System.Windows.Forms.Label label1;
204        private System.Windows.Forms.ToolStripMenuItem testToolStripMenuItem;
205        private System.Windows.Forms.ToolStripMenuItem graphsToolStripMenuItem;
206        private System.Windows.Forms.ToolStripMenuItem simpleStatsToolStripMenuItem;
207        private System.Windows.Forms.Label label2;
208        private System.Windows.Forms.ToolStripMenuItem stmuliToolStripMenuItem;
209        private System.Windows.Forms.ToolStripMenuItem constantToolStripMenuItem;
210        private System.Windows.Forms.ToolStripMenuItem consistentToolStripMenuItem;
211        private System.Windows.Forms.ToolStripMenuItem midNeuronToolStripMenuItem;
212        private System.Windows.Forms.ToolStripMenuItem indefinitelyToolStripMenuItem;
213        private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
214        private System.Windows.Forms.ToolStripMenuItem ticksToolStripMenuItem;
215    }
216}
217
Note: See TracBrowser for help on using the repository browser.