323 lines
		
	
	
		
			15 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			323 lines
		
	
	
		
			15 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace WestinghouseROImport
 | |
| {
 | |
| 	partial class frmROImport
 | |
| 	{
 | |
| 		/// <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.menuStrip1 = new System.Windows.Forms.MenuStrip();
 | |
| 			this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 | |
| 			this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 | |
| 			this.setpointsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 | |
| 			this.clearOldDataToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 | |
| 			this.importDataToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 | |
| 			this.updateToCPPToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 | |
| 			this.equipmentToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 | |
| 			this.clearOldDataToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
 | |
| 			this.importDataToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
 | |
| 			this.updateToCPPToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
 | |
| 			this.alarmsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 | |
| 			this.clearOldDataToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
 | |
| 			this.importDataToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
 | |
| 			this.updateToCPPToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
 | |
| 			this.statusStrip1 = new System.Windows.Forms.StatusStrip();
 | |
| 			this.tsslStatus = new System.Windows.Forms.ToolStripStatusLabel();
 | |
| 			this.tbStatus = new System.Windows.Forms.TextBox();
 | |
| 			this.rOImportDataSet = new WestinghouseROImport.ROImportDataSet();
 | |
| 			this.STPImportTableAdapter = new WestinghouseROImport.ROImportDataSetTableAdapters.ImportSTP_qryTableAdapter();
 | |
| 			this.MELImportTableAdapter = new WestinghouseROImport.ROImportDataSetTableAdapters.ImportMEL_qryTableAdapter();
 | |
| 			this.ARPImportTableAdapter = new WestinghouseROImport.ROImportDataSetTableAdapters.ImportARP_tblTableAdapter();
 | |
| 			this.rOMasterDataSet = new WestinghouseROImport.ROMasterDataSet();
 | |
| 			this.STPTableAdapter = new WestinghouseROImport.ROMasterDataSetTableAdapters.RO000002TableAdapter();
 | |
| 			this.MELTableAdapter = new WestinghouseROImport.ROMasterDataSetTableAdapters.RO000003TableAdapter();
 | |
| 			this.ARPTableAdapter = new WestinghouseROImport.ROMasterDataSetTableAdapters.RO000004TableAdapter();
 | |
| 			this.rOCPPImportDataSet = new WestinghouseROImport.ROCPPImportDataSet();
 | |
| 			this.ARPCPPImportTableAdapter = new WestinghouseROImport.ROCPPImportDataSetTableAdapters.ImportARP_tblTableAdapter();
 | |
| 			this.MELCPPImportTableAdapter = new WestinghouseROImport.ROCPPImportDataSetTableAdapters.ImportMEL_qryTableAdapter();
 | |
| 			this.STPCPPImportTableAdapter = new WestinghouseROImport.ROCPPImportDataSetTableAdapters.ImportSTP_qryTableAdapter();
 | |
| 			this.menuStrip1.SuspendLayout();
 | |
| 			this.statusStrip1.SuspendLayout();
 | |
| 			((System.ComponentModel.ISupportInitialize)(this.rOImportDataSet)).BeginInit();
 | |
| 			((System.ComponentModel.ISupportInitialize)(this.rOMasterDataSet)).BeginInit();
 | |
| 			((System.ComponentModel.ISupportInitialize)(this.rOCPPImportDataSet)).BeginInit();
 | |
| 			this.SuspendLayout();
 | |
| 			// 
 | |
| 			// menuStrip1
 | |
| 			// 
 | |
| 			this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
 | |
|             this.fileToolStripMenuItem,
 | |
|             this.setpointsToolStripMenuItem,
 | |
|             this.equipmentToolStripMenuItem,
 | |
|             this.alarmsToolStripMenuItem});
 | |
| 			this.menuStrip1.Location = new System.Drawing.Point(0, 0);
 | |
| 			this.menuStrip1.Name = "menuStrip1";
 | |
| 			this.menuStrip1.Size = new System.Drawing.Size(667, 24);
 | |
| 			this.menuStrip1.TabIndex = 0;
 | |
| 			this.menuStrip1.Text = "menuStrip1";
 | |
| 			// 
 | |
| 			// fileToolStripMenuItem
 | |
| 			// 
 | |
| 			this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
 | |
|             this.exitToolStripMenuItem});
 | |
| 			this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
 | |
| 			this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
 | |
| 			this.fileToolStripMenuItem.Text = "&File";
 | |
| 			// 
 | |
| 			// exitToolStripMenuItem
 | |
| 			// 
 | |
| 			this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
 | |
| 			this.exitToolStripMenuItem.Size = new System.Drawing.Size(92, 22);
 | |
| 			this.exitToolStripMenuItem.Text = "E&xit";
 | |
| 			// 
 | |
| 			// setpointsToolStripMenuItem
 | |
| 			// 
 | |
| 			this.setpointsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
 | |
|             this.clearOldDataToolStripMenuItem,
 | |
|             this.importDataToolStripMenuItem,
 | |
|             this.updateToCPPToolStripMenuItem});
 | |
| 			this.setpointsToolStripMenuItem.Name = "setpointsToolStripMenuItem";
 | |
| 			this.setpointsToolStripMenuItem.Size = new System.Drawing.Size(68, 20);
 | |
| 			this.setpointsToolStripMenuItem.Text = "Setpoints";
 | |
| 			// 
 | |
| 			// clearOldDataToolStripMenuItem
 | |
| 			// 
 | |
| 			this.clearOldDataToolStripMenuItem.Name = "clearOldDataToolStripMenuItem";
 | |
| 			this.clearOldDataToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
 | |
| 			this.clearOldDataToolStripMenuItem.Text = "Clear Old Data";
 | |
| 			this.clearOldDataToolStripMenuItem.Click += new System.EventHandler(this.clearOldSetpointData_Click);
 | |
| 			// 
 | |
| 			// importDataToolStripMenuItem
 | |
| 			// 
 | |
| 			this.importDataToolStripMenuItem.Name = "importDataToolStripMenuItem";
 | |
| 			this.importDataToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
 | |
| 			this.importDataToolStripMenuItem.Text = "Import Data";
 | |
| 			this.importDataToolStripMenuItem.Click += new System.EventHandler(this.importSetpointData_Click);
 | |
| 			// 
 | |
| 			// updateToCPPToolStripMenuItem
 | |
| 			// 
 | |
| 			this.updateToCPPToolStripMenuItem.Name = "updateToCPPToolStripMenuItem";
 | |
| 			this.updateToCPPToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
 | |
| 			this.updateToCPPToolStripMenuItem.Text = "Update To CPP";
 | |
| 			this.updateToCPPToolStripMenuItem.Click += new System.EventHandler(this.updateToCPPSetpoints_Click);
 | |
| 			// 
 | |
| 			// equipmentToolStripMenuItem
 | |
| 			// 
 | |
| 			this.equipmentToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
 | |
|             this.clearOldDataToolStripMenuItem1,
 | |
|             this.importDataToolStripMenuItem1,
 | |
|             this.updateToCPPToolStripMenuItem1});
 | |
| 			this.equipmentToolStripMenuItem.Name = "equipmentToolStripMenuItem";
 | |
| 			this.equipmentToolStripMenuItem.Size = new System.Drawing.Size(77, 20);
 | |
| 			this.equipmentToolStripMenuItem.Text = "Equipment";
 | |
| 			// 
 | |
| 			// clearOldDataToolStripMenuItem1
 | |
| 			// 
 | |
| 			this.clearOldDataToolStripMenuItem1.Name = "clearOldDataToolStripMenuItem1";
 | |
| 			this.clearOldDataToolStripMenuItem1.Size = new System.Drawing.Size(154, 22);
 | |
| 			this.clearOldDataToolStripMenuItem1.Text = "Clear Old Data";
 | |
| 			this.clearOldDataToolStripMenuItem1.Click += new System.EventHandler(this.clearOldMELData_Click);
 | |
| 			// 
 | |
| 			// importDataToolStripMenuItem1
 | |
| 			// 
 | |
| 			this.importDataToolStripMenuItem1.Name = "importDataToolStripMenuItem1";
 | |
| 			this.importDataToolStripMenuItem1.Size = new System.Drawing.Size(154, 22);
 | |
| 			this.importDataToolStripMenuItem1.Text = "Import Data";
 | |
| 			this.importDataToolStripMenuItem1.Click += new System.EventHandler(this.importMELData_Click);
 | |
| 			// 
 | |
| 			// updateToCPPToolStripMenuItem1
 | |
| 			// 
 | |
| 			this.updateToCPPToolStripMenuItem1.Name = "updateToCPPToolStripMenuItem1";
 | |
| 			this.updateToCPPToolStripMenuItem1.Size = new System.Drawing.Size(154, 22);
 | |
| 			this.updateToCPPToolStripMenuItem1.Text = "Update To CPP";
 | |
| 			this.updateToCPPToolStripMenuItem1.Click += new System.EventHandler(this.updateToCPPEquipment_Click);
 | |
| 			// 
 | |
| 			// alarmsToolStripMenuItem
 | |
| 			// 
 | |
| 			this.alarmsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
 | |
|             this.clearOldDataToolStripMenuItem2,
 | |
|             this.importDataToolStripMenuItem2,
 | |
|             this.updateToCPPToolStripMenuItem2});
 | |
| 			this.alarmsToolStripMenuItem.Name = "alarmsToolStripMenuItem";
 | |
| 			this.alarmsToolStripMenuItem.Size = new System.Drawing.Size(56, 20);
 | |
| 			this.alarmsToolStripMenuItem.Text = "Alarms";
 | |
| 			// 
 | |
| 			// clearOldDataToolStripMenuItem2
 | |
| 			// 
 | |
| 			this.clearOldDataToolStripMenuItem2.Name = "clearOldDataToolStripMenuItem2";
 | |
| 			this.clearOldDataToolStripMenuItem2.Size = new System.Drawing.Size(154, 22);
 | |
| 			this.clearOldDataToolStripMenuItem2.Text = "Clear Old Data";
 | |
| 			this.clearOldDataToolStripMenuItem2.Click += new System.EventHandler(this.clearOldARPData_Click);
 | |
| 			// 
 | |
| 			// importDataToolStripMenuItem2
 | |
| 			// 
 | |
| 			this.importDataToolStripMenuItem2.Name = "importDataToolStripMenuItem2";
 | |
| 			this.importDataToolStripMenuItem2.Size = new System.Drawing.Size(154, 22);
 | |
| 			this.importDataToolStripMenuItem2.Text = "Import Data";
 | |
| 			this.importDataToolStripMenuItem2.Click += new System.EventHandler(this.importARPData_Click);
 | |
| 			// 
 | |
| 			// updateToCPPToolStripMenuItem2
 | |
| 			// 
 | |
| 			this.updateToCPPToolStripMenuItem2.Name = "updateToCPPToolStripMenuItem2";
 | |
| 			this.updateToCPPToolStripMenuItem2.Size = new System.Drawing.Size(154, 22);
 | |
| 			this.updateToCPPToolStripMenuItem2.Text = "Update To CPP";
 | |
| 			this.updateToCPPToolStripMenuItem2.Click += new System.EventHandler(this.updateToCPPAlarms_Click);
 | |
| 			// 
 | |
| 			// statusStrip1
 | |
| 			// 
 | |
| 			this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
 | |
|             this.tsslStatus});
 | |
| 			this.statusStrip1.Location = new System.Drawing.Point(0, 533);
 | |
| 			this.statusStrip1.Name = "statusStrip1";
 | |
| 			this.statusStrip1.Size = new System.Drawing.Size(667, 22);
 | |
| 			this.statusStrip1.TabIndex = 1;
 | |
| 			this.statusStrip1.Text = "statusStrip1";
 | |
| 			// 
 | |
| 			// tsslStatus
 | |
| 			// 
 | |
| 			this.tsslStatus.Name = "tsslStatus";
 | |
| 			this.tsslStatus.Size = new System.Drawing.Size(39, 17);
 | |
| 			this.tsslStatus.Text = "Ready";
 | |
| 			// 
 | |
| 			// tbStatus
 | |
| 			// 
 | |
| 			this.tbStatus.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
| 			this.tbStatus.Location = new System.Drawing.Point(0, 24);
 | |
| 			this.tbStatus.Multiline = true;
 | |
| 			this.tbStatus.Name = "tbStatus";
 | |
| 			this.tbStatus.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
 | |
| 			this.tbStatus.Size = new System.Drawing.Size(667, 509);
 | |
| 			this.tbStatus.TabIndex = 2;
 | |
| 			// 
 | |
| 			// rOImportDataSet
 | |
| 			// 
 | |
| 			this.rOImportDataSet.DataSetName = "ROImportDataSet";
 | |
| 			this.rOImportDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
 | |
| 			// 
 | |
| 			// STPImportTableAdapter
 | |
| 			// 
 | |
| 			this.STPImportTableAdapter.ClearBeforeFill = true;
 | |
| 			// 
 | |
| 			// MELImportTableAdapter
 | |
| 			// 
 | |
| 			this.MELImportTableAdapter.ClearBeforeFill = true;
 | |
| 			// 
 | |
| 			// ARPImportTableAdapter
 | |
| 			// 
 | |
| 			this.ARPImportTableAdapter.ClearBeforeFill = true;
 | |
| 			// 
 | |
| 			// rOMasterDataSet
 | |
| 			// 
 | |
| 			this.rOMasterDataSet.DataSetName = "ROMasterDataSet";
 | |
| 			this.rOMasterDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
 | |
| 			// 
 | |
| 			// STPTableAdapter
 | |
| 			// 
 | |
| 			this.STPTableAdapter.ClearBeforeFill = true;
 | |
| 			// 
 | |
| 			// MELTableAdapter
 | |
| 			// 
 | |
| 			this.MELTableAdapter.ClearBeforeFill = true;
 | |
| 			// 
 | |
| 			// ARPTableAdapter
 | |
| 			// 
 | |
| 			this.ARPTableAdapter.ClearBeforeFill = true;
 | |
| 			// 
 | |
| 			// rOCPPImportDataSet
 | |
| 			// 
 | |
| 			this.rOCPPImportDataSet.DataSetName = "ROCPPImportDataSet";
 | |
| 			this.rOCPPImportDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
 | |
| 			// 
 | |
| 			// ARPCPPImportTableAdapter
 | |
| 			// 
 | |
| 			this.ARPCPPImportTableAdapter.ClearBeforeFill = true;
 | |
| 			// 
 | |
| 			// MELCPPImportTableAdapter
 | |
| 			// 
 | |
| 			this.MELCPPImportTableAdapter.ClearBeforeFill = true;
 | |
| 			// 
 | |
| 			// STPCPPImportTableAdapter
 | |
| 			// 
 | |
| 			this.STPCPPImportTableAdapter.ClearBeforeFill = true;
 | |
| 			// 
 | |
| 			// frmROImport
 | |
| 			// 
 | |
| 			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
 | |
| 			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 | |
| 			this.ClientSize = new System.Drawing.Size(667, 555);
 | |
| 			this.Controls.Add(this.tbStatus);
 | |
| 			this.Controls.Add(this.statusStrip1);
 | |
| 			this.Controls.Add(this.menuStrip1);
 | |
| 			this.MainMenuStrip = this.menuStrip1;
 | |
| 			this.Name = "frmROImport";
 | |
| 			this.Text = "Westinghouse RO Import";
 | |
| 			this.menuStrip1.ResumeLayout(false);
 | |
| 			this.menuStrip1.PerformLayout();
 | |
| 			this.statusStrip1.ResumeLayout(false);
 | |
| 			this.statusStrip1.PerformLayout();
 | |
| 			((System.ComponentModel.ISupportInitialize)(this.rOImportDataSet)).EndInit();
 | |
| 			((System.ComponentModel.ISupportInitialize)(this.rOMasterDataSet)).EndInit();
 | |
| 			((System.ComponentModel.ISupportInitialize)(this.rOCPPImportDataSet)).EndInit();
 | |
| 			this.ResumeLayout(false);
 | |
| 			this.PerformLayout();
 | |
| 
 | |
| 		}
 | |
| 
 | |
| 		#endregion
 | |
| 
 | |
| 		private System.Windows.Forms.MenuStrip menuStrip1;
 | |
| 		private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
 | |
| 		private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
 | |
| 		private System.Windows.Forms.ToolStripMenuItem setpointsToolStripMenuItem;
 | |
| 		private System.Windows.Forms.ToolStripMenuItem clearOldDataToolStripMenuItem;
 | |
| 		private System.Windows.Forms.StatusStrip statusStrip1;
 | |
| 		private System.Windows.Forms.ToolStripMenuItem importDataToolStripMenuItem;
 | |
| 		private ROImportDataSet rOImportDataSet;
 | |
| 		private WestinghouseROImport.ROImportDataSetTableAdapters.ImportSTP_qryTableAdapter STPImportTableAdapter;
 | |
| 		private ROMasterDataSet rOMasterDataSet;
 | |
| 		private WestinghouseROImport.ROMasterDataSetTableAdapters.RO000002TableAdapter STPTableAdapter;
 | |
| 		private System.Windows.Forms.ToolStripStatusLabel tsslStatus;
 | |
| 		private System.Windows.Forms.ToolStripMenuItem equipmentToolStripMenuItem;
 | |
| 		private System.Windows.Forms.ToolStripMenuItem clearOldDataToolStripMenuItem1;
 | |
| 		private System.Windows.Forms.ToolStripMenuItem importDataToolStripMenuItem1;
 | |
| 		private WestinghouseROImport.ROMasterDataSetTableAdapters.RO000003TableAdapter MELTableAdapter;
 | |
| 		private WestinghouseROImport.ROMasterDataSetTableAdapters.RO000004TableAdapter ARPTableAdapter;
 | |
| 		private WestinghouseROImport.ROImportDataSetTableAdapters.ImportMEL_qryTableAdapter MELImportTableAdapter;
 | |
| 		private System.Windows.Forms.TextBox tbStatus;
 | |
| 		private WestinghouseROImport.ROImportDataSetTableAdapters.ImportARP_tblTableAdapter ARPImportTableAdapter;
 | |
| 		private System.Windows.Forms.ToolStripMenuItem alarmsToolStripMenuItem;
 | |
| 		private System.Windows.Forms.ToolStripMenuItem clearOldDataToolStripMenuItem2;
 | |
| 		private System.Windows.Forms.ToolStripMenuItem importDataToolStripMenuItem2;
 | |
| 		private ROCPPImportDataSet rOCPPImportDataSet;
 | |
| 		private WestinghouseROImport.ROCPPImportDataSetTableAdapters.ImportARP_tblTableAdapter ARPCPPImportTableAdapter;
 | |
| 		private WestinghouseROImport.ROCPPImportDataSetTableAdapters.ImportMEL_qryTableAdapter MELCPPImportTableAdapter;
 | |
| 		private WestinghouseROImport.ROCPPImportDataSetTableAdapters.ImportSTP_qryTableAdapter STPCPPImportTableAdapter;
 | |
| 		private System.Windows.Forms.ToolStripMenuItem updateToCPPToolStripMenuItem;
 | |
| 		private System.Windows.Forms.ToolStripMenuItem updateToCPPToolStripMenuItem1;
 | |
| 		private System.Windows.Forms.ToolStripMenuItem updateToCPPToolStripMenuItem2;
 | |
| 	}
 | |
| }
 | |
| 
 |