From a3f24c099a536012ecd3dd4a6629b7dcbff2ef82 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期一, 20 一月 2025 11:12:04 +0800 Subject: [PATCH] 用户权限 --- DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaMj.Designer.cs | 80 ++++++++++++++++++++++++++-------------- 1 files changed, 52 insertions(+), 28 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaMj.Designer.cs b/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaMj.Designer.cs index 1db896b..8f8910a 100644 --- a/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaMj.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaMj.Designer.cs @@ -59,6 +59,8 @@ this.pageBar1 = new UserControls.Data.UcPageBar(); this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage(); this.panel1 = new System.Windows.Forms.Panel(); + this.txt_OrgName = new Gs.DevApp.UserControl.UcLookOrg(); + this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.txtGysNo = new DevExpress.XtraEditors.TextEdit(); this.txt_suppId = new Gs.DevApp.UserControl.UcLookSupplier(); @@ -91,7 +93,7 @@ // this.lb_suppNo.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.lb_suppNo.Appearance.Options.UseFont = true; - this.lb_suppNo.Location = new System.Drawing.Point(27, 88); + this.lb_suppNo.Location = new System.Drawing.Point(27, 112); this.lb_suppNo.Name = "lb_suppNo"; this.lb_suppNo.Size = new System.Drawing.Size(68, 21); this.lb_suppNo.TabIndex = 235; @@ -115,7 +117,7 @@ // this.lb_itemId.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.lb_itemId.Appearance.Options.UseFont = true; - this.lb_itemId.Location = new System.Drawing.Point(27, 12); + this.lb_itemId.Location = new System.Drawing.Point(27, 48); this.lb_itemId.Name = "lb_itemId"; this.lb_itemId.Size = new System.Drawing.Size(68, 21); this.lb_itemId.TabIndex = 231; @@ -137,7 +139,7 @@ // this.lb_status.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.lb_status.Appearance.Options.UseFont = true; - this.lb_status.Location = new System.Drawing.Point(358, 88); + this.lb_status.Location = new System.Drawing.Point(390, 144); this.lb_status.Name = "lb_status"; this.lb_status.Size = new System.Drawing.Size(68, 21); this.lb_status.TabIndex = 228; @@ -162,7 +164,7 @@ // this.lb_checkDate.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.lb_checkDate.Appearance.Options.UseFont = true; - this.lb_checkDate.Location = new System.Drawing.Point(358, 50); + this.lb_checkDate.Location = new System.Drawing.Point(390, 112); this.lb_checkDate.Name = "lb_checkDate"; this.lb_checkDate.Size = new System.Drawing.Size(68, 21); this.lb_checkDate.TabIndex = 226; @@ -170,11 +172,11 @@ // // txt_checkDate // - this.txt_checkDate.Location = new System.Drawing.Point(431, 46); + this.txt_checkDate.Location = new System.Drawing.Point(462, 108); this.txt_checkDate.Name = "txt_checkDate"; this.txt_checkDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_checkDate.Properties.Appearance.Options.UseFont = true; - this.txt_checkDate.Size = new System.Drawing.Size(157, 28); + this.txt_checkDate.Size = new System.Drawing.Size(165, 28); this.txt_checkDate.TabIndex = 226; this.txt_checkDate.Tag = "readOnly"; // @@ -196,7 +198,7 @@ // this.lb_checkUser.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.lb_checkUser.Appearance.Options.UseFont = true; - this.lb_checkUser.Location = new System.Drawing.Point(375, 12); + this.lb_checkUser.Location = new System.Drawing.Point(407, 79); this.lb_checkUser.Name = "lb_checkUser"; this.lb_checkUser.Size = new System.Drawing.Size(51, 21); this.lb_checkUser.TabIndex = 222; @@ -204,11 +206,11 @@ // // txt_checkUser // - this.txt_checkUser.Location = new System.Drawing.Point(431, 8); + this.txt_checkUser.Location = new System.Drawing.Point(462, 75); this.txt_checkUser.Name = "txt_checkUser"; this.txt_checkUser.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_checkUser.Properties.Appearance.Options.UseFont = true; - this.txt_checkUser.Size = new System.Drawing.Size(157, 28); + this.txt_checkUser.Size = new System.Drawing.Size(165, 28); this.txt_checkUser.TabIndex = 222; this.txt_checkUser.Tag = "readOnly"; // @@ -286,7 +288,7 @@ // this.lb_itemNo.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.lb_itemNo.Appearance.Options.UseFont = true; - this.lb_itemNo.Location = new System.Drawing.Point(27, 50); + this.lb_itemNo.Location = new System.Drawing.Point(27, 79); this.lb_itemNo.Name = "lb_itemNo"; this.lb_itemNo.Size = new System.Drawing.Size(68, 21); this.lb_itemNo.TabIndex = 211; @@ -294,11 +296,11 @@ // // txt_itemNo // - this.txt_itemNo.Location = new System.Drawing.Point(100, 46); + this.txt_itemNo.Location = new System.Drawing.Point(100, 75); this.txt_itemNo.Name = "txt_itemNo"; this.txt_itemNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_itemNo.Properties.Appearance.Options.UseFont = true; - this.txt_itemNo.Size = new System.Drawing.Size(239, 28); + this.txt_itemNo.Size = new System.Drawing.Size(281, 28); this.txt_itemNo.TabIndex = 211; this.txt_itemNo.Tag = "readOnly"; // @@ -446,6 +448,8 @@ // panel1 // this.panel1.BackColor = System.Drawing.Color.White; + this.panel1.Controls.Add(this.txt_OrgName); + this.panel1.Controls.Add(this.labelControl2); this.panel1.Controls.Add(this.labelControl1); this.panel1.Controls.Add(this.txtGysNo); this.panel1.Controls.Add(this.txt_suppId); @@ -468,14 +472,32 @@ this.panel1.Font = new System.Drawing.Font("Tahoma", 10F); this.panel1.Location = new System.Drawing.Point(23, 20); this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(897, 213); + this.panel1.Size = new System.Drawing.Size(668, 213); this.panel1.TabIndex = 1; + // + // txt_OrgName + // + this.txt_OrgName.IsReadly = false; + this.txt_OrgName.Location = new System.Drawing.Point(100, 11); + this.txt_OrgName.Name = "txt_OrgName"; + this.txt_OrgName.Size = new System.Drawing.Size(281, 30); + this.txt_OrgName.TabIndex = 242; + // + // labelControl2 + // + this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.labelControl2.Appearance.Options.UseFont = true; + this.labelControl2.Location = new System.Drawing.Point(27, 16); + this.labelControl2.Name = "labelControl2"; + this.labelControl2.Size = new System.Drawing.Size(68, 21); + this.labelControl2.TabIndex = 241; + this.labelControl2.Text = "閫夋嫨缁勭粐"; // // labelControl1 // this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.labelControl1.Appearance.Options.UseFont = true; - this.labelControl1.Location = new System.Drawing.Point(10, 126); + this.labelControl1.Location = new System.Drawing.Point(10, 144); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(85, 21); this.labelControl1.TabIndex = 239; @@ -483,36 +505,36 @@ // // txtGysNo // - this.txtGysNo.Location = new System.Drawing.Point(100, 122); + this.txtGysNo.Location = new System.Drawing.Point(100, 140); this.txtGysNo.Name = "txtGysNo"; this.txtGysNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txtGysNo.Properties.Appearance.Options.UseFont = true; - this.txtGysNo.Size = new System.Drawing.Size(239, 28); + this.txtGysNo.Size = new System.Drawing.Size(281, 28); this.txtGysNo.TabIndex = 240; this.txtGysNo.Tag = "readOnly"; // // txt_suppId // this.txt_suppId.IsReadly = false; - this.txt_suppId.Location = new System.Drawing.Point(100, 83); + this.txt_suppId.Location = new System.Drawing.Point(100, 107); this.txt_suppId.Margin = new System.Windows.Forms.Padding(0); this.txt_suppId.Name = "txt_suppId"; - this.txt_suppId.Size = new System.Drawing.Size(239, 30); + this.txt_suppId.Size = new System.Drawing.Size(281, 30); this.txt_suppId.TabIndex = 238; // // txt_itemId // this.txt_itemId.IsReadly = false; - this.txt_itemId.Location = new System.Drawing.Point(100, 6); + this.txt_itemId.Location = new System.Drawing.Point(100, 43); this.txt_itemId.Name = "txt_itemId"; - this.txt_itemId.Size = new System.Drawing.Size(239, 33); + this.txt_itemId.Size = new System.Drawing.Size(281, 30); this.txt_itemId.TabIndex = 237; this.txt_itemId.Tag = "no"; // // txt_status // this.txt_status.Enabled = false; - this.txt_status.Location = new System.Drawing.Point(431, 86); + this.txt_status.Location = new System.Drawing.Point(461, 142); this.txt_status.Name = "txt_status"; this.txt_status.Properties.Caption = ""; this.txt_status.Size = new System.Drawing.Size(94, 24); @@ -521,7 +543,7 @@ // lbGuid // this.lbGuid.AutoSize = true; - this.lbGuid.Location = new System.Drawing.Point(29, 110); + this.lbGuid.Location = new System.Drawing.Point(29, 128); this.lbGuid.Name = "lbGuid"; this.lbGuid.Size = new System.Drawing.Size(0, 21); this.lbGuid.TabIndex = 1; @@ -531,7 +553,7 @@ // this.lb_lastupdateDate.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.lb_lastupdateDate.Appearance.Options.UseFont = true; - this.lb_lastupdateDate.Location = new System.Drawing.Point(622, 50); + this.lb_lastupdateDate.Location = new System.Drawing.Point(390, 48); this.lb_lastupdateDate.Name = "lb_lastupdateDate"; this.lb_lastupdateDate.Size = new System.Drawing.Size(68, 21); this.lb_lastupdateDate.TabIndex = 219; @@ -539,11 +561,11 @@ // // txt_lastupdateDate // - this.txt_lastupdateDate.Location = new System.Drawing.Point(695, 46); + this.txt_lastupdateDate.Location = new System.Drawing.Point(462, 44); this.txt_lastupdateDate.Name = "txt_lastupdateDate"; this.txt_lastupdateDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_lastupdateDate.Properties.Appearance.Options.UseFont = true; - this.txt_lastupdateDate.Size = new System.Drawing.Size(157, 28); + this.txt_lastupdateDate.Size = new System.Drawing.Size(165, 28); this.txt_lastupdateDate.TabIndex = 219; this.txt_lastupdateDate.Tag = "readOnly"; // @@ -551,7 +573,7 @@ // this.lb_lastupdateBy.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.lb_lastupdateBy.Appearance.Options.UseFont = true; - this.lb_lastupdateBy.Location = new System.Drawing.Point(639, 12); + this.lb_lastupdateBy.Location = new System.Drawing.Point(407, 16); this.lb_lastupdateBy.Name = "lb_lastupdateBy"; this.lb_lastupdateBy.Size = new System.Drawing.Size(51, 21); this.lb_lastupdateBy.TabIndex = 217; @@ -559,11 +581,11 @@ // // txt_lastupdateBy // - this.txt_lastupdateBy.Location = new System.Drawing.Point(695, 8); + this.txt_lastupdateBy.Location = new System.Drawing.Point(462, 12); this.txt_lastupdateBy.Name = "txt_lastupdateBy"; this.txt_lastupdateBy.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_lastupdateBy.Properties.Appearance.Options.UseFont = true; - this.txt_lastupdateBy.Size = new System.Drawing.Size(157, 28); + this.txt_lastupdateBy.Size = new System.Drawing.Size(165, 28); this.txt_lastupdateBy.TabIndex = 217; this.txt_lastupdateBy.Tag = "readOnly"; // @@ -655,5 +677,7 @@ private DevExpress.XtraEditors.TextEdit txt_lastupdateDate; private DevExpress.XtraEditors.LabelControl lb_lastupdateBy; private DevExpress.XtraEditors.TextEdit txt_lastupdateBy; + private UserControl.UcLookOrg txt_OrgName; + private DevExpress.XtraEditors.LabelControl labelControl2; } } \ No newline at end of file -- Gitblit v1.9.3