88 lines
		
	
	
		
			2.9 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			88 lines
		
	
	
		
			2.9 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace VEPROMS.CSLA.Library
 | |
| {
 | |
| 	partial class frmRofstLoadStatus
 | |
| 	{
 | |
| 		/// <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(frmRofstLoadStatus));
 | |
| 			this.lblTitle = new DevComponents.DotNetBar.LabelX();
 | |
| 			this.statusProgressBar = new DevComponents.DotNetBar.Controls.ProgressBarX();
 | |
| 			this.SuspendLayout();
 | |
| 			// 
 | |
| 			// lblTitle
 | |
| 			// 
 | |
| 			// 
 | |
| 			// 
 | |
| 			// 
 | |
| 			this.lblTitle.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
 | |
| 			this.lblTitle.Location = new System.Drawing.Point(9, 10);
 | |
| 			this.lblTitle.Margin = new System.Windows.Forms.Padding(2);
 | |
| 			this.lblTitle.Name = "lblTitle";
 | |
| 			this.lblTitle.Size = new System.Drawing.Size(716, 19);
 | |
| 			this.lblTitle.TabIndex = 0;
 | |
| 			this.lblTitle.Text = "Initializing ROFST File ...";
 | |
| 			// 
 | |
| 			// statusProgressBar
 | |
| 			// 
 | |
| 			// 
 | |
| 			// 
 | |
| 			// 
 | |
| 			this.statusProgressBar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
 | |
| 			this.statusProgressBar.Location = new System.Drawing.Point(9, 38);
 | |
| 			this.statusProgressBar.Margin = new System.Windows.Forms.Padding(2);
 | |
| 			this.statusProgressBar.Name = "statusProgressBar";
 | |
| 			this.statusProgressBar.Size = new System.Drawing.Size(716, 19);
 | |
| 			this.statusProgressBar.TabIndex = 1;
 | |
| 			this.statusProgressBar.TextVisible = true;
 | |
| 			// 
 | |
| 			// frmRofstLoadStatus
 | |
| 			// 
 | |
| 			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
 | |
| 			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 | |
| 			this.ClientSize = new System.Drawing.Size(736, 74);
 | |
| 			this.ControlBox = false;
 | |
| 			this.Controls.Add(this.statusProgressBar);
 | |
| 			this.Controls.Add(this.lblTitle);
 | |
| 			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
 | |
| 			this.Margin = new System.Windows.Forms.Padding(2);
 | |
| 			this.MaximizeBox = false;
 | |
| 			this.MinimizeBox = false;
 | |
| 			this.Name = "frmRofstLoadStatus";
 | |
| 			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
 | |
| 			this.Text = "ROFST Load Status";
 | |
| 			this.TopMost = true;
 | |
| 			this.Load += new System.EventHandler(this.frmRofstLoadStatus_Load);
 | |
| 			this.ResumeLayout(false);
 | |
| 
 | |
| 		}
 | |
| 
 | |
| 		#endregion
 | |
| 
 | |
| 		private DevComponents.DotNetBar.LabelX lblTitle;
 | |
| 		private DevComponents.DotNetBar.Controls.ProgressBarX statusProgressBar;
 | |
| 	}
 | |
| } | 
