2013-11-14 12:06:50 +01:00
namespace XenAdmin.Controls.GPU
{
partial class GpuRow
{
/// <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 ( )
{
this . components = new System . ComponentModel . Container ( ) ;
System . ComponentModel . ComponentResourceManager resources = new System . ComponentModel . ComponentResourceManager ( typeof ( GpuRow ) ) ;
System . Windows . Forms . DataGridViewCellStyle dataGridViewCellStyle1 = new System . Windows . Forms . DataGridViewCellStyle ( ) ;
2013-11-14 12:23:35 +01:00
this . allowedTypesImageList = new System . Windows . Forms . ImageList ( this . components ) ;
this . panelWithBorder = new XenAdmin . Controls . PanelWithBorder ( ) ;
2013-11-14 12:06:50 +01:00
this . tableLayoutPanel1 = new System . Windows . Forms . TableLayoutPanel ( ) ;
2013-11-14 12:23:35 +01:00
this . allowedTypesLabel = new XenAdmin . Controls . Common . AutoHeightLabel ( ) ;
this . pGpuLabel = new XenAdmin . Controls . Common . AutoHeightLabel ( ) ;
this . pGpuPictureBox = new System . Windows . Forms . PictureBox ( ) ;
this . allowedTypesGrid = new XenAdmin . Controls . DataGridViewEx . DataGridViewEx ( ) ;
2013-11-14 12:06:50 +01:00
this . ImageColumn = new System . Windows . Forms . DataGridViewImageColumn ( ) ;
this . TextColumn = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
2013-11-14 12:23:35 +01:00
this . shinyBarsContainerPanel = new System . Windows . Forms . TableLayoutPanel ( ) ;
this . editButton = new System . Windows . Forms . Button ( ) ;
this . multipleSelectionPanel = new System . Windows . Forms . Panel ( ) ;
this . clearAllButton = new System . Windows . Forms . Button ( ) ;
this . selectAllButton = new System . Windows . Forms . Button ( ) ;
this . panelWithBorder . SuspendLayout ( ) ;
2013-11-14 12:06:50 +01:00
this . tableLayoutPanel1 . SuspendLayout ( ) ;
2013-11-14 12:23:35 +01:00
( ( System . ComponentModel . ISupportInitialize ) ( this . pGpuPictureBox ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . allowedTypesGrid ) ) . BeginInit ( ) ;
this . multipleSelectionPanel . SuspendLayout ( ) ;
2013-11-14 12:06:50 +01:00
this . SuspendLayout ( ) ;
//
2013-11-14 12:23:35 +01:00
// allowedTypesImageList
2013-11-14 12:06:50 +01:00
//
2013-11-14 12:23:35 +01:00
this . allowedTypesImageList . ImageStream = ( ( System . Windows . Forms . ImageListStreamer ) ( resources . GetObject ( "allowedTypesImageList.ImageStream" ) ) ) ;
this . allowedTypesImageList . TransparentColor = System . Drawing . Color . Transparent ;
this . allowedTypesImageList . Images . SetKeyName ( 0 , "000_Abort_h32bit_16.png" ) ;
this . allowedTypesImageList . Images . SetKeyName ( 1 , "000_Tick_h32bit_16.png" ) ;
2013-11-14 12:06:50 +01:00
//
2013-11-14 12:23:35 +01:00
// panelWithBorder
2013-11-14 12:06:50 +01:00
//
2013-11-14 12:23:35 +01:00
resources . ApplyResources ( this . panelWithBorder , "panelWithBorder" ) ;
this . panelWithBorder . BackColor = System . Drawing . Color . Transparent ;
this . panelWithBorder . Controls . Add ( this . tableLayoutPanel1 ) ;
this . panelWithBorder . Controls . Add ( this . multipleSelectionPanel ) ;
this . panelWithBorder . Name = "panelWithBorder" ;
2013-11-14 12:06:50 +01:00
//
// tableLayoutPanel1
//
resources . ApplyResources ( this . tableLayoutPanel1 , "tableLayoutPanel1" ) ;
2013-11-14 12:23:35 +01:00
this . tableLayoutPanel1 . Controls . Add ( this . allowedTypesLabel , 2 , 0 ) ;
this . tableLayoutPanel1 . Controls . Add ( this . pGpuLabel , 1 , 0 ) ;
this . tableLayoutPanel1 . Controls . Add ( this . pGpuPictureBox , 0 , 0 ) ;
this . tableLayoutPanel1 . Controls . Add ( this . allowedTypesGrid , 2 , 1 ) ;
this . tableLayoutPanel1 . Controls . Add ( this . shinyBarsContainerPanel , 0 , 1 ) ;
this . tableLayoutPanel1 . Controls . Add ( this . editButton , 2 , 2 ) ;
2013-11-14 12:06:50 +01:00
this . tableLayoutPanel1 . Name = "tableLayoutPanel1" ;
//
2013-11-14 12:23:35 +01:00
// allowedTypesLabel
2013-11-14 12:06:50 +01:00
//
2013-11-14 12:23:35 +01:00
resources . ApplyResources ( this . allowedTypesLabel , "allowedTypesLabel" ) ;
this . allowedTypesLabel . AutoEllipsis = true ;
this . allowedTypesLabel . BackColor = System . Drawing . Color . Transparent ;
this . allowedTypesLabel . Name = "allowedTypesLabel" ;
2013-11-14 12:06:50 +01:00
//
2013-11-14 12:23:35 +01:00
// pGpuLabel
2013-11-14 12:06:50 +01:00
//
2013-11-14 12:23:35 +01:00
resources . ApplyResources ( this . pGpuLabel , "pGpuLabel" ) ;
this . pGpuLabel . AutoEllipsis = true ;
this . pGpuLabel . BackColor = System . Drawing . Color . Transparent ;
this . pGpuLabel . Name = "pGpuLabel" ;
2013-11-14 12:06:50 +01:00
//
2013-11-14 12:23:35 +01:00
// pGpuPictureBox
2013-11-14 12:06:50 +01:00
//
2013-11-14 12:23:35 +01:00
this . pGpuPictureBox . Image = global :: XenAdmin . Properties . Resources . _000_GetMemoryInfo_h32bit_16 ;
resources . ApplyResources ( this . pGpuPictureBox , "pGpuPictureBox" ) ;
this . pGpuPictureBox . Name = "pGpuPictureBox" ;
this . pGpuPictureBox . TabStop = false ;
2013-11-14 12:06:50 +01:00
//
2013-11-14 12:23:35 +01:00
// allowedTypesGrid
2013-11-14 12:06:50 +01:00
//
2013-11-14 12:23:35 +01:00
this . allowedTypesGrid . AllowUserToResizeColumns = false ;
2013-11-14 12:39:31 +01:00
this . allowedTypesGrid . BackgroundColor = System . Drawing . SystemColors . Window ;
2013-11-14 12:23:35 +01:00
this . allowedTypesGrid . BorderStyle = System . Windows . Forms . BorderStyle . None ;
this . allowedTypesGrid . CellBorderStyle = System . Windows . Forms . DataGridViewCellBorderStyle . None ;
this . allowedTypesGrid . ColumnHeadersBorderStyle = System . Windows . Forms . DataGridViewHeaderBorderStyle . None ;
this . allowedTypesGrid . ColumnHeadersHeightSizeMode = System . Windows . Forms . DataGridViewColumnHeadersHeightSizeMode . AutoSize ;
this . allowedTypesGrid . ColumnHeadersVisible = false ;
this . allowedTypesGrid . Columns . AddRange ( new System . Windows . Forms . DataGridViewColumn [ ] {
2013-11-14 12:06:50 +01:00
this . ImageColumn ,
this . TextColumn } ) ;
dataGridViewCellStyle1 . Alignment = System . Windows . Forms . DataGridViewContentAlignment . MiddleLeft ;
2013-11-14 12:39:31 +01:00
dataGridViewCellStyle1 . BackColor = System . Drawing . SystemColors . Window ;
2013-11-14 12:06:50 +01:00
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 . Window ;
dataGridViewCellStyle1 . SelectionForeColor = System . Drawing . SystemColors . ControlText ;
dataGridViewCellStyle1 . WrapMode = System . Windows . Forms . DataGridViewTriState . False ;
2013-11-14 12:23:35 +01:00
this . allowedTypesGrid . DefaultCellStyle = dataGridViewCellStyle1 ;
this . allowedTypesGrid . GridColor = System . Drawing . SystemColors . Control ;
this . allowedTypesGrid . HideSelection = true ;
2013-11-14 12:39:31 +01:00
resources . ApplyResources ( this . allowedTypesGrid , "allowedTypesGrid" ) ;
2013-11-14 12:23:35 +01:00
this . allowedTypesGrid . Name = "allowedTypesGrid" ;
this . allowedTypesGrid . ReadOnly = true ;
this . allowedTypesGrid . TabStop = false ;
2013-11-14 12:06:50 +01:00
//
// ImageColumn
//
this . ImageColumn . AutoSizeMode = System . Windows . Forms . DataGridViewAutoSizeColumnMode . None ;
this . ImageColumn . Frozen = true ;
resources . ApplyResources ( this . ImageColumn , "ImageColumn" ) ;
this . ImageColumn . Name = "ImageColumn" ;
this . ImageColumn . ReadOnly = true ;
//
// TextColumn
//
this . TextColumn . AutoSizeMode = System . Windows . Forms . DataGridViewAutoSizeColumnMode . None ;
this . TextColumn . FillWeight = 190F ;
this . TextColumn . Frozen = true ;
resources . ApplyResources ( this . TextColumn , "TextColumn" ) ;
this . TextColumn . Name = "TextColumn" ;
this . TextColumn . ReadOnly = true ;
this . TextColumn . Resizable = System . Windows . Forms . DataGridViewTriState . False ;
//
2013-11-14 12:23:35 +01:00
// shinyBarsContainerPanel
//
resources . ApplyResources ( this . shinyBarsContainerPanel , "shinyBarsContainerPanel" ) ;
this . tableLayoutPanel1 . SetColumnSpan ( this . shinyBarsContainerPanel , 2 ) ;
this . shinyBarsContainerPanel . Name = "shinyBarsContainerPanel" ;
this . tableLayoutPanel1 . SetRowSpan ( this . shinyBarsContainerPanel , 2 ) ;
//
// editButton
//
resources . ApplyResources ( this . editButton , "editButton" ) ;
2013-11-14 12:39:31 +01:00
this . editButton . BackColor = System . Drawing . Color . Transparent ;
2013-11-14 12:23:35 +01:00
this . editButton . Name = "editButton" ;
this . editButton . UseVisualStyleBackColor = false ;
this . editButton . Click + = new System . EventHandler ( this . editButton_Click ) ;
//
// multipleSelectionPanel
//
this . multipleSelectionPanel . Controls . Add ( this . clearAllButton ) ;
this . multipleSelectionPanel . Controls . Add ( this . selectAllButton ) ;
resources . ApplyResources ( this . multipleSelectionPanel , "multipleSelectionPanel" ) ;
this . multipleSelectionPanel . Name = "multipleSelectionPanel" ;
2013-11-14 12:06:50 +01:00
//
2013-11-14 12:23:35 +01:00
// clearAllButton
//
resources . ApplyResources ( this . clearAllButton , "clearAllButton" ) ;
this . clearAllButton . Name = "clearAllButton" ;
this . clearAllButton . UseVisualStyleBackColor = true ;
this . clearAllButton . Click + = new System . EventHandler ( this . clearAllButton_Click ) ;
//
// selectAllButton
//
resources . ApplyResources ( this . selectAllButton , "selectAllButton" ) ;
this . selectAllButton . Name = "selectAllButton" ;
this . selectAllButton . UseVisualStyleBackColor = true ;
this . selectAllButton . Click + = new System . EventHandler ( this . selectAllButton_Click ) ;
2013-11-14 12:06:50 +01:00
//
// GpuRow
//
resources . ApplyResources ( this , "$this" ) ;
this . AutoScaleMode = System . Windows . Forms . AutoScaleMode . Dpi ;
2013-11-14 12:23:35 +01:00
this . Controls . Add ( this . panelWithBorder ) ;
2013-11-14 12:06:50 +01:00
this . Name = "GpuRow" ;
2013-11-14 12:23:35 +01:00
this . panelWithBorder . ResumeLayout ( false ) ;
this . panelWithBorder . PerformLayout ( ) ;
2013-11-14 12:06:50 +01:00
this . tableLayoutPanel1 . ResumeLayout ( false ) ;
this . tableLayoutPanel1 . PerformLayout ( ) ;
2013-11-14 12:23:35 +01:00
( ( System . ComponentModel . ISupportInitialize ) ( this . pGpuPictureBox ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . allowedTypesGrid ) ) . EndInit ( ) ;
this . multipleSelectionPanel . ResumeLayout ( false ) ;
2013-11-14 12:06:50 +01:00
this . ResumeLayout ( false ) ;
2013-11-14 12:23:35 +01:00
this . PerformLayout ( ) ;
2013-11-14 12:06:50 +01:00
}
#endregion
2013-11-14 12:23:35 +01:00
private System . Windows . Forms . PictureBox pGpuPictureBox ;
private XenAdmin . Controls . Common . AutoHeightLabel pGpuLabel ;
private System . Windows . Forms . ImageList allowedTypesImageList ;
private XenAdmin . Controls . DataGridViewEx . DataGridViewEx allowedTypesGrid ;
private XenAdmin . Controls . Common . AutoHeightLabel allowedTypesLabel ;
2013-11-14 12:06:50 +01:00
private System . Windows . Forms . DataGridViewImageColumn ImageColumn ;
private System . Windows . Forms . DataGridViewTextBoxColumn TextColumn ;
2013-11-14 12:23:35 +01:00
private System . Windows . Forms . TableLayoutPanel shinyBarsContainerPanel ;
private System . Windows . Forms . Button clearAllButton ;
private System . Windows . Forms . Button selectAllButton ;
private PanelWithBorder panelWithBorder ;
2021-04-30 13:34:20 +02:00
private System . Windows . Forms . Panel multipleSelectionPanel ;
2013-11-14 12:23:35 +01:00
private System . Windows . Forms . TableLayoutPanel tableLayoutPanel1 ;
2013-11-14 12:39:31 +01:00
private System . Windows . Forms . Button editButton ;
2013-11-14 12:06:50 +01:00
}
}