Changes:
- Code refactored, DIagsPt1 and 2 moved into there own folder called DIagnostics - Pre tests and final tests moved into a AiQ tests - Mobile Pre Tests added - Mobile pre test - Added firmware check for the SRZ
This commit is contained in:
118
AiQ_GUI.Designer.cs
generated
118
AiQ_GUI.Designer.cs
generated
@@ -154,6 +154,8 @@ namespace AiQ_GUI
|
||||
BtnUploadBlob = new Button();
|
||||
CkBxTickAll = new CheckBox();
|
||||
BtnSoak = new Button();
|
||||
Mobile = new TabPage();
|
||||
BtnUpFirm = new Button();
|
||||
ToolTipAvailable = new ToolTip(components);
|
||||
TimerDDC = new System.Windows.Forms.Timer(components);
|
||||
LblGUIVers = new Label();
|
||||
@@ -180,6 +182,7 @@ namespace AiQ_GUI
|
||||
TabSettings.SuspendLayout();
|
||||
TabImages.SuspendLayout();
|
||||
TabSoak.SuspendLayout();
|
||||
Mobile.SuspendLayout();
|
||||
SuspendLayout();
|
||||
//
|
||||
// CbBxCameraModel
|
||||
@@ -199,6 +202,8 @@ namespace AiQ_GUI
|
||||
CbBxCameraModel.Name = "CbBxCameraModel";
|
||||
CbBxCameraModel.Size = new Size(494, 25);
|
||||
CbBxCameraModel.TabIndex = 188;
|
||||
CbBxCameraModel.SelectedIndexChanged += CbBxCameraModel_SelectedIndexChanged;
|
||||
//
|
||||
// BtnStartTest
|
||||
//
|
||||
BtnStartTest.BackColor = Color.FromArgb(70, 65, 80);
|
||||
@@ -1686,6 +1691,7 @@ namespace AiQ_GUI
|
||||
TabImagesandSettings.Controls.Add(TabSettings);
|
||||
TabImagesandSettings.Controls.Add(TabImages);
|
||||
TabImagesandSettings.Controls.Add(TabSoak);
|
||||
TabImagesandSettings.Controls.Add(Mobile);
|
||||
TabImagesandSettings.Font = new Font("Segoe UI Semibold", 9F, FontStyle.Bold);
|
||||
TabImagesandSettings.ItemSize = new Size(60, 20);
|
||||
TabImagesandSettings.Location = new Point(512, 112);
|
||||
@@ -2018,6 +2024,33 @@ namespace AiQ_GUI
|
||||
BtnSoak.UseVisualStyleBackColor = false;
|
||||
BtnSoak.Click += BtnSoak_Click;
|
||||
//
|
||||
// Mobile
|
||||
//
|
||||
Mobile.BackColor = Color.FromArgb(39, 37, 55);
|
||||
Mobile.Controls.Add(BtnUpFirm);
|
||||
Mobile.Location = new Point(4, 24);
|
||||
Mobile.Name = "Mobile";
|
||||
Mobile.Padding = new Padding(3);
|
||||
Mobile.Size = new Size(411, 806);
|
||||
Mobile.TabIndex = 4;
|
||||
Mobile.Text = "Mobile";
|
||||
//
|
||||
// BtnUpFirm
|
||||
//
|
||||
BtnUpFirm.BackColor = Color.FromArgb(70, 65, 80);
|
||||
BtnUpFirm.FlatAppearance.BorderColor = Color.FromArgb(70, 65, 80);
|
||||
BtnUpFirm.FlatAppearance.BorderSize = 0;
|
||||
BtnUpFirm.FlatStyle = FlatStyle.Flat;
|
||||
BtnUpFirm.Font = new Font("Segoe UI Semibold", 10F, FontStyle.Bold);
|
||||
BtnUpFirm.ForeColor = SystemColors.Control;
|
||||
BtnUpFirm.Location = new Point(12, 17);
|
||||
BtnUpFirm.Margin = new Padding(4, 3, 4, 3);
|
||||
BtnUpFirm.Name = "BtnUpFirm";
|
||||
BtnUpFirm.Size = new Size(181, 49);
|
||||
BtnUpFirm.TabIndex = 241;
|
||||
BtnUpFirm.Text = "Upload Firmware";
|
||||
BtnUpFirm.UseVisualStyleBackColor = false;
|
||||
//
|
||||
// ToolTipAvailable
|
||||
//
|
||||
ToolTipAvailable.AutoPopDelay = 2000;
|
||||
@@ -2071,10 +2104,8 @@ namespace AiQ_GUI
|
||||
CbBxCamType.Name = "CbBxCamType";
|
||||
CbBxCamType.Size = new Size(233, 25);
|
||||
CbBxCamType.TabIndex = 241;
|
||||
CbBxCamType.Text = "Select Camera Type";
|
||||
this.CbBxCamType.SelectedIndexChanged += new System.EventHandler(this.CbBxCamType_SelectedIndexChanged);
|
||||
|
||||
|
||||
CbBxCamType.Text = "AiQ";
|
||||
CbBxCamType.SelectedIndexChanged += CbBxCamType_SelectedIndexChanged;
|
||||
//
|
||||
// MainForm
|
||||
//
|
||||
@@ -2136,13 +2167,14 @@ namespace AiQ_GUI
|
||||
TabImages.PerformLayout();
|
||||
TabSoak.ResumeLayout(false);
|
||||
TabSoak.PerformLayout();
|
||||
Mobile.ResumeLayout(false);
|
||||
ResumeLayout(false);
|
||||
PerformLayout();
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
private System.Windows.Forms.Button BtnStartTest;
|
||||
public System.Windows.Forms.Button BtnStartTest;
|
||||
private System.Windows.Forms.Button BtnFindCams;
|
||||
private System.Windows.Forms.ComboBox CbBxFoundCams;
|
||||
private System.Windows.Forms.Button BtnRestart;
|
||||
@@ -2150,33 +2182,33 @@ namespace AiQ_GUI
|
||||
private System.Windows.Forms.Button BtnClose;
|
||||
private System.Windows.Forms.PictureBox PicBxMAV;
|
||||
private System.Windows.Forms.PictureBox PicBxAiQ;
|
||||
private System.Windows.Forms.Label lblFlexiVer;
|
||||
private System.Windows.Forms.Label lblFlexiRev;
|
||||
private System.Windows.Forms.Label lblMac;
|
||||
private System.Windows.Forms.Label lbltimestamp;
|
||||
private System.Windows.Forms.Label lblSerial;
|
||||
private System.Windows.Forms.Label lblModel;
|
||||
private System.Windows.Forms.Label lblLic;
|
||||
private System.Windows.Forms.Label lblVaxtor;
|
||||
private System.Windows.Forms.Label lblTemp;
|
||||
private System.Windows.Forms.Label lblTrim;
|
||||
private System.Windows.Forms.Label lblZoomLock;
|
||||
private System.Windows.Forms.Label LblLEDI;
|
||||
private System.Windows.Forms.Label LblLEDV;
|
||||
private System.Windows.Forms.ComboBox CbBxCameraModel;
|
||||
public System.Windows.Forms.Label lblFlexiVer;
|
||||
public System.Windows.Forms.Label lblFlexiRev;
|
||||
public System.Windows.Forms.Label lblMac;
|
||||
public System.Windows.Forms.Label lbltimestamp;
|
||||
public System.Windows.Forms.Label lblSerial;
|
||||
public System.Windows.Forms.Label lblModel;
|
||||
public System.Windows.Forms.Label lblLic;
|
||||
public System.Windows.Forms.Label lblVaxtor;
|
||||
public System.Windows.Forms.Label lblTemp;
|
||||
public System.Windows.Forms.Label lblTrim;
|
||||
public System.Windows.Forms.Label lblZoomLock;
|
||||
public System.Windows.Forms.Label LblLEDI;
|
||||
public System.Windows.Forms.Label LblLEDV;
|
||||
public System.Windows.Forms.ComboBox CbBxCameraModel;
|
||||
private System.Windows.Forms.Button BtnPreTest;
|
||||
private System.Windows.Forms.Label LblOVModule;
|
||||
private System.Windows.Forms.Label LblIRModule;
|
||||
public System.Windows.Forms.Label LblOVModule;
|
||||
public System.Windows.Forms.Label LblIRModule;
|
||||
private System.Windows.Forms.Button BtnTest;
|
||||
private System.Windows.Forms.PictureBox PicBxIRF2;
|
||||
private System.Windows.Forms.Label LblIRImageF2;
|
||||
private System.Windows.Forms.PictureBox PicBxIRF16;
|
||||
private System.Windows.Forms.PictureBox PicBxOV;
|
||||
private System.Windows.Forms.Label LblOVImage;
|
||||
private System.Windows.Forms.Label LblActions;
|
||||
public System.Windows.Forms.PictureBox PicBxIRF2;
|
||||
public System.Windows.Forms.Label LblIRImageF2;
|
||||
public System.Windows.Forms.PictureBox PicBxIRF16;
|
||||
public System.Windows.Forms.PictureBox PicBxOV;
|
||||
public System.Windows.Forms.Label LblOVImage;
|
||||
public System.Windows.Forms.Label LblActions;
|
||||
private System.Windows.Forms.Panel PanelSettings;
|
||||
public System.Windows.Forms.TextBox TxBxPsuIP;
|
||||
private System.Windows.Forms.Label lblPowerIP;
|
||||
public System.Windows.Forms.Label lblPowerIP;
|
||||
private System.Windows.Forms.Label label2;
|
||||
public System.Windows.Forms.TextBox TxBxTestTubeIP;
|
||||
private System.Windows.Forms.Button BtnCancel;
|
||||
@@ -2216,30 +2248,30 @@ namespace AiQ_GUI
|
||||
private System.Windows.Forms.Button BtnDont;
|
||||
private System.Windows.Forms.NumericUpDown RMANumBox;
|
||||
private System.Windows.Forms.Button BtnEzOn;
|
||||
private System.Windows.Forms.Panel PnlLbls;
|
||||
public System.Windows.Forms.Panel PnlLbls;
|
||||
private System.Windows.Forms.Button BtnOpenWebpage;
|
||||
private System.Windows.Forms.Button BtnSet211;
|
||||
private System.Windows.Forms.Label LblIRImageF16;
|
||||
public System.Windows.Forms.Label LblIRImageF16;
|
||||
private System.Windows.Forms.ToolTip ToolTipClipboard;
|
||||
private System.Windows.Forms.TabControl TabImagesandSettings;
|
||||
public System.Windows.Forms.TabControl TabImagesandSettings;
|
||||
private System.Windows.Forms.TabPage TabImages;
|
||||
private System.Windows.Forms.TabPage TabControls;
|
||||
private System.Windows.Forms.Label LblPSUPing;
|
||||
private System.Windows.Forms.Label LblTestTubePing;
|
||||
public System.Windows.Forms.Label LblTestTubePing;
|
||||
private System.Windows.Forms.Label LblZebraPing;
|
||||
private System.Windows.Forms.Label LblEzPing;
|
||||
private System.Windows.Forms.ToolTip ToolTipAvailable;
|
||||
private System.Windows.Forms.Label LblCPUusage;
|
||||
public System.Windows.Forms.Label LblCPUusage;
|
||||
private System.Windows.Forms.Timer TimerDDC;
|
||||
private System.Windows.Forms.Button BtnLicVaxtor;
|
||||
private System.Windows.Forms.ComboBox CbBxShutter;
|
||||
private System.Windows.Forms.ComboBox CbBxGain;
|
||||
private System.Windows.Forms.ComboBox CbBxIris;
|
||||
public System.Windows.Forms.ComboBox CbBxShutter;
|
||||
public System.Windows.Forms.ComboBox CbBxGain;
|
||||
public System.Windows.Forms.ComboBox CbBxIris;
|
||||
private System.Windows.Forms.Label label10;
|
||||
private System.Windows.Forms.TextBox TxBxProductKey;
|
||||
private System.Windows.Forms.Label LblFilesystemSize;
|
||||
public System.Windows.Forms.TextBox TxBxProductKey;
|
||||
public System.Windows.Forms.Label LblFilesystemSize;
|
||||
private Button BtnRerun;
|
||||
private Label LblGUIVers;
|
||||
public Label LblGUIVers;
|
||||
private System.Windows.Forms.Timer timerTypeIP;
|
||||
private Button BtnSetAll211;
|
||||
public System.Windows.Forms.Timer TimerFlash;
|
||||
@@ -2257,11 +2289,11 @@ namespace AiQ_GUI
|
||||
private GroupBox groupBox1;
|
||||
private GroupBox groupBox3;
|
||||
private GroupBox groupBox4;
|
||||
private Label LblDC;
|
||||
public Label LblDC;
|
||||
public ComboBox CbBxUserName;
|
||||
private Button BtnZoom8000;
|
||||
private Button BtnZoomWide;
|
||||
private Label LblRouter;
|
||||
public Label LblRouter;
|
||||
private Button BtnUploadBlob;
|
||||
private Button BtnFirewall;
|
||||
private Button BtnAdminStart;
|
||||
@@ -2269,7 +2301,9 @@ namespace AiQ_GUI
|
||||
private Button BtnFactoryDefault;
|
||||
private Button BtnUploadWonwooSetOV;
|
||||
private Button BtnUploadWonwooSetIR;
|
||||
private RichTextBox RhTxBxActions;
|
||||
public RichTextBox RhTxBxActions;
|
||||
public ComboBox CbBxCamType;
|
||||
public TabPage Mobile;
|
||||
private Button BtnUpFirm;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user