481 lines
28 KiB
C#
481 lines
28 KiB
C#
namespace LFP_Manager.Forms
|
|
{
|
|
partial class FmxPasswordChange
|
|
{
|
|
/// <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.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
|
this.BtnResetPW = new DevExpress.XtraEditors.SimpleButton();
|
|
this.BtnCancel = new DevExpress.XtraEditors.SimpleButton();
|
|
this.BtnOk = new DevExpress.XtraEditors.SimpleButton();
|
|
this.TeCurrentPW = new DevExpress.XtraEditors.TextEdit();
|
|
this.TeNewPW = new DevExpress.XtraEditors.TextEdit();
|
|
this.TeCornfirmPW = new DevExpress.XtraEditors.TextEdit();
|
|
this.RbMaster = new System.Windows.Forms.RadioButton();
|
|
this.RbEngineer = new System.Windows.Forms.RadioButton();
|
|
this.RbTechnician = new System.Windows.Forms.RadioButton();
|
|
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
|
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
this.simpleLabelItem1 = new DevExpress.XtraLayout.SimpleLabelItem();
|
|
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.simpleLabelItem2 = new DevExpress.XtraLayout.SimpleLabelItem();
|
|
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.simpleLabelItem3 = new DevExpress.XtraLayout.SimpleLabelItem();
|
|
this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
|
this.layoutControl1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.TeCurrentPW.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.TeNewPW.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.TeCornfirmPW.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem3)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// layoutControl1
|
|
//
|
|
this.layoutControl1.Controls.Add(this.BtnResetPW);
|
|
this.layoutControl1.Controls.Add(this.BtnCancel);
|
|
this.layoutControl1.Controls.Add(this.BtnOk);
|
|
this.layoutControl1.Controls.Add(this.TeCurrentPW);
|
|
this.layoutControl1.Controls.Add(this.TeNewPW);
|
|
this.layoutControl1.Controls.Add(this.TeCornfirmPW);
|
|
this.layoutControl1.Controls.Add(this.RbMaster);
|
|
this.layoutControl1.Controls.Add(this.RbEngineer);
|
|
this.layoutControl1.Controls.Add(this.RbTechnician);
|
|
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.layoutControl1.Location = new System.Drawing.Point(0, 0);
|
|
this.layoutControl1.Name = "layoutControl1";
|
|
this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(804, 0, 650, 400);
|
|
this.layoutControl1.Root = this.Root;
|
|
this.layoutControl1.Size = new System.Drawing.Size(500, 265);
|
|
this.layoutControl1.TabIndex = 0;
|
|
this.layoutControl1.Text = "layoutControl1";
|
|
//
|
|
// BtnResetPW
|
|
//
|
|
this.BtnResetPW.Location = new System.Drawing.Point(412, 180);
|
|
this.BtnResetPW.Name = "BtnResetPW";
|
|
this.BtnResetPW.Size = new System.Drawing.Size(85, 39);
|
|
this.BtnResetPW.StyleController = this.layoutControl1;
|
|
this.BtnResetPW.TabIndex = 15;
|
|
this.BtnResetPW.Text = "Reset";
|
|
this.BtnResetPW.Click += new System.EventHandler(this.BtnResetPW_Click);
|
|
//
|
|
// BtnCancel
|
|
//
|
|
this.BtnCancel.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
|
this.BtnCancel.Appearance.Options.UseFont = true;
|
|
this.BtnCancel.Location = new System.Drawing.Point(252, 223);
|
|
this.BtnCancel.Name = "BtnCancel";
|
|
this.BtnCancel.Size = new System.Drawing.Size(245, 39);
|
|
this.BtnCancel.StyleController = this.layoutControl1;
|
|
this.BtnCancel.TabIndex = 6;
|
|
this.BtnCancel.Text = "CANCEL";
|
|
this.BtnCancel.Click += new System.EventHandler(this.BtnCancel_Click);
|
|
//
|
|
// BtnOk
|
|
//
|
|
this.BtnOk.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
|
this.BtnOk.Appearance.Options.UseFont = true;
|
|
this.BtnOk.Location = new System.Drawing.Point(3, 223);
|
|
this.BtnOk.Name = "BtnOk";
|
|
this.BtnOk.Size = new System.Drawing.Size(245, 39);
|
|
this.BtnOk.StyleController = this.layoutControl1;
|
|
this.BtnOk.TabIndex = 5;
|
|
this.BtnOk.Text = "Apply";
|
|
this.BtnOk.Click += new System.EventHandler(this.BtnOk_Click);
|
|
//
|
|
// TeCurrentPW
|
|
//
|
|
this.TeCurrentPW.Location = new System.Drawing.Point(133, 86);
|
|
this.TeCurrentPW.Name = "TeCurrentPW";
|
|
this.TeCurrentPW.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.TeCurrentPW.Properties.Appearance.Options.UseFont = true;
|
|
this.TeCurrentPW.Properties.Appearance.Options.UseTextOptions = true;
|
|
this.TeCurrentPW.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.TeCurrentPW.Properties.PasswordChar = '*';
|
|
this.TeCurrentPW.Size = new System.Drawing.Size(360, 26);
|
|
this.TeCurrentPW.StyleController = this.layoutControl1;
|
|
this.TeCurrentPW.TabIndex = 4;
|
|
//
|
|
// TeNewPW
|
|
//
|
|
this.TeNewPW.Location = new System.Drawing.Point(133, 116);
|
|
this.TeNewPW.Name = "TeNewPW";
|
|
this.TeNewPW.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.TeNewPW.Properties.Appearance.Options.UseFont = true;
|
|
this.TeNewPW.Properties.Appearance.Options.UseTextOptions = true;
|
|
this.TeNewPW.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.TeNewPW.Properties.PasswordChar = '*';
|
|
this.TeNewPW.Size = new System.Drawing.Size(360, 26);
|
|
this.TeNewPW.StyleController = this.layoutControl1;
|
|
this.TeNewPW.TabIndex = 4;
|
|
//
|
|
// TeCornfirmPW
|
|
//
|
|
this.TeCornfirmPW.Location = new System.Drawing.Point(133, 146);
|
|
this.TeCornfirmPW.Name = "TeCornfirmPW";
|
|
this.TeCornfirmPW.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.TeCornfirmPW.Properties.Appearance.Options.UseFont = true;
|
|
this.TeCornfirmPW.Properties.Appearance.Options.UseTextOptions = true;
|
|
this.TeCornfirmPW.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.TeCornfirmPW.Properties.PasswordChar = '*';
|
|
this.TeCornfirmPW.Size = new System.Drawing.Size(360, 26);
|
|
this.TeCornfirmPW.StyleController = this.layoutControl1;
|
|
this.TeCornfirmPW.TabIndex = 4;
|
|
//
|
|
// RbMaster
|
|
//
|
|
this.RbMaster.Location = new System.Drawing.Point(7, 28);
|
|
this.RbMaster.Name = "RbMaster";
|
|
this.RbMaster.Size = new System.Drawing.Size(159, 25);
|
|
this.RbMaster.TabIndex = 8;
|
|
this.RbMaster.TabStop = true;
|
|
this.RbMaster.Text = "Master";
|
|
this.RbMaster.UseVisualStyleBackColor = true;
|
|
//
|
|
// RbEngineer
|
|
//
|
|
this.RbEngineer.Location = new System.Drawing.Point(170, 28);
|
|
this.RbEngineer.Name = "RbEngineer";
|
|
this.RbEngineer.Size = new System.Drawing.Size(159, 25);
|
|
this.RbEngineer.TabIndex = 9;
|
|
this.RbEngineer.TabStop = true;
|
|
this.RbEngineer.Text = "Engineer";
|
|
this.RbEngineer.UseVisualStyleBackColor = true;
|
|
//
|
|
// RbTechnician
|
|
//
|
|
this.RbTechnician.Location = new System.Drawing.Point(333, 28);
|
|
this.RbTechnician.Name = "RbTechnician";
|
|
this.RbTechnician.Size = new System.Drawing.Size(160, 25);
|
|
this.RbTechnician.TabIndex = 10;
|
|
this.RbTechnician.TabStop = true;
|
|
this.RbTechnician.Text = "Technician";
|
|
this.RbTechnician.UseVisualStyleBackColor = true;
|
|
//
|
|
// Root
|
|
//
|
|
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
|
this.Root.GroupBordersVisible = false;
|
|
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
this.emptySpaceItem1,
|
|
this.layoutControlItem2,
|
|
this.layoutControlItem3,
|
|
this.layoutControlGroup2,
|
|
this.layoutControlGroup1,
|
|
this.layoutControlItem10});
|
|
this.Root.Name = "Root";
|
|
this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1);
|
|
this.Root.Size = new System.Drawing.Size(500, 265);
|
|
this.Root.TextVisible = false;
|
|
//
|
|
// emptySpaceItem1
|
|
//
|
|
this.emptySpaceItem1.AllowHotTrack = false;
|
|
this.emptySpaceItem1.Location = new System.Drawing.Point(0, 177);
|
|
this.emptySpaceItem1.MinSize = new System.Drawing.Size(104, 24);
|
|
this.emptySpaceItem1.Name = "emptySpaceItem1";
|
|
this.emptySpaceItem1.Size = new System.Drawing.Size(409, 43);
|
|
this.emptySpaceItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
|
|
//
|
|
// layoutControlItem2
|
|
//
|
|
this.layoutControlItem2.Control = this.BtnOk;
|
|
this.layoutControlItem2.Location = new System.Drawing.Point(0, 220);
|
|
this.layoutControlItem2.MinSize = new System.Drawing.Size(27, 26);
|
|
this.layoutControlItem2.Name = "layoutControlItem2";
|
|
this.layoutControlItem2.Size = new System.Drawing.Size(249, 43);
|
|
this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem2.TextVisible = false;
|
|
//
|
|
// layoutControlItem3
|
|
//
|
|
this.layoutControlItem3.Control = this.BtnCancel;
|
|
this.layoutControlItem3.Location = new System.Drawing.Point(249, 220);
|
|
this.layoutControlItem3.MinSize = new System.Drawing.Size(56, 26);
|
|
this.layoutControlItem3.Name = "layoutControlItem3";
|
|
this.layoutControlItem3.Size = new System.Drawing.Size(249, 43);
|
|
this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem3.TextVisible = false;
|
|
//
|
|
// layoutControlGroup2
|
|
//
|
|
this.layoutControlGroup2.CustomizationFormText = "Control Level";
|
|
this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
this.layoutControlItem6,
|
|
this.layoutControlItem7,
|
|
this.layoutControlItem8});
|
|
this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0);
|
|
this.layoutControlGroup2.Name = "layoutControlGroup2";
|
|
this.layoutControlGroup2.OptionsItemText.TextToControlDistance = 3;
|
|
this.layoutControlGroup2.Padding = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1);
|
|
this.layoutControlGroup2.Size = new System.Drawing.Size(498, 58);
|
|
this.layoutControlGroup2.Text = "Control Level";
|
|
//
|
|
// layoutControlItem6
|
|
//
|
|
this.layoutControlItem6.Control = this.RbMaster;
|
|
this.layoutControlItem6.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
|
|
this.layoutControlItem6.CustomizationFormText = "layoutControlItem2";
|
|
this.layoutControlItem6.Location = new System.Drawing.Point(0, 0);
|
|
this.layoutControlItem6.MaxSize = new System.Drawing.Size(0, 29);
|
|
this.layoutControlItem6.MinSize = new System.Drawing.Size(24, 29);
|
|
this.layoutControlItem6.Name = "layoutControlItem6";
|
|
this.layoutControlItem6.Size = new System.Drawing.Size(163, 29);
|
|
this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem6.Text = "layoutControlItem2";
|
|
this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem6.TextVisible = false;
|
|
//
|
|
// layoutControlItem7
|
|
//
|
|
this.layoutControlItem7.Control = this.RbEngineer;
|
|
this.layoutControlItem7.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
|
|
this.layoutControlItem7.CustomizationFormText = "layoutControlItem1";
|
|
this.layoutControlItem7.Location = new System.Drawing.Point(163, 0);
|
|
this.layoutControlItem7.MinSize = new System.Drawing.Size(24, 29);
|
|
this.layoutControlItem7.Name = "layoutControlItem7";
|
|
this.layoutControlItem7.Size = new System.Drawing.Size(163, 29);
|
|
this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem7.Text = "layoutControlItem1";
|
|
this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem7.TextVisible = false;
|
|
//
|
|
// layoutControlItem8
|
|
//
|
|
this.layoutControlItem8.Control = this.RbTechnician;
|
|
this.layoutControlItem8.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
|
|
this.layoutControlItem8.CustomizationFormText = "layoutControlItem3";
|
|
this.layoutControlItem8.Location = new System.Drawing.Point(326, 0);
|
|
this.layoutControlItem8.MinSize = new System.Drawing.Size(24, 29);
|
|
this.layoutControlItem8.Name = "layoutControlItem8";
|
|
this.layoutControlItem8.Size = new System.Drawing.Size(164, 29);
|
|
this.layoutControlItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem8.Text = "layoutControlItem3";
|
|
this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem8.TextVisible = false;
|
|
//
|
|
// layoutControlGroup1
|
|
//
|
|
this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
this.simpleLabelItem1,
|
|
this.layoutControlItem1,
|
|
this.simpleLabelItem2,
|
|
this.layoutControlItem4,
|
|
this.simpleLabelItem3,
|
|
this.layoutControlItem5});
|
|
this.layoutControlGroup1.Location = new System.Drawing.Point(0, 58);
|
|
this.layoutControlGroup1.Name = "layoutControlGroup1";
|
|
this.layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1);
|
|
this.layoutControlGroup1.Size = new System.Drawing.Size(498, 119);
|
|
this.layoutControlGroup1.Text = "Password";
|
|
//
|
|
// simpleLabelItem1
|
|
//
|
|
this.simpleLabelItem1.AllowHotTrack = false;
|
|
this.simpleLabelItem1.Location = new System.Drawing.Point(0, 0);
|
|
this.simpleLabelItem1.MaxSize = new System.Drawing.Size(0, 30);
|
|
this.simpleLabelItem1.MinSize = new System.Drawing.Size(126, 30);
|
|
this.simpleLabelItem1.Name = "simpleLabelItem1";
|
|
this.simpleLabelItem1.Size = new System.Drawing.Size(126, 30);
|
|
this.simpleLabelItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.simpleLabelItem1.Text = " Current Password";
|
|
this.simpleLabelItem1.TextSize = new System.Drawing.Size(104, 14);
|
|
//
|
|
// layoutControlItem1
|
|
//
|
|
this.layoutControlItem1.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.layoutControlItem1.AppearanceItemCaption.Options.UseFont = true;
|
|
this.layoutControlItem1.Control = this.TeCurrentPW;
|
|
this.layoutControlItem1.Location = new System.Drawing.Point(126, 0);
|
|
this.layoutControlItem1.MinSize = new System.Drawing.Size(188, 30);
|
|
this.layoutControlItem1.Name = "layoutControlItem1";
|
|
this.layoutControlItem1.Size = new System.Drawing.Size(364, 30);
|
|
this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem1.Text = "Password";
|
|
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem1.TextVisible = false;
|
|
//
|
|
// simpleLabelItem2
|
|
//
|
|
this.simpleLabelItem2.AllowHotTrack = false;
|
|
this.simpleLabelItem2.Location = new System.Drawing.Point(0, 30);
|
|
this.simpleLabelItem2.MaxSize = new System.Drawing.Size(0, 30);
|
|
this.simpleLabelItem2.MinSize = new System.Drawing.Size(126, 30);
|
|
this.simpleLabelItem2.Name = "simpleLabelItem2";
|
|
this.simpleLabelItem2.Size = new System.Drawing.Size(126, 30);
|
|
this.simpleLabelItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.simpleLabelItem2.Text = " New Password";
|
|
this.simpleLabelItem2.TextSize = new System.Drawing.Size(104, 14);
|
|
//
|
|
// layoutControlItem4
|
|
//
|
|
this.layoutControlItem4.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.layoutControlItem4.AppearanceItemCaption.Options.UseFont = true;
|
|
this.layoutControlItem4.Control = this.TeNewPW;
|
|
this.layoutControlItem4.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
|
|
this.layoutControlItem4.CustomizationFormText = "Password";
|
|
this.layoutControlItem4.Location = new System.Drawing.Point(126, 30);
|
|
this.layoutControlItem4.MinSize = new System.Drawing.Size(188, 30);
|
|
this.layoutControlItem4.Name = "layoutControlItem4";
|
|
this.layoutControlItem4.Size = new System.Drawing.Size(364, 30);
|
|
this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem4.Text = "Password";
|
|
this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem4.TextVisible = false;
|
|
//
|
|
// simpleLabelItem3
|
|
//
|
|
this.simpleLabelItem3.AllowHotTrack = false;
|
|
this.simpleLabelItem3.Location = new System.Drawing.Point(0, 60);
|
|
this.simpleLabelItem3.MaxSize = new System.Drawing.Size(0, 30);
|
|
this.simpleLabelItem3.MinSize = new System.Drawing.Size(126, 30);
|
|
this.simpleLabelItem3.Name = "simpleLabelItem3";
|
|
this.simpleLabelItem3.Size = new System.Drawing.Size(126, 30);
|
|
this.simpleLabelItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.simpleLabelItem3.Text = " Cornfirm Password";
|
|
this.simpleLabelItem3.TextSize = new System.Drawing.Size(104, 14);
|
|
//
|
|
// layoutControlItem5
|
|
//
|
|
this.layoutControlItem5.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.layoutControlItem5.AppearanceItemCaption.Options.UseFont = true;
|
|
this.layoutControlItem5.Control = this.TeCornfirmPW;
|
|
this.layoutControlItem5.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
|
|
this.layoutControlItem5.CustomizationFormText = "Password";
|
|
this.layoutControlItem5.Location = new System.Drawing.Point(126, 60);
|
|
this.layoutControlItem5.MinSize = new System.Drawing.Size(188, 30);
|
|
this.layoutControlItem5.Name = "layoutControlItem5";
|
|
this.layoutControlItem5.Size = new System.Drawing.Size(364, 30);
|
|
this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem5.Text = "Password";
|
|
this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem5.TextVisible = false;
|
|
//
|
|
// layoutControlItem10
|
|
//
|
|
this.layoutControlItem10.Control = this.BtnResetPW;
|
|
this.layoutControlItem10.Location = new System.Drawing.Point(409, 177);
|
|
this.layoutControlItem10.MinSize = new System.Drawing.Size(89, 26);
|
|
this.layoutControlItem10.Name = "layoutControlItem10";
|
|
this.layoutControlItem10.Size = new System.Drawing.Size(89, 43);
|
|
this.layoutControlItem10.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem10.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem10.TextVisible = false;
|
|
//
|
|
// FmxPasswordChange
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(500, 265);
|
|
this.Controls.Add(this.layoutControl1);
|
|
this.IconOptions.Image = global::LFP_Manager.Properties.Resources.AMO_LOGO1;
|
|
this.Name = "FmxPasswordChange";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Change Password";
|
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FmxPassword_FormClosed);
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
|
|
this.layoutControl1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.TeCurrentPW.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.TeNewPW.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.TeCornfirmPW.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem3)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
|
private DevExpress.XtraEditors.SimpleButton BtnOk;
|
|
private DevExpress.XtraEditors.TextEdit TeCurrentPW;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
|
private DevExpress.XtraEditors.SimpleButton BtnCancel;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
|
private DevExpress.XtraEditors.TextEdit TeNewPW;
|
|
private DevExpress.XtraEditors.TextEdit TeCornfirmPW;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
|
|
private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem1;
|
|
private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem2;
|
|
private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem3;
|
|
private System.Windows.Forms.RadioButton RbMaster;
|
|
private System.Windows.Forms.RadioButton RbEngineer;
|
|
private System.Windows.Forms.RadioButton RbTechnician;
|
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
|
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
|
|
private DevExpress.XtraEditors.SimpleButton BtnResetPW;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10;
|
|
}
|
|
} |