New form to handle Batch Refresh of Referenced Objects and Transitions
This commit is contained in:
105
PROMS/VEPROMS User Interface/frmBatchRefreshCheckedOut.Designer.cs
generated
Normal file
105
PROMS/VEPROMS User Interface/frmBatchRefreshCheckedOut.Designer.cs
generated
Normal file
@@ -0,0 +1,105 @@
|
||||
namespace VEPROMS
|
||||
{
|
||||
partial class frmBatchRefreshCheckedOut
|
||||
{
|
||||
/// <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(frmBatchRefreshCheckedOut));
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.pnlList = new System.Windows.Forms.Panel();
|
||||
this.tmrCheck = new System.Windows.Forms.Timer(this.components);
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.BackColor = System.Drawing.SystemColors.ActiveCaption;
|
||||
this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.label1.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label1.Location = new System.Drawing.Point(0, 0);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(584, 34);
|
||||
this.label1.TabIndex = 0;
|
||||
this.label1.Text = "The following procedures could not be processed because they are checked out";
|
||||
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// pnlList
|
||||
//
|
||||
this.pnlList.AutoScroll = true;
|
||||
this.pnlList.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.pnlList.Location = new System.Drawing.Point(0, 34);
|
||||
this.pnlList.Name = "pnlList";
|
||||
this.pnlList.Size = new System.Drawing.Size(584, 200);
|
||||
this.pnlList.TabIndex = 1;
|
||||
//
|
||||
// tmrCheck
|
||||
//
|
||||
this.tmrCheck.Interval = 30000;
|
||||
this.tmrCheck.Tick += new System.EventHandler(this.tmrCheck_Tick);
|
||||
//
|
||||
// label2
|
||||
//
|
||||
this.label2.BackColor = System.Drawing.SystemColors.ActiveCaption;
|
||||
this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.label2.Location = new System.Drawing.Point(0, 234);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Size = new System.Drawing.Size(584, 128);
|
||||
this.label2.TabIndex = 2;
|
||||
this.label2.Text = resources.GetString("label2.Text");
|
||||
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// frmBatchRefreshCheckedOut
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(584, 362);
|
||||
this.Controls.Add(this.label2);
|
||||
this.Controls.Add(this.pnlList);
|
||||
this.Controls.Add(this.label1);
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
||||
this.MaximizeBox = false;
|
||||
this.MinimizeBox = false;
|
||||
this.Name = "frmBatchRefreshCheckedOut";
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
|
||||
this.Text = "Procedures Currently Checked Out";
|
||||
this.TopMost = true;
|
||||
this.Load += new System.EventHandler(this.frmBatchRefreshCheckedOut_Load);
|
||||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmBatchRefreshCheckedOut_FormClosing);
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.Label label1;
|
||||
private System.Windows.Forms.Panel pnlList;
|
||||
private System.Windows.Forms.Timer tmrCheck;
|
||||
private System.Windows.Forms.Label label2;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user