초기 커밋.
This commit is contained in:
374
LFP_Manager/Forms/FmxChangePw.Designer.cs
generated
Normal file
374
LFP_Manager/Forms/FmxChangePw.Designer.cs
generated
Normal file
@@ -0,0 +1,374 @@
|
||||
namespace LFP_Manager.Forms
|
||||
{
|
||||
partial class FmxChangePw
|
||||
{
|
||||
/// <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.components = new System.ComponentModel.Container();
|
||||
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
||||
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
||||
this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
||||
this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
|
||||
this.RbMaster = new System.Windows.Forms.RadioButton();
|
||||
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
||||
this.RbEngineer = new System.Windows.Forms.RadioButton();
|
||||
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
||||
this.RbTechnician = new System.Windows.Forms.RadioButton();
|
||||
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
||||
this.LbCurrentLevel = new DevExpress.XtraLayout.SimpleLabelItem();
|
||||
this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
|
||||
this.TePW = new DevExpress.XtraEditors.TextEdit();
|
||||
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
||||
this.layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup();
|
||||
this.BtnApply = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
|
||||
this.BtnClose = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
|
||||
this.TmrDisplay = new System.Windows.Forms.Timer(this.components);
|
||||
this.RbUser = new System.Windows.Forms.RadioButton();
|
||||
this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
||||
this.layoutControl1.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.LbCurrentLevel)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.TePW.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// layoutControl1
|
||||
//
|
||||
this.layoutControl1.Controls.Add(this.RbUser);
|
||||
this.layoutControl1.Controls.Add(this.BtnClose);
|
||||
this.layoutControl1.Controls.Add(this.BtnApply);
|
||||
this.layoutControl1.Controls.Add(this.TePW);
|
||||
this.layoutControl1.Controls.Add(this.RbTechnician);
|
||||
this.layoutControl1.Controls.Add(this.RbEngineer);
|
||||
this.layoutControl1.Controls.Add(this.RbMaster);
|
||||
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(751, 0, 650, 400);
|
||||
this.layoutControl1.Root = this.Root;
|
||||
this.layoutControl1.Size = new System.Drawing.Size(500, 233);
|
||||
this.layoutControl1.TabIndex = 0;
|
||||
this.layoutControl1.Text = "layoutControl1";
|
||||
//
|
||||
// Root
|
||||
//
|
||||
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
||||
this.Root.GroupBordersVisible = false;
|
||||
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
||||
this.emptySpaceItem1,
|
||||
this.layoutControlGroup1,
|
||||
this.layoutControlGroup2,
|
||||
this.layoutControlGroup3,
|
||||
this.layoutControlItem5,
|
||||
this.layoutControlItem6});
|
||||
this.Root.Name = "Root";
|
||||
this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1);
|
||||
this.Root.Size = new System.Drawing.Size(500, 233);
|
||||
this.Root.TextVisible = false;
|
||||
//
|
||||
// emptySpaceItem1
|
||||
//
|
||||
this.emptySpaceItem1.AllowHotTrack = false;
|
||||
this.emptySpaceItem1.Location = new System.Drawing.Point(0, 176);
|
||||
this.emptySpaceItem1.Name = "emptySpaceItem1";
|
||||
this.emptySpaceItem1.Size = new System.Drawing.Size(498, 16);
|
||||
this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
|
||||
//
|
||||
// layoutControlGroup1
|
||||
//
|
||||
this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
||||
this.layoutControlItem2,
|
||||
this.layoutControlItem1,
|
||||
this.layoutControlItem3,
|
||||
this.layoutControlItem7});
|
||||
this.layoutControlGroup1.Location = new System.Drawing.Point(0, 61);
|
||||
this.layoutControlGroup1.Name = "layoutControlGroup1";
|
||||
this.layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1);
|
||||
this.layoutControlGroup1.Size = new System.Drawing.Size(498, 58);
|
||||
this.layoutControlGroup1.Text = "Control Level";
|
||||
//
|
||||
// RbMaster
|
||||
//
|
||||
this.RbMaster.Location = new System.Drawing.Point(7, 89);
|
||||
this.RbMaster.Name = "RbMaster";
|
||||
this.RbMaster.Size = new System.Drawing.Size(118, 25);
|
||||
this.RbMaster.TabIndex = 8;
|
||||
this.RbMaster.TabStop = true;
|
||||
this.RbMaster.Text = "Master";
|
||||
this.RbMaster.UseVisualStyleBackColor = true;
|
||||
this.RbMaster.CheckedChanged += new System.EventHandler(this.RbMaster_CheckedChanged);
|
||||
//
|
||||
// layoutControlItem2
|
||||
//
|
||||
this.layoutControlItem2.Control = this.RbMaster;
|
||||
this.layoutControlItem2.Location = new System.Drawing.Point(0, 0);
|
||||
this.layoutControlItem2.MaxSize = new System.Drawing.Size(0, 29);
|
||||
this.layoutControlItem2.MinSize = new System.Drawing.Size(24, 29);
|
||||
this.layoutControlItem2.Name = "layoutControlItem2";
|
||||
this.layoutControlItem2.Size = new System.Drawing.Size(122, 29);
|
||||
this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
||||
this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
|
||||
this.layoutControlItem2.TextVisible = false;
|
||||
//
|
||||
// RbEngineer
|
||||
//
|
||||
this.RbEngineer.Location = new System.Drawing.Point(129, 89);
|
||||
this.RbEngineer.Name = "RbEngineer";
|
||||
this.RbEngineer.Size = new System.Drawing.Size(119, 25);
|
||||
this.RbEngineer.TabIndex = 9;
|
||||
this.RbEngineer.TabStop = true;
|
||||
this.RbEngineer.Text = "Engineer";
|
||||
this.RbEngineer.UseVisualStyleBackColor = true;
|
||||
this.RbEngineer.CheckedChanged += new System.EventHandler(this.RbEngineer_CheckedChanged);
|
||||
//
|
||||
// layoutControlItem1
|
||||
//
|
||||
this.layoutControlItem1.Control = this.RbEngineer;
|
||||
this.layoutControlItem1.Location = new System.Drawing.Point(122, 0);
|
||||
this.layoutControlItem1.MinSize = new System.Drawing.Size(24, 29);
|
||||
this.layoutControlItem1.Name = "layoutControlItem1";
|
||||
this.layoutControlItem1.Size = new System.Drawing.Size(123, 29);
|
||||
this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
||||
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
|
||||
this.layoutControlItem1.TextVisible = false;
|
||||
//
|
||||
// RbTechnician
|
||||
//
|
||||
this.RbTechnician.Location = new System.Drawing.Point(252, 89);
|
||||
this.RbTechnician.Name = "RbTechnician";
|
||||
this.RbTechnician.Size = new System.Drawing.Size(118, 25);
|
||||
this.RbTechnician.TabIndex = 10;
|
||||
this.RbTechnician.TabStop = true;
|
||||
this.RbTechnician.Text = "Technician";
|
||||
this.RbTechnician.UseVisualStyleBackColor = true;
|
||||
this.RbTechnician.CheckedChanged += new System.EventHandler(this.RbTechnician_CheckedChanged);
|
||||
//
|
||||
// layoutControlItem3
|
||||
//
|
||||
this.layoutControlItem3.Control = this.RbTechnician;
|
||||
this.layoutControlItem3.Location = new System.Drawing.Point(245, 0);
|
||||
this.layoutControlItem3.MinSize = new System.Drawing.Size(24, 29);
|
||||
this.layoutControlItem3.Name = "layoutControlItem3";
|
||||
this.layoutControlItem3.Size = new System.Drawing.Size(122, 29);
|
||||
this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
||||
this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
|
||||
this.layoutControlItem3.TextVisible = false;
|
||||
//
|
||||
// LbCurrentLevel
|
||||
//
|
||||
this.LbCurrentLevel.AllowHotTrack = false;
|
||||
this.LbCurrentLevel.Location = new System.Drawing.Point(0, 0);
|
||||
this.LbCurrentLevel.MaxSize = new System.Drawing.Size(0, 32);
|
||||
this.LbCurrentLevel.MinSize = new System.Drawing.Size(126, 32);
|
||||
this.LbCurrentLevel.Name = "LbCurrentLevel";
|
||||
this.LbCurrentLevel.Size = new System.Drawing.Size(490, 32);
|
||||
this.LbCurrentLevel.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
||||
this.LbCurrentLevel.Text = " Current Level: ";
|
||||
this.LbCurrentLevel.TextSize = new System.Drawing.Size(85, 14);
|
||||
//
|
||||
// layoutControlGroup2
|
||||
//
|
||||
this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
||||
this.LbCurrentLevel});
|
||||
this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0);
|
||||
this.layoutControlGroup2.Name = "layoutControlGroup2";
|
||||
this.layoutControlGroup2.Padding = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1);
|
||||
this.layoutControlGroup2.Size = new System.Drawing.Size(498, 61);
|
||||
this.layoutControlGroup2.Text = "Control Level";
|
||||
//
|
||||
// TePW
|
||||
//
|
||||
this.TePW.Location = new System.Drawing.Point(7, 147);
|
||||
this.TePW.Name = "TePW";
|
||||
this.TePW.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
|
||||
this.TePW.Properties.Appearance.Options.UseFont = true;
|
||||
this.TePW.Properties.Appearance.Options.UseTextOptions = true;
|
||||
this.TePW.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
||||
this.TePW.Properties.PasswordChar = '*';
|
||||
this.TePW.Size = new System.Drawing.Size(486, 24);
|
||||
this.TePW.StyleController = this.layoutControl1;
|
||||
this.TePW.TabIndex = 11;
|
||||
//
|
||||
// layoutControlItem4
|
||||
//
|
||||
this.layoutControlItem4.Control = this.TePW;
|
||||
this.layoutControlItem4.Location = new System.Drawing.Point(0, 0);
|
||||
this.layoutControlItem4.MaxSize = new System.Drawing.Size(0, 28);
|
||||
this.layoutControlItem4.MinSize = new System.Drawing.Size(171, 28);
|
||||
this.layoutControlItem4.Name = "layoutControlItem4";
|
||||
this.layoutControlItem4.Size = new System.Drawing.Size(490, 28);
|
||||
this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
||||
this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
|
||||
this.layoutControlItem4.TextVisible = false;
|
||||
//
|
||||
// layoutControlGroup3
|
||||
//
|
||||
this.layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
||||
this.layoutControlItem4});
|
||||
this.layoutControlGroup3.Location = new System.Drawing.Point(0, 119);
|
||||
this.layoutControlGroup3.Name = "layoutControlGroup3";
|
||||
this.layoutControlGroup3.Padding = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1);
|
||||
this.layoutControlGroup3.Size = new System.Drawing.Size(498, 57);
|
||||
this.layoutControlGroup3.Text = "Password";
|
||||
//
|
||||
// BtnApply
|
||||
//
|
||||
this.BtnApply.Location = new System.Drawing.Point(3, 195);
|
||||
this.BtnApply.Name = "BtnApply";
|
||||
this.BtnApply.Size = new System.Drawing.Size(245, 35);
|
||||
this.BtnApply.StyleController = this.layoutControl1;
|
||||
this.BtnApply.TabIndex = 12;
|
||||
this.BtnApply.Text = "Apply";
|
||||
this.BtnApply.Click += new System.EventHandler(this.BtnApply_Click);
|
||||
//
|
||||
// layoutControlItem5
|
||||
//
|
||||
this.layoutControlItem5.Control = this.BtnApply;
|
||||
this.layoutControlItem5.Location = new System.Drawing.Point(0, 192);
|
||||
this.layoutControlItem5.MinSize = new System.Drawing.Size(89, 26);
|
||||
this.layoutControlItem5.Name = "layoutControlItem5";
|
||||
this.layoutControlItem5.Size = new System.Drawing.Size(249, 39);
|
||||
this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
||||
this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
|
||||
this.layoutControlItem5.TextVisible = false;
|
||||
//
|
||||
// BtnClose
|
||||
//
|
||||
this.BtnClose.Location = new System.Drawing.Point(252, 195);
|
||||
this.BtnClose.Name = "BtnClose";
|
||||
this.BtnClose.Size = new System.Drawing.Size(245, 35);
|
||||
this.BtnClose.StyleController = this.layoutControl1;
|
||||
this.BtnClose.TabIndex = 13;
|
||||
this.BtnClose.Text = "Close";
|
||||
this.BtnClose.Click += new System.EventHandler(this.BtnClose_Click);
|
||||
//
|
||||
// layoutControlItem6
|
||||
//
|
||||
this.layoutControlItem6.Control = this.BtnClose;
|
||||
this.layoutControlItem6.Location = new System.Drawing.Point(249, 192);
|
||||
this.layoutControlItem6.MinSize = new System.Drawing.Size(89, 26);
|
||||
this.layoutControlItem6.Name = "layoutControlItem6";
|
||||
this.layoutControlItem6.Size = new System.Drawing.Size(249, 39);
|
||||
this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
||||
this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
|
||||
this.layoutControlItem6.TextVisible = false;
|
||||
//
|
||||
// TmrDisplay
|
||||
//
|
||||
this.TmrDisplay.Interval = 500;
|
||||
this.TmrDisplay.Tick += new System.EventHandler(this.TmrDisplay_Tick);
|
||||
//
|
||||
// RbUser
|
||||
//
|
||||
this.RbUser.Location = new System.Drawing.Point(374, 89);
|
||||
this.RbUser.Name = "RbUser";
|
||||
this.RbUser.Size = new System.Drawing.Size(119, 25);
|
||||
this.RbUser.TabIndex = 14;
|
||||
this.RbUser.TabStop = true;
|
||||
this.RbUser.Text = "User";
|
||||
this.RbUser.UseVisualStyleBackColor = true;
|
||||
this.RbUser.CheckedChanged += new System.EventHandler(this.RbUser_CheckedChanged);
|
||||
//
|
||||
// layoutControlItem7
|
||||
//
|
||||
this.layoutControlItem7.Control = this.RbUser;
|
||||
this.layoutControlItem7.Location = new System.Drawing.Point(367, 0);
|
||||
this.layoutControlItem7.Name = "layoutControlItem7";
|
||||
this.layoutControlItem7.Size = new System.Drawing.Size(123, 29);
|
||||
this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
|
||||
this.layoutControlItem7.TextVisible = false;
|
||||
//
|
||||
// FmxLevelConfig
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(500, 233);
|
||||
this.Controls.Add(this.layoutControl1);
|
||||
this.IconOptions.Image = global::LFP_Manager.Properties.Resources.AMO_LOGO1;
|
||||
this.Name = "FmxLevelConfig";
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
this.Text = "Control Level Config";
|
||||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FmxLevelConfig_FormClosing);
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
|
||||
this.layoutControl1.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.LbCurrentLevel)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.TePW.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
||||
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
||||
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
|
||||
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
|
||||
private System.Windows.Forms.RadioButton RbTechnician;
|
||||
private System.Windows.Forms.RadioButton RbEngineer;
|
||||
private System.Windows.Forms.RadioButton RbMaster;
|
||||
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
||||
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
||||
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
||||
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2;
|
||||
private DevExpress.XtraLayout.SimpleLabelItem LbCurrentLevel;
|
||||
private DevExpress.XtraEditors.TextEdit TePW;
|
||||
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup3;
|
||||
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
|
||||
private DevExpress.XtraEditors.SimpleButton BtnClose;
|
||||
private DevExpress.XtraEditors.SimpleButton BtnApply;
|
||||
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
|
||||
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
|
||||
private System.Windows.Forms.Timer TmrDisplay;
|
||||
private System.Windows.Forms.RadioButton RbUser;
|
||||
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user