namespace XenAdmin.Controls.GPU { partial class GpuConfiguration { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GpuConfiguration)); 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(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.cancelButton = new System.Windows.Forms.Button(); this.okButton = new System.Windows.Forms.Button(); this.dataGridViewEx1 = new XenAdmin.Controls.DataGridViewEx.DataGridViewEx(); this.CheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.NameColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.VGPUsPerGPUColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.VideoRAMColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.rubricLabel = new XenAdmin.Controls.Common.AutoHeightLabel(); this.tableLayoutPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewEx1)).BeginInit(); this.SuspendLayout(); // // tableLayoutPanel1 // resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1"); this.tableLayoutPanel1.Controls.Add(this.cancelButton, 2, 2); this.tableLayoutPanel1.Controls.Add(this.okButton, 1, 2); this.tableLayoutPanel1.Controls.Add(this.dataGridViewEx1, 0, 1); this.tableLayoutPanel1.Controls.Add(this.rubricLabel, 0, 0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; // // cancelButton // resources.ApplyResources(this.cancelButton, "cancelButton"); this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.cancelButton.Name = "cancelButton"; this.cancelButton.UseVisualStyleBackColor = true; // // okButton // resources.ApplyResources(this.okButton, "okButton"); this.okButton.Name = "okButton"; this.okButton.UseVisualStyleBackColor = true; this.okButton.Click += new System.EventHandler(this.okButton_Click); // // 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.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.CheckBoxColumn, this.NameColumn, this.VGPUsPerGPUColumn, this.VideoRAMColumn}); this.tableLayoutPanel1.SetColumnSpan(this.dataGridViewEx1, 3); dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle3.Font = new System.Drawing.Font("Segoe UI", 9F); 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"; this.dataGridViewEx1.ReadOnly = true; this.dataGridViewEx1.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; this.dataGridViewEx1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.RowHeaderSelect; this.dataGridViewEx1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_CellClick); // // CheckBoxColumn // this.CheckBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader; resources.ApplyResources(this.CheckBoxColumn, "CheckBoxColumn"); this.CheckBoxColumn.Name = "CheckBoxColumn"; this.CheckBoxColumn.ReadOnly = true; this.CheckBoxColumn.Resizable = System.Windows.Forms.DataGridViewTriState.False; // // NameColumn // resources.ApplyResources(this.NameColumn, "NameColumn"); this.NameColumn.Name = "NameColumn"; this.NameColumn.ReadOnly = true; this.NameColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // VGPUsPerGPUColumn // this.VGPUsPerGPUColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; this.VGPUsPerGPUColumn.DefaultCellStyle = dataGridViewCellStyle1; resources.ApplyResources(this.VGPUsPerGPUColumn, "VGPUsPerGPUColumn"); this.VGPUsPerGPUColumn.Name = "VGPUsPerGPUColumn"; this.VGPUsPerGPUColumn.ReadOnly = true; this.VGPUsPerGPUColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.VGPUsPerGPUColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // VideoRAMColumn // this.VideoRAMColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; this.VideoRAMColumn.DefaultCellStyle = dataGridViewCellStyle2; resources.ApplyResources(this.VideoRAMColumn, "VideoRAMColumn"); this.VideoRAMColumn.Name = "VideoRAMColumn"; this.VideoRAMColumn.ReadOnly = true; this.VideoRAMColumn.Resizable = System.Windows.Forms.DataGridViewTriState.False; this.VideoRAMColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // rubricLabel // resources.ApplyResources(this.rubricLabel, "rubricLabel"); this.rubricLabel.BackColor = System.Drawing.Color.Transparent; this.tableLayoutPanel1.SetColumnSpan(this.rubricLabel, 3); this.rubricLabel.Name = "rubricLabel"; // // GpuConfiguration // this.AcceptButton = this.okButton; resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.CancelButton = this.cancelButton; this.Controls.Add(this.tableLayoutPanel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Sizable; this.Name = "GpuConfiguration"; this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewEx1)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private XenAdmin.Controls.Common.AutoHeightLabel rubricLabel; private XenAdmin.Controls.DataGridViewEx.DataGridViewEx dataGridViewEx1; private System.Windows.Forms.Button okButton; private System.Windows.Forms.Button cancelButton; private System.Windows.Forms.DataGridViewCheckBoxColumn CheckBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn NameColumn; private System.Windows.Forms.DataGridViewTextBoxColumn VGPUsPerGPUColumn; private System.Windows.Forms.DataGridViewTextBoxColumn VideoRAMColumn; } }