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()
|
|
|
|
|
{
|
2014-10-16 11:11:55 +00:00
|
|
|
|
this.cmbUser = new System.Windows.Forms.ComboBox();
|
2010-03-02 17:56:21 +00:00
|
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
2014-10-16 11:11:55 +00:00
|
|
|
|
this.clbGroups = new System.Windows.Forms.CheckedListBox();
|
|
|
|
|
this.btnCancel = new System.Windows.Forms.Button();
|
|
|
|
|
this.btnOk = new System.Windows.Forms.Button();
|
2010-03-02 17:56:21 +00:00
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
2014-10-16 11:11:55 +00:00
|
|
|
|
// cmbUser
|
2010-03-02 17:56:21 +00:00
|
|
|
|
//
|
2014-10-16 11:11:55 +00:00
|
|
|
|
this.cmbUser.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
|
|
this.cmbUser.FormattingEnabled = true;
|
|
|
|
|
this.cmbUser.Location = new System.Drawing.Point(72, 12);
|
|
|
|
|
this.cmbUser.Name = "cmbUser";
|
|
|
|
|
this.cmbUser.Size = new System.Drawing.Size(385, 21);
|
|
|
|
|
this.cmbUser.TabIndex = 2;
|
|
|
|
|
this.cmbUser.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";
|
|
|
|
|
this.label1.Size = new System.Drawing.Size(60, 13);
|
|
|
|
|
this.label1.TabIndex = 4;
|
|
|
|
|
this.label1.Text = "User Name";
|
|
|
|
|
//
|
2014-10-16 11:11:55 +00:00
|
|
|
|
// clbGroups
|
2010-03-02 17:56:21 +00:00
|
|
|
|
//
|
2014-10-16 11:11:55 +00:00
|
|
|
|
this.clbGroups.FormattingEnabled = true;
|
|
|
|
|
this.clbGroups.Location = new System.Drawing.Point(12, 39);
|
|
|
|
|
this.clbGroups.Name = "clbGroups";
|
|
|
|
|
this.clbGroups.Size = new System.Drawing.Size(445, 184);
|
|
|
|
|
this.clbGroups.TabIndex = 22;
|
|
|
|
|
this.clbGroups.Format += new System.Windows.Forms.ListControlConvertEventHandler(this.clbGroups_Format);
|
2010-03-02 17:56:21 +00:00
|
|
|
|
//
|
2014-10-16 11:11:55 +00:00
|
|
|
|
// btnCancel
|
2010-03-02 17:56:21 +00:00
|
|
|
|
//
|
2014-10-16 11:11:55 +00:00
|
|
|
|
this.btnCancel.Location = new System.Drawing.Point(382, 236);
|
|
|
|
|
this.btnCancel.Name = "btnCancel";
|
|
|
|
|
this.btnCancel.Size = new System.Drawing.Size(75, 75);
|
|
|
|
|
this.btnCancel.TabIndex = 25;
|
|
|
|
|
this.btnCancel.Text = "&Cancel";
|
|
|
|
|
this.btnCancel.UseVisualStyleBackColor = true;
|
|
|
|
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
2010-03-02 17:56:21 +00:00
|
|
|
|
//
|
2014-10-16 11:11:55 +00:00
|
|
|
|
// btnOk
|
2010-03-02 17:56:21 +00:00
|
|
|
|
//
|
2014-10-16 11:11:55 +00:00
|
|
|
|
this.btnOk.Location = new System.Drawing.Point(301, 236);
|
|
|
|
|
this.btnOk.Name = "btnOk";
|
|
|
|
|
this.btnOk.Size = new System.Drawing.Size(75, 75);
|
|
|
|
|
this.btnOk.TabIndex = 24;
|
|
|
|
|
this.btnOk.Text = "&Ok";
|
|
|
|
|
this.btnOk.UseVisualStyleBackColor = true;
|
|
|
|
|
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
|
2010-03-02 17:56:21 +00:00
|
|
|
|
//
|
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);
|
2014-10-16 11:11:55 +00:00
|
|
|
|
this.Controls.Add(this.btnCancel);
|
|
|
|
|
this.Controls.Add(this.btnOk);
|
|
|
|
|
this.Controls.Add(this.clbGroups);
|
2010-03-02 17:56:21 +00:00
|
|
|
|
this.Controls.Add(this.label1);
|
2014-10-16 11:11:55 +00:00
|
|
|
|
this.Controls.Add(this.cmbUser);
|
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
|
|
|
|
|
|
2014-10-16 11:11:55 +00:00
|
|
|
|
private System.Windows.Forms.ComboBox cmbUser;
|
2010-03-02 17:56:21 +00:00
|
|
|
|
private System.Windows.Forms.Label label1;
|
2014-10-16 11:11:55 +00:00
|
|
|
|
private System.Windows.Forms.CheckedListBox clbGroups;
|
|
|
|
|
private System.Windows.Forms.Button btnCancel;
|
|
|
|
|
private System.Windows.Forms.Button btnOk;
|
2010-03-02 17:56:21 +00:00
|
|
|
|
}
|
|
|
|
|
}
|