2010-03-02 17:56:21 +00:00
namespace Tanshu.Accounts.PointOfSale
{
2011-02-09 12:03:22 +00:00
partial class AssignGroupRoles
2010-03-02 17:56:21 +00:00
{
/// <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 ( ) ;
2011-02-09 12:03:22 +00:00
this . lstGroupRoles = new System . Windows . Forms . ListBox ( ) ;
this . cmbGroup = new System . Windows . Forms . ComboBox ( ) ;
2010-03-02 17:56:21 +00:00
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 ( ) ;
//
2011-02-09 12:03:22 +00:00
// lstGroups
2010-03-02 17:56:21 +00:00
//
this . lstRoles . FormattingEnabled = true ;
this . lstRoles . Location = new System . Drawing . Point ( 12 , 59 ) ;
2011-02-09 12:03:22 +00:00
this . lstRoles . Name = "lstGroups" ;
this . lstRoles . ScrollAlwaysVisible = true ;
2010-03-02 17:56:21 +00:00
this . lstRoles . Size = new System . Drawing . Size ( 183 , 225 ) ;
this . lstRoles . TabIndex = 0 ;
//
2011-02-09 12:03:22 +00:00
// lstUserGroups
2010-03-02 17:56:21 +00:00
//
2011-02-09 12:03:22 +00:00
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 ;
2010-03-02 17:56:21 +00:00
//
2011-02-09 12:03:22 +00:00
// cmbGroup
2010-03-02 17:56:21 +00:00
//
2011-02-09 12:03:22 +00:00
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 ) ;
2010-03-02 17:56:21 +00:00
//
// label1
//
this . label1 . AutoSize = true ;
this . label1 . Location = new System . Drawing . Point ( 9 , 12 ) ;
this . label1 . Name = "label1" ;
2011-02-09 12:03:22 +00:00
this . label1 . Size = new System . Drawing . Size ( 67 , 13 ) ;
2010-03-02 17:56:21 +00:00
this . label1 . TabIndex = 4 ;
2011-02-09 12:03:22 +00:00
this . label1 . Text = "Group Name" ;
2010-03-02 17:56:21 +00:00
//
// 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 ) ;
//
2011-02-09 12:03:22 +00:00
// AssignGroupRoles
2010-03-02 17:56:21 +00:00
//
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 ) ;
2011-02-09 12:03:22 +00:00
this . Controls . Add ( this . cmbGroup ) ;
this . Controls . Add ( this . lstGroupRoles ) ;
2010-03-02 17:56:21 +00:00
this . Controls . Add ( this . lstRoles ) ;
this . MaximizeBox = false ;
2011-02-09 12:03:22 +00:00
this . Name = "AssignGroupRoles" ;
2010-03-02 17:56:21 +00:00
this . StartPosition = System . Windows . Forms . FormStartPosition . CenterScreen ;
2011-02-09 12:03:22 +00:00
this . Text = "Assign Role Groups" ;
this . Load + = new System . EventHandler ( this . AssignGroupRoles_Load ) ;
2010-03-02 17:56:21 +00:00
this . ResumeLayout ( false ) ;
this . PerformLayout ( ) ;
}
#endregion
private System . Windows . Forms . ListBox lstRoles ;
2011-02-09 12:03:22 +00:00
private System . Windows . Forms . ListBox lstGroupRoles ;
private System . Windows . Forms . ComboBox cmbGroup ;
2010-03-02 17:56:21 +00:00
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 ;
}
}