narsil/Tanshu.Accounts.PointOfSale/User Management/AssignRoleGroups.Designer.cs

180 lines
8.3 KiB
C#

namespace Tanshu.Accounts.PointOfSale
{
partial class AssignGroupRoles
{
/// <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 Windows Form 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()
{
this.lstRoles = new System.Windows.Forms.ListBox();
this.lstGroupRoles = new System.Windows.Forms.ListBox();
this.cmbGroup = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.btnAddSelected = new System.Windows.Forms.Button();
this.btnAddAll = new System.Windows.Forms.Button();
this.btnRemoveSelected = new System.Windows.Forms.Button();
this.btnRemoveAll = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// lstGroups
//
this.lstRoles.FormattingEnabled = true;
this.lstRoles.Location = new System.Drawing.Point(12, 59);
this.lstRoles.Name = "lstGroups";
this.lstRoles.ScrollAlwaysVisible = true;
this.lstRoles.Size = new System.Drawing.Size(183, 225);
this.lstRoles.TabIndex = 0;
//
// lstUserGroups
//
this.lstGroupRoles.FormattingEnabled = true;
this.lstGroupRoles.Location = new System.Drawing.Point(274, 59);
this.lstGroupRoles.Name = "lstUserGroups";
this.lstGroupRoles.ScrollAlwaysVisible = true;
this.lstGroupRoles.Size = new System.Drawing.Size(183, 225);
this.lstGroupRoles.TabIndex = 1;
//
// cmbGroup
//
this.cmbGroup.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbGroup.FormattingEnabled = true;
this.cmbGroup.Location = new System.Drawing.Point(82, 12);
this.cmbGroup.Name = "cmbGroup";
this.cmbGroup.Size = new System.Drawing.Size(375, 21);
this.cmbGroup.TabIndex = 2;
this.cmbGroup.SelectedIndexChanged += new System.EventHandler(this.cmbUsers_SelectedIndexChanged);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(9, 12);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(67, 13);
this.label1.TabIndex = 4;
this.label1.Text = "Group Name";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(12, 43);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(76, 13);
this.label2.TabIndex = 5;
this.label2.Text = "Pending Roles";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(271, 43);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(80, 13);
this.label3.TabIndex = 6;
this.label3.Text = "Assigned Roles";
//
// btnAddSelected
//
this.btnAddSelected.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnAddSelected.Location = new System.Drawing.Point(201, 105);
this.btnAddSelected.Name = "btnAddSelected";
this.btnAddSelected.Size = new System.Drawing.Size(67, 25);
this.btnAddSelected.TabIndex = 7;
this.btnAddSelected.Text = ">";
this.btnAddSelected.UseVisualStyleBackColor = true;
this.btnAddSelected.Click += new System.EventHandler(this.btnAddSelected_Click);
//
// btnAddAll
//
this.btnAddAll.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnAddAll.Location = new System.Drawing.Point(201, 136);
this.btnAddAll.Name = "btnAddAll";
this.btnAddAll.Size = new System.Drawing.Size(67, 25);
this.btnAddAll.TabIndex = 8;
this.btnAddAll.Text = ">>";
this.btnAddAll.UseVisualStyleBackColor = true;
this.btnAddAll.Click += new System.EventHandler(this.btnAddAll_Click);
//
// btnRemoveSelected
//
this.btnRemoveSelected.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnRemoveSelected.Location = new System.Drawing.Point(201, 167);
this.btnRemoveSelected.Name = "btnRemoveSelected";
this.btnRemoveSelected.Size = new System.Drawing.Size(67, 25);
this.btnRemoveSelected.TabIndex = 9;
this.btnRemoveSelected.Text = "<";
this.btnRemoveSelected.UseVisualStyleBackColor = true;
this.btnRemoveSelected.Click += new System.EventHandler(this.btnRemoveSelected_Click);
//
// btnRemoveAll
//
this.btnRemoveAll.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnRemoveAll.Location = new System.Drawing.Point(201, 198);
this.btnRemoveAll.Name = "btnRemoveAll";
this.btnRemoveAll.Size = new System.Drawing.Size(67, 25);
this.btnRemoveAll.TabIndex = 10;
this.btnRemoveAll.Text = "<<";
this.btnRemoveAll.UseVisualStyleBackColor = true;
this.btnRemoveAll.Click += new System.EventHandler(this.btnRemoveAll_Click);
//
// AssignGroupRoles
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(469, 323);
this.Controls.Add(this.btnRemoveAll);
this.Controls.Add(this.btnRemoveSelected);
this.Controls.Add(this.btnAddAll);
this.Controls.Add(this.btnAddSelected);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.cmbGroup);
this.Controls.Add(this.lstGroupRoles);
this.Controls.Add(this.lstRoles);
this.MaximizeBox = false;
this.Name = "AssignGroupRoles";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Assign Role Groups";
this.Load += new System.EventHandler(this.AssignGroupRoles_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ListBox lstRoles;
private System.Windows.Forms.ListBox lstGroupRoles;
private System.Windows.Forms.ComboBox cmbGroup;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button btnAddSelected;
private System.Windows.Forms.Button btnAddAll;
private System.Windows.Forms.Button btnRemoveSelected;
private System.Windows.Forms.Button btnRemoveAll;
}
}