mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 23:10:16 +01:00
bd36a85bff
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
120 lines
6.2 KiB
C#
120 lines
6.2 KiB
C#
namespace XenAdmin.Wizards.NewVMWizard
|
|
{
|
|
partial class Page_Finish
|
|
{
|
|
/// <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_Finish));
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
|
|
this.AutoStartCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.SummaryGridView = new XenAdmin.Controls.DataGridViewEx.DataGridViewEx();
|
|
this.PropertyColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.ValueColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
((System.ComponentModel.ISupportInitialize)(this.SummaryGridView)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// richTextBox1
|
|
//
|
|
resources.ApplyResources(this.richTextBox1, "richTextBox1");
|
|
this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.richTextBox1.Name = "richTextBox1";
|
|
this.richTextBox1.ReadOnly = true;
|
|
this.richTextBox1.TabStop = false;
|
|
//
|
|
// AutoStartCheckBox
|
|
//
|
|
resources.ApplyResources(this.AutoStartCheckBox, "AutoStartCheckBox");
|
|
this.AutoStartCheckBox.Checked = true;
|
|
this.AutoStartCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.AutoStartCheckBox.Name = "AutoStartCheckBox";
|
|
this.AutoStartCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// SummaryGridView
|
|
//
|
|
resources.ApplyResources(this.SummaryGridView, "SummaryGridView");
|
|
this.SummaryGridView.BackgroundColor = System.Drawing.SystemColors.Control;
|
|
this.SummaryGridView.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
|
|
this.SummaryGridView.ColumnHeadersVisible = false;
|
|
this.SummaryGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.PropertyColumn,
|
|
this.ValueColumn});
|
|
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.SummaryGridView.DefaultCellStyle = dataGridViewCellStyle1;
|
|
this.SummaryGridView.Name = "SummaryGridView";
|
|
this.SummaryGridView.ReadOnly = true;
|
|
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
|
|
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Control;
|
|
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.SummaryGridView.RowsDefaultCellStyle = dataGridViewCellStyle2;
|
|
//
|
|
// PropertyColumn
|
|
//
|
|
this.PropertyColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
|
resources.ApplyResources(this.PropertyColumn, "PropertyColumn");
|
|
this.PropertyColumn.Name = "PropertyColumn";
|
|
this.PropertyColumn.ReadOnly = true;
|
|
//
|
|
// ValueColumn
|
|
//
|
|
this.ValueColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
resources.ApplyResources(this.ValueColumn, "ValueColumn");
|
|
this.ValueColumn.Name = "ValueColumn";
|
|
this.ValueColumn.ReadOnly = true;
|
|
//
|
|
// Page_Finish
|
|
//
|
|
resources.ApplyResources(this, "$this");
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.Controls.Add(this.SummaryGridView);
|
|
this.Controls.Add(this.AutoStartCheckBox);
|
|
this.Controls.Add(this.richTextBox1);
|
|
this.Name = "Page_Finish";
|
|
((System.ComponentModel.ISupportInitialize)(this.SummaryGridView)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.RichTextBox richTextBox1;
|
|
private System.Windows.Forms.CheckBox AutoStartCheckBox;
|
|
private XenAdmin.Controls.DataGridViewEx.DataGridViewEx SummaryGridView;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn PropertyColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ValueColumn;
|
|
}
|
|
}
|