Added folder Correspondence
updated dictionary.odt Added PCB pictures to HW_development.odt Added PCB picures to merge.odt Added run cycle pictures git-svn-id: file:///srv/dev-disk-by-uuid-17e88007-4d0c-45e0-8757-cacfcc458630/repositories/svn/Diplomarbeit@115 9fe90eed-be63-e94b-8204-d34ff4c2ff93
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
+137
-137
@@ -101,6 +101,18 @@
|
||||
this.B_test_MB_EEPROM = new System.Windows.Forms.Button();
|
||||
this.B_test_MB_LED = new System.Windows.Forms.Button();
|
||||
this.tab_config = new System.Windows.Forms.TabPage();
|
||||
this.G_conf_sect = new System.Windows.Forms.GroupBox();
|
||||
this.L_conf_EB = new System.Windows.Forms.Label();
|
||||
this.L_conf_MB = new System.Windows.Forms.Label();
|
||||
this.L_conf_MBEB = new System.Windows.Forms.Label();
|
||||
this.B_conf_addall = new System.Windows.Forms.Button();
|
||||
this.B_conf_addMB = new System.Windows.Forms.Button();
|
||||
this.B_conf_removeEB = new System.Windows.Forms.Button();
|
||||
this.B_conf_addEB = new System.Windows.Forms.Button();
|
||||
this.B_conf_removeMB = new System.Windows.Forms.Button();
|
||||
this.B_conf_removeall = new System.Windows.Forms.Button();
|
||||
this.G_conf_stat = new System.Windows.Forms.GroupBox();
|
||||
this.B_conf_resettotal = new System.Windows.Forms.Button();
|
||||
this.G_statistics = new System.Windows.Forms.GroupBox();
|
||||
this.L_stats_Tpassed = new System.Windows.Forms.Label();
|
||||
this.L_stats_Tfailed = new System.Windows.Forms.Label();
|
||||
@@ -108,25 +120,13 @@
|
||||
this.L_stats_numberpassed = new System.Windows.Forms.Label();
|
||||
this.L_stats_numberfailed = new System.Windows.Forms.Label();
|
||||
this.L_stats_numbertotal = new System.Windows.Forms.Label();
|
||||
this.B_conf_addall = new System.Windows.Forms.Button();
|
||||
this.B_conf_removeall = new System.Windows.Forms.Button();
|
||||
this.B_conf_addMB = new System.Windows.Forms.Button();
|
||||
this.B_conf_removeMB = new System.Windows.Forms.Button();
|
||||
this.B_conf_addEB = new System.Windows.Forms.Button();
|
||||
this.B_conf_removeEB = new System.Windows.Forms.Button();
|
||||
this.G_conf_stat = new System.Windows.Forms.GroupBox();
|
||||
this.G_conf_sect = new System.Windows.Forms.GroupBox();
|
||||
this.B_conf_resettotal = new System.Windows.Forms.Button();
|
||||
this.L_conf_MBEB = new System.Windows.Forms.Label();
|
||||
this.L_conf_MB = new System.Windows.Forms.Label();
|
||||
this.L_conf_EB = new System.Windows.Forms.Label();
|
||||
this.G_Tester.SuspendLayout();
|
||||
this.tabControl1.SuspendLayout();
|
||||
this.tab_control.SuspendLayout();
|
||||
this.tab_config.SuspendLayout();
|
||||
this.G_statistics.SuspendLayout();
|
||||
this.G_conf_stat.SuspendLayout();
|
||||
this.G_conf_sect.SuspendLayout();
|
||||
this.G_conf_stat.SuspendLayout();
|
||||
this.G_statistics.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// exit
|
||||
@@ -895,6 +895,125 @@
|
||||
this.tab_config.TabIndex = 1;
|
||||
this.tab_config.Text = "Test Configuration";
|
||||
//
|
||||
// G_conf_sect
|
||||
//
|
||||
this.G_conf_sect.Controls.Add(this.L_conf_EB);
|
||||
this.G_conf_sect.Controls.Add(this.L_conf_MB);
|
||||
this.G_conf_sect.Controls.Add(this.L_conf_MBEB);
|
||||
this.G_conf_sect.Controls.Add(this.B_conf_addall);
|
||||
this.G_conf_sect.Controls.Add(this.B_conf_addMB);
|
||||
this.G_conf_sect.Controls.Add(this.B_conf_removeEB);
|
||||
this.G_conf_sect.Controls.Add(this.B_conf_addEB);
|
||||
this.G_conf_sect.Controls.Add(this.B_conf_removeMB);
|
||||
this.G_conf_sect.Controls.Add(this.B_conf_removeall);
|
||||
this.G_conf_sect.Location = new System.Drawing.Point(3, 15);
|
||||
this.G_conf_sect.Name = "G_conf_sect";
|
||||
this.G_conf_sect.Size = new System.Drawing.Size(318, 106);
|
||||
this.G_conf_sect.TabIndex = 7;
|
||||
this.G_conf_sect.TabStop = false;
|
||||
this.G_conf_sect.Text = "Test sections setup";
|
||||
//
|
||||
// L_conf_EB
|
||||
//
|
||||
this.L_conf_EB.AutoSize = true;
|
||||
this.L_conf_EB.Location = new System.Drawing.Point(3, 82);
|
||||
this.L_conf_EB.Name = "L_conf_EB";
|
||||
this.L_conf_EB.Size = new System.Drawing.Size(59, 13);
|
||||
this.L_conf_EB.TabIndex = 8;
|
||||
this.L_conf_EB.Text = "Ext.-Board:";
|
||||
//
|
||||
// L_conf_MB
|
||||
//
|
||||
this.L_conf_MB.AutoSize = true;
|
||||
this.L_conf_MB.Location = new System.Drawing.Point(3, 53);
|
||||
this.L_conf_MB.Name = "L_conf_MB";
|
||||
this.L_conf_MB.Size = new System.Drawing.Size(64, 13);
|
||||
this.L_conf_MB.TabIndex = 7;
|
||||
this.L_conf_MB.Text = "Main-Board:";
|
||||
//
|
||||
// L_conf_MBEB
|
||||
//
|
||||
this.L_conf_MBEB.AutoSize = true;
|
||||
this.L_conf_MBEB.Location = new System.Drawing.Point(3, 24);
|
||||
this.L_conf_MBEB.Name = "L_conf_MBEB";
|
||||
this.L_conf_MBEB.Size = new System.Drawing.Size(21, 13);
|
||||
this.L_conf_MBEB.TabIndex = 6;
|
||||
this.L_conf_MBEB.Text = "All:";
|
||||
//
|
||||
// B_conf_addall
|
||||
//
|
||||
this.B_conf_addall.Location = new System.Drawing.Point(69, 19);
|
||||
this.B_conf_addall.Name = "B_conf_addall";
|
||||
this.B_conf_addall.Size = new System.Drawing.Size(119, 23);
|
||||
this.B_conf_addall.TabIndex = 0;
|
||||
this.B_conf_addall.Text = "Add all Tests";
|
||||
this.B_conf_addall.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// B_conf_addMB
|
||||
//
|
||||
this.B_conf_addMB.Location = new System.Drawing.Point(69, 48);
|
||||
this.B_conf_addMB.Name = "B_conf_addMB";
|
||||
this.B_conf_addMB.Size = new System.Drawing.Size(119, 23);
|
||||
this.B_conf_addMB.TabIndex = 2;
|
||||
this.B_conf_addMB.Text = "Add all MB Tests";
|
||||
this.B_conf_addMB.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// B_conf_removeEB
|
||||
//
|
||||
this.B_conf_removeEB.Location = new System.Drawing.Point(194, 77);
|
||||
this.B_conf_removeEB.Name = "B_conf_removeEB";
|
||||
this.B_conf_removeEB.Size = new System.Drawing.Size(119, 23);
|
||||
this.B_conf_removeEB.TabIndex = 5;
|
||||
this.B_conf_removeEB.Text = "Remove all EB Tests";
|
||||
this.B_conf_removeEB.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// B_conf_addEB
|
||||
//
|
||||
this.B_conf_addEB.Location = new System.Drawing.Point(69, 77);
|
||||
this.B_conf_addEB.Name = "B_conf_addEB";
|
||||
this.B_conf_addEB.Size = new System.Drawing.Size(119, 23);
|
||||
this.B_conf_addEB.TabIndex = 4;
|
||||
this.B_conf_addEB.Text = "Add all EB Tests";
|
||||
this.B_conf_addEB.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// B_conf_removeMB
|
||||
//
|
||||
this.B_conf_removeMB.Location = new System.Drawing.Point(194, 48);
|
||||
this.B_conf_removeMB.Name = "B_conf_removeMB";
|
||||
this.B_conf_removeMB.Size = new System.Drawing.Size(119, 23);
|
||||
this.B_conf_removeMB.TabIndex = 3;
|
||||
this.B_conf_removeMB.Text = "Remove all MB Tests";
|
||||
this.B_conf_removeMB.UseVisualStyleBackColor = true;
|
||||
this.B_conf_removeMB.Click += new System.EventHandler(this.B_conf_removeMB_Click);
|
||||
//
|
||||
// B_conf_removeall
|
||||
//
|
||||
this.B_conf_removeall.Location = new System.Drawing.Point(194, 19);
|
||||
this.B_conf_removeall.Name = "B_conf_removeall";
|
||||
this.B_conf_removeall.Size = new System.Drawing.Size(119, 23);
|
||||
this.B_conf_removeall.TabIndex = 1;
|
||||
this.B_conf_removeall.Text = "Remove all Tests";
|
||||
this.B_conf_removeall.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// G_conf_stat
|
||||
//
|
||||
this.G_conf_stat.Controls.Add(this.B_conf_resettotal);
|
||||
this.G_conf_stat.Location = new System.Drawing.Point(6, 345);
|
||||
this.G_conf_stat.Name = "G_conf_stat";
|
||||
this.G_conf_stat.Size = new System.Drawing.Size(318, 48);
|
||||
this.G_conf_stat.TabIndex = 6;
|
||||
this.G_conf_stat.TabStop = false;
|
||||
this.G_conf_stat.Text = "Statistic configurations";
|
||||
//
|
||||
// B_conf_resettotal
|
||||
//
|
||||
this.B_conf_resettotal.Location = new System.Drawing.Point(203, 19);
|
||||
this.B_conf_resettotal.Name = "B_conf_resettotal";
|
||||
this.B_conf_resettotal.Size = new System.Drawing.Size(107, 23);
|
||||
this.B_conf_resettotal.TabIndex = 0;
|
||||
this.B_conf_resettotal.Text = "Reset Test counter";
|
||||
this.B_conf_resettotal.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// G_statistics
|
||||
//
|
||||
this.G_statistics.Controls.Add(this.L_stats_Tpassed);
|
||||
@@ -970,125 +1089,6 @@
|
||||
this.L_stats_numbertotal.TabIndex = 0;
|
||||
this.L_stats_numbertotal.Text = "0";
|
||||
//
|
||||
// B_conf_addall
|
||||
//
|
||||
this.B_conf_addall.Location = new System.Drawing.Point(69, 19);
|
||||
this.B_conf_addall.Name = "B_conf_addall";
|
||||
this.B_conf_addall.Size = new System.Drawing.Size(119, 23);
|
||||
this.B_conf_addall.TabIndex = 0;
|
||||
this.B_conf_addall.Text = "Add all Tests";
|
||||
this.B_conf_addall.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// B_conf_removeall
|
||||
//
|
||||
this.B_conf_removeall.Location = new System.Drawing.Point(194, 19);
|
||||
this.B_conf_removeall.Name = "B_conf_removeall";
|
||||
this.B_conf_removeall.Size = new System.Drawing.Size(119, 23);
|
||||
this.B_conf_removeall.TabIndex = 1;
|
||||
this.B_conf_removeall.Text = "Remove all Tests";
|
||||
this.B_conf_removeall.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// B_conf_addMB
|
||||
//
|
||||
this.B_conf_addMB.Location = new System.Drawing.Point(69, 48);
|
||||
this.B_conf_addMB.Name = "B_conf_addMB";
|
||||
this.B_conf_addMB.Size = new System.Drawing.Size(119, 23);
|
||||
this.B_conf_addMB.TabIndex = 2;
|
||||
this.B_conf_addMB.Text = "Add all MB Tests";
|
||||
this.B_conf_addMB.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// B_conf_removeMB
|
||||
//
|
||||
this.B_conf_removeMB.Location = new System.Drawing.Point(194, 48);
|
||||
this.B_conf_removeMB.Name = "B_conf_removeMB";
|
||||
this.B_conf_removeMB.Size = new System.Drawing.Size(119, 23);
|
||||
this.B_conf_removeMB.TabIndex = 3;
|
||||
this.B_conf_removeMB.Text = "Remove all MB Tests";
|
||||
this.B_conf_removeMB.UseVisualStyleBackColor = true;
|
||||
this.B_conf_removeMB.Click += new System.EventHandler(this.B_conf_removeMB_Click);
|
||||
//
|
||||
// B_conf_addEB
|
||||
//
|
||||
this.B_conf_addEB.Location = new System.Drawing.Point(69, 77);
|
||||
this.B_conf_addEB.Name = "B_conf_addEB";
|
||||
this.B_conf_addEB.Size = new System.Drawing.Size(119, 23);
|
||||
this.B_conf_addEB.TabIndex = 4;
|
||||
this.B_conf_addEB.Text = "Add all EB Tests";
|
||||
this.B_conf_addEB.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// B_conf_removeEB
|
||||
//
|
||||
this.B_conf_removeEB.Location = new System.Drawing.Point(194, 77);
|
||||
this.B_conf_removeEB.Name = "B_conf_removeEB";
|
||||
this.B_conf_removeEB.Size = new System.Drawing.Size(119, 23);
|
||||
this.B_conf_removeEB.TabIndex = 5;
|
||||
this.B_conf_removeEB.Text = "Remove all EB Tests";
|
||||
this.B_conf_removeEB.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// G_conf_stat
|
||||
//
|
||||
this.G_conf_stat.Controls.Add(this.B_conf_resettotal);
|
||||
this.G_conf_stat.Location = new System.Drawing.Point(6, 345);
|
||||
this.G_conf_stat.Name = "G_conf_stat";
|
||||
this.G_conf_stat.Size = new System.Drawing.Size(318, 48);
|
||||
this.G_conf_stat.TabIndex = 6;
|
||||
this.G_conf_stat.TabStop = false;
|
||||
this.G_conf_stat.Text = "Statistic configurations";
|
||||
//
|
||||
// G_conf_sect
|
||||
//
|
||||
this.G_conf_sect.Controls.Add(this.L_conf_EB);
|
||||
this.G_conf_sect.Controls.Add(this.L_conf_MB);
|
||||
this.G_conf_sect.Controls.Add(this.L_conf_MBEB);
|
||||
this.G_conf_sect.Controls.Add(this.B_conf_addall);
|
||||
this.G_conf_sect.Controls.Add(this.B_conf_addMB);
|
||||
this.G_conf_sect.Controls.Add(this.B_conf_removeEB);
|
||||
this.G_conf_sect.Controls.Add(this.B_conf_addEB);
|
||||
this.G_conf_sect.Controls.Add(this.B_conf_removeMB);
|
||||
this.G_conf_sect.Controls.Add(this.B_conf_removeall);
|
||||
this.G_conf_sect.Location = new System.Drawing.Point(3, 15);
|
||||
this.G_conf_sect.Name = "G_conf_sect";
|
||||
this.G_conf_sect.Size = new System.Drawing.Size(318, 106);
|
||||
this.G_conf_sect.TabIndex = 7;
|
||||
this.G_conf_sect.TabStop = false;
|
||||
this.G_conf_sect.Text = "Test sections setup";
|
||||
//
|
||||
// B_conf_resettotal
|
||||
//
|
||||
this.B_conf_resettotal.Location = new System.Drawing.Point(203, 19);
|
||||
this.B_conf_resettotal.Name = "B_conf_resettotal";
|
||||
this.B_conf_resettotal.Size = new System.Drawing.Size(107, 23);
|
||||
this.B_conf_resettotal.TabIndex = 0;
|
||||
this.B_conf_resettotal.Text = "Reset Test counter";
|
||||
this.B_conf_resettotal.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// L_conf_MBEB
|
||||
//
|
||||
this.L_conf_MBEB.AutoSize = true;
|
||||
this.L_conf_MBEB.Location = new System.Drawing.Point(3, 24);
|
||||
this.L_conf_MBEB.Name = "L_conf_MBEB";
|
||||
this.L_conf_MBEB.Size = new System.Drawing.Size(21, 13);
|
||||
this.L_conf_MBEB.TabIndex = 6;
|
||||
this.L_conf_MBEB.Text = "All:";
|
||||
//
|
||||
// L_conf_MB
|
||||
//
|
||||
this.L_conf_MB.AutoSize = true;
|
||||
this.L_conf_MB.Location = new System.Drawing.Point(3, 53);
|
||||
this.L_conf_MB.Name = "L_conf_MB";
|
||||
this.L_conf_MB.Size = new System.Drawing.Size(64, 13);
|
||||
this.L_conf_MB.TabIndex = 7;
|
||||
this.L_conf_MB.Text = "Main-Board:";
|
||||
//
|
||||
// L_conf_EB
|
||||
//
|
||||
this.L_conf_EB.AutoSize = true;
|
||||
this.L_conf_EB.Location = new System.Drawing.Point(3, 82);
|
||||
this.L_conf_EB.Name = "L_conf_EB";
|
||||
this.L_conf_EB.Size = new System.Drawing.Size(59, 13);
|
||||
this.L_conf_EB.TabIndex = 8;
|
||||
this.L_conf_EB.Text = "Ext.-Board:";
|
||||
//
|
||||
// mainWindow
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
@@ -1099,18 +1099,18 @@
|
||||
this.Controls.Add(this.tabControl1);
|
||||
this.Controls.Add(this.exit);
|
||||
this.Name = "mainWindow";
|
||||
this.Text = "Design test application for QUA_2475";
|
||||
this.Text = "Design test application";
|
||||
this.G_Tester.ResumeLayout(false);
|
||||
this.G_Tester.PerformLayout();
|
||||
this.tabControl1.ResumeLayout(false);
|
||||
this.tab_control.ResumeLayout(false);
|
||||
this.tab_control.PerformLayout();
|
||||
this.tab_config.ResumeLayout(false);
|
||||
this.G_statistics.ResumeLayout(false);
|
||||
this.G_statistics.PerformLayout();
|
||||
this.G_conf_stat.ResumeLayout(false);
|
||||
this.G_conf_sect.ResumeLayout(false);
|
||||
this.G_conf_sect.PerformLayout();
|
||||
this.G_conf_stat.ResumeLayout(false);
|
||||
this.G_statistics.ResumeLayout(false);
|
||||
this.G_statistics.PerformLayout();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user