From cd5483b6c38111f9b45cd39b8201cc1ceb847e48 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期三, 05 三月 2025 09:22:44 +0800
Subject: [PATCH] 委外退料版面
---
DevApp/Gs.DevApp/DevFrm/User/User.Designer.cs | 28 +++++++++++++++-------------
1 files changed, 15 insertions(+), 13 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/User/User.Designer.cs b/DevApp/Gs.DevApp/DevFrm/User/User.Designer.cs
index a125391..0762d5e 100644
--- a/DevApp/Gs.DevApp/DevFrm/User/User.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/User/User.Designer.cs
@@ -63,6 +63,7 @@
this.pageBar1 = new UserControls.Data.UcPageBar();
this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
this.panel1 = new System.Windows.Forms.Panel();
+ this.txt_isStatus = new DevExpress.XtraEditors.CheckEdit();
this.txt_staffId = new Gs.DevApp.UserControl.UcLookStaff();
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
@@ -85,7 +86,6 @@
this.lbPwd = new DevExpress.XtraEditors.LabelControl();
this.txt_userName = new DevExpress.XtraEditors.TextEdit();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
- this.txt_isStatus = new DevExpress.XtraEditors.CheckEdit();
((System.ComponentModel.ISupportInitialize)(this.gcMain)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit();
@@ -95,6 +95,7 @@
this.xtraTabPage1.SuspendLayout();
this.xtraTabPage2.SuspendLayout();
this.panel1.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.txt_isStatus.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_account.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_remark.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_address.Properties)).BeginInit();
@@ -102,7 +103,6 @@
((System.ComponentModel.ISupportInitialize)(this.txt_email.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_password.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_userName.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_isStatus.Properties)).BeginInit();
this.SuspendLayout();
//
// isLocked
@@ -191,6 +191,8 @@
this.gridColumn2.MaxWidth = 50;
this.gridColumn2.MinWidth = 50;
this.gridColumn2.Name = "gridColumn2";
+ this.gridColumn2.OptionsColumn.AllowEdit = false;
+ this.gridColumn2.Tag = "query_flag_Online";
this.gridColumn2.Visible = true;
this.gridColumn2.VisibleIndex = 1;
this.gridColumn2.Width = 50;
@@ -213,7 +215,7 @@
//
this.userName.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
this.userName.AppearanceCell.Options.UseFont = true;
- this.userName.Caption = "璐﹀彿鍚嶇О";
+ this.userName.Caption = "鐧诲綍鍚嶇О";
this.userName.FieldName = "userName";
this.userName.MinWidth = 50;
this.userName.Name = "userName";
@@ -408,6 +410,15 @@
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(795, 426);
this.panel1.TabIndex = 1;
+ //
+ // txt_isStatus
+ //
+ this.txt_isStatus.Location = new System.Drawing.Point(125, 286);
+ this.txt_isStatus.Name = "txt_isStatus";
+ this.txt_isStatus.Properties.Caption = "";
+ this.txt_isStatus.Size = new System.Drawing.Size(94, 24);
+ this.txt_isStatus.TabIndex = 227;
+ this.txt_isStatus.Tag = "moren.true";
//
// txt_staffId
//
@@ -639,15 +650,6 @@
this.labelControl2.TabIndex = 94;
this.labelControl2.Text = "璐﹀彿鍚嶇О锛�";
//
- // txt_isStatus
- //
- this.txt_isStatus.Location = new System.Drawing.Point(125, 286);
- this.txt_isStatus.Name = "txt_isStatus";
- this.txt_isStatus.Properties.Caption = "";
- this.txt_isStatus.Size = new System.Drawing.Size(94, 24);
- this.txt_isStatus.TabIndex = 227;
- this.txt_isStatus.Tag = "moren.true";
- //
// User
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
@@ -667,6 +669,7 @@
this.xtraTabPage2.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.txt_isStatus.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_account.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_remark.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_address.Properties)).EndInit();
@@ -674,7 +677,6 @@
((System.ComponentModel.ISupportInitialize)(this.txt_email.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_password.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_userName.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_isStatus.Properties)).EndInit();
this.ResumeLayout(false);
}
--
Gitblit v1.9.3