Esempio n. 1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this._lvProgress   = new ActiveQLibrary.CustomControl.ListViewVS();
     this.Job           = new System.Windows.Forms.ColumnHeader();
     this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
     this.SuspendLayout();
     //
     // _lvProgress
     //
     this._lvProgress.CheckBookEvenRowBackColor = System.Drawing.Color.Empty;
     this._lvProgress.CheckBookEvenRowForeColor = System.Drawing.Color.Empty;
     this._lvProgress.CheckBookLookEnabled      = false;
     this._lvProgress.CheckBookOddRowBackColor  = System.Drawing.Color.Empty;
     this._lvProgress.CheckBookOddRowForeColor  = System.Drawing.Color.Empty;
     this._lvProgress.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.Job,
         this.columnHeader1
     });
     this._lvProgress.FullRowSelect               = true;
     this._lvProgress.GridLines                   = true;
     this._lvProgress.HeaderColor                 = System.Drawing.Color.Empty;
     this._lvProgress.HeaderImageList             = null;
     this._lvProgress.HeaderStyle                 = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this._lvProgress.Location                    = new System.Drawing.Point(64, 40);
     this._lvProgress.Name                        = "_lvProgress";
     this._lvProgress.PaintSortedColumnBackground = true;
     this._lvProgress.Size                        = new System.Drawing.Size(296, 264);
     this._lvProgress.SortingEnabled              = true;
     this._lvProgress.SortOrder                   = System.Windows.Forms.SortOrder.None;
     this._lvProgress.TabIndex                    = 0;
     this._lvProgress.View                        = System.Windows.Forms.View.Details;
     //
     // Job
     //
     this.Job.Text  = "Job";
     this.Job.Width = 90;
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "Progress";
     this.columnHeader1.Width = 200;
     //
     // PageProgress
     //
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this._lvProgress
     });
     this.Location = new System.Drawing.Point(0, 0);
     this.Name     = "PageProgress";
     this.ResumeLayout(false);
 }
Esempio n. 2
0
		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			this._lvProgress = new ActiveQLibrary.CustomControl.ListViewVS();
			this.Job = new System.Windows.Forms.ColumnHeader();
			this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
			this.SuspendLayout();
			// 
			// _lvProgress
			// 
			this._lvProgress.CheckBookEvenRowBackColor = System.Drawing.Color.Empty;
			this._lvProgress.CheckBookEvenRowForeColor = System.Drawing.Color.Empty;
			this._lvProgress.CheckBookLookEnabled = false;
			this._lvProgress.CheckBookOddRowBackColor = System.Drawing.Color.Empty;
			this._lvProgress.CheckBookOddRowForeColor = System.Drawing.Color.Empty;
			this._lvProgress.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
																						  this.Job,
																						  this.columnHeader1});
			this._lvProgress.FullRowSelect = true;
			this._lvProgress.GridLines = true;
			this._lvProgress.HeaderColor = System.Drawing.Color.Empty;
			this._lvProgress.HeaderImageList = null;
			this._lvProgress.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
			this._lvProgress.Location = new System.Drawing.Point(64, 40);
			this._lvProgress.Name = "_lvProgress";
			this._lvProgress.PaintSortedColumnBackground = true;
			this._lvProgress.Size = new System.Drawing.Size(296, 264);
			this._lvProgress.SortingEnabled = true;
			this._lvProgress.SortOrder = System.Windows.Forms.SortOrder.None;
			this._lvProgress.TabIndex = 0;
			this._lvProgress.View = System.Windows.Forms.View.Details;
			// 
			// Job
			// 
			this.Job.Text = "Job";
			this.Job.Width = 90;
			// 
			// columnHeader1
			// 
			this.columnHeader1.Text = "Progress";
			this.columnHeader1.Width = 200;
			// 
			// PageProgress
			// 
			this.Controls.AddRange(new System.Windows.Forms.Control[] {
																		  this._lvProgress});
			this.Location = new System.Drawing.Point(0, 0);
			this.Name = "PageProgress";
			this.ResumeLayout(false);

		}