From b2e753b7d889e1a1fbc17f8b43c3dd02aa0faad4 Mon Sep 17 00:00:00 2001
From: duheng <2784771470@qq.com>
Date: 星期五, 20 九月 2024 15:35:30 +0800
Subject: [PATCH] 自动匹配界面修改

---
 WinFrmUI/HStation.WinFrmUI.Organize.Core/02-Employee/AddEmployeeDlg.Designer.cs |  362 +++++----------------------------------------------
 1 files changed, 35 insertions(+), 327 deletions(-)

diff --git a/WinFrmUI/HStation.WinFrmUI.Organize.Core/02-Employee/AddEmployeeDlg.Designer.cs b/WinFrmUI/HStation.WinFrmUI.Organize.Core/02-Employee/AddEmployeeDlg.Designer.cs
index fef02a9..a2c5446 100644
--- a/WinFrmUI/HStation.WinFrmUI.Organize.Core/02-Employee/AddEmployeeDlg.Designer.cs
+++ b/WinFrmUI/HStation.WinFrmUI.Organize.Core/02-Employee/AddEmployeeDlg.Designer.cs
@@ -1,4 +1,4 @@
-锘縩amespace HStation.WinFrmUI.Organize
+锘縩amespace HStation.WinFrmUI.Organize.Core._02_Employee
 {
     partial class AddEmployeeDlg
     {
@@ -28,349 +28,57 @@
         /// </summary>
         private void InitializeComponent()
         {
-            layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
-            loginUserForm1 = new LoginUserForm();
-            BtnOk = new DevExpress.XtraEditors.SimpleButton();
-            btnCancel = new DevExpress.XtraEditors.SimpleButton();
-            textEdit1 = new DevExpress.XtraEditors.TextEdit();
-            textEdit2 = new DevExpress.XtraEditors.TextEdit();
-            textEdit3 = new DevExpress.XtraEditors.TextEdit();
-            textEdit4 = new DevExpress.XtraEditors.TextEdit();
-            textEdit5 = new DevExpress.XtraEditors.TextEdit();
-            textEdit6 = new DevExpress.XtraEditors.TextEdit();
-            checkEdit1 = new DevExpress.XtraEditors.CheckEdit();
-            Root = new DevExpress.XtraLayout.LayoutControlGroup();
-            layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
-            layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
-            layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
-            layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
-            layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
-            layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
-            layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
-            layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
-            layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
-            layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
-            layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
-            emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
-            layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
-            ((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
-            layoutControl1.SuspendLayout();
-            ((System.ComponentModel.ISupportInitialize)textEdit1.Properties).BeginInit();
-            ((System.ComponentModel.ISupportInitialize)textEdit2.Properties).BeginInit();
-            ((System.ComponentModel.ISupportInitialize)textEdit3.Properties).BeginInit();
-            ((System.ComponentModel.ISupportInitialize)textEdit4.Properties).BeginInit();
-            ((System.ComponentModel.ISupportInitialize)textEdit5.Properties).BeginInit();
-            ((System.ComponentModel.ISupportInitialize)textEdit6.Properties).BeginInit();
-            ((System.ComponentModel.ISupportInitialize)checkEdit1.Properties).BeginInit();
-            ((System.ComponentModel.ISupportInitialize)Root).BeginInit();
-            ((System.ComponentModel.ISupportInitialize)layoutControlGroup1).BeginInit();
-            ((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
-            ((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit();
-            ((System.ComponentModel.ISupportInitialize)layoutControlItem4).BeginInit();
-            ((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();
-            ((System.ComponentModel.ISupportInitialize)layoutControlItem6).BeginInit();
-            ((System.ComponentModel.ISupportInitialize)layoutControlItem5).BeginInit();
-            ((System.ComponentModel.ISupportInitialize)layoutControlGroup2).BeginInit();
-            ((System.ComponentModel.ISupportInitialize)layoutControlItem10).BeginInit();
-            ((System.ComponentModel.ISupportInitialize)layoutControlItem7).BeginInit();
-            ((System.ComponentModel.ISupportInitialize)layoutControlItem9).BeginInit();
-            ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit();
-            ((System.ComponentModel.ISupportInitialize)layoutControlItem8).BeginInit();
+            emloyeeInfoCtrl = new EmloyeeInfoCtrl();
+            simpleButtonOK = new DevExpress.XtraEditors.SimpleButton();
+            simpleButtonCancel = new DevExpress.XtraEditors.SimpleButton();
             SuspendLayout();
             // 
-            // layoutControl1
+            // emloyeeInfoCtrl
             // 
-            layoutControl1.Controls.Add(loginUserForm1);
-            layoutControl1.Controls.Add(BtnOk);
-            layoutControl1.Controls.Add(btnCancel);
-            layoutControl1.Controls.Add(textEdit1);
-            layoutControl1.Controls.Add(textEdit2);
-            layoutControl1.Controls.Add(textEdit3);
-            layoutControl1.Controls.Add(textEdit4);
-            layoutControl1.Controls.Add(textEdit5);
-            layoutControl1.Controls.Add(textEdit6);
-            layoutControl1.Controls.Add(checkEdit1);
-            layoutControl1.Dock = DockStyle.Fill;
-            layoutControl1.Location = new Point(0, 0);
-            layoutControl1.Name = "layoutControl1";
-            layoutControl1.Root = Root;
-            layoutControl1.Size = new Size(586, 444);
-            layoutControl1.TabIndex = 0;
-            layoutControl1.Text = "layoutControl1";
+            emloyeeInfoCtrl.Dock = DockStyle.Top;
+            emloyeeInfoCtrl.Location = new Point(0, 0);
+            emloyeeInfoCtrl.Margin = new Padding(3, 2, 3, 2);
+            emloyeeInfoCtrl.Name = "emloyeeInfoCtrl";
+            emloyeeInfoCtrl.Size = new Size(522, 426);
+            emloyeeInfoCtrl.TabIndex = 0;
             // 
-            // loginUserForm1
+            // simpleButtonOK
             // 
-            loginUserForm1.Location = new Point(24, 186);
-            loginUserForm1.Name = "loginUserForm1";
-            loginUserForm1.Size = new Size(538, 208);
-            loginUserForm1.TabIndex = 10;
+            simpleButtonOK.Location = new Point(270, 444);
+            simpleButtonOK.Name = "simpleButtonOK";
+            simpleButtonOK.Size = new Size(75, 23);
+            simpleButtonOK.TabIndex = 1;
+            simpleButtonOK.Text = "纭畾";
+            simpleButtonOK.Click += simpleButtonOK_Click;
             // 
-            // BtnOk
+            // simpleButtonCancel
             // 
-            BtnOk.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary;
-            BtnOk.Appearance.Options.UseBackColor = true;
-            BtnOk.Location = new Point(386, 410);
-            BtnOk.Name = "BtnOk";
-            BtnOk.Size = new Size(91, 22);
-            BtnOk.StyleController = layoutControl1;
-            BtnOk.TabIndex = 8;
-            BtnOk.Text = "娣诲姞";
-            BtnOk.Click += BtnOk_Click;
-            // 
-            // btnCancel
-            // 
-            btnCancel.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Danger;
-            btnCancel.Appearance.Options.UseBackColor = true;
-            btnCancel.DialogResult = DialogResult.Cancel;
-            btnCancel.Location = new Point(481, 410);
-            btnCancel.Name = "btnCancel";
-            btnCancel.Size = new Size(93, 22);
-            btnCancel.StyleController = layoutControl1;
-            btnCancel.TabIndex = 9;
-            btnCancel.Text = "鍙栨秷";
-            // 
-            // textEdit1
-            // 
-            textEdit1.Location = new Point(88, 45);
-            textEdit1.Name = "textEdit1";
-            textEdit1.Size = new Size(178, 20);
-            textEdit1.StyleController = layoutControl1;
-            textEdit1.TabIndex = 0;
-            // 
-            // textEdit2
-            // 
-            textEdit2.Location = new Point(334, 69);
-            textEdit2.Name = "textEdit2";
-            textEdit2.Size = new Size(228, 20);
-            textEdit2.StyleController = layoutControl1;
-            textEdit2.TabIndex = 4;
-            // 
-            // textEdit3
-            // 
-            textEdit3.Location = new Point(334, 45);
-            textEdit3.Name = "textEdit3";
-            textEdit3.Size = new Size(228, 20);
-            textEdit3.StyleController = layoutControl1;
-            textEdit3.TabIndex = 2;
-            // 
-            // textEdit4
-            // 
-            textEdit4.Location = new Point(88, 69);
-            textEdit4.Name = "textEdit4";
-            textEdit4.Size = new Size(178, 20);
-            textEdit4.StyleController = layoutControl1;
-            textEdit4.TabIndex = 3;
-            // 
-            // textEdit5
-            // 
-            textEdit5.Location = new Point(88, 93);
-            textEdit5.Name = "textEdit5";
-            textEdit5.Size = new Size(178, 20);
-            textEdit5.StyleController = layoutControl1;
-            textEdit5.TabIndex = 5;
-            // 
-            // textEdit6
-            // 
-            textEdit6.Location = new Point(334, 93);
-            textEdit6.Name = "textEdit6";
-            textEdit6.Size = new Size(228, 20);
-            textEdit6.StyleController = layoutControl1;
-            textEdit6.TabIndex = 6;
-            // 
-            // checkEdit1
-            // 
-            checkEdit1.Location = new Point(12, 129);
-            checkEdit1.Name = "checkEdit1";
-            checkEdit1.Properties.Caption = "鍒涘缓鐢ㄦ埛";
-            checkEdit1.Size = new Size(562, 20);
-            checkEdit1.StyleController = layoutControl1;
-            checkEdit1.TabIndex = 7;
-            // 
-            // Root
-            // 
-            Root.AppearanceItemCaption.Options.UseTextOptions = true;
-            Root.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
-            Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
-            Root.GroupBordersVisible = false;
-            Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlGroup1, layoutControlGroup2, layoutControlItem7, layoutControlItem9, emptySpaceItem1, layoutControlItem8 });
-            Root.Name = "Root";
-            Root.Size = new Size(586, 444);
-            Root.TextVisible = false;
-            // 
-            // layoutControlGroup1
-            // 
-            layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem3, layoutControlItem4, layoutControlItem2, layoutControlItem6, layoutControlItem5 });
-            layoutControlGroup1.Location = new Point(0, 0);
-            layoutControlGroup1.Name = "layoutControlGroup1";
-            layoutControlGroup1.Size = new Size(566, 117);
-            layoutControlGroup1.Text = "鍛樺伐";
-            // 
-            // layoutControlItem1
-            // 
-            layoutControlItem1.Control = textEdit1;
-            layoutControlItem1.Location = new Point(0, 0);
-            layoutControlItem1.Name = "layoutControlItem1";
-            layoutControlItem1.Size = new Size(246, 24);
-            layoutControlItem1.Text = "濮撳悕:";
-            layoutControlItem1.TextSize = new Size(52, 14);
-            // 
-            // layoutControlItem3
-            // 
-            layoutControlItem3.Control = textEdit3;
-            layoutControlItem3.Location = new Point(246, 0);
-            layoutControlItem3.Name = "layoutControlItem3";
-            layoutControlItem3.Size = new Size(296, 24);
-            layoutControlItem3.Text = "鑱屽姟:";
-            layoutControlItem3.TextSize = new Size(52, 14);
-            // 
-            // layoutControlItem4
-            // 
-            layoutControlItem4.Control = textEdit4;
-            layoutControlItem4.Location = new Point(0, 24);
-            layoutControlItem4.Name = "layoutControlItem4";
-            layoutControlItem4.Size = new Size(246, 24);
-            layoutControlItem4.Text = "鍥剧焊绛惧悕:";
-            layoutControlItem4.TextSize = new Size(52, 14);
-            // 
-            // layoutControlItem2
-            // 
-            layoutControlItem2.Control = textEdit2;
-            layoutControlItem2.Location = new Point(246, 24);
-            layoutControlItem2.Name = "layoutControlItem2";
-            layoutControlItem2.Size = new Size(296, 24);
-            layoutControlItem2.Text = "缂栧彿:";
-            layoutControlItem2.TextSize = new Size(52, 14);
-            // 
-            // layoutControlItem6
-            // 
-            layoutControlItem6.Control = textEdit6;
-            layoutControlItem6.Location = new Point(246, 48);
-            layoutControlItem6.Name = "layoutControlItem6";
-            layoutControlItem6.Size = new Size(296, 24);
-            layoutControlItem6.Text = "EMail:";
-            layoutControlItem6.TextSize = new Size(52, 14);
-            // 
-            // layoutControlItem5
-            // 
-            layoutControlItem5.Control = textEdit5;
-            layoutControlItem5.Location = new Point(0, 48);
-            layoutControlItem5.Name = "layoutControlItem5";
-            layoutControlItem5.Size = new Size(246, 24);
-            layoutControlItem5.Text = "鎵嬫満鍙�:";
-            layoutControlItem5.TextSize = new Size(52, 14);
-            // 
-            // layoutControlGroup2
-            // 
-            layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem10 });
-            layoutControlGroup2.Location = new Point(0, 141);
-            layoutControlGroup2.Name = "layoutControlGroup2";
-            layoutControlGroup2.Size = new Size(566, 257);
-            layoutControlGroup2.Text = "鐧诲綍鐢ㄦ埛";
-            // 
-            // layoutControlItem10
-            // 
-            layoutControlItem10.Control = loginUserForm1;
-            layoutControlItem10.Location = new Point(0, 0);
-            layoutControlItem10.Name = "layoutControlItem10";
-            layoutControlItem10.Size = new Size(542, 212);
-            layoutControlItem10.TextSize = new Size(0, 0);
-            layoutControlItem10.TextVisible = false;
-            // 
-            // layoutControlItem7
-            // 
-            layoutControlItem7.Control = checkEdit1;
-            layoutControlItem7.Location = new Point(0, 117);
-            layoutControlItem7.Name = "layoutControlItem7";
-            layoutControlItem7.Size = new Size(566, 24);
-            layoutControlItem7.TextSize = new Size(0, 0);
-            layoutControlItem7.TextVisible = false;
-            // 
-            // layoutControlItem9
-            // 
-            layoutControlItem9.Control = btnCancel;
-            layoutControlItem9.Location = new Point(469, 398);
-            layoutControlItem9.Name = "layoutControlItem9";
-            layoutControlItem9.Size = new Size(97, 26);
-            layoutControlItem9.TextSize = new Size(0, 0);
-            layoutControlItem9.TextVisible = false;
-            // 
-            // emptySpaceItem1
-            // 
-            emptySpaceItem1.AllowHotTrack = false;
-            emptySpaceItem1.Location = new Point(0, 398);
-            emptySpaceItem1.Name = "emptySpaceItem1";
-            emptySpaceItem1.Size = new Size(374, 26);
-            emptySpaceItem1.TextSize = new Size(0, 0);
-            // 
-            // layoutControlItem8
-            // 
-            layoutControlItem8.Control = BtnOk;
-            layoutControlItem8.Location = new Point(374, 398);
-            layoutControlItem8.Name = "layoutControlItem8";
-            layoutControlItem8.Size = new Size(95, 26);
-            layoutControlItem8.TextSize = new Size(0, 0);
-            layoutControlItem8.TextVisible = false;
+            simpleButtonCancel.Location = new Point(415, 445);
+            simpleButtonCancel.Name = "simpleButtonCancel";
+            simpleButtonCancel.Size = new Size(75, 23);
+            simpleButtonCancel.TabIndex = 2;
+            simpleButtonCancel.Text = "鍙栨秷";
+            simpleButtonCancel.Click += simpleButtonCancel_Click;
             // 
             // AddEmployeeDlg
             // 
             AutoScaleDimensions = new SizeF(7F, 14F);
             AutoScaleMode = AutoScaleMode.Font;
-            ClientSize = new Size(586, 444);
-            Controls.Add(layoutControl1);
+            ClientSize = new Size(522, 507);
+            Controls.Add(simpleButtonCancel);
+            Controls.Add(simpleButtonOK);
+            Controls.Add(emloyeeInfoCtrl);
+            MaximizeBox = false;
             Name = "AddEmployeeDlg";
-            Text = "娣诲姞鍛樺伐";
-            ((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
-            layoutControl1.ResumeLayout(false);
-            ((System.ComponentModel.ISupportInitialize)textEdit1.Properties).EndInit();
-            ((System.ComponentModel.ISupportInitialize)textEdit2.Properties).EndInit();
-            ((System.ComponentModel.ISupportInitialize)textEdit3.Properties).EndInit();
-            ((System.ComponentModel.ISupportInitialize)textEdit4.Properties).EndInit();
-            ((System.ComponentModel.ISupportInitialize)textEdit5.Properties).EndInit();
-            ((System.ComponentModel.ISupportInitialize)textEdit6.Properties).EndInit();
-            ((System.ComponentModel.ISupportInitialize)checkEdit1.Properties).EndInit();
-            ((System.ComponentModel.ISupportInitialize)Root).EndInit();
-            ((System.ComponentModel.ISupportInitialize)layoutControlGroup1).EndInit();
-            ((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
-            ((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit();
-            ((System.ComponentModel.ISupportInitialize)layoutControlItem4).EndInit();
-            ((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();
-            ((System.ComponentModel.ISupportInitialize)layoutControlItem6).EndInit();
-            ((System.ComponentModel.ISupportInitialize)layoutControlItem5).EndInit();
-            ((System.ComponentModel.ISupportInitialize)layoutControlGroup2).EndInit();
-            ((System.ComponentModel.ISupportInitialize)layoutControlItem10).EndInit();
-            ((System.ComponentModel.ISupportInitialize)layoutControlItem7).EndInit();
-            ((System.ComponentModel.ISupportInitialize)layoutControlItem9).EndInit();
-            ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit();
-            ((System.ComponentModel.ISupportInitialize)layoutControlItem8).EndInit();
+            StartPosition = FormStartPosition.CenterScreen;
+            Text = "AddEmployeeDlg";
             ResumeLayout(false);
         }
 
         #endregion
 
-        private DevExpress.XtraLayout.LayoutControl layoutControl1;
-        private DevExpress.XtraEditors.TextEdit textEdit1;
-        private DevExpress.XtraEditors.TextEdit textEdit2;
-        private DevExpress.XtraLayout.LayoutControlGroup Root;
-        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
-        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
-        private DevExpress.XtraEditors.TextEdit textEdit3;
-        private DevExpress.XtraEditors.TextEdit textEdit4;
-        private DevExpress.XtraEditors.TextEdit textEdit5;
-        private DevExpress.XtraEditors.TextEdit textEdit6;
-        private DevExpress.XtraEditors.CheckEdit checkEdit1;
-        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
-        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
-        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
-        private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
-        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
-        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
-        private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2;
-        private DevExpress.XtraEditors.SimpleButton BtnOk;
-        private DevExpress.XtraEditors.SimpleButton btnCancel;
-        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
-        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
-        private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
-        private LoginUserForm loginUserForm1;
-        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10;
+        private EmloyeeInfoCtrl emloyeeInfoCtrl;
+        private DevExpress.XtraEditors.SimpleButton simpleButtonOK;
+        private DevExpress.XtraEditors.SimpleButton simpleButtonCancel;
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3