mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-24 22:06:59 +01:00
a662268286
# HG changeset patch # User Gabor Apati-Nagy <Gabor.Apati-Nagy@citrix.com> # Date 1383736103 0 # Wed Nov 06 11:08:23 2013 +0000 # Node ID f79a41a7c73e5555143a1f5cdf7bd3e8f27a8fba # Parent 04c02de675af090f3171b6fbf3b21b023c645c24 GPU page: 5. put GPU page back at server level 7. Move Edit button of "Placement policy" closer to text and make the box smaller and fixed 8. Put Placement policy box within the scroll bar VM properties dialog / New VM wizard: 9. gpu types should be shown in order 2-4-8 10. show types that are not allowed as disabled items in the combobox (instead of not showing at all) 11. increase the height of combobox (max no of items) so that all items are seen without scroll Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
56 lines
1.7 KiB
C#
56 lines
1.7 KiB
C#
namespace XenAdmin.TabPages
|
|
{
|
|
partial class GpuPage
|
|
{
|
|
/// <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(GpuPage));
|
|
this.SuspendLayout();
|
|
//
|
|
// pageContainerPanel
|
|
//
|
|
resources.ApplyResources(this.pageContainerPanel, "pageContainerPanel");
|
|
this.pageContainerPanel.SizeChanged += new System.EventHandler(this.pageContainerPanel_SizeChanged);
|
|
|
|
//
|
|
// GpuPage
|
|
//
|
|
resources.ApplyResources(this, "$this");
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.Name = "GpuPage";
|
|
this.VisibleChanged += new System.EventHandler(this.GpuPage_VisibleChanged);
|
|
this.Controls.SetChildIndex(this.pageContainerPanel, 0);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
}
|