2013-06-24 13:41:48 +02:00
namespace XenAdmin.Wizards.NewVMWizard
{
partial class Page_Storage
{
/// <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 ( Page_Storage ) ) ;
System . Windows . Forms . DataGridViewCellStyle dataGridViewCellStyle1 = new System . Windows . Forms . DataGridViewCellStyle ( ) ;
2016-08-05 17:02:03 +02:00
this . CloneCheckBox = new System . Windows . Forms . CheckBox ( ) ;
2013-06-24 13:41:48 +02:00
this . DisksGridView = new XenAdmin . Controls . DataGridViewEx . DataGridViewEx ( ) ;
2016-08-10 16:24:47 +02:00
this . ImageColumn = new System . Windows . Forms . DataGridViewImageColumn ( ) ;
this . NameColumn = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . SrColumn = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . SizeColumn = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . SharedColumn = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
2016-08-05 17:02:03 +02:00
this . DeleteButton = new System . Windows . Forms . Button ( ) ;
2019-10-23 15:27:27 +02:00
this . EditButton = new System . Windows . Forms . Button ( ) ;
2016-08-05 17:02:03 +02:00
this . AddButton = new System . Windows . Forms . Button ( ) ;
this . DisklessVMRadioButton = new System . Windows . Forms . RadioButton ( ) ;
this . DisksRadioButton = new System . Windows . Forms . RadioButton ( ) ;
this . label1 = new System . Windows . Forms . Label ( ) ;
2019-10-23 15:27:27 +02:00
this . tableLayoutPanel1 = new System . Windows . Forms . TableLayoutPanel ( ) ;
2013-06-24 13:41:48 +02:00
( ( System . ComponentModel . ISupportInitialize ) ( this . DisksGridView ) ) . BeginInit ( ) ;
2019-10-23 15:27:27 +02:00
this . tableLayoutPanel1 . SuspendLayout ( ) ;
2013-06-24 13:41:48 +02:00
this . SuspendLayout ( ) ;
//
2016-08-05 17:02:03 +02:00
// CloneCheckBox
2013-06-24 13:41:48 +02:00
//
2016-08-05 17:02:03 +02:00
resources . ApplyResources ( this . CloneCheckBox , "CloneCheckBox" ) ;
2019-10-23 15:27:27 +02:00
this . tableLayoutPanel1 . SetColumnSpan ( this . CloneCheckBox , 2 ) ;
2016-08-05 17:02:03 +02:00
this . CloneCheckBox . Name = "CloneCheckBox" ;
this . CloneCheckBox . UseVisualStyleBackColor = true ;
2013-06-24 13:41:48 +02:00
//
// DisksGridView
//
this . DisksGridView . BackgroundColor = System . Drawing . SystemColors . Window ;
this . DisksGridView . CellBorderStyle = System . Windows . Forms . DataGridViewCellBorderStyle . None ;
2022-01-21 16:19:29 +01:00
resources . ApplyResources ( this . DisksGridView , "DisksGridView" ) ;
2019-10-23 15:27:27 +02:00
this . DisksGridView . ColumnHeadersHeightSizeMode = System . Windows . Forms . DataGridViewColumnHeadersHeightSizeMode . DisableResizing ;
2013-06-24 13:41:48 +02:00
this . DisksGridView . Columns . AddRange ( new System . Windows . Forms . DataGridViewColumn [ ] {
this . ImageColumn ,
2016-08-05 17:02:03 +02:00
this . NameColumn ,
2013-06-24 13:41:48 +02:00
this . SrColumn ,
this . SizeColumn ,
this . SharedColumn } ) ;
dataGridViewCellStyle1 . Alignment = System . Windows . Forms . DataGridViewContentAlignment . MiddleLeft ;
dataGridViewCellStyle1 . BackColor = System . Drawing . SystemColors . Window ;
dataGridViewCellStyle1 . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
dataGridViewCellStyle1 . ForeColor = System . Drawing . SystemColors . ControlText ;
dataGridViewCellStyle1 . SelectionBackColor = System . Drawing . SystemColors . Control ;
dataGridViewCellStyle1 . SelectionForeColor = System . Drawing . SystemColors . ControlText ;
dataGridViewCellStyle1 . WrapMode = System . Windows . Forms . DataGridViewTriState . False ;
this . DisksGridView . DefaultCellStyle = dataGridViewCellStyle1 ;
this . DisksGridView . Name = "DisksGridView" ;
2019-10-23 15:27:27 +02:00
this . tableLayoutPanel1 . SetRowSpan ( this . DisksGridView , 3 ) ;
2022-01-21 16:19:29 +01:00
this . DisksGridView . Enter + = new System . EventHandler ( this . DisksGridView_Enter ) ;
2013-06-24 13:41:48 +02:00
this . DisksGridView . SelectionChanged + = new System . EventHandler ( this . DisksGridView_SelectionChanged ) ;
//
2016-08-10 16:24:47 +02:00
// ImageColumn
//
this . ImageColumn . AutoSizeMode = System . Windows . Forms . DataGridViewAutoSizeColumnMode . AllCells ;
resources . ApplyResources ( this . ImageColumn , "ImageColumn" ) ;
this . ImageColumn . Name = "ImageColumn" ;
this . ImageColumn . ReadOnly = true ;
//
// NameColumn
//
this . NameColumn . AutoSizeMode = System . Windows . Forms . DataGridViewAutoSizeColumnMode . Fill ;
this . NameColumn . FillWeight = 40F ;
resources . ApplyResources ( this . NameColumn , "NameColumn" ) ;
this . NameColumn . Name = "NameColumn" ;
this . NameColumn . ReadOnly = true ;
//
// SrColumn
//
this . SrColumn . AutoSizeMode = System . Windows . Forms . DataGridViewAutoSizeColumnMode . Fill ;
this . SrColumn . FillWeight = 60F ;
resources . ApplyResources ( this . SrColumn , "SrColumn" ) ;
this . SrColumn . Name = "SrColumn" ;
this . SrColumn . ReadOnly = true ;
//
// SizeColumn
//
this . SizeColumn . AutoSizeMode = System . Windows . Forms . DataGridViewAutoSizeColumnMode . AllCells ;
resources . ApplyResources ( this . SizeColumn , "SizeColumn" ) ;
this . SizeColumn . Name = "SizeColumn" ;
this . SizeColumn . ReadOnly = true ;
//
// SharedColumn
//
this . SharedColumn . AutoSizeMode = System . Windows . Forms . DataGridViewAutoSizeColumnMode . AllCells ;
resources . ApplyResources ( this . SharedColumn , "SharedColumn" ) ;
this . SharedColumn . Name = "SharedColumn" ;
this . SharedColumn . ReadOnly = true ;
//
2016-08-05 17:02:03 +02:00
// DeleteButton
//
resources . ApplyResources ( this . DeleteButton , "DeleteButton" ) ;
this . DeleteButton . Name = "DeleteButton" ;
this . DeleteButton . UseVisualStyleBackColor = true ;
this . DeleteButton . Click + = new System . EventHandler ( this . DeleteButton_Click ) ;
//
2019-10-23 15:27:27 +02:00
// EditButton
2016-08-05 17:02:03 +02:00
//
2019-10-23 15:27:27 +02:00
resources . ApplyResources ( this . EditButton , "EditButton" ) ;
this . EditButton . Name = "EditButton" ;
this . EditButton . UseVisualStyleBackColor = true ;
this . EditButton . Click + = new System . EventHandler ( this . EditButton_Click ) ;
2016-08-05 17:02:03 +02:00
//
// AddButton
//
resources . ApplyResources ( this . AddButton , "AddButton" ) ;
this . AddButton . Name = "AddButton" ;
this . AddButton . UseVisualStyleBackColor = true ;
this . AddButton . Click + = new System . EventHandler ( this . AddButton_Click ) ;
//
// DisklessVMRadioButton
//
resources . ApplyResources ( this . DisklessVMRadioButton , "DisklessVMRadioButton" ) ;
2019-10-23 15:27:27 +02:00
this . tableLayoutPanel1 . SetColumnSpan ( this . DisklessVMRadioButton , 3 ) ;
2016-08-05 17:02:03 +02:00
this . DisklessVMRadioButton . Name = "DisklessVMRadioButton" ;
this . DisklessVMRadioButton . TabStop = true ;
this . DisklessVMRadioButton . UseVisualStyleBackColor = true ;
this . DisklessVMRadioButton . CheckedChanged + = new System . EventHandler ( this . DisklessVMRadioButton_CheckedChanged ) ;
//
// DisksRadioButton
//
resources . ApplyResources ( this . DisksRadioButton , "DisksRadioButton" ) ;
2019-10-23 15:27:27 +02:00
this . tableLayoutPanel1 . SetColumnSpan ( this . DisksRadioButton , 3 ) ;
2016-08-05 17:02:03 +02:00
this . DisksRadioButton . Name = "DisksRadioButton" ;
this . DisksRadioButton . TabStop = true ;
this . DisksRadioButton . UseVisualStyleBackColor = true ;
this . DisksRadioButton . CheckedChanged + = new System . EventHandler ( this . DisksRadioButton_CheckedChanged ) ;
//
// label1
//
resources . ApplyResources ( this . label1 , "label1" ) ;
2019-10-23 15:27:27 +02:00
this . tableLayoutPanel1 . SetColumnSpan ( this . label1 , 3 ) ;
2016-08-05 17:02:03 +02:00
this . label1 . Name = "label1" ;
//
2019-10-23 15:27:27 +02:00
// tableLayoutPanel1
//
resources . ApplyResources ( this . tableLayoutPanel1 , "tableLayoutPanel1" ) ;
this . tableLayoutPanel1 . Controls . Add ( this . label1 , 0 , 0 ) ;
this . tableLayoutPanel1 . Controls . Add ( this . CloneCheckBox , 1 , 5 ) ;
this . tableLayoutPanel1 . Controls . Add ( this . DeleteButton , 2 , 4 ) ;
this . tableLayoutPanel1 . Controls . Add ( this . DisksGridView , 1 , 2 ) ;
this . tableLayoutPanel1 . Controls . Add ( this . EditButton , 2 , 3 ) ;
this . tableLayoutPanel1 . Controls . Add ( this . DisksRadioButton , 0 , 1 ) ;
this . tableLayoutPanel1 . Controls . Add ( this . AddButton , 2 , 2 ) ;
this . tableLayoutPanel1 . Controls . Add ( this . DisklessVMRadioButton , 0 , 6 ) ;
this . tableLayoutPanel1 . Name = "tableLayoutPanel1" ;
//
2013-06-24 13:41:48 +02:00
// Page_Storage
//
resources . ApplyResources ( this , "$this" ) ;
this . AutoScaleMode = System . Windows . Forms . AutoScaleMode . Dpi ;
2019-10-23 15:27:27 +02:00
this . Controls . Add ( this . tableLayoutPanel1 ) ;
2013-06-24 13:41:48 +02:00
this . Name = "Page_Storage" ;
( ( System . ComponentModel . ISupportInitialize ) ( this . DisksGridView ) ) . EndInit ( ) ;
2019-10-23 15:27:27 +02:00
this . tableLayoutPanel1 . ResumeLayout ( false ) ;
this . tableLayoutPanel1 . PerformLayout ( ) ;
2013-06-24 13:41:48 +02:00
this . ResumeLayout ( false ) ;
}
#endregion
private System . Windows . Forms . Label label1 ;
private System . Windows . Forms . RadioButton DisksRadioButton ;
private System . Windows . Forms . RadioButton DisklessVMRadioButton ;
private System . Windows . Forms . Button AddButton ;
2019-10-23 15:27:27 +02:00
private System . Windows . Forms . Button EditButton ;
2013-06-24 13:41:48 +02:00
private System . Windows . Forms . Button DeleteButton ;
private XenAdmin . Controls . DataGridViewEx . DataGridViewEx DisksGridView ;
2016-08-05 17:02:03 +02:00
private System . Windows . Forms . CheckBox CloneCheckBox ;
2013-06-24 13:41:48 +02:00
private System . Windows . Forms . DataGridViewImageColumn ImageColumn ;
2016-08-05 17:02:03 +02:00
private System . Windows . Forms . DataGridViewTextBoxColumn NameColumn ;
2013-06-24 13:41:48 +02:00
private System . Windows . Forms . DataGridViewTextBoxColumn SrColumn ;
private System . Windows . Forms . DataGridViewTextBoxColumn SizeColumn ;
private System . Windows . Forms . DataGridViewTextBoxColumn SharedColumn ;
2019-10-23 15:27:27 +02:00
private System . Windows . Forms . TableLayoutPanel tableLayoutPanel1 ;
2013-06-24 13:41:48 +02:00
}
}