namespace XenAdmin.Wizards.GenericPages { partial class RBACWarningPage { /// /// 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(RBACWarningPage)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); this.dataGridViewEx1 = new XenAdmin.Controls.DataGridViewEx.DataGridViewEx(); this.IconColumn = new System.Windows.Forms.DataGridViewImageColumn(); this.WarningColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.labelDescription = new System.Windows.Forms.Label(); this.labelClickNext = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewEx1)).BeginInit(); this.tableLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // dataGridViewEx1 // this.dataGridViewEx1.AllowUserToResizeColumns = false; resources.ApplyResources(this.dataGridViewEx1, "dataGridViewEx1"); this.dataGridViewEx1.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells; this.dataGridViewEx1.BackgroundColor = System.Drawing.SystemColors.Window; this.dataGridViewEx1.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None; this.dataGridViewEx1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridViewEx1.ColumnHeadersVisible = false; this.dataGridViewEx1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.IconColumn, this.WarningColumn}); this.tableLayoutPanel1.SetColumnSpan(this.dataGridViewEx1, 2); dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dataGridViewEx1.DefaultCellStyle = dataGridViewCellStyle2; this.dataGridViewEx1.HideSelection = true; this.dataGridViewEx1.Name = "dataGridViewEx1"; dataGridViewCellStyle3.Padding = new System.Windows.Forms.Padding(5, 5, 5, 0); dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dataGridViewEx1.RowsDefaultCellStyle = dataGridViewCellStyle3; // // IconColumn // this.IconColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopCenter; dataGridViewCellStyle1.NullValue = ((object)(resources.GetObject("dataGridViewCellStyle1.NullValue"))); this.IconColumn.DefaultCellStyle = dataGridViewCellStyle1; resources.ApplyResources(this.IconColumn, "IconColumn"); this.IconColumn.Name = "IconColumn"; this.IconColumn.ReadOnly = true; this.IconColumn.Resizable = System.Windows.Forms.DataGridViewTriState.False; // // WarningColumn // this.WarningColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; resources.ApplyResources(this.WarningColumn, "WarningColumn"); this.WarningColumn.Name = "WarningColumn"; this.WarningColumn.ReadOnly = true; this.WarningColumn.Resizable = System.Windows.Forms.DataGridViewTriState.False; // // tableLayoutPanel1 // resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1"); this.tableLayoutPanel1.Controls.Add(this.dataGridViewEx1, 0, 4); this.tableLayoutPanel1.Controls.Add(this.labelDescription, 0, 0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; // // labelDescription // resources.ApplyResources(this.labelDescription, "labelDescription"); this.tableLayoutPanel1.SetColumnSpan(this.labelDescription, 2); this.labelDescription.Name = "labelDescription"; // // labelClickNext // resources.ApplyResources(this.labelClickNext, "labelClickNext"); this.labelClickNext.Name = "labelClickNext"; // // RBACWarningPage // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.Controls.Add(this.labelClickNext); this.Controls.Add(this.tableLayoutPanel1); this.Name = "RBACWarningPage"; ((System.ComponentModel.ISupportInitialize)(this.dataGridViewEx1)).EndInit(); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private XenAdmin.Controls.DataGridViewEx.DataGridViewEx dataGridViewEx1; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.Label labelDescription; private System.Windows.Forms.Label labelClickNext; private System.Windows.Forms.DataGridViewImageColumn IconColumn; private System.Windows.Forms.DataGridViewTextBoxColumn WarningColumn; } }