/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this._informationPanel = new InformationPanel();
     this._labelText        = new System.Windows.Forms.Label();
     this._buttonCancel     = new System.Windows.Forms.Button();
     this._buttonCancelAll  = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // _informationPanel
     //
     this._informationPanel.BackColor   = System.Drawing.Color.White;
     this._informationPanel.Description = "";
     this._informationPanel.Dock        = System.Windows.Forms.DockStyle.Top;
     this._informationPanel.Image       = null;
     this._informationPanel.Location    = new System.Drawing.Point(0, 0);
     this._informationPanel.Name        = "_informationPanel";
     this._informationPanel.Size        = new System.Drawing.Size(394, 85);
     this._informationPanel.TabIndex    = 0;
     this._informationPanel.Title       = "";
     //
     // _labelText
     //
     this._labelText.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                     | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this._labelText.Location = new System.Drawing.Point(10, 95);
     this._labelText.Name     = "_labelText";
     this._labelText.Size     = new System.Drawing.Size(375, 35);
     this._labelText.TabIndex = 1;
     //
     // _buttonCancel
     //
     this._buttonCancel.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this._buttonCancel.Location  = new System.Drawing.Point(205, 140);
     this._buttonCancel.Name      = "_buttonCancel";
     this._buttonCancel.TabIndex  = 2;
     this._buttonCancel.Text      = "Cancel";
     //
     // _buttonCancelAll
     //
     this._buttonCancelAll.Location = new System.Drawing.Point(125, 140);
     this._buttonCancelAll.Name     = "_buttonCancelAll";
     this._buttonCancelAll.TabIndex = 3;
     this._buttonCancelAll.Text     = "Cancel All";
     //
     // CancelMultipleProgressWindow
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(394, 169);
     this.ControlBox        = false;
     this.Controls.Add(this._buttonCancelAll);
     this.Controls.Add(this._buttonCancel);
     this.Controls.Add(this._labelText);
     this.Controls.Add(this._informationPanel);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Name            = "CancelMultipleProgressWindow";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.ResumeLayout(false);
 }
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			this._informationPanel = new InformationPanel();
			this._labelText = new System.Windows.Forms.Label();
			this.buttonCancel = new System.Windows.Forms.Button();
			this.SuspendLayout();
			// 
			// _informationPanel
			// 
			this._informationPanel.BackColor = System.Drawing.Color.White;
			this._informationPanel.Description = "";
			this._informationPanel.Dock = System.Windows.Forms.DockStyle.Top;
			this._informationPanel.Image = null;
			this._informationPanel.Location = new System.Drawing.Point(0, 0);
			this._informationPanel.Name = "_informationPanel";
			this._informationPanel.Size = new System.Drawing.Size(394, 85);
			this._informationPanel.TabIndex = 0;
			this._informationPanel.Title = "";
			// 
			// _labelText
			// 
			this._labelText.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
				| System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right)));
			this._labelText.Location = new System.Drawing.Point(10, 95);
			this._labelText.Name = "_labelText";
			this._labelText.Size = new System.Drawing.Size(375, 35);
			this._labelText.TabIndex = 1;
			// 
			// buttonCancel
			// 
			this.buttonCancel.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.buttonCancel.Location = new System.Drawing.Point(160, 140);
			this.buttonCancel.Name = "buttonCancel";
			this.buttonCancel.TabIndex = 2;
			this.buttonCancel.Text = "Cancel";
			// 
			// CancellableProgressWindow
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(394, 169);
			this.ControlBox = false;
			this.Controls.Add(this.buttonCancel);
			this.Controls.Add(this._labelText);
			this.Controls.Add(this._informationPanel);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
			this.Name = "CancellableProgressWindow";
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
			this.ResumeLayout(false);

		}
		/// <summary>
		/// Clean up any resources being used.
		/// </summary>
		protected override void Dispose( bool disposing )
		{
			if( disposing )
			{				
				if (components != null)
				{
					components.Dispose();
				}

				if (_informationPanel != null)
				{
					_informationPanel.Dispose();
					_informationPanel = null;
				}
			}
			
			base.Dispose( disposing );
		}
Example #4
0
        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        protected override void Dispose(bool disposing)
        {
            if (disposing)
            {
                if (components != null)
                {
                    components.Dispose();
                }

                if (_informationPanel != null)
                {
                    _informationPanel.Dispose();
                    _informationPanel = null;
                }
            }

            base.Dispose(disposing);
        }
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(ProgressWindow));
			this._informationPanel = new InformationPanel();
			this._labelText = new System.Windows.Forms.Label();
			this.SuspendLayout();
			// 
			// _informationPanel
			// 
			this._informationPanel.BackColor = System.Drawing.Color.White;
			this._informationPanel.Description = "";
			this._informationPanel.Dock = System.Windows.Forms.DockStyle.Top;
			this._informationPanel.Image = ((System.Drawing.Image)(resources.GetObject("_informationPanel.Image")));
			this._informationPanel.Location = new System.Drawing.Point(0, 0);
			this._informationPanel.Name = "_informationPanel";
			this._informationPanel.Size = new System.Drawing.Size(394, 85);
			this._informationPanel.TabIndex = 0;
			this._informationPanel.Title = "";
			// 
			// _labelText
			// 
			this._labelText.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
				| System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right)));
			this._labelText.Location = new System.Drawing.Point(10, 95);
			this._labelText.Name = "_labelText";
			this._labelText.Size = new System.Drawing.Size(375, 45);
			this._labelText.TabIndex = 1;
			// 
			// ProgressWindow
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(394, 144);
			this.ControlBox = false;
			this.Controls.Add(this._labelText);
			this.Controls.Add(this._informationPanel);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
			this.Name = "ProgressWindow";
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
			this.Text = "";
			this.ResumeLayout(false);

		}
Example #6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(SplashWindow));
     this._informationPanel = new InformationPanel();
     this._labelText        = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // _informationPanel
     //
     this._informationPanel.BackColor   = System.Drawing.Color.White;
     this._informationPanel.Description = "";
     this._informationPanel.Dock        = System.Windows.Forms.DockStyle.Top;
     this._informationPanel.Image       = ((System.Drawing.Image)(resources.GetObject("_informationPanel.Image")));
     this._informationPanel.Location    = new System.Drawing.Point(0, 0);
     this._informationPanel.Name        = "_informationPanel";
     this._informationPanel.Size        = new System.Drawing.Size(394, 85);
     this._informationPanel.TabIndex    = 6;
     this._informationPanel.Title       = "";
     //
     // _labelText
     //
     this._labelText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this._labelText.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this._labelText.Location  = new System.Drawing.Point(8, 96);
     this._labelText.Name      = "_labelText";
     this._labelText.Size      = new System.Drawing.Size(378, 40);
     this._labelText.TabIndex  = 8;
     //
     // SplashWindow
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(394, 144);
     this.ControlBox        = false;
     this.Controls.Add(this._labelText);
     this.Controls.Add(this._informationPanel);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Name            = "SplashWindow";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "";
     this.ResumeLayout(false);
 }