2013-06-24 13:41:48 +02:00
using XenAdmin.Controls.DataGridViewEx ;
namespace XenAdmin.Wizards.PatchingWizard
{
partial class PatchingWizard_SelectPatchPage
{
/// <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 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 ( PatchingWizard_SelectPatchPage ) ) ;
2015-07-14 11:05:13 +02:00
System . Windows . Forms . DataGridViewCellStyle dataGridViewCellStyle4 = new System . Windows . Forms . DataGridViewCellStyle ( ) ;
2013-06-24 13:41:48 +02:00
System . Windows . Forms . DataGridViewCellStyle dataGridViewCellStyle5 = 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 ( ) ;
System . Windows . Forms . DataGridViewCellStyle dataGridViewCellStyle3 = new System . Windows . Forms . DataGridViewCellStyle ( ) ;
2015-07-09 17:32:08 +02:00
this . tableLayoutPanel1 = new System . Windows . Forms . TableLayoutPanel ( ) ;
2015-07-14 11:05:13 +02:00
this . RestoreDismUpdatesButton = new System . Windows . Forms . Button ( ) ;
2015-07-09 17:32:08 +02:00
this . label2 = new System . Windows . Forms . Label ( ) ;
this . fileNameTextBox = new System . Windows . Forms . TextBox ( ) ;
2013-06-24 13:41:48 +02:00
this . BrowseButton = new System . Windows . Forms . Button ( ) ;
2015-07-09 17:32:08 +02:00
this . selectFromDiskRadioButton = new System . Windows . Forms . RadioButton ( ) ;
2013-06-24 13:41:48 +02:00
this . dataGridViewPatches = new XenAdmin . Controls . DataGridViewEx . DataGridViewEx ( ) ;
this . ColumnUpdate = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . ColumnDescription = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
2015-07-14 11:05:13 +02:00
this . ColumnDate = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
2015-07-09 17:59:14 +02:00
this . webPageColumn = new System . Windows . Forms . DataGridViewLinkColumn ( ) ;
2015-07-14 11:05:13 +02:00
this . RefreshListButton = new System . Windows . Forms . Button ( ) ;
this . downloadUpdateRadioButton = new System . Windows . Forms . RadioButton ( ) ;
this . label3 = new System . Windows . Forms . Label ( ) ;
2015-07-09 17:32:08 +02:00
this . tableLayoutPanel1 . SuspendLayout ( ) ;
2013-06-24 13:41:48 +02:00
( ( System . ComponentModel . ISupportInitialize ) ( this . dataGridViewPatches ) ) . BeginInit ( ) ;
this . SuspendLayout ( ) ;
//
2015-07-09 17:32:08 +02:00
// tableLayoutPanel1
2013-06-24 13:41:48 +02:00
//
2015-07-09 17:32:08 +02:00
resources . ApplyResources ( this . tableLayoutPanel1 , "tableLayoutPanel1" ) ;
2015-07-14 11:05:13 +02:00
this . tableLayoutPanel1 . Controls . Add ( this . RestoreDismUpdatesButton , 1 , 3 ) ;
this . tableLayoutPanel1 . Controls . Add ( this . label2 , 0 , 5 ) ;
this . tableLayoutPanel1 . Controls . Add ( this . fileNameTextBox , 1 , 5 ) ;
this . tableLayoutPanel1 . Controls . Add ( this . BrowseButton , 2 , 5 ) ;
this . tableLayoutPanel1 . Controls . Add ( this . selectFromDiskRadioButton , 1 , 4 ) ;
this . tableLayoutPanel1 . Controls . Add ( this . dataGridViewPatches , 0 , 2 ) ;
this . tableLayoutPanel1 . Controls . Add ( this . RefreshListButton , 0 , 3 ) ;
2015-07-09 17:32:08 +02:00
this . tableLayoutPanel1 . Controls . Add ( this . downloadUpdateRadioButton , 0 , 1 ) ;
2015-07-14 11:05:13 +02:00
this . tableLayoutPanel1 . Controls . Add ( this . label3 , 0 , 0 ) ;
2015-07-09 17:32:08 +02:00
this . tableLayoutPanel1 . Name = "tableLayoutPanel1" ;
//
2015-07-14 11:05:13 +02:00
// RestoreDismUpdatesButton
2015-07-09 17:32:08 +02:00
//
2015-07-14 11:05:13 +02:00
resources . ApplyResources ( this . RestoreDismUpdatesButton , "RestoreDismUpdatesButton" ) ;
this . RestoreDismUpdatesButton . Name = "RestoreDismUpdatesButton" ;
this . RestoreDismUpdatesButton . UseVisualStyleBackColor = true ;
2015-07-23 15:04:43 +02:00
this . RestoreDismUpdatesButton . Click + = new System . EventHandler ( this . RestoreDismUpdatesButton_Click ) ;
2015-07-09 17:32:08 +02:00
//
// label2
//
resources . ApplyResources ( this . label2 , "label2" ) ;
this . label2 . Name = "label2" ;
//
// fileNameTextBox
//
resources . ApplyResources ( this . fileNameTextBox , "fileNameTextBox" ) ;
this . fileNameTextBox . Name = "fileNameTextBox" ;
2015-07-14 11:05:13 +02:00
this . fileNameTextBox . TextChanged + = new System . EventHandler ( this . fileNameTextBox_TextChanged ) ;
this . fileNameTextBox . Enter + = new System . EventHandler ( this . fileNameTextBox_Enter ) ;
2013-06-24 13:41:48 +02:00
//
// BrowseButton
//
resources . ApplyResources ( this . BrowseButton , "BrowseButton" ) ;
this . BrowseButton . Name = "BrowseButton" ;
this . BrowseButton . UseVisualStyleBackColor = true ;
this . BrowseButton . Click + = new System . EventHandler ( this . BrowseButton_Click ) ;
//
2015-07-09 17:32:08 +02:00
// selectFromDiskRadioButton
//
resources . ApplyResources ( this . selectFromDiskRadioButton , "selectFromDiskRadioButton" ) ;
this . tableLayoutPanel1 . SetColumnSpan ( this . selectFromDiskRadioButton , 4 ) ;
this . selectFromDiskRadioButton . Name = "selectFromDiskRadioButton" ;
this . selectFromDiskRadioButton . UseVisualStyleBackColor = true ;
2015-07-14 11:05:13 +02:00
this . selectFromDiskRadioButton . CheckedChanged + = new System . EventHandler ( this . selectFromDiskRadioButton_CheckedChanged ) ;
2015-07-09 17:32:08 +02:00
//
2013-06-24 13:41:48 +02:00
// dataGridViewPatches
//
this . dataGridViewPatches . AllowUserToResizeColumns = false ;
resources . ApplyResources ( this . dataGridViewPatches , "dataGridViewPatches" ) ;
this . dataGridViewPatches . AutoSizeRowsMode = System . Windows . Forms . DataGridViewAutoSizeRowsMode . AllCells ;
this . dataGridViewPatches . BackgroundColor = System . Drawing . SystemColors . Window ;
this . dataGridViewPatches . CellBorderStyle = System . Windows . Forms . DataGridViewCellBorderStyle . Raised ;
this . dataGridViewPatches . ColumnHeadersHeightSizeMode = System . Windows . Forms . DataGridViewColumnHeadersHeightSizeMode . AutoSize ;
this . dataGridViewPatches . Columns . AddRange ( new System . Windows . Forms . DataGridViewColumn [ ] {
this . ColumnUpdate ,
this . ColumnDescription ,
2015-07-14 11:05:13 +02:00
this . ColumnDate ,
2015-07-09 17:59:14 +02:00
this . webPageColumn } ) ;
2015-07-09 17:32:08 +02:00
this . tableLayoutPanel1 . SetColumnSpan ( this . dataGridViewPatches , 3 ) ;
2013-06-24 13:41:48 +02:00
this . dataGridViewPatches . Name = "dataGridViewPatches" ;
this . dataGridViewPatches . ReadOnly = true ;
2015-07-14 11:05:13 +02:00
dataGridViewCellStyle4 . Alignment = System . Windows . Forms . DataGridViewContentAlignment . MiddleLeft ;
dataGridViewCellStyle4 . BackColor = System . Drawing . SystemColors . Control ;
dataGridViewCellStyle4 . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
dataGridViewCellStyle4 . ForeColor = System . Drawing . SystemColors . WindowText ;
dataGridViewCellStyle4 . SelectionBackColor = System . Drawing . SystemColors . Highlight ;
dataGridViewCellStyle4 . SelectionForeColor = System . Drawing . SystemColors . HighlightText ;
dataGridViewCellStyle4 . WrapMode = System . Windows . Forms . DataGridViewTriState . False ;
this . dataGridViewPatches . RowHeadersDefaultCellStyle = dataGridViewCellStyle4 ;
dataGridViewCellStyle5 . WrapMode = System . Windows . Forms . DataGridViewTriState . True ;
this . dataGridViewPatches . RowsDefaultCellStyle = dataGridViewCellStyle5 ;
2013-06-24 13:41:48 +02:00
this . dataGridViewPatches . RowTemplate . Resizable = System . Windows . Forms . DataGridViewTriState . True ;
2015-07-09 17:32:08 +02:00
this . dataGridViewPatches . CellContentClick + = new System . Windows . Forms . DataGridViewCellEventHandler ( this . dataGridViewPatches_CellContentClick ) ;
2013-06-24 13:41:48 +02:00
this . dataGridViewPatches . CellMouseClick + = new System . Windows . Forms . DataGridViewCellMouseEventHandler ( this . dataGridViewPatches_CellMouseClick ) ;
2015-07-14 11:05:13 +02:00
this . dataGridViewPatches . ColumnHeaderMouseClick + = new System . Windows . Forms . DataGridViewCellMouseEventHandler ( this . dataGridViewPatches_ColumnHeaderMouseClick ) ;
2013-06-24 13:41:48 +02:00
this . dataGridViewPatches . SelectionChanged + = new System . EventHandler ( this . dataGridViewPatches_SelectionChanged ) ;
2015-07-14 11:05:13 +02:00
this . dataGridViewPatches . SortCompare + = new System . Windows . Forms . DataGridViewSortCompareEventHandler ( this . dataGridViewPatches_SortCompare ) ;
this . dataGridViewPatches . Enter + = new System . EventHandler ( this . dataGridViewPatches_Enter ) ;
2013-06-24 13:41:48 +02:00
//
// ColumnUpdate
//
this . ColumnUpdate . AutoSizeMode = System . Windows . Forms . DataGridViewAutoSizeColumnMode . DisplayedCells ;
2015-07-14 11:05:13 +02:00
dataGridViewCellStyle1 . Alignment = System . Windows . Forms . DataGridViewContentAlignment . TopLeft ;
dataGridViewCellStyle1 . WrapMode = System . Windows . Forms . DataGridViewTriState . False ;
this . ColumnUpdate . DefaultCellStyle = dataGridViewCellStyle1 ;
2013-06-24 13:41:48 +02:00
this . ColumnUpdate . FillWeight = 76.67365F ;
resources . ApplyResources ( this . ColumnUpdate , "ColumnUpdate" ) ;
this . ColumnUpdate . Name = "ColumnUpdate" ;
this . ColumnUpdate . ReadOnly = true ;
//
// ColumnDescription
//
this . ColumnDescription . AutoSizeMode = System . Windows . Forms . DataGridViewAutoSizeColumnMode . Fill ;
2015-07-14 11:05:13 +02:00
dataGridViewCellStyle2 . Alignment = System . Windows . Forms . DataGridViewContentAlignment . TopLeft ;
dataGridViewCellStyle2 . WrapMode = System . Windows . Forms . DataGridViewTriState . False ;
this . ColumnDescription . DefaultCellStyle = dataGridViewCellStyle2 ;
2013-06-24 13:41:48 +02:00
this . ColumnDescription . FillWeight = 172.4619F ;
resources . ApplyResources ( this . ColumnDescription , "ColumnDescription" ) ;
this . ColumnDescription . Name = "ColumnDescription" ;
this . ColumnDescription . ReadOnly = true ;
//
2015-07-14 11:05:13 +02:00
// ColumnDate
2013-06-24 13:41:48 +02:00
//
2015-07-14 11:05:13 +02:00
this . ColumnDate . AutoSizeMode = System . Windows . Forms . DataGridViewAutoSizeColumnMode . DisplayedCells ;
dataGridViewCellStyle3 . Alignment = System . Windows . Forms . DataGridViewContentAlignment . TopLeft ;
dataGridViewCellStyle3 . WrapMode = System . Windows . Forms . DataGridViewTriState . False ;
this . ColumnDate . DefaultCellStyle = dataGridViewCellStyle3 ;
this . ColumnDate . FillWeight = 80F ;
resources . ApplyResources ( this . ColumnDate , "ColumnDate" ) ;
this . ColumnDate . Name = "ColumnDate" ;
this . ColumnDate . ReadOnly = true ;
2013-06-24 13:41:48 +02:00
//
2015-07-09 17:59:14 +02:00
// webPageColumn
2015-07-09 17:32:08 +02:00
//
2015-07-09 17:59:14 +02:00
resources . ApplyResources ( this . webPageColumn , "webPageColumn" ) ;
this . webPageColumn . Name = "webPageColumn" ;
this . webPageColumn . ReadOnly = true ;
2015-07-09 17:32:08 +02:00
//
2015-07-14 11:05:13 +02:00
// RefreshListButton
//
resources . ApplyResources ( this . RefreshListButton , "RefreshListButton" ) ;
this . RefreshListButton . Name = "RefreshListButton" ;
this . RefreshListButton . UseVisualStyleBackColor = true ;
this . RefreshListButton . Click + = new System . EventHandler ( this . RefreshListButton_Click ) ;
//
// downloadUpdateRadioButton
//
resources . ApplyResources ( this . downloadUpdateRadioButton , "downloadUpdateRadioButton" ) ;
this . downloadUpdateRadioButton . Checked = true ;
this . tableLayoutPanel1 . SetColumnSpan ( this . downloadUpdateRadioButton , 3 ) ;
this . downloadUpdateRadioButton . Name = "downloadUpdateRadioButton" ;
this . downloadUpdateRadioButton . TabStop = true ;
this . downloadUpdateRadioButton . UseVisualStyleBackColor = true ;
//
// label3
//
resources . ApplyResources ( this . label3 , "label3" ) ;
this . tableLayoutPanel1 . SetColumnSpan ( this . label3 , 3 ) ;
this . label3 . Name = "label3" ;
//
2013-06-24 13:41:48 +02:00
// PatchingWizard_SelectPatchPage
//
resources . ApplyResources ( this , "$this" ) ;
this . AutoScaleMode = System . Windows . Forms . AutoScaleMode . Dpi ;
2015-07-09 17:32:08 +02:00
this . Controls . Add ( this . tableLayoutPanel1 ) ;
2013-06-24 13:41:48 +02:00
this . Name = "PatchingWizard_SelectPatchPage" ;
2015-07-09 17:32:08 +02:00
this . tableLayoutPanel1 . ResumeLayout ( false ) ;
this . tableLayoutPanel1 . PerformLayout ( ) ;
2013-06-24 13:41:48 +02:00
( ( System . ComponentModel . ISupportInitialize ) ( this . dataGridViewPatches ) ) . EndInit ( ) ;
this . ResumeLayout ( false ) ;
}
#endregion
private System . Windows . Forms . Button BrowseButton ;
private DataGridViewEx dataGridViewPatches ;
2015-07-09 17:32:08 +02:00
private System . Windows . Forms . TableLayoutPanel tableLayoutPanel1 ;
private System . Windows . Forms . Label label2 ;
private System . Windows . Forms . TextBox fileNameTextBox ;
private System . Windows . Forms . RadioButton selectFromDiskRadioButton ;
2015-07-14 11:05:13 +02:00
private System . Windows . Forms . Button RefreshListButton ;
2015-07-09 17:32:08 +02:00
private System . Windows . Forms . RadioButton downloadUpdateRadioButton ;
private System . Windows . Forms . Label label3 ;
2015-07-14 11:05:13 +02:00
private System . Windows . Forms . Button RestoreDismUpdatesButton ;
2013-06-24 13:41:48 +02:00
private System . Windows . Forms . DataGridViewTextBoxColumn ColumnUpdate ;
private System . Windows . Forms . DataGridViewTextBoxColumn ColumnDescription ;
2015-07-14 11:05:13 +02:00
private System . Windows . Forms . DataGridViewTextBoxColumn ColumnDate ;
2015-07-09 17:59:14 +02:00
private System . Windows . Forms . DataGridViewLinkColumn webPageColumn ;
2013-06-24 13:41:48 +02:00
}
}