namespace XenAdmin.Dialogs { partial class RoleSelectionDialog { /// /// 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 Windows Form 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(RoleSelectionDialog)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); this.buttonSave = new System.Windows.Forms.Button(); this.buttonCancel = new System.Windows.Forms.Button(); this.labelBlurb = new System.Windows.Forms.Label(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.labelDescription = new System.Windows.Forms.Label(); this.gridRoles = new System.Windows.Forms.DataGridView(); this.ColumnRolesCheckBox = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.pictureBoxSubjectType = new System.Windows.Forms.PictureBox(); this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); this.tableLayoutPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridRoles)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSubjectType)).BeginInit(); this.tableLayoutPanel2.SuspendLayout(); this.SuspendLayout(); // // buttonSave // resources.ApplyResources(this.buttonSave, "buttonSave"); this.buttonSave.Name = "buttonSave"; this.buttonSave.UseVisualStyleBackColor = true; this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click); // // buttonCancel // resources.ApplyResources(this.buttonCancel, "buttonCancel"); this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click); // // labelBlurb // resources.ApplyResources(this.labelBlurb, "labelBlurb"); this.labelBlurb.Name = "labelBlurb"; // // tableLayoutPanel1 // resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1"); this.tableLayoutPanel1.Controls.Add(this.labelDescription, 1, 0); this.tableLayoutPanel1.Controls.Add(this.gridRoles, 0, 0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; // // labelDescription // resources.ApplyResources(this.labelDescription, "labelDescription"); this.labelDescription.Name = "labelDescription"; // // gridRoles // this.gridRoles.AllowUserToAddRows = false; this.gridRoles.AllowUserToDeleteRows = false; this.gridRoles.AllowUserToResizeColumns = false; this.gridRoles.AllowUserToResizeRows = false; this.gridRoles.BackgroundColor = System.Drawing.SystemColors.Window; this.gridRoles.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None; this.gridRoles.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.gridRoles.ColumnHeadersVisible = false; this.gridRoles.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.ColumnRolesCheckBox, this.dataGridViewTextBoxColumn1}); resources.ApplyResources(this.gridRoles, "gridRoles"); this.gridRoles.MultiSelect = false; this.gridRoles.Name = "gridRoles"; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle2.Font = new System.Drawing.Font("Segoe UI", 9F); dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.gridRoles.RowHeadersDefaultCellStyle = dataGridViewCellStyle2; this.gridRoles.RowHeadersVisible = false; this.gridRoles.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; this.gridRoles.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.gridRoles.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.gridRoles_KeyPress); this.gridRoles.SelectionChanged += new System.EventHandler(this.gridRoles_SelectionChanged); this.gridRoles.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.gridRoles_CellContentClick); // // ColumnRolesCheckBox // this.ColumnRolesCheckBox.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; resources.ApplyResources(this.ColumnRolesCheckBox, "ColumnRolesCheckBox"); this.ColumnRolesCheckBox.Name = "ColumnRolesCheckBox"; this.ColumnRolesCheckBox.ReadOnly = true; this.ColumnRolesCheckBox.Resizable = System.Windows.Forms.DataGridViewTriState.False; // // dataGridViewTextBoxColumn1 // this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dataGridViewTextBoxColumn1.DefaultCellStyle = dataGridViewCellStyle1; resources.ApplyResources(this.dataGridViewTextBoxColumn1, "dataGridViewTextBoxColumn1"); this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; this.dataGridViewTextBoxColumn1.ReadOnly = true; this.dataGridViewTextBoxColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.False; this.dataGridViewTextBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // pictureBoxSubjectType // resources.ApplyResources(this.pictureBoxSubjectType, "pictureBoxSubjectType"); this.pictureBoxSubjectType.Image = global::XenAdmin.Properties.Resources._000_UserAndGroup_h32bit_32; this.pictureBoxSubjectType.Name = "pictureBoxSubjectType"; this.pictureBoxSubjectType.TabStop = false; // // dataGridViewTextBoxColumn2 // this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dataGridViewTextBoxColumn2.DefaultCellStyle = dataGridViewCellStyle3; resources.ApplyResources(this.dataGridViewTextBoxColumn2, "dataGridViewTextBoxColumn2"); this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; this.dataGridViewTextBoxColumn2.ReadOnly = true; this.dataGridViewTextBoxColumn2.Resizable = System.Windows.Forms.DataGridViewTriState.False; this.dataGridViewTextBoxColumn2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // dataGridViewTextBoxColumn3 // this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; resources.ApplyResources(this.dataGridViewTextBoxColumn3, "dataGridViewTextBoxColumn3"); this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"; this.dataGridViewTextBoxColumn3.ReadOnly = true; // // tableLayoutPanel2 // resources.ApplyResources(this.tableLayoutPanel2, "tableLayoutPanel2"); this.tableLayoutPanel2.Controls.Add(this.labelBlurb, 1, 0); this.tableLayoutPanel2.Controls.Add(this.pictureBoxSubjectType, 0, 0); this.tableLayoutPanel2.Name = "tableLayoutPanel2"; // // RoleSelectionDialog // this.AcceptButton = this.buttonSave; resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.CancelButton = this.buttonCancel; this.Controls.Add(this.tableLayoutPanel2); this.Controls.Add(this.tableLayoutPanel1); this.Controls.Add(this.buttonCancel); this.Controls.Add(this.buttonSave); this.Name = "RoleSelectionDialog"; this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridRoles)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxSubjectType)).EndInit(); this.tableLayoutPanel2.ResumeLayout(false); this.tableLayoutPanel2.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button buttonSave; private System.Windows.Forms.Button buttonCancel; private System.Windows.Forms.Label labelBlurb; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.DataGridView gridRoles; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3; private System.Windows.Forms.Label labelDescription; private System.Windows.Forms.PictureBox pictureBoxSubjectType; private System.Windows.Forms.DataGridViewCheckBoxColumn ColumnRolesCheckBox; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; } }