2013-06-24 13:41:48 +02:00
|
|
|
|
namespace XenAdmin.Wizards.ExportWizard
|
|
|
|
|
{
|
|
|
|
|
partial class ExportFinishPage
|
|
|
|
|
{
|
|
|
|
|
/// <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(ExportFinishPage));
|
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
|
|
this.m_labelIntro = new XenAdmin.Controls.Common.AutoHeightLabel();
|
|
|
|
|
this.m_dataGridView = new System.Windows.Forms.DataGridView();
|
|
|
|
|
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
2018-10-09 14:56:56 +02:00
|
|
|
|
this.warningLabel = new System.Windows.Forms.Label();
|
|
|
|
|
this.m_checkBoxVerify = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.warningPicture = new System.Windows.Forms.PictureBox();
|
2013-06-24 13:41:48 +02:00
|
|
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.m_dataGridView)).BeginInit();
|
2018-10-09 14:56:56 +02:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.warningPicture)).BeginInit();
|
2013-06-24 13:41:48 +02:00
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// tableLayoutPanel1
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.m_labelIntro, 0, 0);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.m_dataGridView, 0, 2);
|
2018-10-09 14:56:56 +02:00
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.warningLabel, 2, 4);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.m_checkBoxVerify, 0, 4);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.warningPicture, 1, 4);
|
2013-06-24 13:41:48 +02:00
|
|
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
|
|
|
//
|
|
|
|
|
// m_labelIntro
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.m_labelIntro, "m_labelIntro");
|
2018-10-09 14:56:56 +02:00
|
|
|
|
this.tableLayoutPanel1.SetColumnSpan(this.m_labelIntro, 3);
|
2013-06-24 13:41:48 +02:00
|
|
|
|
this.m_labelIntro.Name = "m_labelIntro";
|
|
|
|
|
//
|
|
|
|
|
// m_dataGridView
|
|
|
|
|
//
|
|
|
|
|
this.m_dataGridView.AllowUserToAddRows = false;
|
|
|
|
|
this.m_dataGridView.AllowUserToDeleteRows = false;
|
|
|
|
|
this.m_dataGridView.AllowUserToResizeColumns = false;
|
|
|
|
|
this.m_dataGridView.AllowUserToResizeRows = false;
|
|
|
|
|
this.m_dataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
|
|
|
|
|
this.m_dataGridView.BackgroundColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.m_dataGridView.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
|
|
|
this.m_dataGridView.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
|
|
|
|
|
this.m_dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
|
|
this.m_dataGridView.ColumnHeadersVisible = false;
|
|
|
|
|
this.m_dataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
|
|
this.Column1,
|
|
|
|
|
this.Column2});
|
2018-10-09 14:56:56 +02:00
|
|
|
|
this.tableLayoutPanel1.SetColumnSpan(this.m_dataGridView, 3);
|
2013-06-24 13:41:48 +02:00
|
|
|
|
resources.ApplyResources(this.m_dataGridView, "m_dataGridView");
|
|
|
|
|
this.m_dataGridView.MultiSelect = false;
|
|
|
|
|
this.m_dataGridView.Name = "m_dataGridView";
|
|
|
|
|
this.m_dataGridView.ReadOnly = true;
|
|
|
|
|
this.m_dataGridView.RowHeadersVisible = false;
|
|
|
|
|
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
|
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
|
this.m_dataGridView.RowsDefaultCellStyle = dataGridViewCellStyle1;
|
|
|
|
|
this.m_dataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
|
|
|
//
|
|
|
|
|
// Column1
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.Column1, "Column1");
|
|
|
|
|
this.Column1.Name = "Column1";
|
|
|
|
|
this.Column1.ReadOnly = true;
|
|
|
|
|
//
|
|
|
|
|
// Column2
|
|
|
|
|
//
|
|
|
|
|
this.Column2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
|
|
resources.ApplyResources(this.Column2, "Column2");
|
|
|
|
|
this.Column2.Name = "Column2";
|
|
|
|
|
this.Column2.ReadOnly = true;
|
|
|
|
|
//
|
2018-10-09 14:56:56 +02:00
|
|
|
|
// warningLabel
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.warningLabel, "warningLabel");
|
|
|
|
|
this.warningLabel.Name = "warningLabel";
|
|
|
|
|
//
|
|
|
|
|
// m_checkBoxVerify
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.m_checkBoxVerify, "m_checkBoxVerify");
|
|
|
|
|
this.m_checkBoxVerify.Name = "m_checkBoxVerify";
|
|
|
|
|
this.m_checkBoxVerify.UseVisualStyleBackColor = true;
|
|
|
|
|
this.m_checkBoxVerify.CheckStateChanged += new System.EventHandler(this.m_checkBoxVerify_CheckStateChanged);
|
|
|
|
|
//
|
|
|
|
|
// warningPicture
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.warningPicture, "warningPicture");
|
|
|
|
|
this.warningPicture.Image = global::XenAdmin.Properties.Resources._000_Alert2_h32bit_16;
|
|
|
|
|
this.warningPicture.Name = "warningPicture";
|
|
|
|
|
this.warningPicture.TabStop = false;
|
|
|
|
|
//
|
2013-06-24 13:41:48 +02:00
|
|
|
|
// ExportFinishPage
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this, "$this");
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
|
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
|
|
|
|
this.Name = "ExportFinishPage";
|
|
|
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
|
|
|
this.tableLayoutPanel1.PerformLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.m_dataGridView)).EndInit();
|
2018-10-09 14:56:56 +02:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.warningPicture)).EndInit();
|
2013-06-24 13:41:48 +02:00
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
2018-10-09 14:56:56 +02:00
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
2013-06-24 13:41:48 +02:00
|
|
|
|
private XenAdmin.Controls.Common.AutoHeightLabel m_labelIntro;
|
|
|
|
|
private System.Windows.Forms.DataGridView m_dataGridView;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
|
2018-10-09 14:56:56 +02:00
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
|
|
|
|
|
private System.Windows.Forms.PictureBox warningPicture;
|
|
|
|
|
private System.Windows.Forms.Label warningLabel;
|
|
|
|
|
private System.Windows.Forms.CheckBox m_checkBoxVerify;
|
2013-06-24 13:41:48 +02:00
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|