2010-03-02 17:56:21 +00:00
namespace Tanshu.Accounts.PointOfSale
{
2011-02-09 12:03:22 +00:00
partial class AssignUserGroups
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 ( )
{
2011-02-09 12:03:22 +00:00
this . lstGroups = new System . Windows . Forms . ListBox ( ) ;
this . lstUserGroups = new System . Windows . Forms . ListBox ( ) ;
2010-03-02 17:56:21 +00:00
this . cmbUsers = 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 ( ) ;
//
2011-02-09 12:03:22 +00:00
// lstGroups
2010-03-02 17:56:21 +00:00
//
2011-02-09 12:03:22 +00:00
this . lstGroups . FormattingEnabled = true ;
this . lstGroups . Location = new System . Drawing . Point ( 12 , 59 ) ;
this . lstGroups . Name = "lstGroups" ;
this . lstGroups . ScrollAlwaysVisible = true ;
this . lstGroups . Size = new System . Drawing . Size ( 183 , 225 ) ;
this . lstGroups . TabIndex = 0 ;
2010-03-02 17:56:21 +00:00
//
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 . lstUserGroups . FormattingEnabled = true ;
this . lstUserGroups . Location = new System . Drawing . Point ( 274 , 59 ) ;
this . lstUserGroups . Name = "lstUserGroups" ;
this . lstUserGroups . ScrollAlwaysVisible = true ;
this . lstUserGroups . Size = new System . Drawing . Size ( 183 , 225 ) ;
this . lstUserGroups . 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
//
this . cmbUsers . DropDownStyle = System . Windows . Forms . ComboBoxStyle . DropDownList ;
this . cmbUsers . FormattingEnabled = true ;
this . cmbUsers . Location = new System . Drawing . Point ( 72 , 12 ) ;
2011-02-09 12:03:22 +00:00
this . cmbUsers . Name = "cmbGroup" ;
2010-03-02 17:56:21 +00:00
this . cmbUsers . Size = new System . Drawing . Size ( 276 , 21 ) ;
this . cmbUsers . TabIndex = 2 ;
this . cmbUsers . 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 ( 60 , 13 ) ;
this . label1 . TabIndex = 4 ;
this . label1 . Text = "User Name" ;
//
// label2
//
this . label2 . AutoSize = true ;
this . label2 . Location = new System . Drawing . Point ( 12 , 43 ) ;
this . label2 . Name = "label2" ;
2011-02-09 12:03:22 +00:00
this . label2 . Size = new System . Drawing . Size ( 83 , 13 ) ;
2010-03-02 17:56:21 +00:00
this . label2 . TabIndex = 5 ;
2011-02-09 12:03:22 +00:00
this . label2 . Text = "Pending Groups" ;
2010-03-02 17:56:21 +00:00
//
// label3
//
this . label3 . AutoSize = true ;
this . label3 . Location = new System . Drawing . Point ( 271 , 43 ) ;
this . label3 . Name = "label3" ;
2011-02-09 12:03:22 +00:00
this . label3 . Size = new System . Drawing . Size ( 87 , 13 ) ;
2010-03-02 17:56:21 +00:00
this . label3 . TabIndex = 6 ;
2011-02-09 12:03:22 +00:00
this . label3 . Text = "Assigned Groups" ;
2010-03-02 17:56:21 +00:00
//
// 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
// AssignUserGroups
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 ) ;
this . Controls . Add ( this . cmbUsers ) ;
2011-02-09 12:03:22 +00:00
this . Controls . Add ( this . lstUserGroups ) ;
this . Controls . Add ( this . lstGroups ) ;
2010-03-02 17:56:21 +00:00
this . MaximizeBox = false ;
2011-02-09 12:03:22 +00:00
this . Name = "AssignUserGroups" ;
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 User Groups" ;
2010-03-02 17:56:21 +00:00
this . Load + = new System . EventHandler ( this . AssignRoles_Load ) ;
this . ResumeLayout ( false ) ;
this . PerformLayout ( ) ;
}
#endregion
2011-02-09 12:03:22 +00:00
private System . Windows . Forms . ListBox lstGroups ;
private System . Windows . Forms . ListBox lstUserGroups ;
2010-03-02 17:56:21 +00:00
private System . Windows . Forms . ComboBox cmbUsers ;
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 ;
}
}