From b92da1e9087c91f2384f83ff33856f2e1d939ff2 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期六, 08 三月 2025 16:04:26 +0800 Subject: [PATCH] 采购版面 --- DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemArn.Designer.cs | 85 ++++++++++++++++++++++++++++++++---------- 1 files changed, 64 insertions(+), 21 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemArn.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemArn.Designer.cs index a9187e1..265fc8f 100644 --- a/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemArn.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemArn.Designer.cs @@ -134,9 +134,12 @@ this.gvMx1memo = new DevExpress.XtraGrid.Columns.GridColumn(); this.gvBtnAlawys = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemButtonEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); + this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gvMxDel = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); this.picCheckBox = new System.Windows.Forms.PictureBox(); + this.txt_guid = new DevExpress.XtraEditors.TextEdit(); + this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); this.xtraTabControl1.SuspendLayout(); this.xtraTabPage1.SuspendLayout(); @@ -192,6 +195,8 @@ ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.picCheckBox)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_guid.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit(); this.SuspendLayout(); // // toolBarMenu1 @@ -541,9 +546,11 @@ this.layoutMx1.Controls.Add(this.txt_checkUser); this.layoutMx1.Controls.Add(this.txt_checkDate); this.layoutMx1.Controls.Add(this.txt_paperBillNo); + this.layoutMx1.Controls.Add(this.txt_guid); this.layoutMx1.Dock = System.Windows.Forms.DockStyle.Fill; this.layoutMx1.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { - this.layoutControlItem18}); + this.layoutControlItem18, + this.layoutControlItem9}); this.layoutMx1.Location = new System.Drawing.Point(0, 0); this.layoutMx1.Name = "layoutMx1"; this.layoutMx1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1007, 106, 812, 500); @@ -564,7 +571,7 @@ // btnSelect // this.btnSelect.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.lookup_reference_16x16; - this.btnSelect.Location = new System.Drawing.Point(12, 140); + this.btnSelect.Location = new System.Drawing.Point(12, 135); this.btnSelect.Name = "btnSelect"; this.btnSelect.Size = new System.Drawing.Size(116, 27); this.btnSelect.StyleController = this.layoutMx1; @@ -573,7 +580,7 @@ // // txtDepotsCode // - this.txtDepotsCode.Location = new System.Drawing.Point(411, 76); + this.txtDepotsCode.Location = new System.Drawing.Point(411, 71); this.txtDepotsCode.Name = "txtDepotsCode"; this.txtDepotsCode.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txtDepotsCode.Properties.Appearance.Options.UseFont = true; @@ -585,7 +592,7 @@ // // txt_remark // - this.txt_remark.Location = new System.Drawing.Point(411, 108); + this.txt_remark.Location = new System.Drawing.Point(411, 103); 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; @@ -596,14 +603,14 @@ // txt_receiveOrgId // this.txt_receiveOrgId.IsReadly = false; - this.txt_receiveOrgId.Location = new System.Drawing.Point(114, 44); + this.txt_receiveOrgId.Location = new System.Drawing.Point(114, 39); this.txt_receiveOrgId.Name = "txt_receiveOrgId"; this.txt_receiveOrgId.Size = new System.Drawing.Size(191, 28); this.txt_receiveOrgId.TabIndex = 457; // // txtSupplierCode // - this.txtSupplierCode.Location = new System.Drawing.Point(411, 44); + this.txtSupplierCode.Location = new System.Drawing.Point(411, 39); this.txtSupplierCode.Name = "txtSupplierCode"; this.txtSupplierCode.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txtSupplierCode.Properties.Appearance.Options.UseFont = true; @@ -615,7 +622,7 @@ // // txt_billNo // - this.txt_billNo.Location = new System.Drawing.Point(114, 12); + this.txt_billNo.Location = new System.Drawing.Point(114, 7); 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; @@ -628,7 +635,7 @@ // txt_depotsId // this.txt_depotsId.IsReadly = false; - this.txt_depotsId.Location = new System.Drawing.Point(114, 108); + this.txt_depotsId.Location = new System.Drawing.Point(114, 103); this.txt_depotsId.Margin = new System.Windows.Forms.Padding(0); this.txt_depotsId.Name = "txt_depotsId"; this.txt_depotsId.Size = new System.Drawing.Size(191, 28); @@ -637,7 +644,7 @@ // txt_suppId // this.txt_suppId.IsReadly = false; - this.txt_suppId.Location = new System.Drawing.Point(114, 76); + this.txt_suppId.Location = new System.Drawing.Point(114, 71); this.txt_suppId.Margin = new System.Windows.Forms.Padding(0); this.txt_suppId.Name = "txt_suppId"; this.txt_suppId.Size = new System.Drawing.Size(191, 28); @@ -645,7 +652,7 @@ // // txt_fstatus // - this.txt_fstatus.Location = new System.Drawing.Point(903, 76); + this.txt_fstatus.Location = new System.Drawing.Point(903, 71); this.txt_fstatus.Name = "txt_fstatus"; this.txt_fstatus.Properties.Caption = "鎻愪氦妫�楠屾爣璇�"; this.txt_fstatus.Size = new System.Drawing.Size(295, 24); @@ -655,7 +662,7 @@ // // txt_fType // - this.txt_fType.Location = new System.Drawing.Point(309, 12); + this.txt_fType.Location = new System.Drawing.Point(309, 7); this.txt_fType.Name = "txt_fType"; this.txt_fType.Properties.Caption = "濮斿鏍囪瘑"; this.txt_fType.Size = new System.Drawing.Size(293, 24); @@ -664,7 +671,7 @@ // // txt_createBy // - this.txt_createBy.Location = new System.Drawing.Point(708, 12); + this.txt_createBy.Location = new System.Drawing.Point(708, 7); this.txt_createBy.Name = "txt_createBy"; this.txt_createBy.Size = new System.Drawing.Size(191, 24); this.txt_createBy.StyleController = this.layoutMx1; @@ -673,7 +680,7 @@ // // txt_createDate // - this.txt_createDate.Location = new System.Drawing.Point(708, 44); + this.txt_createDate.Location = new System.Drawing.Point(708, 39); this.txt_createDate.Name = "txt_createDate"; this.txt_createDate.Size = new System.Drawing.Size(191, 24); this.txt_createDate.StyleController = this.layoutMx1; @@ -682,7 +689,7 @@ // // txt_checkUser // - this.txt_checkUser.Location = new System.Drawing.Point(1005, 12); + this.txt_checkUser.Location = new System.Drawing.Point(1005, 7); this.txt_checkUser.Name = "txt_checkUser"; this.txt_checkUser.Size = new System.Drawing.Size(193, 24); this.txt_checkUser.StyleController = this.layoutMx1; @@ -691,7 +698,7 @@ // // txt_checkDate // - this.txt_checkDate.Location = new System.Drawing.Point(1005, 44); + this.txt_checkDate.Location = new System.Drawing.Point(1005, 39); this.txt_checkDate.Name = "txt_checkDate"; this.txt_checkDate.Size = new System.Drawing.Size(193, 24); this.txt_checkDate.StyleController = this.layoutMx1; @@ -700,7 +707,7 @@ // // txt_paperBillNo // - this.txt_paperBillNo.Location = new System.Drawing.Point(708, 76); + this.txt_paperBillNo.Location = new System.Drawing.Point(708, 71); this.txt_paperBillNo.Name = "txt_paperBillNo"; this.txt_paperBillNo.Size = new System.Drawing.Size(191, 24); this.txt_paperBillNo.StyleController = this.layoutMx1; @@ -992,6 +999,7 @@ this.gridColumn9, this.gridColumn7, this.gvMx1memo, + this.gridColumn10, this.gvBtnAlawys, this.gvMxDel}); this.gvMx1.GridControl = this.gcMx1; @@ -1003,7 +1011,7 @@ // // gvAbtGuid // - this.gvAbtGuid.Caption = "abtGuid涓嶈兘鍒犻櫎"; + this.gvAbtGuid.Caption = "閲囪喘鏄庣粏GUID"; this.gvAbtGuid.FieldName = "aboutGuid"; this.gvAbtGuid.MinWidth = 50; this.gvAbtGuid.Name = "gvAbtGuid"; @@ -1014,7 +1022,7 @@ // this.gvMx1guid.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gvMx1guid.AppearanceCell.Options.UseFont = true; - this.gvMx1guid.Caption = "guid涓嶈兘鍒犻櫎"; + this.gvMx1guid.Caption = "涓婚敭GUID"; this.gvMx1guid.FieldName = "guid"; this.gvMx1guid.MinWidth = 70; this.gvMx1guid.Name = "gvMx1guid"; @@ -1286,12 +1294,12 @@ // // gvBtnAlawys // - this.gvBtnAlawys.Caption = "鎿嶄綔"; + this.gvBtnAlawys.Caption = "閫�璐�"; this.gvBtnAlawys.ColumnEdit = this.repositoryItemButtonEdit2; this.gvBtnAlawys.MinWidth = 80; this.gvBtnAlawys.Name = "gvBtnAlawys"; this.gvBtnAlawys.Visible = true; - this.gvBtnAlawys.VisibleIndex = 16; + this.gvBtnAlawys.VisibleIndex = 17; this.gvBtnAlawys.Width = 80; // // repositoryItemButtonEdit2 @@ -1305,6 +1313,16 @@ this.repositoryItemButtonEdit2.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor; this.repositoryItemButtonEdit2.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemButtonEdit2_ButtonClick); // + // gridColumn10 + // + this.gridColumn10.Caption = "娆″簭"; + this.gridColumn10.FieldName = "workLine"; + this.gridColumn10.MinWidth = 25; + this.gridColumn10.Name = "gridColumn10"; + this.gridColumn10.Visible = true; + this.gridColumn10.VisibleIndex = 16; + this.gridColumn10.Width = 94; + // // gvMxDel // this.gvMxDel.Caption = "绉诲嚭"; @@ -1312,7 +1330,7 @@ this.gvMxDel.MinWidth = 80; this.gvMxDel.Name = "gvMxDel"; this.gvMxDel.Visible = true; - this.gvMxDel.VisibleIndex = 17; + this.gvMxDel.VisibleIndex = 18; this.gvMxDel.Width = 80; // // repositoryItemButtonEdit1 @@ -1336,6 +1354,26 @@ this.picCheckBox.TabIndex = 6; this.picCheckBox.TabStop = false; this.picCheckBox.Visible = false; + // + // txt_guid + // + this.txt_guid.Location = new System.Drawing.Point(1005, 135); + this.txt_guid.Name = "txt_guid"; + this.txt_guid.Size = new System.Drawing.Size(193, 24); + this.txt_guid.StyleController = this.layoutMx1; + this.txt_guid.TabIndex = 466; + this.txt_guid.Tag = "readOnly"; + // + // layoutControlItem9 + // + this.layoutControlItem9.Control = this.txt_guid; + this.layoutControlItem9.Location = new System.Drawing.Point(891, 128); + this.layoutControlItem9.Name = "layoutControlItem9"; + this.layoutControlItem9.OptionsTableLayoutItem.ColumnIndex = 3; + this.layoutControlItem9.OptionsTableLayoutItem.RowIndex = 4; + this.layoutControlItem9.Size = new System.Drawing.Size(299, 32); + this.layoutControlItem9.Text = "涓婚敭GUID"; + this.layoutControlItem9.TextSize = new System.Drawing.Size(50, 20); // // Frm_MesInvItemArn // @@ -1402,6 +1440,8 @@ ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.picCheckBox)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_guid.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit(); this.ResumeLayout(false); } @@ -1495,5 +1535,8 @@ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem17; private DevExpress.XtraEditors.TextEdit txt_paperBillNo; private DevExpress.XtraLayout.LayoutControlItem lab_paperBillNo; + private DevExpress.XtraGrid.Columns.GridColumn gridColumn10; + private DevExpress.XtraEditors.TextEdit txt_guid; + private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9; } } \ No newline at end of file -- Gitblit v1.9.3