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 ) ) ;
System . Windows . Forms . DataGridViewCellStyle dataGridViewCellStyle5 = new System . Windows . Forms . DataGridViewCellStyle ( ) ;
2016-08-08 12:41:42 +02:00
System . Windows . Forms . DataGridViewCellStyle dataGridViewCellStyle6 = new System . Windows . Forms . DataGridViewCellStyle ( ) ;
2017-08-30 10:31:05 +02:00
System . Windows . Forms . DataGridViewCellStyle dataGridViewCellStyle7 = new System . Windows . Forms . DataGridViewCellStyle ( ) ;
2013-06-24 13:41:48 +02:00
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 ( ) ;
2017-08-30 10:31:05 +02:00
System . Windows . Forms . DataGridViewCellStyle dataGridViewCellStyle4 = new System . Windows . Forms . DataGridViewCellStyle ( ) ;
2015-07-09 17:32:08 +02:00
this . tableLayoutPanel1 = new System . Windows . Forms . TableLayoutPanel ( ) ;
2016-12-10 15:44:15 +01:00
this . labelWithoutAutomatedUpdates = new System . Windows . Forms . Label ( ) ;
this . labelWithAutomatedUpdates = new System . Windows . Forms . Label ( ) ;
this . AutomatedUpdatesRadioButton = new System . Windows . Forms . RadioButton ( ) ;
this . automatedUpdatesOptionLabel = new System . Windows . Forms . Label ( ) ;
2016-08-08 12:41:42 +02:00
this . downloadUpdateRadioButton = new System . Windows . Forms . RadioButton ( ) ;
this . RefreshListButton = new System . Windows . Forms . Button ( ) ;
2015-07-14 11:05:13 +02:00
this . RestoreDismUpdatesButton = new System . Windows . Forms . Button ( ) ;
2016-08-08 12:41:42 +02:00
this . selectFromDiskRadioButton = new System . Windows . Forms . RadioButton ( ) ;
this . tableLayoutPanel2 = new System . Windows . Forms . TableLayoutPanel ( ) ;
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 ( ) ;
2016-08-08 12:41:42 +02:00
this . panel1 = new System . Windows . Forms . Panel ( ) ;
this . tableLayoutPanelSpinner = new System . Windows . Forms . TableLayoutPanel ( ) ;
this . pictureBox1 = new System . Windows . Forms . PictureBox ( ) ;
this . label1 = new System . Windows . Forms . Label ( ) ;
2015-09-07 13:24:31 +02:00
this . dataGridViewPatches = new XenAdmin . Controls . DataGridViewEx . DataGridViewEx ( ) ;
2013-06-24 13:41:48 +02:00
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 ( ) ;
2020-01-03 11:04:00 +01:00
this . _backgroundWorker = new System . ComponentModel . BackgroundWorker ( ) ;
2015-07-09 17:32:08 +02:00
this . tableLayoutPanel1 . SuspendLayout ( ) ;
2016-08-08 12:41:42 +02:00
this . tableLayoutPanel2 . SuspendLayout ( ) ;
this . panel1 . SuspendLayout ( ) ;
this . tableLayoutPanelSpinner . SuspendLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . pictureBox1 ) ) . BeginInit ( ) ;
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" ) ;
2016-12-10 15:44:15 +01:00
this . tableLayoutPanel1 . Controls . Add ( this . labelWithoutAutomatedUpdates , 0 , 1 ) ;
this . tableLayoutPanel1 . Controls . Add ( this . labelWithAutomatedUpdates , 0 , 0 ) ;
this . tableLayoutPanel1 . Controls . Add ( this . AutomatedUpdatesRadioButton , 0 , 2 ) ;
this . tableLayoutPanel1 . Controls . Add ( this . automatedUpdatesOptionLabel , 1 , 3 ) ;
2016-01-29 19:01:53 +01:00
this . tableLayoutPanel1 . Controls . Add ( this . downloadUpdateRadioButton , 0 , 4 ) ;
2016-08-08 12:41:42 +02:00
this . tableLayoutPanel1 . Controls . Add ( this . RefreshListButton , 1 , 6 ) ;
this . tableLayoutPanel1 . Controls . Add ( this . RestoreDismUpdatesButton , 2 , 6 ) ;
this . tableLayoutPanel1 . Controls . Add ( this . selectFromDiskRadioButton , 0 , 7 ) ;
this . tableLayoutPanel1 . Controls . Add ( this . tableLayoutPanel2 , 1 , 8 ) ;
this . tableLayoutPanel1 . Controls . Add ( this . panel1 , 1 , 5 ) ;
2015-07-09 17:32:08 +02:00
this . tableLayoutPanel1 . Name = "tableLayoutPanel1" ;
//
2016-12-10 15:44:15 +01:00
// labelWithoutAutomatedUpdates
2016-01-29 19:01:53 +01:00
//
2016-12-10 15:44:15 +01:00
resources . ApplyResources ( this . labelWithoutAutomatedUpdates , "labelWithoutAutomatedUpdates" ) ;
this . tableLayoutPanel1 . SetColumnSpan ( this . labelWithoutAutomatedUpdates , 3 ) ;
this . labelWithoutAutomatedUpdates . Name = "labelWithoutAutomatedUpdates" ;
2016-08-08 12:41:42 +02:00
//
2016-12-10 15:44:15 +01:00
// labelWithAutomatedUpdates
2016-08-08 12:41:42 +02:00
//
2016-12-10 15:44:15 +01:00
resources . ApplyResources ( this . labelWithAutomatedUpdates , "labelWithAutomatedUpdates" ) ;
this . tableLayoutPanel1 . SetColumnSpan ( this . labelWithAutomatedUpdates , 3 ) ;
this . labelWithAutomatedUpdates . Name = "labelWithAutomatedUpdates" ;
2016-01-29 19:01:53 +01:00
//
2016-12-10 15:44:15 +01:00
// AutomatedUpdatesRadioButton
2016-01-29 19:01:53 +01:00
//
2016-12-10 15:44:15 +01:00
resources . ApplyResources ( this . AutomatedUpdatesRadioButton , "AutomatedUpdatesRadioButton" ) ;
this . AutomatedUpdatesRadioButton . Checked = true ;
this . tableLayoutPanel1 . SetColumnSpan ( this . AutomatedUpdatesRadioButton , 3 ) ;
this . AutomatedUpdatesRadioButton . Name = "AutomatedUpdatesRadioButton" ;
this . AutomatedUpdatesRadioButton . TabStop = true ;
this . AutomatedUpdatesRadioButton . UseVisualStyleBackColor = true ;
this . AutomatedUpdatesRadioButton . CheckedChanged + = new System . EventHandler ( this . AutomaticRadioButton_CheckedChanged ) ;
this . AutomatedUpdatesRadioButton . TabStopChanged + = new System . EventHandler ( this . AutomaticRadioButton_TabStopChanged ) ;
2016-08-08 12:41:42 +02:00
//
2016-12-10 15:44:15 +01:00
// automatedUpdatesOptionLabel
2016-08-08 12:41:42 +02:00
//
2016-12-10 15:44:15 +01:00
resources . ApplyResources ( this . automatedUpdatesOptionLabel , "automatedUpdatesOptionLabel" ) ;
this . tableLayoutPanel1 . SetColumnSpan ( this . automatedUpdatesOptionLabel , 2 ) ;
this . automatedUpdatesOptionLabel . Name = "automatedUpdatesOptionLabel" ;
2016-08-08 12:41:42 +02:00
//
// downloadUpdateRadioButton
//
resources . ApplyResources ( this . downloadUpdateRadioButton , "downloadUpdateRadioButton" ) ;
this . tableLayoutPanel1 . SetColumnSpan ( this . downloadUpdateRadioButton , 3 ) ;
this . downloadUpdateRadioButton . Name = "downloadUpdateRadioButton" ;
this . downloadUpdateRadioButton . UseVisualStyleBackColor = true ;
this . downloadUpdateRadioButton . CheckedChanged + = new System . EventHandler ( this . downloadUpdateRadioButton_CheckedChanged ) ;
this . downloadUpdateRadioButton . TabStopChanged + = new System . EventHandler ( this . downloadUpdateRadioButton_TabStopChanged ) ;
//
// RefreshListButton
//
resources . ApplyResources ( this . RefreshListButton , "RefreshListButton" ) ;
this . RefreshListButton . Name = "RefreshListButton" ;
this . RefreshListButton . UseVisualStyleBackColor = true ;
this . RefreshListButton . Click + = new System . EventHandler ( this . RefreshListButton_Click ) ;
2016-01-29 19:01:53 +01:00
//
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
//
2016-08-08 12:41:42 +02:00
// selectFromDiskRadioButton
//
resources . ApplyResources ( this . selectFromDiskRadioButton , "selectFromDiskRadioButton" ) ;
this . tableLayoutPanel1 . SetColumnSpan ( this . selectFromDiskRadioButton , 3 ) ;
this . selectFromDiskRadioButton . Name = "selectFromDiskRadioButton" ;
this . selectFromDiskRadioButton . UseVisualStyleBackColor = true ;
this . selectFromDiskRadioButton . CheckedChanged + = new System . EventHandler ( this . selectFromDiskRadioButton_CheckedChanged ) ;
this . selectFromDiskRadioButton . TabStopChanged + = new System . EventHandler ( this . selectFromDiskRadioButton_TabStopChanged ) ;
//
// tableLayoutPanel2
//
resources . ApplyResources ( this . tableLayoutPanel2 , "tableLayoutPanel2" ) ;
this . tableLayoutPanel1 . SetColumnSpan ( this . tableLayoutPanel2 , 2 ) ;
this . tableLayoutPanel2 . Controls . Add ( this . label2 , 0 , 0 ) ;
this . tableLayoutPanel2 . Controls . Add ( this . fileNameTextBox , 1 , 0 ) ;
this . tableLayoutPanel2 . Controls . Add ( this . BrowseButton , 2 , 0 ) ;
this . tableLayoutPanel2 . Name = "tableLayoutPanel2" ;
//
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 ) ;
//
2016-08-08 12:41:42 +02:00
// panel1
2015-07-09 17:32:08 +02:00
//
2016-08-08 12:41:42 +02:00
this . tableLayoutPanel1 . SetColumnSpan ( this . panel1 , 2 ) ;
this . panel1 . Controls . Add ( this . tableLayoutPanelSpinner ) ;
this . panel1 . Controls . Add ( this . dataGridViewPatches ) ;
resources . ApplyResources ( this . panel1 , "panel1" ) ;
this . panel1 . Name = "panel1" ;
2016-01-29 19:01:53 +01:00
//
2016-08-08 12:41:42 +02:00
// tableLayoutPanelSpinner
2015-09-07 13:24:31 +02:00
//
2016-08-08 12:41:42 +02:00
resources . ApplyResources ( this . tableLayoutPanelSpinner , "tableLayoutPanelSpinner" ) ;
this . tableLayoutPanelSpinner . BackColor = System . Drawing . SystemColors . Window ;
this . tableLayoutPanelSpinner . Controls . Add ( this . pictureBox1 , 0 , 0 ) ;
this . tableLayoutPanelSpinner . Controls . Add ( this . label1 , 1 , 0 ) ;
this . tableLayoutPanelSpinner . Name = "tableLayoutPanelSpinner" ;
2015-09-07 13:24:31 +02:00
//
2016-08-08 12:41:42 +02:00
// pictureBox1
2015-09-07 13:24:31 +02:00
//
2016-08-08 12:41:42 +02:00
this . pictureBox1 . BackColor = System . Drawing . SystemColors . Window ;
this . pictureBox1 . Image = global :: XenAdmin . Properties . Resources . ajax_loader ;
resources . ApplyResources ( this . pictureBox1 , "pictureBox1" ) ;
this . pictureBox1 . Name = "pictureBox1" ;
this . pictureBox1 . TabStop = false ;
2015-09-07 13:24:31 +02:00
//
2016-08-08 12:41:42 +02:00
// label1
2016-03-14 17:10:16 +01:00
//
2016-08-08 12:41:42 +02:00
resources . ApplyResources ( this . label1 , "label1" ) ;
this . label1 . BackColor = System . Drawing . SystemColors . Window ;
this . label1 . Name = "label1" ;
2016-03-14 17:10:16 +01:00
//
2013-06-24 13:41:48 +02:00
// dataGridViewPatches
//
this . dataGridViewPatches . AllowUserToResizeColumns = false ;
this . dataGridViewPatches . AutoSizeRowsMode = System . Windows . Forms . DataGridViewAutoSizeRowsMode . AllCells ;
this . dataGridViewPatches . BackgroundColor = System . Drawing . SystemColors . Window ;
2016-08-08 12:41:42 +02:00
this . dataGridViewPatches . CellBorderStyle = System . Windows . Forms . DataGridViewCellBorderStyle . None ;
2018-08-03 12:32:51 +02:00
this . dataGridViewPatches . ColumnHeadersHeightSizeMode = System . Windows . Forms . DataGridViewColumnHeadersHeightSizeMode . DisableResizing ;
2013-06-24 13:41:48 +02:00
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 } ) ;
2017-08-30 10:31:05 +02:00
dataGridViewCellStyle5 . Alignment = System . Windows . Forms . DataGridViewContentAlignment . MiddleLeft ;
dataGridViewCellStyle5 . BackColor = System . Drawing . SystemColors . Window ;
dataGridViewCellStyle5 . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
dataGridViewCellStyle5 . ForeColor = System . Drawing . SystemColors . ControlText ;
dataGridViewCellStyle5 . SelectionBackColor = System . Drawing . SystemColors . Window ;
dataGridViewCellStyle5 . SelectionForeColor = System . Drawing . SystemColors . ControlText ;
dataGridViewCellStyle5 . WrapMode = System . Windows . Forms . DataGridViewTriState . False ;
this . dataGridViewPatches . DefaultCellStyle = dataGridViewCellStyle5 ;
2016-01-29 19:01:53 +01:00
resources . ApplyResources ( this . dataGridViewPatches , "dataGridViewPatches" ) ;
2016-08-08 12:41:42 +02:00
this . dataGridViewPatches . HideSelection = true ;
2013-06-24 13:41:48 +02:00
this . dataGridViewPatches . Name = "dataGridViewPatches" ;
this . dataGridViewPatches . ReadOnly = true ;
2017-08-30 10:31:05 +02:00
dataGridViewCellStyle6 . Alignment = System . Windows . Forms . DataGridViewContentAlignment . MiddleLeft ;
dataGridViewCellStyle6 . BackColor = System . Drawing . SystemColors . Control ;
dataGridViewCellStyle6 . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
dataGridViewCellStyle6 . ForeColor = System . Drawing . SystemColors . WindowText ;
dataGridViewCellStyle6 . SelectionBackColor = System . Drawing . SystemColors . Highlight ;
dataGridViewCellStyle6 . SelectionForeColor = System . Drawing . SystemColors . HighlightText ;
dataGridViewCellStyle6 . WrapMode = System . Windows . Forms . DataGridViewTriState . False ;
this . dataGridViewPatches . RowHeadersDefaultCellStyle = dataGridViewCellStyle6 ;
dataGridViewCellStyle7 . WrapMode = System . Windows . Forms . DataGridViewTriState . True ;
this . dataGridViewPatches . RowsDefaultCellStyle = dataGridViewCellStyle7 ;
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 . 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
//
2018-08-03 12:32:51 +02:00
this . ColumnUpdate . AutoSizeMode = System . Windows . Forms . DataGridViewAutoSizeColumnMode . AllCells ;
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-08-27 13:42:53 +02:00
this . ColumnDate . AutoSizeMode = System . Windows . Forms . DataGridViewAutoSizeColumnMode . AllCells ;
2015-07-14 11:05:13 +02:00
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-09-07 13:24:31 +02:00
this . webPageColumn . AutoSizeMode = System . Windows . Forms . DataGridViewAutoSizeColumnMode . None ;
2017-08-30 10:31:05 +02:00
dataGridViewCellStyle4 . Alignment = System . Windows . Forms . DataGridViewContentAlignment . TopLeft ;
dataGridViewCellStyle4 . WrapMode = System . Windows . Forms . DataGridViewTriState . False ;
this . webPageColumn . DefaultCellStyle = dataGridViewCellStyle4 ;
2015-08-27 13:42:53 +02:00
this . webPageColumn . FillWeight = 60F ;
2015-07-09 17:59:14 +02:00
resources . ApplyResources ( this . webPageColumn , "webPageColumn" ) ;
this . webPageColumn . Name = "webPageColumn" ;
this . webPageColumn . ReadOnly = true ;
2015-08-27 13:42:53 +02:00
this . webPageColumn . Resizable = System . Windows . Forms . DataGridViewTriState . True ;
2015-07-14 11:05:13 +02:00
//
2020-01-03 11:04:00 +01:00
// _backgroundWorker
//
this . _backgroundWorker . WorkerSupportsCancellation = true ;
this . _backgroundWorker . DoWork + = new System . ComponentModel . DoWorkEventHandler ( this . _backgroundWorker_DoWork ) ;
this . _backgroundWorker . RunWorkerCompleted + = new System . ComponentModel . RunWorkerCompletedEventHandler ( this . _backgroundWorker_RunWorkerCompleted ) ;
//
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 ( ) ;
2016-08-08 12:41:42 +02:00
this . tableLayoutPanel2 . ResumeLayout ( false ) ;
this . tableLayoutPanel2 . PerformLayout ( ) ;
this . panel1 . ResumeLayout ( false ) ;
this . panel1 . PerformLayout ( ) ;
this . tableLayoutPanelSpinner . ResumeLayout ( false ) ;
this . tableLayoutPanelSpinner . PerformLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . pictureBox1 ) ) . EndInit ( ) ;
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 ;
2016-12-10 15:44:15 +01:00
private System . Windows . Forms . Label labelWithAutomatedUpdates ;
2015-07-14 11:05:13 +02:00
private System . Windows . Forms . Button RestoreDismUpdatesButton ;
2016-12-10 15:44:15 +01:00
private System . Windows . Forms . Label automatedUpdatesOptionLabel ;
private System . Windows . Forms . RadioButton AutomatedUpdatesRadioButton ;
private System . Windows . Forms . Label labelWithoutAutomatedUpdates ;
2016-08-08 12:41:42 +02:00
private System . Windows . Forms . TableLayoutPanel tableLayoutPanel2 ;
private System . Windows . Forms . Panel panel1 ;
private System . Windows . Forms . TableLayoutPanel tableLayoutPanelSpinner ;
private System . Windows . Forms . PictureBox pictureBox1 ;
private System . Windows . Forms . Label label1 ;
2017-08-30 10:31:05 +02:00
private System . Windows . Forms . DataGridViewTextBoxColumn ColumnUpdate ;
private System . Windows . Forms . DataGridViewTextBoxColumn ColumnDescription ;
private System . Windows . Forms . DataGridViewTextBoxColumn ColumnDate ;
private System . Windows . Forms . DataGridViewLinkColumn webPageColumn ;
2020-01-03 11:04:00 +01:00
private System . ComponentModel . BackgroundWorker _backgroundWorker ;
2013-06-24 13:41:48 +02:00
}
}