2013-06-24 13:41:48 +02:00
namespace XenAdmin.Wizards.BugToolWizardFiles
{
partial class BugToolPageRetrieveData
{
/// <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 )
{
2018-12-20 13:19:44 +01:00
if ( disposing )
2013-06-24 13:41:48 +02:00
{
2018-12-20 13:19:44 +01:00
foreach ( var r in dataGridViewEx1 . Rows )
{
if ( r is StatusReportRow row )
{
row . DeRegisterEvents ( ) ;
DeRegisterRowEvents ( row ) ;
}
}
if ( components ! = null )
components . Dispose ( ) ;
2013-06-24 13:41:48 +02:00
}
base . Dispose ( disposing ) ;
}
#region Component 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 ( BugToolPageRetrieveData ) ) ;
2018-12-20 13:19:44 +01:00
System . Windows . Forms . DataGridViewCellStyle dataGridViewCellStyle3 = new System . Windows . Forms . DataGridViewCellStyle ( ) ;
System . Windows . Forms . DataGridViewCellStyle dataGridViewCellStyle1 = new System . Windows . Forms . DataGridViewCellStyle ( ) ;
System . Windows . Forms . DataGridViewCellStyle dataGridViewCellStyle2 = new System . Windows . Forms . DataGridViewCellStyle ( ) ;
2013-06-24 13:41:48 +02:00
this . tableLayoutPanel1 = new System . Windows . Forms . TableLayoutPanel ( ) ;
2018-12-20 13:19:44 +01:00
this . labelBlurb = new System . Windows . Forms . Label ( ) ;
this . labelError = new System . Windows . Forms . Label ( ) ;
2013-06-24 13:41:48 +02:00
this . progressBar1 = new System . Windows . Forms . ProgressBar ( ) ;
2018-12-20 13:19:44 +01:00
this . dataGridViewEx1 = new XenAdmin . Controls . DataGridViewEx . DataGridViewEx ( ) ;
this . columnHostImage = new System . Windows . Forms . DataGridViewImageColumn ( ) ;
this . columnHost = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . columnHostStatus = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . columnResultImage = new System . Windows . Forms . DataGridViewImageColumn ( ) ;
2013-06-24 13:41:48 +02:00
this . tableLayoutPanel1 . SuspendLayout ( ) ;
2018-12-20 13:19:44 +01:00
( ( System . ComponentModel . ISupportInitialize ) ( this . dataGridViewEx1 ) ) . BeginInit ( ) ;
2013-06-24 13:41:48 +02:00
this . SuspendLayout ( ) ;
//
// tableLayoutPanel1
//
resources . ApplyResources ( this . tableLayoutPanel1 , "tableLayoutPanel1" ) ;
2018-12-20 13:19:44 +01:00
this . tableLayoutPanel1 . Controls . Add ( this . labelBlurb , 0 , 0 ) ;
this . tableLayoutPanel1 . Controls . Add ( this . labelError , 0 , 2 ) ;
2013-06-24 13:41:48 +02:00
this . tableLayoutPanel1 . Controls . Add ( this . progressBar1 , 0 , 3 ) ;
2018-12-20 13:19:44 +01:00
this . tableLayoutPanel1 . Controls . Add ( this . dataGridViewEx1 , 0 , 1 ) ;
2013-06-24 13:41:48 +02:00
this . tableLayoutPanel1 . Name = "tableLayoutPanel1" ;
//
2018-12-20 13:19:44 +01:00
// labelBlurb
2013-06-24 13:41:48 +02:00
//
2018-12-20 13:19:44 +01:00
resources . ApplyResources ( this . labelBlurb , "labelBlurb" ) ;
this . labelBlurb . Name = "labelBlurb" ;
2013-06-24 13:41:48 +02:00
//
2018-12-20 13:19:44 +01:00
// labelError
2013-06-24 13:41:48 +02:00
//
2018-12-20 13:19:44 +01:00
resources . ApplyResources ( this . labelError , "labelError" ) ;
this . labelError . Name = "labelError" ;
2013-06-24 13:41:48 +02:00
//
// progressBar1
//
resources . ApplyResources ( this . progressBar1 , "progressBar1" ) ;
this . progressBar1 . Name = "progressBar1" ;
//
2018-12-20 13:19:44 +01:00
// dataGridViewEx1
//
this . dataGridViewEx1 . BackgroundColor = System . Drawing . SystemColors . Window ;
this . dataGridViewEx1 . CellBorderStyle = System . Windows . Forms . DataGridViewCellBorderStyle . None ;
this . dataGridViewEx1 . ColumnHeadersHeightSizeMode = System . Windows . Forms . DataGridViewColumnHeadersHeightSizeMode . DisableResizing ;
this . dataGridViewEx1 . ColumnHeadersVisible = false ;
this . dataGridViewEx1 . Columns . AddRange ( new System . Windows . Forms . DataGridViewColumn [ ] {
this . columnHostImage ,
this . columnHost ,
this . columnHostStatus ,
this . columnResultImage } ) ;
dataGridViewCellStyle3 . Alignment = System . Windows . Forms . DataGridViewContentAlignment . MiddleLeft ;
dataGridViewCellStyle3 . BackColor = System . Drawing . SystemColors . Window ;
dataGridViewCellStyle3 . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
dataGridViewCellStyle3 . ForeColor = System . Drawing . SystemColors . ControlText ;
dataGridViewCellStyle3 . SelectionBackColor = System . Drawing . SystemColors . Window ;
dataGridViewCellStyle3 . SelectionForeColor = System . Drawing . SystemColors . ControlText ;
dataGridViewCellStyle3 . WrapMode = System . Windows . Forms . DataGridViewTriState . False ;
this . dataGridViewEx1 . DefaultCellStyle = dataGridViewCellStyle3 ;
resources . ApplyResources ( this . dataGridViewEx1 , "dataGridViewEx1" ) ;
this . dataGridViewEx1 . HideSelection = true ;
this . dataGridViewEx1 . Name = "dataGridViewEx1" ;
//
// columnHostImage
//
this . columnHostImage . AutoSizeMode = System . Windows . Forms . DataGridViewAutoSizeColumnMode . AllCells ;
dataGridViewCellStyle1 . Alignment = System . Windows . Forms . DataGridViewContentAlignment . MiddleCenter ;
dataGridViewCellStyle1 . NullValue = ( ( object ) ( resources . GetObject ( "dataGridViewCellStyle1.NullValue" ) ) ) ;
dataGridViewCellStyle1 . Padding = new System . Windows . Forms . Padding ( 3 , 0 , 3 , 0 ) ;
this . columnHostImage . DefaultCellStyle = dataGridViewCellStyle1 ;
resources . ApplyResources ( this . columnHostImage , "columnHostImage" ) ;
this . columnHostImage . Name = "columnHostImage" ;
//
// columnHost
//
resources . ApplyResources ( this . columnHost , "columnHost" ) ;
this . columnHost . Name = "columnHost" ;
//
// columnHostStatus
//
this . columnHostStatus . AutoSizeMode = System . Windows . Forms . DataGridViewAutoSizeColumnMode . AllCells ;
resources . ApplyResources ( this . columnHostStatus , "columnHostStatus" ) ;
this . columnHostStatus . Name = "columnHostStatus" ;
//
// columnResultImage
2013-06-24 13:41:48 +02:00
//
2018-12-20 13:19:44 +01:00
this . columnResultImage . AutoSizeMode = System . Windows . Forms . DataGridViewAutoSizeColumnMode . AllCells ;
dataGridViewCellStyle2 . Alignment = System . Windows . Forms . DataGridViewContentAlignment . MiddleCenter ;
dataGridViewCellStyle2 . NullValue = ( ( object ) ( resources . GetObject ( "dataGridViewCellStyle2.NullValue" ) ) ) ;
dataGridViewCellStyle2 . Padding = new System . Windows . Forms . Padding ( 3 , 0 , 3 , 0 ) ;
this . columnResultImage . DefaultCellStyle = dataGridViewCellStyle2 ;
resources . ApplyResources ( this . columnResultImage , "columnResultImage" ) ;
this . columnResultImage . Name = "columnResultImage" ;
2013-06-24 13:41:48 +02:00
//
// BugToolPageRetrieveData
//
this . Controls . Add ( this . tableLayoutPanel1 ) ;
this . DoubleBuffered = true ;
this . Name = "BugToolPageRetrieveData" ;
resources . ApplyResources ( this , "$this" ) ;
this . tableLayoutPanel1 . ResumeLayout ( false ) ;
this . tableLayoutPanel1 . PerformLayout ( ) ;
2018-12-20 13:19:44 +01:00
( ( System . ComponentModel . ISupportInitialize ) ( this . dataGridViewEx1 ) ) . EndInit ( ) ;
2013-06-24 13:41:48 +02:00
this . ResumeLayout ( false ) ;
}
#endregion
private System . Windows . Forms . TableLayoutPanel tableLayoutPanel1 ;
2018-12-20 13:19:44 +01:00
private System . Windows . Forms . Label labelError ;
2013-06-24 13:41:48 +02:00
private System . Windows . Forms . ProgressBar progressBar1 ;
2018-12-20 13:19:44 +01:00
private System . Windows . Forms . Label labelBlurb ;
private Controls . DataGridViewEx . DataGridViewEx dataGridViewEx1 ;
private System . Windows . Forms . DataGridViewImageColumn columnHostImage ;
private System . Windows . Forms . DataGridViewTextBoxColumn columnHost ;
private System . Windows . Forms . DataGridViewTextBoxColumn columnHostStatus ;
private System . Windows . Forms . DataGridViewImageColumn columnResultImage ;
2013-06-24 13:41:48 +02:00
}
}