FwUpdateSw: - Skip radio check to support FW 1.2.xx - StoreConfiguration before update. FwUpdateBuilder: - Skip radio frequency check to support FW 1.2.xx
182 lines
8.2 KiB
C#
182 lines
8.2 KiB
C#
namespace Xylem.ServiceFwUpdate.Ui.FwUpdateBuilder
|
|
{
|
|
partial class FrmHistory
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmHistory));
|
|
this.rtbHistory = new System.Windows.Forms.RichTextBox();
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.picBoxLogo = new System.Windows.Forms.PictureBox();
|
|
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.lblPcbIdLabel = new System.Windows.Forms.Label();
|
|
this.lblDateLabel = new System.Windows.Forms.Label();
|
|
this.lblOperatorIdLabel = new System.Windows.Forms.Label();
|
|
this.lblPcbId = new System.Windows.Forms.Label();
|
|
this.lblDate = new System.Windows.Forms.Label();
|
|
this.lblOperatorId = new System.Windows.Forms.Label();
|
|
this.lblOrder = new System.Windows.Forms.Label();
|
|
this.lblCustomerName = new System.Windows.Forms.Label();
|
|
this.lblCustomerLabel = new System.Windows.Forms.Label();
|
|
this.lblOrderLabel = new System.Windows.Forms.Label();
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
this.tableLayoutPanel2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.picBoxLogo)).BeginInit();
|
|
this.tableLayoutPanel3.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// rtbHistory
|
|
//
|
|
resources.ApplyResources(this.rtbHistory, "rtbHistory");
|
|
this.rtbHistory.Name = "rtbHistory";
|
|
this.rtbHistory.TextChanged += new System.EventHandler(this.rtbHistory_TextChanged);
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
|
|
this.tableLayoutPanel1.Controls.Add(this.rtbHistory, 0, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 0);
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
//
|
|
// tableLayoutPanel2
|
|
//
|
|
resources.ApplyResources(this.tableLayoutPanel2, "tableLayoutPanel2");
|
|
this.tableLayoutPanel2.Controls.Add(this.picBoxLogo, 1, 0);
|
|
this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel3, 0, 0);
|
|
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
|
|
//
|
|
// picBoxLogo
|
|
//
|
|
resources.ApplyResources(this.picBoxLogo, "picBoxLogo");
|
|
this.picBoxLogo.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
this.picBoxLogo.Name = "picBoxLogo";
|
|
this.picBoxLogo.TabStop = false;
|
|
//
|
|
// tableLayoutPanel3
|
|
//
|
|
resources.ApplyResources(this.tableLayoutPanel3, "tableLayoutPanel3");
|
|
this.tableLayoutPanel3.Controls.Add(this.lblPcbIdLabel, 0, 0);
|
|
this.tableLayoutPanel3.Controls.Add(this.lblDateLabel, 0, 1);
|
|
this.tableLayoutPanel3.Controls.Add(this.lblOperatorIdLabel, 0, 2);
|
|
this.tableLayoutPanel3.Controls.Add(this.lblPcbId, 1, 0);
|
|
this.tableLayoutPanel3.Controls.Add(this.lblDate, 1, 1);
|
|
this.tableLayoutPanel3.Controls.Add(this.lblOperatorId, 1, 2);
|
|
this.tableLayoutPanel3.Controls.Add(this.lblOrder, 4, 0);
|
|
this.tableLayoutPanel3.Controls.Add(this.lblCustomerName, 4, 2);
|
|
this.tableLayoutPanel3.Controls.Add(this.lblCustomerLabel, 3, 2);
|
|
this.tableLayoutPanel3.Controls.Add(this.lblOrderLabel, 3, 0);
|
|
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
|
|
//
|
|
// lblPcbIdLabel
|
|
//
|
|
resources.ApplyResources(this.lblPcbIdLabel, "lblPcbIdLabel");
|
|
this.lblPcbIdLabel.Name = "lblPcbIdLabel";
|
|
//
|
|
// lblDateLabel
|
|
//
|
|
resources.ApplyResources(this.lblDateLabel, "lblDateLabel");
|
|
this.lblDateLabel.Name = "lblDateLabel";
|
|
//
|
|
// lblOperatorIdLabel
|
|
//
|
|
resources.ApplyResources(this.lblOperatorIdLabel, "lblOperatorIdLabel");
|
|
this.lblOperatorIdLabel.Name = "lblOperatorIdLabel";
|
|
//
|
|
// lblPcbId
|
|
//
|
|
resources.ApplyResources(this.lblPcbId, "lblPcbId");
|
|
this.lblPcbId.Name = "lblPcbId";
|
|
//
|
|
// lblDate
|
|
//
|
|
resources.ApplyResources(this.lblDate, "lblDate");
|
|
this.lblDate.Name = "lblDate";
|
|
//
|
|
// lblOperatorId
|
|
//
|
|
resources.ApplyResources(this.lblOperatorId, "lblOperatorId");
|
|
this.lblOperatorId.Name = "lblOperatorId";
|
|
//
|
|
// lblOrder
|
|
//
|
|
resources.ApplyResources(this.lblOrder, "lblOrder");
|
|
this.lblOrder.Name = "lblOrder";
|
|
//
|
|
// lblCustomerName
|
|
//
|
|
resources.ApplyResources(this.lblCustomerName, "lblCustomerName");
|
|
this.lblCustomerName.Name = "lblCustomerName";
|
|
//
|
|
// lblCustomerLabel
|
|
//
|
|
resources.ApplyResources(this.lblCustomerLabel, "lblCustomerLabel");
|
|
this.lblCustomerLabel.Name = "lblCustomerLabel";
|
|
//
|
|
// lblOrderLabel
|
|
//
|
|
resources.ApplyResources(this.lblOrderLabel, "lblOrderLabel");
|
|
this.lblOrderLabel.Name = "lblOrderLabel";
|
|
//
|
|
// FrmHistory
|
|
//
|
|
resources.ApplyResources(this, "$this");
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
|
this.MaximizeBox = false;
|
|
this.Name = "FrmHistory";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmHistory_FormClosing);
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
this.tableLayoutPanel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.picBoxLogo)).EndInit();
|
|
this.tableLayoutPanel3.ResumeLayout(false);
|
|
this.tableLayoutPanel3.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
private System.Windows.Forms.PictureBox picBoxLogo;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
|
|
/// <summary>
|
|
/// Display of report history.
|
|
/// </summary>
|
|
public System.Windows.Forms.RichTextBox rtbHistory;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
|
|
private System.Windows.Forms.Label lblPcbIdLabel;
|
|
private System.Windows.Forms.Label lblDateLabel;
|
|
private System.Windows.Forms.Label lblOperatorIdLabel;
|
|
private System.Windows.Forms.Label lblPcbId;
|
|
private System.Windows.Forms.Label lblDate;
|
|
private System.Windows.Forms.Label lblOperatorId;
|
|
private System.Windows.Forms.Label lblOrderLabel;
|
|
private System.Windows.Forms.Label lblCustomerLabel;
|
|
private System.Windows.Forms.Label lblOrder;
|
|
private System.Windows.Forms.Label lblCustomerName;
|
|
}
|
|
} |