1129 lines
69 KiB
C#
1129 lines
69 KiB
C#
namespace Xylem.ServiceFwUpdate.Ui.FwUpdateBuilder
|
|
{
|
|
partial class FrmFwUpdateBuilder
|
|
{
|
|
/// <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()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmFwUpdateBuilder));
|
|
this.lblFwUpdateInfo = new System.Windows.Forms.Label();
|
|
this.picBoxLogo = new System.Windows.Forms.PictureBox();
|
|
this.grpLanguageSelection = new System.Windows.Forms.GroupBox();
|
|
this.radioBtnGermanLanguage = new System.Windows.Forms.RadioButton();
|
|
this.radioBtnEnglishLanguage = new System.Windows.Forms.RadioButton();
|
|
this.StatusDisplay = new System.Windows.Forms.StatusStrip();
|
|
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.lblStatusDbConnect = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.ProgressBarStatus = new System.Windows.Forms.ToolStripProgressBar();
|
|
this.mainMenu = new System.Windows.Forms.MenuStrip();
|
|
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.wizardToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.infoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.panelInfo = new System.Windows.Forms.Panel();
|
|
this.tblPanelLayer0 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.panelSelection = new System.Windows.Forms.Panel();
|
|
this.tabControlSelection = new System.Windows.Forms.TabControl();
|
|
this.tabPageCustomerSelection = new System.Windows.Forms.TabPage();
|
|
this.panelCustomerSelection = new System.Windows.Forms.Panel();
|
|
this.tblPanelCustomerSelection = new System.Windows.Forms.TableLayoutPanel();
|
|
this.tblPanelCustomerSearch = new System.Windows.Forms.TableLayoutPanel();
|
|
this.tbxCustomerSearchMask = new System.Windows.Forms.TextBox();
|
|
this.lblCustomerMaskText = new System.Windows.Forms.Label();
|
|
this.btnSearchCustomer = new System.Windows.Forms.Button();
|
|
this.gridViewCustomerSelection = new System.Windows.Forms.DataGridView();
|
|
this.tabPageCordonelSelection = new System.Windows.Forms.TabPage();
|
|
this.panelCordonelSelection = new System.Windows.Forms.Panel();
|
|
this.tblPanelCordonelSelection = new System.Windows.Forms.TableLayoutPanel();
|
|
this.gridViewCordonelSelection = new System.Windows.Forms.DataGridView();
|
|
this.tblPanelCordonelSearch = new System.Windows.Forms.TableLayoutPanel();
|
|
this.tbxCordonelProductionOrdersSearch = new System.Windows.Forms.TextBox();
|
|
this.cbxCordonelProductionOrdersSearch = new System.Windows.Forms.ComboBox();
|
|
this.lblInfoSelectCustomer = new System.Windows.Forms.Label();
|
|
this.btnCordonelSearch = new System.Windows.Forms.Button();
|
|
this.lblCordonelProductionNumberSearch = new System.Windows.Forms.Label();
|
|
this.lblCordonelCustomerSerialNumberSearch = new System.Windows.Forms.Label();
|
|
this.tabPageFwPackageSelection = new System.Windows.Forms.TabPage();
|
|
this.panelFwPackageSelection = new System.Windows.Forms.Panel();
|
|
this.tblFwPackageSelection = new System.Windows.Forms.TableLayoutPanel();
|
|
this.gridViewFwPackageSelection = new System.Windows.Forms.DataGridView();
|
|
this.tblPanelFwPackageSearch = new System.Windows.Forms.TableLayoutPanel();
|
|
this.lblFwPackageSearchRegion = new System.Windows.Forms.Label();
|
|
this.lblFwPackageSearchFrequency = new System.Windows.Forms.Label();
|
|
this.cbxFwPackageRegionMask = new System.Windows.Forms.ComboBox();
|
|
this.cbxFwPackageRadioMask = new System.Windows.Forms.ComboBox();
|
|
this.btnFwPackageSearch = new System.Windows.Forms.Button();
|
|
this.lblFwPackageSearchSize = new System.Windows.Forms.Label();
|
|
this.cbxFwPackageSizeMask = new System.Windows.Forms.ComboBox();
|
|
this.lblFwPackageSearchMetrology = new System.Windows.Forms.Label();
|
|
this.cbxFwPackageMetrologyMask = new System.Windows.Forms.ComboBox();
|
|
this.lblFwPackageSearchCore = new System.Windows.Forms.Label();
|
|
this.cbxFwPackageCoreMak = new System.Windows.Forms.ComboBox();
|
|
this.tabPageUpdateOperator = new System.Windows.Forms.TabPage();
|
|
this.gridViewUpdateOperators = new System.Windows.Forms.DataGridView();
|
|
this.tabPagePreBuildSummary = new System.Windows.Forms.TabPage();
|
|
this.gridViewPreBuildSummary = new System.Windows.Forms.DataGridView();
|
|
this.tabPageSafeBuildReport = new System.Windows.Forms.TabPage();
|
|
this.rtbReport = new System.Windows.Forms.RichTextBox();
|
|
this.tabPageFwUpdateSafes = new System.Windows.Forms.TabPage();
|
|
this.tblFwUpdateSafeSelection = new System.Windows.Forms.TableLayoutPanel();
|
|
this.tblPanelFwUpdateSafeSearch = new System.Windows.Forms.TableLayoutPanel();
|
|
this.gridViewFwUpdateSafeSelection = new System.Windows.Forms.DataGridView();
|
|
this.tabPageReports = new System.Windows.Forms.TabPage();
|
|
this.tblPanelFwUpdateReports = new System.Windows.Forms.TableLayoutPanel();
|
|
this.tblPanelFwUpdateReportsSearch = new System.Windows.Forms.TableLayoutPanel();
|
|
this.gridViewFwUpdateReportSelection = new System.Windows.Forms.DataGridView();
|
|
this.tblPanelLayer1Top = new System.Windows.Forms.TableLayoutPanel();
|
|
this.tblPanelSafeInfo = new System.Windows.Forms.TableLayoutPanel();
|
|
this.lblCustomerNameText = new System.Windows.Forms.Label();
|
|
this.lblCustomerNumber = new System.Windows.Forms.Label();
|
|
this.lblCustomerNumberText = new System.Windows.Forms.Label();
|
|
this.lblFwUpdateDutyDateText = new System.Windows.Forms.Label();
|
|
this.lblFwUpdateDutyDate = new System.Windows.Forms.Label();
|
|
this.lblUpdateOperatorText = new System.Windows.Forms.Label();
|
|
this.lblOrderNumberText = new System.Windows.Forms.Label();
|
|
this.lblUpdateOperator = new System.Windows.Forms.Label();
|
|
this.lblCordonelsCustomerText = new System.Windows.Forms.Label();
|
|
this.tbxCustomerName = new System.Windows.Forms.TextBox();
|
|
this.tbxCordonelsCustomerCount = new System.Windows.Forms.TextBox();
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.tbxOrderNumber = new System.Windows.Forms.TextBox();
|
|
this.tbxOrderPosition = new System.Windows.Forms.TextBox();
|
|
this.lblCordonelSelectedCountText = new System.Windows.Forms.Label();
|
|
this.lblCordonelsSelectedCount = new System.Windows.Forms.Label();
|
|
this.lblSelectedFwPackagesText = new System.Windows.Forms.Label();
|
|
this.lblSelectedFwPackages = new System.Windows.Forms.Label();
|
|
this.lblCordonelApprovedCountText = new System.Windows.Forms.Label();
|
|
this.lblCordonelsApprovedCount = new System.Windows.Forms.Label();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.tblPanelLayer1Bottom = new System.Windows.Forms.TableLayoutPanel();
|
|
this.tblPanelSpecialButtons = new System.Windows.Forms.TableLayoutPanel();
|
|
this.btnLicenseFwUpdateBuilder = new System.Windows.Forms.Button();
|
|
this.btnLicenseFwUpdateSw = new System.Windows.Forms.Button();
|
|
this.tblPanelStandardButtons = new System.Windows.Forms.TableLayoutPanel();
|
|
this.btnBuildFwUpdateSafe = new System.Windows.Forms.Button();
|
|
this.btnUploadSafeToDb = new System.Windows.Forms.Button();
|
|
this.tblPanelDebugDevices = new System.Windows.Forms.TableLayoutPanel();
|
|
this.cbxAddDebugCordonels = new System.Windows.Forms.CheckBox();
|
|
this.TmrDbAccess = new System.Windows.Forms.Timer(this.components);
|
|
((System.ComponentModel.ISupportInitialize)(this.picBoxLogo)).BeginInit();
|
|
this.grpLanguageSelection.SuspendLayout();
|
|
this.StatusDisplay.SuspendLayout();
|
|
this.mainMenu.SuspendLayout();
|
|
this.panelInfo.SuspendLayout();
|
|
this.tblPanelLayer0.SuspendLayout();
|
|
this.panelSelection.SuspendLayout();
|
|
this.tabControlSelection.SuspendLayout();
|
|
this.tabPageCustomerSelection.SuspendLayout();
|
|
this.panelCustomerSelection.SuspendLayout();
|
|
this.tblPanelCustomerSelection.SuspendLayout();
|
|
this.tblPanelCustomerSearch.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridViewCustomerSelection)).BeginInit();
|
|
this.tabPageCordonelSelection.SuspendLayout();
|
|
this.panelCordonelSelection.SuspendLayout();
|
|
this.tblPanelCordonelSelection.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridViewCordonelSelection)).BeginInit();
|
|
this.tblPanelCordonelSearch.SuspendLayout();
|
|
this.tabPageFwPackageSelection.SuspendLayout();
|
|
this.panelFwPackageSelection.SuspendLayout();
|
|
this.tblFwPackageSelection.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridViewFwPackageSelection)).BeginInit();
|
|
this.tblPanelFwPackageSearch.SuspendLayout();
|
|
this.tabPageUpdateOperator.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridViewUpdateOperators)).BeginInit();
|
|
this.tabPagePreBuildSummary.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridViewPreBuildSummary)).BeginInit();
|
|
this.tabPageSafeBuildReport.SuspendLayout();
|
|
this.tabPageFwUpdateSafes.SuspendLayout();
|
|
this.tblFwUpdateSafeSelection.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridViewFwUpdateSafeSelection)).BeginInit();
|
|
this.tabPageReports.SuspendLayout();
|
|
this.tblPanelFwUpdateReports.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridViewFwUpdateReportSelection)).BeginInit();
|
|
this.tblPanelLayer1Top.SuspendLayout();
|
|
this.tblPanelSafeInfo.SuspendLayout();
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
this.tblPanelLayer1Bottom.SuspendLayout();
|
|
this.tblPanelSpecialButtons.SuspendLayout();
|
|
this.tblPanelStandardButtons.SuspendLayout();
|
|
this.tblPanelDebugDevices.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// lblFwUpdateInfo
|
|
//
|
|
resources.ApplyResources(this.lblFwUpdateInfo, "lblFwUpdateInfo");
|
|
this.lblFwUpdateInfo.Name = "lblFwUpdateInfo";
|
|
//
|
|
// picBoxLogo
|
|
//
|
|
this.picBoxLogo.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
resources.ApplyResources(this.picBoxLogo, "picBoxLogo");
|
|
this.picBoxLogo.Name = "picBoxLogo";
|
|
this.picBoxLogo.TabStop = false;
|
|
//
|
|
// grpLanguageSelection
|
|
//
|
|
this.grpLanguageSelection.Controls.Add(this.radioBtnGermanLanguage);
|
|
this.grpLanguageSelection.Controls.Add(this.radioBtnEnglishLanguage);
|
|
resources.ApplyResources(this.grpLanguageSelection, "grpLanguageSelection");
|
|
this.grpLanguageSelection.Name = "grpLanguageSelection";
|
|
this.grpLanguageSelection.TabStop = false;
|
|
//
|
|
// radioBtnGermanLanguage
|
|
//
|
|
resources.ApplyResources(this.radioBtnGermanLanguage, "radioBtnGermanLanguage");
|
|
this.radioBtnGermanLanguage.Name = "radioBtnGermanLanguage";
|
|
this.radioBtnGermanLanguage.UseVisualStyleBackColor = true;
|
|
this.radioBtnGermanLanguage.Click += new System.EventHandler(this.RadioBtnGermanLanguage_Click);
|
|
//
|
|
// radioBtnEnglishLanguage
|
|
//
|
|
resources.ApplyResources(this.radioBtnEnglishLanguage, "radioBtnEnglishLanguage");
|
|
this.radioBtnEnglishLanguage.Name = "radioBtnEnglishLanguage";
|
|
this.radioBtnEnglishLanguage.UseVisualStyleBackColor = true;
|
|
this.radioBtnEnglishLanguage.Click += new System.EventHandler(this.RadioBtnEnglishLanguage_Click);
|
|
//
|
|
// StatusDisplay
|
|
//
|
|
this.StatusDisplay.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.toolStripStatusLabel1,
|
|
this.lblStatusDbConnect,
|
|
this.ProgressBarStatus});
|
|
resources.ApplyResources(this.StatusDisplay, "StatusDisplay");
|
|
this.StatusDisplay.Name = "StatusDisplay";
|
|
//
|
|
// toolStripStatusLabel1
|
|
//
|
|
resources.ApplyResources(this.toolStripStatusLabel1, "toolStripStatusLabel1");
|
|
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
|
|
//
|
|
// lblStatusDbConnect
|
|
//
|
|
resources.ApplyResources(this.lblStatusDbConnect, "lblStatusDbConnect");
|
|
this.lblStatusDbConnect.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter;
|
|
this.lblStatusDbConnect.Name = "lblStatusDbConnect";
|
|
//
|
|
// ProgressBarStatus
|
|
//
|
|
resources.ApplyResources(this.ProgressBarStatus, "ProgressBarStatus");
|
|
this.ProgressBarStatus.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
|
|
this.ProgressBarStatus.Name = "ProgressBarStatus";
|
|
//
|
|
// mainMenu
|
|
//
|
|
this.mainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.fileToolStripMenuItem,
|
|
this.wizardToolStripMenuItem,
|
|
this.helpToolStripMenuItem});
|
|
resources.ApplyResources(this.mainMenu, "mainMenu");
|
|
this.mainMenu.Name = "mainMenu";
|
|
//
|
|
// fileToolStripMenuItem
|
|
//
|
|
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.exitToolStripMenuItem});
|
|
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
|
|
resources.ApplyResources(this.fileToolStripMenuItem, "fileToolStripMenuItem");
|
|
//
|
|
// exitToolStripMenuItem
|
|
//
|
|
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
|
|
resources.ApplyResources(this.exitToolStripMenuItem, "exitToolStripMenuItem");
|
|
this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
|
|
//
|
|
// wizardToolStripMenuItem
|
|
//
|
|
this.wizardToolStripMenuItem.Name = "wizardToolStripMenuItem";
|
|
resources.ApplyResources(this.wizardToolStripMenuItem, "wizardToolStripMenuItem");
|
|
//
|
|
// helpToolStripMenuItem
|
|
//
|
|
this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.infoToolStripMenuItem});
|
|
this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
|
|
resources.ApplyResources(this.helpToolStripMenuItem, "helpToolStripMenuItem");
|
|
//
|
|
// infoToolStripMenuItem
|
|
//
|
|
this.infoToolStripMenuItem.Name = "infoToolStripMenuItem";
|
|
resources.ApplyResources(this.infoToolStripMenuItem, "infoToolStripMenuItem");
|
|
this.infoToolStripMenuItem.Click += new System.EventHandler(this.infoToolStripMenuItem_Click);
|
|
//
|
|
// panelInfo
|
|
//
|
|
this.panelInfo.Controls.Add(this.picBoxLogo);
|
|
this.panelInfo.Controls.Add(this.grpLanguageSelection);
|
|
this.panelInfo.Controls.Add(this.lblFwUpdateInfo);
|
|
resources.ApplyResources(this.panelInfo, "panelInfo");
|
|
this.panelInfo.Name = "panelInfo";
|
|
//
|
|
// tblPanelLayer0
|
|
//
|
|
resources.ApplyResources(this.tblPanelLayer0, "tblPanelLayer0");
|
|
this.tblPanelLayer0.Controls.Add(this.panelSelection, 0, 1);
|
|
this.tblPanelLayer0.Controls.Add(this.tblPanelLayer1Top, 0, 0);
|
|
this.tblPanelLayer0.Controls.Add(this.tblPanelLayer1Bottom, 0, 2);
|
|
this.tblPanelLayer0.Name = "tblPanelLayer0";
|
|
//
|
|
// panelSelection
|
|
//
|
|
resources.ApplyResources(this.panelSelection, "panelSelection");
|
|
this.panelSelection.Controls.Add(this.tabControlSelection);
|
|
this.panelSelection.Name = "panelSelection";
|
|
//
|
|
// tabControlSelection
|
|
//
|
|
this.tabControlSelection.Controls.Add(this.tabPageCustomerSelection);
|
|
this.tabControlSelection.Controls.Add(this.tabPageCordonelSelection);
|
|
this.tabControlSelection.Controls.Add(this.tabPageFwPackageSelection);
|
|
this.tabControlSelection.Controls.Add(this.tabPageUpdateOperator);
|
|
this.tabControlSelection.Controls.Add(this.tabPagePreBuildSummary);
|
|
this.tabControlSelection.Controls.Add(this.tabPageSafeBuildReport);
|
|
this.tabControlSelection.Controls.Add(this.tabPageFwUpdateSafes);
|
|
this.tabControlSelection.Controls.Add(this.tabPageReports);
|
|
resources.ApplyResources(this.tabControlSelection, "tabControlSelection");
|
|
this.tabControlSelection.Name = "tabControlSelection";
|
|
this.tabControlSelection.SelectedIndex = 0;
|
|
this.tabControlSelection.Selected += new System.Windows.Forms.TabControlEventHandler(this.tabControlSelection_Selected);
|
|
//
|
|
// tabPageCustomerSelection
|
|
//
|
|
this.tabPageCustomerSelection.BackColor = System.Drawing.SystemColors.Control;
|
|
this.tabPageCustomerSelection.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.tabPageCustomerSelection.Controls.Add(this.panelCustomerSelection);
|
|
resources.ApplyResources(this.tabPageCustomerSelection, "tabPageCustomerSelection");
|
|
this.tabPageCustomerSelection.Name = "tabPageCustomerSelection";
|
|
//
|
|
// panelCustomerSelection
|
|
//
|
|
this.panelCustomerSelection.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.panelCustomerSelection.Controls.Add(this.tblPanelCustomerSelection);
|
|
resources.ApplyResources(this.panelCustomerSelection, "panelCustomerSelection");
|
|
this.panelCustomerSelection.Name = "panelCustomerSelection";
|
|
//
|
|
// tblPanelCustomerSelection
|
|
//
|
|
this.tblPanelCustomerSelection.BackColor = System.Drawing.SystemColors.Control;
|
|
resources.ApplyResources(this.tblPanelCustomerSelection, "tblPanelCustomerSelection");
|
|
this.tblPanelCustomerSelection.Controls.Add(this.tblPanelCustomerSearch, 0, 0);
|
|
this.tblPanelCustomerSelection.Controls.Add(this.gridViewCustomerSelection, 0, 1);
|
|
this.tblPanelCustomerSelection.Name = "tblPanelCustomerSelection";
|
|
//
|
|
// tblPanelCustomerSearch
|
|
//
|
|
this.tblPanelCustomerSearch.BackColor = System.Drawing.SystemColors.Control;
|
|
resources.ApplyResources(this.tblPanelCustomerSearch, "tblPanelCustomerSearch");
|
|
this.tblPanelCustomerSearch.Controls.Add(this.tbxCustomerSearchMask, 2, 0);
|
|
this.tblPanelCustomerSearch.Controls.Add(this.lblCustomerMaskText, 1, 0);
|
|
this.tblPanelCustomerSearch.Controls.Add(this.btnSearchCustomer, 3, 0);
|
|
this.tblPanelCustomerSearch.Name = "tblPanelCustomerSearch";
|
|
//
|
|
// tbxCustomerSearchMask
|
|
//
|
|
resources.ApplyResources(this.tbxCustomerSearchMask, "tbxCustomerSearchMask");
|
|
this.tbxCustomerSearchMask.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.tbxCustomerSearchMask.Name = "tbxCustomerSearchMask";
|
|
this.tbxCustomerSearchMask.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tbxCustomerSearchMask_KeyDown);
|
|
//
|
|
// lblCustomerMaskText
|
|
//
|
|
resources.ApplyResources(this.lblCustomerMaskText, "lblCustomerMaskText");
|
|
this.lblCustomerMaskText.Name = "lblCustomerMaskText";
|
|
//
|
|
// btnSearchCustomer
|
|
//
|
|
resources.ApplyResources(this.btnSearchCustomer, "btnSearchCustomer");
|
|
this.btnSearchCustomer.Name = "btnSearchCustomer";
|
|
this.btnSearchCustomer.UseVisualStyleBackColor = true;
|
|
this.btnSearchCustomer.Click += new System.EventHandler(this.btnSearchCustomer_Click);
|
|
//
|
|
// gridViewCustomerSelection
|
|
//
|
|
this.gridViewCustomerSelection.AllowUserToAddRows = false;
|
|
this.gridViewCustomerSelection.AllowUserToDeleteRows = false;
|
|
this.gridViewCustomerSelection.AllowUserToResizeRows = false;
|
|
this.gridViewCustomerSelection.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
|
|
this.gridViewCustomerSelection.BackgroundColor = System.Drawing.SystemColors.Control;
|
|
this.gridViewCustomerSelection.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
resources.ApplyResources(this.gridViewCustomerSelection, "gridViewCustomerSelection");
|
|
this.gridViewCustomerSelection.EnableHeadersVisualStyles = false;
|
|
this.gridViewCustomerSelection.GridColor = System.Drawing.SystemColors.ControlLight;
|
|
this.gridViewCustomerSelection.Name = "gridViewCustomerSelection";
|
|
this.gridViewCustomerSelection.ReadOnly = true;
|
|
this.gridViewCustomerSelection.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.gridViewCustomerSelection_CellClick);
|
|
//
|
|
// tabPageCordonelSelection
|
|
//
|
|
this.tabPageCordonelSelection.BackColor = System.Drawing.SystemColors.Control;
|
|
this.tabPageCordonelSelection.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.tabPageCordonelSelection.Controls.Add(this.panelCordonelSelection);
|
|
resources.ApplyResources(this.tabPageCordonelSelection, "tabPageCordonelSelection");
|
|
this.tabPageCordonelSelection.Name = "tabPageCordonelSelection";
|
|
//
|
|
// panelCordonelSelection
|
|
//
|
|
this.panelCordonelSelection.Controls.Add(this.tblPanelCordonelSelection);
|
|
resources.ApplyResources(this.panelCordonelSelection, "panelCordonelSelection");
|
|
this.panelCordonelSelection.Name = "panelCordonelSelection";
|
|
//
|
|
// tblPanelCordonelSelection
|
|
//
|
|
resources.ApplyResources(this.tblPanelCordonelSelection, "tblPanelCordonelSelection");
|
|
this.tblPanelCordonelSelection.Controls.Add(this.gridViewCordonelSelection, 0, 1);
|
|
this.tblPanelCordonelSelection.Controls.Add(this.tblPanelCordonelSearch, 0, 0);
|
|
this.tblPanelCordonelSelection.Name = "tblPanelCordonelSelection";
|
|
//
|
|
// gridViewCordonelSelection
|
|
//
|
|
this.gridViewCordonelSelection.AllowUserToAddRows = false;
|
|
this.gridViewCordonelSelection.AllowUserToDeleteRows = false;
|
|
this.gridViewCordonelSelection.AllowUserToResizeRows = false;
|
|
this.gridViewCordonelSelection.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
|
|
this.gridViewCordonelSelection.BackgroundColor = System.Drawing.SystemColors.Control;
|
|
this.gridViewCordonelSelection.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
resources.ApplyResources(this.gridViewCordonelSelection, "gridViewCordonelSelection");
|
|
this.gridViewCordonelSelection.EnableHeadersVisualStyles = false;
|
|
this.gridViewCordonelSelection.GridColor = System.Drawing.SystemColors.ControlLight;
|
|
this.gridViewCordonelSelection.Name = "gridViewCordonelSelection";
|
|
this.gridViewCordonelSelection.ReadOnly = true;
|
|
this.gridViewCordonelSelection.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.gridViewCordonelsSelection_CellClick);
|
|
this.gridViewCordonelSelection.ColumnHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.gridViewCordonelSelection_ColumnHeaderMouseClick);
|
|
//
|
|
// tblPanelCordonelSearch
|
|
//
|
|
this.tblPanelCordonelSearch.BackColor = System.Drawing.SystemColors.Control;
|
|
resources.ApplyResources(this.tblPanelCordonelSearch, "tblPanelCordonelSearch");
|
|
this.tblPanelCordonelSearch.Controls.Add(this.tbxCordonelProductionOrdersSearch, 4, 0);
|
|
this.tblPanelCordonelSearch.Controls.Add(this.cbxCordonelProductionOrdersSearch, 2, 0);
|
|
this.tblPanelCordonelSearch.Controls.Add(this.lblInfoSelectCustomer, 0, 0);
|
|
this.tblPanelCordonelSearch.Controls.Add(this.btnCordonelSearch, 5, 0);
|
|
this.tblPanelCordonelSearch.Controls.Add(this.lblCordonelProductionNumberSearch, 1, 0);
|
|
this.tblPanelCordonelSearch.Controls.Add(this.lblCordonelCustomerSerialNumberSearch, 3, 0);
|
|
this.tblPanelCordonelSearch.Name = "tblPanelCordonelSearch";
|
|
//
|
|
// tbxCordonelProductionOrdersSearch
|
|
//
|
|
resources.ApplyResources(this.tbxCordonelProductionOrdersSearch, "tbxCordonelProductionOrdersSearch");
|
|
this.tbxCordonelProductionOrdersSearch.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.tbxCordonelProductionOrdersSearch.Name = "tbxCordonelProductionOrdersSearch";
|
|
this.tbxCordonelProductionOrdersSearch.MouseClick += new System.Windows.Forms.MouseEventHandler(this.tbxCordonelProductionOrdersSearch_MouseClick);
|
|
this.tbxCordonelProductionOrdersSearch.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tbxCordonelProductionOrdersSearch_KeyDown);
|
|
//
|
|
// cbxCordonelProductionOrdersSearch
|
|
//
|
|
resources.ApplyResources(this.cbxCordonelProductionOrdersSearch, "cbxCordonelProductionOrdersSearch");
|
|
this.cbxCordonelProductionOrdersSearch.FormattingEnabled = true;
|
|
this.cbxCordonelProductionOrdersSearch.Name = "cbxCordonelProductionOrdersSearch";
|
|
//
|
|
// lblInfoSelectCustomer
|
|
//
|
|
resources.ApplyResources(this.lblInfoSelectCustomer, "lblInfoSelectCustomer");
|
|
this.lblInfoSelectCustomer.ForeColor = System.Drawing.Color.Red;
|
|
this.lblInfoSelectCustomer.Name = "lblInfoSelectCustomer";
|
|
//
|
|
// btnCordonelSearch
|
|
//
|
|
resources.ApplyResources(this.btnCordonelSearch, "btnCordonelSearch");
|
|
this.btnCordonelSearch.Name = "btnCordonelSearch";
|
|
this.btnCordonelSearch.UseVisualStyleBackColor = true;
|
|
this.btnCordonelSearch.Click += new System.EventHandler(this.btnCordonelSearch_Click);
|
|
//
|
|
// lblCordonelProductionNumberSearch
|
|
//
|
|
resources.ApplyResources(this.lblCordonelProductionNumberSearch, "lblCordonelProductionNumberSearch");
|
|
this.lblCordonelProductionNumberSearch.Name = "lblCordonelProductionNumberSearch";
|
|
//
|
|
// lblCordonelCustomerSerialNumberSearch
|
|
//
|
|
resources.ApplyResources(this.lblCordonelCustomerSerialNumberSearch, "lblCordonelCustomerSerialNumberSearch");
|
|
this.lblCordonelCustomerSerialNumberSearch.Name = "lblCordonelCustomerSerialNumberSearch";
|
|
//
|
|
// tabPageFwPackageSelection
|
|
//
|
|
this.tabPageFwPackageSelection.BackColor = System.Drawing.SystemColors.Control;
|
|
this.tabPageFwPackageSelection.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.tabPageFwPackageSelection.Controls.Add(this.panelFwPackageSelection);
|
|
resources.ApplyResources(this.tabPageFwPackageSelection, "tabPageFwPackageSelection");
|
|
this.tabPageFwPackageSelection.Name = "tabPageFwPackageSelection";
|
|
//
|
|
// panelFwPackageSelection
|
|
//
|
|
this.panelFwPackageSelection.Controls.Add(this.tblFwPackageSelection);
|
|
resources.ApplyResources(this.panelFwPackageSelection, "panelFwPackageSelection");
|
|
this.panelFwPackageSelection.Name = "panelFwPackageSelection";
|
|
//
|
|
// tblFwPackageSelection
|
|
//
|
|
resources.ApplyResources(this.tblFwPackageSelection, "tblFwPackageSelection");
|
|
this.tblFwPackageSelection.Controls.Add(this.gridViewFwPackageSelection, 0, 1);
|
|
this.tblFwPackageSelection.Controls.Add(this.tblPanelFwPackageSearch, 0, 0);
|
|
this.tblFwPackageSelection.Name = "tblFwPackageSelection";
|
|
//
|
|
// gridViewFwPackageSelection
|
|
//
|
|
this.gridViewFwPackageSelection.AllowUserToAddRows = false;
|
|
this.gridViewFwPackageSelection.AllowUserToDeleteRows = false;
|
|
this.gridViewFwPackageSelection.AllowUserToResizeRows = false;
|
|
this.gridViewFwPackageSelection.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
|
|
this.gridViewFwPackageSelection.BackgroundColor = System.Drawing.SystemColors.Control;
|
|
this.gridViewFwPackageSelection.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
resources.ApplyResources(this.gridViewFwPackageSelection, "gridViewFwPackageSelection");
|
|
this.gridViewFwPackageSelection.EnableHeadersVisualStyles = false;
|
|
this.gridViewFwPackageSelection.GridColor = System.Drawing.SystemColors.ControlLight;
|
|
this.gridViewFwPackageSelection.Name = "gridViewFwPackageSelection";
|
|
this.gridViewFwPackageSelection.ReadOnly = true;
|
|
this.gridViewFwPackageSelection.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.gridViewFwPackagesSelection_CellClick);
|
|
//
|
|
// tblPanelFwPackageSearch
|
|
//
|
|
resources.ApplyResources(this.tblPanelFwPackageSearch, "tblPanelFwPackageSearch");
|
|
this.tblPanelFwPackageSearch.Controls.Add(this.lblFwPackageSearchRegion, 0, 0);
|
|
this.tblPanelFwPackageSearch.Controls.Add(this.lblFwPackageSearchFrequency, 2, 0);
|
|
this.tblPanelFwPackageSearch.Controls.Add(this.cbxFwPackageRegionMask, 1, 0);
|
|
this.tblPanelFwPackageSearch.Controls.Add(this.cbxFwPackageRadioMask, 3, 0);
|
|
this.tblPanelFwPackageSearch.Controls.Add(this.btnFwPackageSearch, 8, 0);
|
|
this.tblPanelFwPackageSearch.Controls.Add(this.lblFwPackageSearchSize, 0, 1);
|
|
this.tblPanelFwPackageSearch.Controls.Add(this.cbxFwPackageSizeMask, 1, 1);
|
|
this.tblPanelFwPackageSearch.Controls.Add(this.lblFwPackageSearchMetrology, 2, 1);
|
|
this.tblPanelFwPackageSearch.Controls.Add(this.cbxFwPackageMetrologyMask, 3, 1);
|
|
this.tblPanelFwPackageSearch.Controls.Add(this.lblFwPackageSearchCore, 4, 0);
|
|
this.tblPanelFwPackageSearch.Controls.Add(this.cbxFwPackageCoreMak, 5, 0);
|
|
this.tblPanelFwPackageSearch.Name = "tblPanelFwPackageSearch";
|
|
//
|
|
// lblFwPackageSearchRegion
|
|
//
|
|
resources.ApplyResources(this.lblFwPackageSearchRegion, "lblFwPackageSearchRegion");
|
|
this.lblFwPackageSearchRegion.Name = "lblFwPackageSearchRegion";
|
|
//
|
|
// lblFwPackageSearchFrequency
|
|
//
|
|
resources.ApplyResources(this.lblFwPackageSearchFrequency, "lblFwPackageSearchFrequency");
|
|
this.lblFwPackageSearchFrequency.Name = "lblFwPackageSearchFrequency";
|
|
//
|
|
// cbxFwPackageRegionMask
|
|
//
|
|
resources.ApplyResources(this.cbxFwPackageRegionMask, "cbxFwPackageRegionMask");
|
|
this.cbxFwPackageRegionMask.FormattingEnabled = true;
|
|
this.cbxFwPackageRegionMask.Name = "cbxFwPackageRegionMask";
|
|
this.cbxFwPackageRegionMask.DropDownClosed += new System.EventHandler(this.allFwPackageSearch_Event);
|
|
//
|
|
// cbxFwPackageRadioMask
|
|
//
|
|
resources.ApplyResources(this.cbxFwPackageRadioMask, "cbxFwPackageRadioMask");
|
|
this.cbxFwPackageRadioMask.FormattingEnabled = true;
|
|
this.cbxFwPackageRadioMask.Name = "cbxFwPackageRadioMask";
|
|
this.cbxFwPackageRadioMask.DropDownClosed += new System.EventHandler(this.allFwPackageSearch_Event);
|
|
//
|
|
// btnFwPackageSearch
|
|
//
|
|
resources.ApplyResources(this.btnFwPackageSearch, "btnFwPackageSearch");
|
|
this.btnFwPackageSearch.Name = "btnFwPackageSearch";
|
|
this.btnFwPackageSearch.UseVisualStyleBackColor = true;
|
|
this.btnFwPackageSearch.Click += new System.EventHandler(this.btnFwPackageSearch_Click);
|
|
//
|
|
// lblFwPackageSearchSize
|
|
//
|
|
resources.ApplyResources(this.lblFwPackageSearchSize, "lblFwPackageSearchSize");
|
|
this.lblFwPackageSearchSize.Name = "lblFwPackageSearchSize";
|
|
//
|
|
// cbxFwPackageSizeMask
|
|
//
|
|
resources.ApplyResources(this.cbxFwPackageSizeMask, "cbxFwPackageSizeMask");
|
|
this.cbxFwPackageSizeMask.FormattingEnabled = true;
|
|
this.cbxFwPackageSizeMask.Name = "cbxFwPackageSizeMask";
|
|
this.cbxFwPackageSizeMask.DropDownClosed += new System.EventHandler(this.allFwPackageSearch_Event);
|
|
//
|
|
// lblFwPackageSearchMetrology
|
|
//
|
|
resources.ApplyResources(this.lblFwPackageSearchMetrology, "lblFwPackageSearchMetrology");
|
|
this.lblFwPackageSearchMetrology.Name = "lblFwPackageSearchMetrology";
|
|
//
|
|
// cbxFwPackageMetrologyMask
|
|
//
|
|
resources.ApplyResources(this.cbxFwPackageMetrologyMask, "cbxFwPackageMetrologyMask");
|
|
this.cbxFwPackageMetrologyMask.FormattingEnabled = true;
|
|
this.cbxFwPackageMetrologyMask.Name = "cbxFwPackageMetrologyMask";
|
|
this.cbxFwPackageMetrologyMask.DropDownClosed += new System.EventHandler(this.allFwPackageSearch_Event);
|
|
//
|
|
// lblFwPackageSearchCore
|
|
//
|
|
resources.ApplyResources(this.lblFwPackageSearchCore, "lblFwPackageSearchCore");
|
|
this.lblFwPackageSearchCore.Name = "lblFwPackageSearchCore";
|
|
//
|
|
// cbxFwPackageCoreMak
|
|
//
|
|
resources.ApplyResources(this.cbxFwPackageCoreMak, "cbxFwPackageCoreMak");
|
|
this.cbxFwPackageCoreMak.FormattingEnabled = true;
|
|
this.cbxFwPackageCoreMak.Name = "cbxFwPackageCoreMak";
|
|
this.cbxFwPackageCoreMak.DropDownClosed += new System.EventHandler(this.allFwPackageSearch_Event);
|
|
//
|
|
// tabPageUpdateOperator
|
|
//
|
|
this.tabPageUpdateOperator.BackColor = System.Drawing.SystemColors.Control;
|
|
this.tabPageUpdateOperator.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.tabPageUpdateOperator.Controls.Add(this.gridViewUpdateOperators);
|
|
this.tabPageUpdateOperator.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
resources.ApplyResources(this.tabPageUpdateOperator, "tabPageUpdateOperator");
|
|
this.tabPageUpdateOperator.Name = "tabPageUpdateOperator";
|
|
//
|
|
// gridViewUpdateOperators
|
|
//
|
|
this.gridViewUpdateOperators.AllowUserToAddRows = false;
|
|
this.gridViewUpdateOperators.AllowUserToDeleteRows = false;
|
|
this.gridViewUpdateOperators.AllowUserToResizeRows = false;
|
|
this.gridViewUpdateOperators.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
|
|
this.gridViewUpdateOperators.BackgroundColor = System.Drawing.SystemColors.Control;
|
|
this.gridViewUpdateOperators.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
resources.ApplyResources(this.gridViewUpdateOperators, "gridViewUpdateOperators");
|
|
this.gridViewUpdateOperators.EnableHeadersVisualStyles = false;
|
|
this.gridViewUpdateOperators.GridColor = System.Drawing.SystemColors.ControlLight;
|
|
this.gridViewUpdateOperators.Name = "gridViewUpdateOperators";
|
|
this.gridViewUpdateOperators.ReadOnly = true;
|
|
this.gridViewUpdateOperators.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.gridViewFwUpdateOperators_CellClick);
|
|
this.gridViewUpdateOperators.Sorted += new System.EventHandler(this.gridViewUpdateOperators_Sorted);
|
|
this.gridViewUpdateOperators.VisibleChanged += new System.EventHandler(this.gridViewUpdateOperators_Sorted);
|
|
//
|
|
// tabPagePreBuildSummary
|
|
//
|
|
this.tabPagePreBuildSummary.BackColor = System.Drawing.SystemColors.Control;
|
|
this.tabPagePreBuildSummary.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.tabPagePreBuildSummary.Controls.Add(this.gridViewPreBuildSummary);
|
|
resources.ApplyResources(this.tabPagePreBuildSummary, "tabPagePreBuildSummary");
|
|
this.tabPagePreBuildSummary.Name = "tabPagePreBuildSummary";
|
|
//
|
|
// gridViewPreBuildSummary
|
|
//
|
|
this.gridViewPreBuildSummary.AllowUserToAddRows = false;
|
|
this.gridViewPreBuildSummary.AllowUserToDeleteRows = false;
|
|
this.gridViewPreBuildSummary.AllowUserToResizeRows = false;
|
|
this.gridViewPreBuildSummary.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
|
|
this.gridViewPreBuildSummary.BackgroundColor = System.Drawing.SystemColors.Control;
|
|
this.gridViewPreBuildSummary.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.gridViewPreBuildSummary.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
resources.ApplyResources(this.gridViewPreBuildSummary, "gridViewPreBuildSummary");
|
|
this.gridViewPreBuildSummary.EnableHeadersVisualStyles = false;
|
|
this.gridViewPreBuildSummary.GridColor = System.Drawing.SystemColors.ControlLight;
|
|
this.gridViewPreBuildSummary.Name = "gridViewPreBuildSummary";
|
|
this.gridViewPreBuildSummary.ReadOnly = true;
|
|
this.gridViewPreBuildSummary.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.gridViewPreBuildSummary_CellClick);
|
|
this.gridViewPreBuildSummary.Sorted += new System.EventHandler(this.gridViewPreBuildSummary_Sorted);
|
|
this.gridViewPreBuildSummary.VisibleChanged += new System.EventHandler(this.gridViewPreBuildSummary_Sorted);
|
|
//
|
|
// tabPageSafeBuildReport
|
|
//
|
|
this.tabPageSafeBuildReport.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.tabPageSafeBuildReport.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.tabPageSafeBuildReport.Controls.Add(this.rtbReport);
|
|
resources.ApplyResources(this.tabPageSafeBuildReport, "tabPageSafeBuildReport");
|
|
this.tabPageSafeBuildReport.Name = "tabPageSafeBuildReport";
|
|
//
|
|
// rtbReport
|
|
//
|
|
this.rtbReport.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
resources.ApplyResources(this.rtbReport, "rtbReport");
|
|
this.rtbReport.Name = "rtbReport";
|
|
//
|
|
// tabPageFwUpdateSafes
|
|
//
|
|
this.tabPageFwUpdateSafes.BackColor = System.Drawing.SystemColors.Control;
|
|
this.tabPageFwUpdateSafes.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.tabPageFwUpdateSafes.Controls.Add(this.tblFwUpdateSafeSelection);
|
|
resources.ApplyResources(this.tabPageFwUpdateSafes, "tabPageFwUpdateSafes");
|
|
this.tabPageFwUpdateSafes.Name = "tabPageFwUpdateSafes";
|
|
//
|
|
// tblFwUpdateSafeSelection
|
|
//
|
|
resources.ApplyResources(this.tblFwUpdateSafeSelection, "tblFwUpdateSafeSelection");
|
|
this.tblFwUpdateSafeSelection.Controls.Add(this.tblPanelFwUpdateSafeSearch, 0, 0);
|
|
this.tblFwUpdateSafeSelection.Controls.Add(this.gridViewFwUpdateSafeSelection, 0, 1);
|
|
this.tblFwUpdateSafeSelection.Name = "tblFwUpdateSafeSelection";
|
|
//
|
|
// tblPanelFwUpdateSafeSearch
|
|
//
|
|
resources.ApplyResources(this.tblPanelFwUpdateSafeSearch, "tblPanelFwUpdateSafeSearch");
|
|
this.tblPanelFwUpdateSafeSearch.Name = "tblPanelFwUpdateSafeSearch";
|
|
//
|
|
// gridViewFwUpdateSafeSelection
|
|
//
|
|
this.gridViewFwUpdateSafeSelection.AllowUserToAddRows = false;
|
|
this.gridViewFwUpdateSafeSelection.AllowUserToDeleteRows = false;
|
|
this.gridViewFwUpdateSafeSelection.AllowUserToResizeColumns = false;
|
|
this.gridViewFwUpdateSafeSelection.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
|
|
this.gridViewFwUpdateSafeSelection.BackgroundColor = System.Drawing.SystemColors.Control;
|
|
this.gridViewFwUpdateSafeSelection.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
resources.ApplyResources(this.gridViewFwUpdateSafeSelection, "gridViewFwUpdateSafeSelection");
|
|
this.gridViewFwUpdateSafeSelection.EnableHeadersVisualStyles = false;
|
|
this.gridViewFwUpdateSafeSelection.GridColor = System.Drawing.SystemColors.ControlLight;
|
|
this.gridViewFwUpdateSafeSelection.Name = "gridViewFwUpdateSafeSelection";
|
|
this.gridViewFwUpdateSafeSelection.ReadOnly = true;
|
|
//
|
|
// tabPageReports
|
|
//
|
|
this.tabPageReports.BackColor = System.Drawing.SystemColors.Control;
|
|
this.tabPageReports.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.tabPageReports.Controls.Add(this.tblPanelFwUpdateReports);
|
|
resources.ApplyResources(this.tabPageReports, "tabPageReports");
|
|
this.tabPageReports.Name = "tabPageReports";
|
|
//
|
|
// tblPanelFwUpdateReports
|
|
//
|
|
resources.ApplyResources(this.tblPanelFwUpdateReports, "tblPanelFwUpdateReports");
|
|
this.tblPanelFwUpdateReports.Controls.Add(this.tblPanelFwUpdateReportsSearch, 0, 0);
|
|
this.tblPanelFwUpdateReports.Controls.Add(this.gridViewFwUpdateReportSelection, 0, 1);
|
|
this.tblPanelFwUpdateReports.Name = "tblPanelFwUpdateReports";
|
|
//
|
|
// tblPanelFwUpdateReportsSearch
|
|
//
|
|
resources.ApplyResources(this.tblPanelFwUpdateReportsSearch, "tblPanelFwUpdateReportsSearch");
|
|
this.tblPanelFwUpdateReportsSearch.Name = "tblPanelFwUpdateReportsSearch";
|
|
//
|
|
// gridViewFwUpdateReportSelection
|
|
//
|
|
this.gridViewFwUpdateReportSelection.AllowUserToAddRows = false;
|
|
this.gridViewFwUpdateReportSelection.AllowUserToDeleteRows = false;
|
|
this.gridViewFwUpdateReportSelection.AllowUserToResizeRows = false;
|
|
this.gridViewFwUpdateReportSelection.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
|
|
this.gridViewFwUpdateReportSelection.BackgroundColor = System.Drawing.SystemColors.Control;
|
|
this.gridViewFwUpdateReportSelection.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
resources.ApplyResources(this.gridViewFwUpdateReportSelection, "gridViewFwUpdateReportSelection");
|
|
this.gridViewFwUpdateReportSelection.EnableHeadersVisualStyles = false;
|
|
this.gridViewFwUpdateReportSelection.GridColor = System.Drawing.SystemColors.ControlLight;
|
|
this.gridViewFwUpdateReportSelection.Name = "gridViewFwUpdateReportSelection";
|
|
this.gridViewFwUpdateReportSelection.ReadOnly = true;
|
|
this.gridViewFwUpdateReportSelection.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.gridViewFwUpdateReportSelection_CellClick);
|
|
//
|
|
// tblPanelLayer1Top
|
|
//
|
|
resources.ApplyResources(this.tblPanelLayer1Top, "tblPanelLayer1Top");
|
|
this.tblPanelLayer1Top.Controls.Add(this.tblPanelSafeInfo, 1, 0);
|
|
this.tblPanelLayer1Top.Controls.Add(this.pictureBox1, 0, 0);
|
|
this.tblPanelLayer1Top.Controls.Add(this.panelInfo, 2, 0);
|
|
this.tblPanelLayer1Top.Name = "tblPanelLayer1Top";
|
|
//
|
|
// tblPanelSafeInfo
|
|
//
|
|
resources.ApplyResources(this.tblPanelSafeInfo, "tblPanelSafeInfo");
|
|
this.tblPanelSafeInfo.Controls.Add(this.lblCustomerNameText, 0, 0);
|
|
this.tblPanelSafeInfo.Controls.Add(this.lblCustomerNumber, 1, 1);
|
|
this.tblPanelSafeInfo.Controls.Add(this.lblCustomerNumberText, 0, 1);
|
|
this.tblPanelSafeInfo.Controls.Add(this.lblFwUpdateDutyDateText, 0, 5);
|
|
this.tblPanelSafeInfo.Controls.Add(this.lblFwUpdateDutyDate, 1, 5);
|
|
this.tblPanelSafeInfo.Controls.Add(this.lblUpdateOperatorText, 0, 4);
|
|
this.tblPanelSafeInfo.Controls.Add(this.lblOrderNumberText, 0, 3);
|
|
this.tblPanelSafeInfo.Controls.Add(this.lblUpdateOperator, 1, 4);
|
|
this.tblPanelSafeInfo.Controls.Add(this.lblCordonelsCustomerText, 3, 0);
|
|
this.tblPanelSafeInfo.Controls.Add(this.tbxCustomerName, 1, 0);
|
|
this.tblPanelSafeInfo.Controls.Add(this.tbxCordonelsCustomerCount, 4, 0);
|
|
this.tblPanelSafeInfo.Controls.Add(this.tableLayoutPanel1, 1, 3);
|
|
this.tblPanelSafeInfo.Controls.Add(this.lblCordonelSelectedCountText, 3, 1);
|
|
this.tblPanelSafeInfo.Controls.Add(this.lblCordonelsSelectedCount, 4, 1);
|
|
this.tblPanelSafeInfo.Controls.Add(this.lblSelectedFwPackagesText, 3, 2);
|
|
this.tblPanelSafeInfo.Controls.Add(this.lblSelectedFwPackages, 4, 2);
|
|
this.tblPanelSafeInfo.Controls.Add(this.lblCordonelApprovedCountText, 3, 3);
|
|
this.tblPanelSafeInfo.Controls.Add(this.lblCordonelsApprovedCount, 4, 3);
|
|
this.tblPanelSafeInfo.Name = "tblPanelSafeInfo";
|
|
//
|
|
// lblCustomerNameText
|
|
//
|
|
resources.ApplyResources(this.lblCustomerNameText, "lblCustomerNameText");
|
|
this.lblCustomerNameText.Name = "lblCustomerNameText";
|
|
//
|
|
// lblCustomerNumber
|
|
//
|
|
resources.ApplyResources(this.lblCustomerNumber, "lblCustomerNumber");
|
|
this.lblCustomerNumber.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.lblCustomerNumber.Name = "lblCustomerNumber";
|
|
//
|
|
// lblCustomerNumberText
|
|
//
|
|
resources.ApplyResources(this.lblCustomerNumberText, "lblCustomerNumberText");
|
|
this.lblCustomerNumberText.Name = "lblCustomerNumberText";
|
|
//
|
|
// lblFwUpdateDutyDateText
|
|
//
|
|
resources.ApplyResources(this.lblFwUpdateDutyDateText, "lblFwUpdateDutyDateText");
|
|
this.lblFwUpdateDutyDateText.Name = "lblFwUpdateDutyDateText";
|
|
//
|
|
// lblFwUpdateDutyDate
|
|
//
|
|
this.lblFwUpdateDutyDate.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
resources.ApplyResources(this.lblFwUpdateDutyDate, "lblFwUpdateDutyDate");
|
|
this.lblFwUpdateDutyDate.Name = "lblFwUpdateDutyDate";
|
|
this.lblFwUpdateDutyDate.Click += new System.EventHandler(this.lblFwUpdateDutyDate_Click);
|
|
//
|
|
// lblUpdateOperatorText
|
|
//
|
|
resources.ApplyResources(this.lblUpdateOperatorText, "lblUpdateOperatorText");
|
|
this.lblUpdateOperatorText.Name = "lblUpdateOperatorText";
|
|
//
|
|
// lblOrderNumberText
|
|
//
|
|
resources.ApplyResources(this.lblOrderNumberText, "lblOrderNumberText");
|
|
this.lblOrderNumberText.Name = "lblOrderNumberText";
|
|
//
|
|
// lblUpdateOperator
|
|
//
|
|
resources.ApplyResources(this.lblUpdateOperator, "lblUpdateOperator");
|
|
this.lblUpdateOperator.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.lblUpdateOperator.Name = "lblUpdateOperator";
|
|
//
|
|
// lblCordonelsCustomerText
|
|
//
|
|
resources.ApplyResources(this.lblCordonelsCustomerText, "lblCordonelsCustomerText");
|
|
this.lblCordonelsCustomerText.Name = "lblCordonelsCustomerText";
|
|
//
|
|
// tbxCustomerName
|
|
//
|
|
resources.ApplyResources(this.tbxCustomerName, "tbxCustomerName");
|
|
this.tbxCustomerName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.tbxCustomerName.Name = "tbxCustomerName";
|
|
this.tbxCustomerName.ShortcutsEnabled = false;
|
|
this.tbxCustomerName.TabStop = false;
|
|
//
|
|
// tbxCordonelsCustomerCount
|
|
//
|
|
resources.ApplyResources(this.tbxCordonelsCustomerCount, "tbxCordonelsCustomerCount");
|
|
this.tbxCordonelsCustomerCount.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.tbxCordonelsCustomerCount.Name = "tbxCordonelsCustomerCount";
|
|
this.tbxCordonelsCustomerCount.ReadOnly = true;
|
|
this.tbxCordonelsCustomerCount.ShortcutsEnabled = false;
|
|
this.tbxCordonelsCustomerCount.TabStop = false;
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
|
|
this.tableLayoutPanel1.Controls.Add(this.label1, 1, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.tbxOrderNumber, 0, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.tbxOrderPosition, 2, 0);
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
//
|
|
// label1
|
|
//
|
|
resources.ApplyResources(this.label1, "label1");
|
|
this.label1.Name = "label1";
|
|
//
|
|
// tbxOrderNumber
|
|
//
|
|
this.tbxOrderNumber.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
resources.ApplyResources(this.tbxOrderNumber, "tbxOrderNumber");
|
|
this.tbxOrderNumber.Name = "tbxOrderNumber";
|
|
this.tbxOrderNumber.TextChanged += new System.EventHandler(this.tbxOrderNumber_TextChanged);
|
|
//
|
|
// tbxOrderPosition
|
|
//
|
|
this.tbxOrderPosition.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
resources.ApplyResources(this.tbxOrderPosition, "tbxOrderPosition");
|
|
this.tbxOrderPosition.Name = "tbxOrderPosition";
|
|
this.tbxOrderPosition.TextChanged += new System.EventHandler(this.tbxOrderPosition_TextChanged);
|
|
//
|
|
// lblCordonelSelectedCountText
|
|
//
|
|
resources.ApplyResources(this.lblCordonelSelectedCountText, "lblCordonelSelectedCountText");
|
|
this.lblCordonelSelectedCountText.Name = "lblCordonelSelectedCountText";
|
|
//
|
|
// lblCordonelsSelectedCount
|
|
//
|
|
resources.ApplyResources(this.lblCordonelsSelectedCount, "lblCordonelsSelectedCount");
|
|
this.lblCordonelsSelectedCount.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.lblCordonelsSelectedCount.Name = "lblCordonelsSelectedCount";
|
|
//
|
|
// lblSelectedFwPackagesText
|
|
//
|
|
resources.ApplyResources(this.lblSelectedFwPackagesText, "lblSelectedFwPackagesText");
|
|
this.lblSelectedFwPackagesText.Name = "lblSelectedFwPackagesText";
|
|
//
|
|
// lblSelectedFwPackages
|
|
//
|
|
resources.ApplyResources(this.lblSelectedFwPackages, "lblSelectedFwPackages");
|
|
this.lblSelectedFwPackages.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.lblSelectedFwPackages.Name = "lblSelectedFwPackages";
|
|
//
|
|
// lblCordonelApprovedCountText
|
|
//
|
|
resources.ApplyResources(this.lblCordonelApprovedCountText, "lblCordonelApprovedCountText");
|
|
this.lblCordonelApprovedCountText.Name = "lblCordonelApprovedCountText";
|
|
//
|
|
// lblCordonelsApprovedCount
|
|
//
|
|
resources.ApplyResources(this.lblCordonelsApprovedCount, "lblCordonelsApprovedCount");
|
|
this.lblCordonelsApprovedCount.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.lblCordonelsApprovedCount.Name = "lblCordonelsApprovedCount";
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
resources.ApplyResources(this.pictureBox1, "pictureBox1");
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// tblPanelLayer1Bottom
|
|
//
|
|
resources.ApplyResources(this.tblPanelLayer1Bottom, "tblPanelLayer1Bottom");
|
|
this.tblPanelLayer1Bottom.Controls.Add(this.tblPanelSpecialButtons, 1, 0);
|
|
this.tblPanelLayer1Bottom.Controls.Add(this.tblPanelStandardButtons, 2, 0);
|
|
this.tblPanelLayer1Bottom.Controls.Add(this.tblPanelDebugDevices, 0, 0);
|
|
this.tblPanelLayer1Bottom.Name = "tblPanelLayer1Bottom";
|
|
//
|
|
// tblPanelSpecialButtons
|
|
//
|
|
resources.ApplyResources(this.tblPanelSpecialButtons, "tblPanelSpecialButtons");
|
|
this.tblPanelSpecialButtons.Controls.Add(this.btnLicenseFwUpdateBuilder, 4, 1);
|
|
this.tblPanelSpecialButtons.Controls.Add(this.btnLicenseFwUpdateSw, 4, 0);
|
|
this.tblPanelSpecialButtons.Name = "tblPanelSpecialButtons";
|
|
//
|
|
// btnLicenseFwUpdateBuilder
|
|
//
|
|
resources.ApplyResources(this.btnLicenseFwUpdateBuilder, "btnLicenseFwUpdateBuilder");
|
|
this.btnLicenseFwUpdateBuilder.Name = "btnLicenseFwUpdateBuilder";
|
|
this.btnLicenseFwUpdateBuilder.UseVisualStyleBackColor = true;
|
|
this.btnLicenseFwUpdateBuilder.Click += new System.EventHandler(this.btnLicenseFwUpdateBuilder_Click);
|
|
//
|
|
// btnLicenseFwUpdateSw
|
|
//
|
|
resources.ApplyResources(this.btnLicenseFwUpdateSw, "btnLicenseFwUpdateSw");
|
|
this.btnLicenseFwUpdateSw.Name = "btnLicenseFwUpdateSw";
|
|
this.btnLicenseFwUpdateSw.UseVisualStyleBackColor = true;
|
|
this.btnLicenseFwUpdateSw.Click += new System.EventHandler(this.btnLicenseFwUpdateSw_Click);
|
|
//
|
|
// tblPanelStandardButtons
|
|
//
|
|
resources.ApplyResources(this.tblPanelStandardButtons, "tblPanelStandardButtons");
|
|
this.tblPanelStandardButtons.Controls.Add(this.btnBuildFwUpdateSafe, 1, 0);
|
|
this.tblPanelStandardButtons.Controls.Add(this.btnUploadSafeToDb, 1, 1);
|
|
this.tblPanelStandardButtons.Name = "tblPanelStandardButtons";
|
|
//
|
|
// btnBuildFwUpdateSafe
|
|
//
|
|
resources.ApplyResources(this.btnBuildFwUpdateSafe, "btnBuildFwUpdateSafe");
|
|
this.btnBuildFwUpdateSafe.Name = "btnBuildFwUpdateSafe";
|
|
this.btnBuildFwUpdateSafe.UseVisualStyleBackColor = true;
|
|
this.btnBuildFwUpdateSafe.Click += new System.EventHandler(this.btnBuildFwUpdateSafe_Click);
|
|
//
|
|
// btnUploadSafeToDb
|
|
//
|
|
resources.ApplyResources(this.btnUploadSafeToDb, "btnUploadSafeToDb");
|
|
this.btnUploadSafeToDb.Name = "btnUploadSafeToDb";
|
|
this.btnUploadSafeToDb.UseVisualStyleBackColor = true;
|
|
this.btnUploadSafeToDb.Click += new System.EventHandler(this.btnUploadSafeToDb_Click);
|
|
//
|
|
// tblPanelDebugDevices
|
|
//
|
|
resources.ApplyResources(this.tblPanelDebugDevices, "tblPanelDebugDevices");
|
|
this.tblPanelDebugDevices.Controls.Add(this.cbxAddDebugCordonels, 0, 0);
|
|
this.tblPanelDebugDevices.Name = "tblPanelDebugDevices";
|
|
//
|
|
// cbxAddDebugCordonels
|
|
//
|
|
resources.ApplyResources(this.cbxAddDebugCordonels, "cbxAddDebugCordonels");
|
|
this.cbxAddDebugCordonels.Name = "cbxAddDebugCordonels";
|
|
this.cbxAddDebugCordonels.UseVisualStyleBackColor = true;
|
|
this.cbxAddDebugCordonels.Click += new System.EventHandler(this.cbxAddDebugCordonels_Click);
|
|
//
|
|
// TmrDbAccess
|
|
//
|
|
this.TmrDbAccess.Enabled = true;
|
|
this.TmrDbAccess.Interval = 250;
|
|
this.TmrDbAccess.Tick += new System.EventHandler(this.TmrProgressUpdate_Tick);
|
|
//
|
|
// FrmFwUpdateBuilder
|
|
//
|
|
resources.ApplyResources(this, "$this");
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.tblPanelLayer0);
|
|
this.Controls.Add(this.StatusDisplay);
|
|
this.Controls.Add(this.mainMenu);
|
|
this.MainMenuStrip = this.mainMenu;
|
|
this.Name = "FrmFwUpdateBuilder";
|
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmFwUpdateBuilder_FormClosing);
|
|
((System.ComponentModel.ISupportInitialize)(this.picBoxLogo)).EndInit();
|
|
this.grpLanguageSelection.ResumeLayout(false);
|
|
this.grpLanguageSelection.PerformLayout();
|
|
this.StatusDisplay.ResumeLayout(false);
|
|
this.StatusDisplay.PerformLayout();
|
|
this.mainMenu.ResumeLayout(false);
|
|
this.mainMenu.PerformLayout();
|
|
this.panelInfo.ResumeLayout(false);
|
|
this.panelInfo.PerformLayout();
|
|
this.tblPanelLayer0.ResumeLayout(false);
|
|
this.panelSelection.ResumeLayout(false);
|
|
this.tabControlSelection.ResumeLayout(false);
|
|
this.tabPageCustomerSelection.ResumeLayout(false);
|
|
this.panelCustomerSelection.ResumeLayout(false);
|
|
this.tblPanelCustomerSelection.ResumeLayout(false);
|
|
this.tblPanelCustomerSearch.ResumeLayout(false);
|
|
this.tblPanelCustomerSearch.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridViewCustomerSelection)).EndInit();
|
|
this.tabPageCordonelSelection.ResumeLayout(false);
|
|
this.panelCordonelSelection.ResumeLayout(false);
|
|
this.tblPanelCordonelSelection.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.gridViewCordonelSelection)).EndInit();
|
|
this.tblPanelCordonelSearch.ResumeLayout(false);
|
|
this.tblPanelCordonelSearch.PerformLayout();
|
|
this.tabPageFwPackageSelection.ResumeLayout(false);
|
|
this.panelFwPackageSelection.ResumeLayout(false);
|
|
this.tblFwPackageSelection.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.gridViewFwPackageSelection)).EndInit();
|
|
this.tblPanelFwPackageSearch.ResumeLayout(false);
|
|
this.tblPanelFwPackageSearch.PerformLayout();
|
|
this.tabPageUpdateOperator.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.gridViewUpdateOperators)).EndInit();
|
|
this.tabPagePreBuildSummary.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.gridViewPreBuildSummary)).EndInit();
|
|
this.tabPageSafeBuildReport.ResumeLayout(false);
|
|
this.tabPageFwUpdateSafes.ResumeLayout(false);
|
|
this.tblFwUpdateSafeSelection.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.gridViewFwUpdateSafeSelection)).EndInit();
|
|
this.tabPageReports.ResumeLayout(false);
|
|
this.tblPanelFwUpdateReports.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.gridViewFwUpdateReportSelection)).EndInit();
|
|
this.tblPanelLayer1Top.ResumeLayout(false);
|
|
this.tblPanelSafeInfo.ResumeLayout(false);
|
|
this.tblPanelSafeInfo.PerformLayout();
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
this.tableLayoutPanel1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
this.tblPanelLayer1Bottom.ResumeLayout(false);
|
|
this.tblPanelSpecialButtons.ResumeLayout(false);
|
|
this.tblPanelStandardButtons.ResumeLayout(false);
|
|
this.tblPanelDebugDevices.ResumeLayout(false);
|
|
this.tblPanelDebugDevices.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.Label lblFwUpdateInfo;
|
|
private System.Windows.Forms.PictureBox picBoxLogo;
|
|
private System.Windows.Forms.GroupBox grpLanguageSelection;
|
|
private System.Windows.Forms.RadioButton radioBtnGermanLanguage;
|
|
private System.Windows.Forms.RadioButton radioBtnEnglishLanguage;
|
|
private System.Windows.Forms.StatusStrip StatusDisplay;
|
|
private System.Windows.Forms.ToolStripStatusLabel lblStatusDbConnect;
|
|
private System.Windows.Forms.MenuStrip mainMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem wizardToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
|
|
private System.Windows.Forms.Panel panelInfo;
|
|
private System.Windows.Forms.TableLayoutPanel tblPanelLayer0;
|
|
private System.Windows.Forms.TableLayoutPanel tblPanelLayer1Top;
|
|
private System.Windows.Forms.Panel panelSelection;
|
|
private System.Windows.Forms.TabControl tabControlSelection;
|
|
private System.Windows.Forms.TabPage tabPageCordonelSelection;
|
|
private System.Windows.Forms.TabPage tabPageUpdateOperator;
|
|
private System.Windows.Forms.TabPage tabPageSafeBuildReport;
|
|
private System.Windows.Forms.DataGridView gridViewUpdateOperators;
|
|
private System.Windows.Forms.ToolStripProgressBar ProgressBarStatus;
|
|
private System.Windows.Forms.Button btnBuildFwUpdateSafe;
|
|
private System.Windows.Forms.Timer TmrDbAccess;
|
|
private System.Windows.Forms.TableLayoutPanel tblPanelLayer1Bottom;
|
|
private System.Windows.Forms.TableLayoutPanel tblPanelSpecialButtons;
|
|
private System.Windows.Forms.Button btnLicenseFwUpdateSw;
|
|
private System.Windows.Forms.TableLayoutPanel tblPanelSafeInfo;
|
|
private System.Windows.Forms.Label lblFwUpdateDutyDateText;
|
|
private System.Windows.Forms.Label lblFwUpdateDutyDate;
|
|
private System.Windows.Forms.Label lblUpdateOperator;
|
|
private System.Windows.Forms.Label lblUpdateOperatorText;
|
|
private System.Windows.Forms.Label lblCustomerNameText;
|
|
private System.Windows.Forms.Label lblOrderNumberText;
|
|
private System.Windows.Forms.TextBox tbxOrderNumber;
|
|
private System.Windows.Forms.RichTextBox rtbReport;
|
|
private System.Windows.Forms.TableLayoutPanel tblPanelStandardButtons;
|
|
private System.Windows.Forms.Button btnUploadSafeToDb;
|
|
private System.Windows.Forms.TabPage tabPageCustomerSelection;
|
|
private System.Windows.Forms.TabPage tabPageFwPackageSelection;
|
|
private System.Windows.Forms.TabPage tabPagePreBuildSummary;
|
|
private System.Windows.Forms.DataGridView gridViewCustomerSelection;
|
|
private System.Windows.Forms.DataGridView gridViewFwPackageSelection;
|
|
private System.Windows.Forms.Label lblCustomerNumber;
|
|
private System.Windows.Forms.Label lblCustomerNumberText;
|
|
private System.Windows.Forms.Button btnLicenseFwUpdateBuilder;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private System.Windows.Forms.Label lblCordonelApprovedCountText;
|
|
private System.Windows.Forms.Label lblCordonelsApprovedCount;
|
|
private System.Windows.Forms.Label lblCordonelsCustomerText;
|
|
private System.Windows.Forms.TableLayoutPanel tblPanelDebugDevices;
|
|
private System.Windows.Forms.CheckBox cbxAddDebugCordonels;
|
|
private System.Windows.Forms.Label lblSelectedFwPackagesText;
|
|
private System.Windows.Forms.Label lblSelectedFwPackages;
|
|
private System.Windows.Forms.DataGridView gridViewPreBuildSummary;
|
|
private System.Windows.Forms.TextBox tbxCustomerName;
|
|
private System.Windows.Forms.Panel panelCustomerSelection;
|
|
private System.Windows.Forms.TableLayoutPanel tblPanelCustomerSearch;
|
|
private System.Windows.Forms.TextBox tbxCustomerSearchMask;
|
|
private System.Windows.Forms.Label lblCustomerMaskText;
|
|
private System.Windows.Forms.Button btnSearchCustomer;
|
|
private System.Windows.Forms.TableLayoutPanel tblPanelCustomerSelection;
|
|
private System.Windows.Forms.Panel panelCordonelSelection;
|
|
private System.Windows.Forms.TableLayoutPanel tblPanelCordonelSelection;
|
|
private System.Windows.Forms.TableLayoutPanel tblPanelCordonelSearch;
|
|
private System.Windows.Forms.Label lblCordonelProductionNumberSearch;
|
|
private System.Windows.Forms.Button btnCordonelSearch;
|
|
private System.Windows.Forms.ComboBox cbxCordonelProductionOrdersSearch;
|
|
private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem infoToolStripMenuItem;
|
|
private System.Windows.Forms.TabPage tabPageFwUpdateSafes;
|
|
private System.Windows.Forms.TabPage tabPageReports;
|
|
private System.Windows.Forms.Label lblInfoSelectCustomer;
|
|
private System.Windows.Forms.DataGridView gridViewCordonelSelection;
|
|
private System.Windows.Forms.TextBox tbxCordonelsCustomerCount;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
private System.Windows.Forms.TextBox tbxOrderPosition;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Panel panelFwPackageSelection;
|
|
private System.Windows.Forms.TableLayoutPanel tblFwPackageSelection;
|
|
private System.Windows.Forms.TableLayoutPanel tblPanelFwPackageSearch;
|
|
private System.Windows.Forms.Label lblFwPackageSearchRegion;
|
|
private System.Windows.Forms.Label lblFwPackageSearchFrequency;
|
|
private System.Windows.Forms.Label lblFwPackageSearchSize;
|
|
private System.Windows.Forms.ComboBox cbxFwPackageRegionMask;
|
|
private System.Windows.Forms.ComboBox cbxFwPackageRadioMask;
|
|
private System.Windows.Forms.ComboBox cbxFwPackageSizeMask;
|
|
private System.Windows.Forms.Button btnFwPackageSearch;
|
|
private System.Windows.Forms.Label lblFwPackageSearchCore;
|
|
private System.Windows.Forms.Label lblFwPackageSearchMetrology;
|
|
private System.Windows.Forms.ComboBox cbxFwPackageCoreMak;
|
|
private System.Windows.Forms.ComboBox cbxFwPackageMetrologyMask;
|
|
private System.Windows.Forms.Label lblCordonelCustomerSerialNumberSearch;
|
|
private System.Windows.Forms.TextBox tbxCordonelProductionOrdersSearch;
|
|
private System.Windows.Forms.Label lblCordonelSelectedCountText;
|
|
private System.Windows.Forms.Label lblCordonelsSelectedCount;
|
|
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
|
|
private System.Windows.Forms.TableLayoutPanel tblPanelFwUpdateReports;
|
|
private System.Windows.Forms.TableLayoutPanel tblPanelFwUpdateReportsSearch;
|
|
private System.Windows.Forms.DataGridView gridViewFwUpdateReportSelection;
|
|
private System.Windows.Forms.TableLayoutPanel tblFwUpdateSafeSelection;
|
|
private System.Windows.Forms.TableLayoutPanel tblPanelFwUpdateSafeSearch;
|
|
private System.Windows.Forms.DataGridView gridViewFwUpdateSafeSelection;
|
|
}
|
|
}
|
|
|