From 84e590f3897e2070ff4075544a1f06e577c47eff Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期三, 04 十二月 2024 14:46:38 +0800 Subject: [PATCH] 界面核对 --- DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesInvItemArn.Designer.cs | 135 ++++++++++++++++++++++++++------------------ 1 files changed, 80 insertions(+), 55 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesInvItemArn.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesInvItemArn.Designer.cs index 59cdf02..29304b7 100644 --- a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesInvItemArn.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesInvItemArn.Designer.cs @@ -111,11 +111,13 @@ this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage(); this.tabMx = new DevExpress.XtraTab.XtraTabControl(); this.panel1 = new System.Windows.Forms.Panel(); + this.ucLookOrg1 = new Gs.DevApp.UserControl.UcLookOrg(); + this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.btnTui = new DevExpress.XtraEditors.SimpleButton(); - this.txtDepotsId = new DevExpress.XtraEditors.TextEdit(); + this.txtDepotsCode = new DevExpress.XtraEditors.TextEdit(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.label1 = new System.Windows.Forms.Label(); - this.txtSupplierId = new DevExpress.XtraEditors.TextEdit(); + this.txtSupplierCode = new DevExpress.XtraEditors.TextEdit(); this.txt_fType = new DevExpress.XtraEditors.CheckEdit(); this.txt_urgentFlag = new DevExpress.XtraEditors.CheckEdit(); this.txt_fstatus = new DevExpress.XtraEditors.CheckEdit(); @@ -144,8 +146,8 @@ ((System.ComponentModel.ISupportInitialize)(this.tabMx)).BeginInit(); this.tabMx.SuspendLayout(); this.panel1.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.txtDepotsId.Properties)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.txtSupplierId.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txtDepotsCode.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txtSupplierCode.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_fType.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_urgentFlag.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_fstatus.Properties)).BeginInit(); @@ -537,7 +539,7 @@ // this.lb_fType.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.lb_fType.Appearance.Options.UseFont = true; - this.lb_fType.Location = new System.Drawing.Point(677, 58); + this.lb_fType.Location = new System.Drawing.Point(651, 54); this.lb_fType.Name = "lb_fType"; this.lb_fType.Size = new System.Drawing.Size(68, 21); this.lb_fType.TabIndex = 378; @@ -547,7 +549,7 @@ // this.lb_urgentFlag.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.lb_urgentFlag.Appearance.Options.UseFont = true; - this.lb_urgentFlag.Location = new System.Drawing.Point(677, 21); + this.lb_urgentFlag.Location = new System.Drawing.Point(651, 16); this.lb_urgentFlag.Name = "lb_urgentFlag"; this.lb_urgentFlag.Size = new System.Drawing.Size(68, 21); this.lb_urgentFlag.TabIndex = 343; @@ -557,7 +559,7 @@ // this.lb_ischeck.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.lb_ischeck.Appearance.Options.UseFont = true; - this.lb_ischeck.Location = new System.Drawing.Point(677, 94); + this.lb_ischeck.Location = new System.Drawing.Point(778, 54); this.lb_ischeck.Name = "lb_ischeck"; this.lb_ischeck.Size = new System.Drawing.Size(102, 21); this.lb_ischeck.TabIndex = 319; @@ -567,7 +569,7 @@ // this.lb_paperBillNo.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.lb_paperBillNo.Appearance.Options.UseFont = true; - this.lb_paperBillNo.Location = new System.Drawing.Point(341, 18); + this.lb_paperBillNo.Location = new System.Drawing.Point(651, 91); this.lb_paperBillNo.Name = "lb_paperBillNo"; this.lb_paperBillNo.Size = new System.Drawing.Size(68, 21); this.lb_paperBillNo.TabIndex = 243; @@ -575,7 +577,7 @@ // // txt_paperBillNo // - this.txt_paperBillNo.Location = new System.Drawing.Point(421, 14); + this.txt_paperBillNo.Location = new System.Drawing.Point(728, 87); this.txt_paperBillNo.Name = "txt_paperBillNo"; this.txt_paperBillNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_paperBillNo.Properties.Appearance.Options.UseFont = true; @@ -586,7 +588,7 @@ // this.lb_billNo.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.lb_billNo.Appearance.Options.UseFont = true; - this.lb_billNo.Location = new System.Drawing.Point(20, 18); + this.lb_billNo.Location = new System.Drawing.Point(346, 17); this.lb_billNo.Name = "lb_billNo"; this.lb_billNo.Size = new System.Drawing.Size(68, 21); this.lb_billNo.TabIndex = 213; @@ -595,7 +597,7 @@ // txt_billNo // this.txt_billNo.Enabled = false; - this.txt_billNo.Location = new System.Drawing.Point(98, 14); + this.txt_billNo.Location = new System.Drawing.Point(420, 13); this.txt_billNo.Name = "txt_billNo"; this.txt_billNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_billNo.Properties.Appearance.Options.UseFont = true; @@ -1063,11 +1065,13 @@ // panel1 // this.panel1.BackColor = System.Drawing.Color.White; + this.panel1.Controls.Add(this.ucLookOrg1); + this.panel1.Controls.Add(this.labelControl2); this.panel1.Controls.Add(this.btnTui); - this.panel1.Controls.Add(this.txtDepotsId); + this.panel1.Controls.Add(this.txtDepotsCode); this.panel1.Controls.Add(this.labelControl4); this.panel1.Controls.Add(this.label1); - this.panel1.Controls.Add(this.txtSupplierId); + this.panel1.Controls.Add(this.txtSupplierCode); this.panel1.Controls.Add(this.txt_fType); this.panel1.Controls.Add(this.txt_urgentFlag); this.panel1.Controls.Add(this.txt_fstatus); @@ -1094,57 +1098,75 @@ this.panel1.Size = new System.Drawing.Size(1231, 162); this.panel1.TabIndex = 1; // + // ucLookOrg1 + // + this.ucLookOrg1.IsReadly = false; + this.ucLookOrg1.Location = new System.Drawing.Point(107, 16); + this.ucLookOrg1.Name = "ucLookOrg1"; + this.ucLookOrg1.Size = new System.Drawing.Size(215, 28); + this.ucLookOrg1.TabIndex = 457; + // + // labelControl2 + // + this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.labelControl2.Appearance.Options.UseFont = true; + this.labelControl2.Location = new System.Drawing.Point(11, 16); + this.labelControl2.Name = "labelControl2"; + this.labelControl2.Size = new System.Drawing.Size(68, 21); + this.labelControl2.TabIndex = 456; + this.labelControl2.Text = "鏀舵枡缁勭粐"; + // // btnTui // this.btnTui.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.close_16x16; - this.btnTui.Location = new System.Drawing.Point(197, 126); + this.btnTui.Location = new System.Drawing.Point(206, 126); this.btnTui.Name = "btnTui"; this.btnTui.Size = new System.Drawing.Size(116, 29); this.btnTui.TabIndex = 455; - this.btnTui.Text = "鍘婚��鍏ュ簱鏄庣粏"; + this.btnTui.Text = "纭閫�璐�"; // - // txtDepotsId + // txtDepotsCode // - this.txtDepotsId.Enabled = false; - this.txtDepotsId.Location = new System.Drawing.Point(421, 89); - this.txtDepotsId.Name = "txtDepotsId"; - this.txtDepotsId.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); - this.txtDepotsId.Properties.Appearance.Options.UseFont = true; - this.txtDepotsId.Size = new System.Drawing.Size(215, 28); - this.txtDepotsId.TabIndex = 454; + this.txtDepotsCode.Enabled = false; + this.txtDepotsCode.Location = new System.Drawing.Point(421, 87); + this.txtDepotsCode.Name = "txtDepotsCode"; + this.txtDepotsCode.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txtDepotsCode.Properties.Appearance.Options.UseFont = true; + this.txtDepotsCode.Size = new System.Drawing.Size(215, 28); + this.txtDepotsCode.TabIndex = 454; // // labelControl4 // this.labelControl4.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.labelControl4.Appearance.Options.UseFont = true; - this.labelControl4.Location = new System.Drawing.Point(357, 93); + this.labelControl4.Location = new System.Drawing.Point(344, 91); this.labelControl4.Name = "labelControl4"; - this.labelControl4.Size = new System.Drawing.Size(52, 21); + this.labelControl4.Size = new System.Drawing.Size(68, 21); this.labelControl4.TabIndex = 453; - this.labelControl4.Text = "浠撳簱ID"; + this.labelControl4.Text = "浠撳簱缂栫爜"; // // label1 // this.label1.AutoSize = true; - this.label1.Location = new System.Drawing.Point(26, 91); + this.label1.Location = new System.Drawing.Point(6, 91); this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(62, 21); + this.label1.Size = new System.Drawing.Size(95, 21); this.label1.TabIndex = 452; - this.label1.Text = "渚涘簲ID"; + this.label1.Text = "渚涘簲鍟嗙紪鐮�"; // - // txtSupplierId + // txtSupplierCode // - this.txtSupplierId.Enabled = false; - this.txtSupplierId.Location = new System.Drawing.Point(98, 87); - this.txtSupplierId.Name = "txtSupplierId"; - this.txtSupplierId.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); - this.txtSupplierId.Properties.Appearance.Options.UseFont = true; - this.txtSupplierId.Size = new System.Drawing.Size(215, 28); - this.txtSupplierId.TabIndex = 451; + this.txtSupplierCode.Enabled = false; + this.txtSupplierCode.Location = new System.Drawing.Point(107, 87); + this.txtSupplierCode.Name = "txtSupplierCode"; + this.txtSupplierCode.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txtSupplierCode.Properties.Appearance.Options.UseFont = true; + this.txtSupplierCode.Size = new System.Drawing.Size(215, 28); + this.txtSupplierCode.TabIndex = 451; // // txt_fType // - this.txt_fType.Location = new System.Drawing.Point(785, 56); + this.txt_fType.Location = new System.Drawing.Point(728, 52); this.txt_fType.Name = "txt_fType"; this.txt_fType.Properties.Caption = ""; this.txt_fType.Size = new System.Drawing.Size(35, 24); @@ -1152,7 +1174,8 @@ // // txt_urgentFlag // - this.txt_urgentFlag.Location = new System.Drawing.Point(785, 19); + this.txt_urgentFlag.Enabled = false; + this.txt_urgentFlag.Location = new System.Drawing.Point(728, 14); this.txt_urgentFlag.Name = "txt_urgentFlag"; this.txt_urgentFlag.Properties.Caption = ""; this.txt_urgentFlag.Size = new System.Drawing.Size(35, 24); @@ -1161,7 +1184,7 @@ // txt_fstatus // this.txt_fstatus.Enabled = false; - this.txt_fstatus.Location = new System.Drawing.Point(785, 92); + this.txt_fstatus.Location = new System.Drawing.Point(886, 52); this.txt_fstatus.Name = "txt_fstatus"; this.txt_fstatus.Properties.Caption = ""; this.txt_fstatus.Size = new System.Drawing.Size(47, 24); @@ -1180,7 +1203,7 @@ // this.labelControl3.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.labelControl3.Appearance.Options.UseFont = true; - this.labelControl3.Location = new System.Drawing.Point(341, 57); + this.labelControl3.Location = new System.Drawing.Point(344, 57); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(68, 21); this.labelControl3.TabIndex = 444; @@ -1193,12 +1216,12 @@ this.btnSelect.Name = "btnSelect"; this.btnSelect.Size = new System.Drawing.Size(128, 29); this.btnSelect.TabIndex = 443; - this.btnSelect.Text = "鍘婚�夋嫨鏉ユ枡鏄庣粏"; + this.btnSelect.Text = "閫夊緟鍏ヤ粨鐗╂枡 "; // // txt_suppId // this.txt_suppId.IsReadly = true; - this.txt_suppId.Location = new System.Drawing.Point(98, 50); + this.txt_suppId.Location = new System.Drawing.Point(107, 50); this.txt_suppId.Margin = new System.Windows.Forms.Padding(0); this.txt_suppId.Name = "txt_suppId"; this.txt_suppId.Size = new System.Drawing.Size(215, 28); @@ -1208,15 +1231,15 @@ // this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.labelControl1.Appearance.Options.UseFont = true; - this.labelControl1.Location = new System.Drawing.Point(3, 55); + this.labelControl1.Location = new System.Drawing.Point(16, 55); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(85, 21); this.labelControl1.TabIndex = 439; - this.labelControl1.Text = "閫夋嫨渚涘簲鍟�"; + this.labelControl1.Text = "渚涘簲鍟嗗悕绉�"; // // labelControl11 // - this.labelControl11.Location = new System.Drawing.Point(870, 22); + this.labelControl11.Location = new System.Drawing.Point(876, 18); this.labelControl11.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl11.Name = "labelControl11"; this.labelControl11.Size = new System.Drawing.Size(45, 18); @@ -1227,7 +1250,7 @@ // lbGuid // this.lbGuid.AutoSize = true; - this.lbGuid.Location = new System.Drawing.Point(877, 99); + this.lbGuid.Location = new System.Drawing.Point(933, 20); this.lbGuid.Name = "lbGuid"; this.lbGuid.Size = new System.Drawing.Size(0, 21); this.lbGuid.TabIndex = 1; @@ -1237,11 +1260,11 @@ // this.lb_remark.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.lb_remark.Appearance.Options.UseFont = true; - this.lb_remark.Location = new System.Drawing.Point(377, 130); + this.lb_remark.Location = new System.Drawing.Point(344, 130); this.lb_remark.Name = "lb_remark"; - this.lb_remark.Size = new System.Drawing.Size(34, 21); + this.lb_remark.Size = new System.Drawing.Size(68, 21); this.lb_remark.TabIndex = 240; - this.lb_remark.Text = "澶囨敞"; + this.lb_remark.Text = "澶囨敞淇℃伅"; // // txt_remark // @@ -1249,7 +1272,7 @@ this.txt_remark.Name = "txt_remark"; this.txt_remark.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_remark.Properties.Appearance.Options.UseFont = true; - this.txt_remark.Size = new System.Drawing.Size(388, 28); + this.txt_remark.Size = new System.Drawing.Size(522, 28); this.txt_remark.TabIndex = 240; // // Frm_MesInvItemArn @@ -1277,8 +1300,8 @@ this.tabMx.ResumeLayout(false); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.txtDepotsId.Properties)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.txtSupplierId.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txtDepotsCode.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txtSupplierCode.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_fType.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_urgentFlag.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_fstatus.Properties)).EndInit(); @@ -1344,10 +1367,10 @@ private DevExpress.XtraGrid.Columns.GridColumn gridColumn3; private DevExpress.XtraEditors.CheckEdit txt_fType; private DevExpress.XtraEditors.CheckEdit txt_urgentFlag; - private DevExpress.XtraEditors.TextEdit txtSupplierId; + private DevExpress.XtraEditors.TextEdit txtSupplierCode; private DevExpress.XtraEditors.LabelControl labelControl4; private System.Windows.Forms.Label label1; - private DevExpress.XtraEditors.TextEdit txtDepotsId; + private DevExpress.XtraEditors.TextEdit txtDepotsCode; private DevExpress.XtraGrid.Columns.GridColumn gridColumn1; private DevExpress.XtraGrid.Views.BandedGrid.BandedGridView gridView1; private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn gv_fType; @@ -1388,5 +1411,7 @@ private DevExpress.XtraGrid.Columns.GridColumn gridColumn8; private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit1; private DevExpress.XtraEditors.SimpleButton btnTui; + private UserControl.UcLookOrg ucLookOrg1; + private DevExpress.XtraEditors.LabelControl labelControl2; } } \ No newline at end of file -- Gitblit v1.9.3