296 lines
13 KiB
C#
296 lines
13 KiB
C#
namespace Payroll.UI
|
|
{
|
|
partial class frmAssignSuperUser
|
|
{
|
|
/// <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.btnUnAssign = new System.Windows.Forms.Button();
|
|
this.grpSuperUser = new System.Windows.Forms.GroupBox();
|
|
this.txtSuperUserConfirmPassword = new System.Windows.Forms.TextBox();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.txtSuperUser = new System.Windows.Forms.TextBox();
|
|
this.txtSuperUserPassword = new System.Windows.Forms.TextBox();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.btnClose = new System.Windows.Forms.Button();
|
|
this.btnAssign = new System.Windows.Forms.Button();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.txtSearch = new System.Windows.Forms.TextBox();
|
|
this.txtSOID = new System.Windows.Forms.TextBox();
|
|
this.lsvUser = new System.Windows.Forms.ListView();
|
|
this.colEmployeeNo = new System.Windows.Forms.ColumnHeader();
|
|
this.colEmployeeName = new System.Windows.Forms.ColumnHeader();
|
|
this.grpSuperUser.SuspendLayout();
|
|
this.panel2.SuspendLayout();
|
|
this.panel1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// btnUnAssign
|
|
//
|
|
this.btnUnAssign.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnUnAssign.Location = new System.Drawing.Point(325, 6);
|
|
this.btnUnAssign.Name = "btnUnAssign";
|
|
this.btnUnAssign.Size = new System.Drawing.Size(75, 32);
|
|
this.btnUnAssign.TabIndex = 2;
|
|
this.btnUnAssign.Text = "UnAssign";
|
|
this.btnUnAssign.UseVisualStyleBackColor = true;
|
|
this.btnUnAssign.Visible = false;
|
|
//
|
|
// grpSuperUser
|
|
//
|
|
this.grpSuperUser.Controls.Add(this.txtSuperUserConfirmPassword);
|
|
this.grpSuperUser.Controls.Add(this.label6);
|
|
this.grpSuperUser.Controls.Add(this.label4);
|
|
this.grpSuperUser.Controls.Add(this.label5);
|
|
this.grpSuperUser.Controls.Add(this.txtSuperUser);
|
|
this.grpSuperUser.Controls.Add(this.txtSuperUserPassword);
|
|
this.grpSuperUser.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.grpSuperUser.Location = new System.Drawing.Point(11, 498);
|
|
this.grpSuperUser.Name = "grpSuperUser";
|
|
this.grpSuperUser.Size = new System.Drawing.Size(32, 23);
|
|
this.grpSuperUser.TabIndex = 8;
|
|
this.grpSuperUser.TabStop = false;
|
|
this.grpSuperUser.Text = "Verify by another superuser";
|
|
this.grpSuperUser.Visible = false;
|
|
//
|
|
// txtSuperUserConfirmPassword
|
|
//
|
|
this.txtSuperUserConfirmPassword.Location = new System.Drawing.Point(130, 81);
|
|
this.txtSuperUserConfirmPassword.Name = "txtSuperUserConfirmPassword";
|
|
this.txtSuperUserConfirmPassword.PasswordChar = '*';
|
|
this.txtSuperUserConfirmPassword.Size = new System.Drawing.Size(271, 20);
|
|
this.txtSuperUserConfirmPassword.TabIndex = 1;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(20, 31);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(55, 13);
|
|
this.label6.TabIndex = 0;
|
|
this.label6.Text = "Username";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(20, 57);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(53, 13);
|
|
this.label4.TabIndex = 0;
|
|
this.label4.Text = "Password";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(20, 84);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(91, 13);
|
|
this.label5.TabIndex = 0;
|
|
this.label5.Text = "Confirm Password";
|
|
//
|
|
// txtSuperUser
|
|
//
|
|
this.txtSuperUser.Location = new System.Drawing.Point(130, 28);
|
|
this.txtSuperUser.Name = "txtSuperUser";
|
|
this.txtSuperUser.Size = new System.Drawing.Size(271, 20);
|
|
this.txtSuperUser.TabIndex = 1;
|
|
//
|
|
// txtSuperUserPassword
|
|
//
|
|
this.txtSuperUserPassword.Location = new System.Drawing.Point(130, 54);
|
|
this.txtSuperUserPassword.Name = "txtSuperUserPassword";
|
|
this.txtSuperUserPassword.PasswordChar = '*';
|
|
this.txtSuperUserPassword.Size = new System.Drawing.Size(271, 20);
|
|
this.txtSuperUserPassword.TabIndex = 1;
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.panel2.Controls.Add(this.btnClose);
|
|
this.panel2.Controls.Add(this.btnUnAssign);
|
|
this.panel2.Controls.Add(this.btnAssign);
|
|
this.panel2.Location = new System.Drawing.Point(11, 521);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(600, 46);
|
|
this.panel2.TabIndex = 7;
|
|
//
|
|
// btnClose
|
|
//
|
|
this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnClose.Location = new System.Drawing.Point(506, 6);
|
|
this.btnClose.Name = "btnClose";
|
|
this.btnClose.Size = new System.Drawing.Size(75, 32);
|
|
this.btnClose.TabIndex = 2;
|
|
this.btnClose.Text = "Close";
|
|
this.btnClose.UseVisualStyleBackColor = true;
|
|
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
//
|
|
// btnAssign
|
|
//
|
|
this.btnAssign.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnAssign.Location = new System.Drawing.Point(415, 6);
|
|
this.btnAssign.Name = "btnAssign";
|
|
this.btnAssign.Size = new System.Drawing.Size(75, 32);
|
|
this.btnAssign.TabIndex = 2;
|
|
this.btnAssign.Text = "Assign";
|
|
this.btnAssign.UseVisualStyleBackColor = true;
|
|
this.btnAssign.Click += new System.EventHandler(this.btnAssign_Click);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(19, 477);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(33, 13);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "SOID";
|
|
this.label1.Visible = false;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(57, 17);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(190, 13);
|
|
this.label2.TabIndex = 25;
|
|
this.label2.Text = "Search from below list by Employee No";
|
|
//
|
|
// columnHeader1
|
|
//
|
|
this.columnHeader1.Text = "SOEID";
|
|
this.columnHeader1.Width = 160;
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.panel1.Controls.Add(this.label2);
|
|
this.panel1.Controls.Add(this.txtSearch);
|
|
this.panel1.Controls.Add(this.txtSOID);
|
|
this.panel1.Controls.Add(this.lsvUser);
|
|
this.panel1.Controls.Add(this.label1);
|
|
this.panel1.Location = new System.Drawing.Point(11, 11);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(600, 504);
|
|
this.panel1.TabIndex = 6;
|
|
//
|
|
// txtSearch
|
|
//
|
|
this.txtSearch.Location = new System.Drawing.Point(253, 14);
|
|
this.txtSearch.Name = "txtSearch";
|
|
this.txtSearch.Size = new System.Drawing.Size(262, 20);
|
|
this.txtSearch.TabIndex = 24;
|
|
this.txtSearch.TextChanged += new System.EventHandler(this.txtSearch_TextChanged);
|
|
//
|
|
// txtSOID
|
|
//
|
|
this.txtSOID.Location = new System.Drawing.Point(129, 474);
|
|
this.txtSOID.Name = "txtSOID";
|
|
this.txtSOID.Size = new System.Drawing.Size(271, 20);
|
|
this.txtSOID.TabIndex = 1;
|
|
this.txtSOID.Visible = false;
|
|
//
|
|
// lsvUser
|
|
//
|
|
this.lsvUser.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|
this.colEmployeeNo,
|
|
this.colEmployeeName,
|
|
this.columnHeader1});
|
|
this.lsvUser.FullRowSelect = true;
|
|
this.lsvUser.GridLines = true;
|
|
this.lsvUser.Location = new System.Drawing.Point(6, 47);
|
|
this.lsvUser.Name = "lsvUser";
|
|
this.lsvUser.Size = new System.Drawing.Size(584, 448);
|
|
this.lsvUser.Sorting = System.Windows.Forms.SortOrder.Ascending;
|
|
this.lsvUser.TabIndex = 23;
|
|
this.lsvUser.UseCompatibleStateImageBehavior = false;
|
|
this.lsvUser.View = System.Windows.Forms.View.Details;
|
|
this.lsvUser.SelectedIndexChanged += new System.EventHandler(this.lsvUser_SelectedIndexChanged);
|
|
//
|
|
// colEmployeeNo
|
|
//
|
|
this.colEmployeeNo.Text = "Employee No";
|
|
this.colEmployeeNo.Width = 160;
|
|
//
|
|
// colEmployeeName
|
|
//
|
|
this.colEmployeeName.Text = "Employee Name";
|
|
this.colEmployeeName.Width = 250;
|
|
//
|
|
// frmAssignSuperUser
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(623, 576);
|
|
this.Controls.Add(this.grpSuperUser);
|
|
this.Controls.Add(this.panel2);
|
|
this.Controls.Add(this.panel1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "frmAssignSuperUser";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Assign Superuser";
|
|
this.Load += new System.EventHandler(this.frmAssignSuperUser_Load);
|
|
this.grpSuperUser.ResumeLayout(false);
|
|
this.grpSuperUser.PerformLayout();
|
|
this.panel2.ResumeLayout(false);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button btnUnAssign;
|
|
private System.Windows.Forms.GroupBox grpSuperUser;
|
|
private System.Windows.Forms.TextBox txtSuperUserConfirmPassword;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.TextBox txtSuperUser;
|
|
private System.Windows.Forms.TextBox txtSuperUserPassword;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.Button btnClose;
|
|
private System.Windows.Forms.Button btnAssign;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.ColumnHeader columnHeader1;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.TextBox txtSearch;
|
|
private System.Windows.Forms.TextBox txtSOID;
|
|
private System.Windows.Forms.ListView lsvUser;
|
|
private System.Windows.Forms.ColumnHeader colEmployeeNo;
|
|
private System.Windows.Forms.ColumnHeader colEmployeeName;
|
|
|
|
}
|
|
} |