From bc0ed5b6cfda6c72c06f451b77da8518c41ab210 Mon Sep 17 00:00:00 2001
From: duheng <2286773002@qq.com>
Date: 星期四, 20 三月 2025 16:16:03 +0800
Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0

---
 WinFrmUI/HStation.WinFrmUI.Auth.Core/06-user-info/AddPhoneNumberDlg.Designer.cs |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/WinFrmUI/HStation.WinFrmUI.Auth.Core/06-user-info/AddPhoneNumberDlg.Designer.cs b/WinFrmUI/HStation.WinFrmUI.Auth.Core/06-user-info/AddPhoneNumberDlg.Designer.cs
index 365f5f6..f4b7426 100644
--- a/WinFrmUI/HStation.WinFrmUI.Auth.Core/06-user-info/AddPhoneNumberDlg.Designer.cs
+++ b/WinFrmUI/HStation.WinFrmUI.Auth.Core/06-user-info/AddPhoneNumberDlg.Designer.cs
@@ -32,14 +32,14 @@
             layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
             generalOkAndCancelCtrl1 = new Yw.WinFrmUI.GeneralOkAndCancelCtrl();
             layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
-            layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
             txtEditPhoneNumber = new DevExpress.XtraEditors.TextEdit();
+            layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
             ((System.ComponentModel.ISupportInitialize)Root).BeginInit();
             ((System.ComponentModel.ISupportInitialize)layoutControlItem7).BeginInit();
             ((System.ComponentModel.ISupportInitialize)layoutControlItem8).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)txtEditPhoneNumber.Properties).BeginInit();
             ((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
             layoutControl1.SuspendLayout();
-            ((System.ComponentModel.ISupportInitialize)txtEditPhoneNumber.Properties).BeginInit();
             SuspendLayout();
             // 
             // Root
@@ -83,6 +83,14 @@
             layoutControlItem8.Text = "<color=red>*</color>鎵嬫満鍙�:";
             layoutControlItem8.TextSize = new Size(47, 14);
             // 
+            // txtEditPhoneNumber
+            // 
+            txtEditPhoneNumber.Location = new Point(71, 12);
+            txtEditPhoneNumber.Name = "txtEditPhoneNumber";
+            txtEditPhoneNumber.Size = new Size(295, 20);
+            txtEditPhoneNumber.StyleController = layoutControl1;
+            txtEditPhoneNumber.TabIndex = 3;
+            // 
             // layoutControl1
             // 
             layoutControl1.Controls.Add(generalOkAndCancelCtrl1);
@@ -96,14 +104,6 @@
             layoutControl1.TabIndex = 2;
             layoutControl1.Text = "layoutControl1";
             // 
-            // txtEditPhoneNumber
-            // 
-            txtEditPhoneNumber.Location = new Point(71, 12);
-            txtEditPhoneNumber.Name = "txtEditPhoneNumber";
-            txtEditPhoneNumber.Size = new Size(295, 20);
-            txtEditPhoneNumber.StyleController = layoutControl1;
-            txtEditPhoneNumber.TabIndex = 3;
-            // 
             // AddPhoneNumberDlg
             // 
             AutoScaleDimensions = new SizeF(7F, 14F);
@@ -112,13 +112,13 @@
             Controls.Add(layoutControl1);
             Name = "AddPhoneNumberDlg";
             StartPosition = FormStartPosition.CenterScreen;
-            Text = "绠$悊绫诲瀷";
+            Text = "鏂板鎵嬫満鍙�";
             ((System.ComponentModel.ISupportInitialize)Root).EndInit();
             ((System.ComponentModel.ISupportInitialize)layoutControlItem7).EndInit();
             ((System.ComponentModel.ISupportInitialize)layoutControlItem8).EndInit();
+            ((System.ComponentModel.ISupportInitialize)txtEditPhoneNumber.Properties).EndInit();
             ((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
             layoutControl1.ResumeLayout(false);
-            ((System.ComponentModel.ISupportInitialize)txtEditPhoneNumber.Properties).EndInit();
             ResumeLayout(false);
         }
 

--
Gitblit v1.9.3