146 lines
5.9 KiB
C#
146 lines
5.9 KiB
C#
namespace WestinghouseROLoad
|
|
{
|
|
partial class frmImportROs
|
|
{
|
|
/// <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.rOImportDataSet = new WestinghouseROLoad.ROImportDataSet();
|
|
this.rOMasterDataSet = new WestinghouseROLoad.ROMasterDataSet();
|
|
this.STPTableAdapter = new WestinghouseROLoad.ROMasterDataSetTableAdapters.RO000002TableAdapter();
|
|
this.STPImportTableAdapter = new WestinghouseROLoad.ROImportDataSetTableAdapters.ImportSTP_qryTableAdapter();
|
|
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.emptyExistingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.loadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
((System.ComponentModel.ISupportInitialize)(this.rOImportDataSet)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.rOMasterDataSet)).BeginInit();
|
|
this.menuStrip1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// rOImportDataSet
|
|
//
|
|
this.rOImportDataSet.DataSetName = "ROImportDataSet";
|
|
this.rOImportDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
|
|
//
|
|
// rOMasterDataSet
|
|
//
|
|
this.rOMasterDataSet.DataSetName = "ROMasterDataSet";
|
|
this.rOMasterDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
|
|
//
|
|
// STPTableAdapter
|
|
//
|
|
this.STPTableAdapter.ClearBeforeFill = true;
|
|
//
|
|
// STPImportTableAdapter
|
|
//
|
|
this.STPImportTableAdapter.ClearBeforeFill = true;
|
|
//
|
|
// menuStrip1
|
|
//
|
|
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.fileToolStripMenuItem,
|
|
this.setpointsToolStripMenuItem});
|
|
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
|
this.menuStrip1.Name = "menuStrip1";
|
|
this.menuStrip1.Size = new System.Drawing.Size(592, 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(152, 22);
|
|
this.exitToolStripMenuItem.Text = "E&xit";
|
|
//
|
|
// setpointsToolStripMenuItem
|
|
//
|
|
this.setpointsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.emptyExistingToolStripMenuItem,
|
|
this.loadToolStripMenuItem});
|
|
this.setpointsToolStripMenuItem.Name = "setpointsToolStripMenuItem";
|
|
this.setpointsToolStripMenuItem.Size = new System.Drawing.Size(68, 20);
|
|
this.setpointsToolStripMenuItem.Text = "Setpoints";
|
|
//
|
|
// emptyExistingToolStripMenuItem
|
|
//
|
|
this.emptyExistingToolStripMenuItem.Name = "emptyExistingToolStripMenuItem";
|
|
this.emptyExistingToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
|
this.emptyExistingToolStripMenuItem.Text = "Empty Existing";
|
|
this.emptyExistingToolStripMenuItem.Click += new System.EventHandler(this.emptyExistingToolStripMenuItem_Click);
|
|
//
|
|
// loadToolStripMenuItem
|
|
//
|
|
this.loadToolStripMenuItem.Name = "loadToolStripMenuItem";
|
|
this.loadToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
|
this.loadToolStripMenuItem.Text = "Load New";
|
|
this.loadToolStripMenuItem.Click += new System.EventHandler(this.loadToolStripMenuItem_Click);
|
|
//
|
|
// frmImportROs
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(592, 296);
|
|
this.Controls.Add(this.menuStrip1);
|
|
this.MainMenuStrip = this.menuStrip1;
|
|
this.Name = "frmImportROs";
|
|
this.Text = "Import Westinghouse ROs";
|
|
this.Load += new System.EventHandler(this.frmImportROs_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.rOImportDataSet)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.rOMasterDataSet)).EndInit();
|
|
this.menuStrip1.ResumeLayout(false);
|
|
this.menuStrip1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private ROMasterDataSet rOMasterDataSet;
|
|
private WestinghouseROLoad.ROMasterDataSetTableAdapters.RO000002TableAdapter STPTableAdapter;
|
|
private ROImportDataSet rOImportDataSet;
|
|
private WestinghouseROLoad.ROImportDataSetTableAdapters.ImportSTP_qryTableAdapter STPImportTableAdapter;
|
|
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 emptyExistingToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem loadToolStripMenuItem;
|
|
}
|
|
}
|
|
|