From f13592561fedab01d5d447a3f8db9026ce51b7c8 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期三, 12 二月 2025 11:06:36 +0800 Subject: [PATCH] 其它入库 --- DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesItemQt.Designer.cs | 35 ++++++++++++++++++++++++++++++----- 1 files changed, 30 insertions(+), 5 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesItemQt.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesItemQt.Designer.cs index aa38953..d3e3702 100644 --- a/DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesItemQt.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesItemQt.Designer.cs @@ -106,6 +106,8 @@ this.labelControl11 = new DevExpress.XtraEditors.LabelControl(); this.lbGuid = new System.Windows.Forms.Label(); this.picCheckBox = new System.Windows.Forms.PictureBox(); + this.labelControl5 = new DevExpress.XtraEditors.LabelControl(); + this.txt_qt008 = new Gs.DevApp.UserControl.UcLookCk(); this.tabMxPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gcMx1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gvMx1)).BeginInit(); @@ -135,7 +137,7 @@ // this.tabMxPage1.Controls.Add(this.gcMx1); this.tabMxPage1.Name = "tabMxPage1"; - this.tabMxPage1.Size = new System.Drawing.Size(1124, 367); + this.tabMxPage1.Size = new System.Drawing.Size(1124, 325); this.tabMxPage1.Text = "鐢宠鏄庣粏"; // // gcMx1 @@ -147,7 +149,7 @@ this.gcMx1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemButtonEdit1, this.repositoryItemSearchLookUpEdit1}); - this.gcMx1.Size = new System.Drawing.Size(1124, 367); + this.gcMx1.Size = new System.Drawing.Size(1124, 325); this.gcMx1.TabIndex = 1; this.gcMx1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gvMx1}); @@ -801,10 +803,10 @@ // tabMx // this.tabMx.Dock = System.Windows.Forms.DockStyle.Fill; - this.tabMx.Location = new System.Drawing.Point(0, 171); + this.tabMx.Location = new System.Drawing.Point(0, 213); this.tabMx.Name = "tabMx"; this.tabMx.SelectedTabPage = this.tabMxPage1; - this.tabMx.Size = new System.Drawing.Size(1126, 399); + this.tabMx.Size = new System.Drawing.Size(1126, 357); this.tabMx.TabIndex = 2; this.tabMx.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.tabMxPage1}); @@ -812,6 +814,8 @@ // panel1 // this.panel1.BackColor = System.Drawing.Color.White; + this.panel1.Controls.Add(this.txt_qt008); + this.panel1.Controls.Add(this.labelControl5); this.panel1.Controls.Add(this.ucLookHuoZhu1); this.panel1.Controls.Add(this.labelControl4); this.panel1.Controls.Add(this.txt_qt009); @@ -843,7 +847,7 @@ this.panel1.Font = new System.Drawing.Font("Tahoma", 10F); this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(1126, 171); + this.panel1.Size = new System.Drawing.Size(1126, 213); this.panel1.TabIndex = 1; // // ucLookHuoZhu1 @@ -999,6 +1003,25 @@ this.picCheckBox.TabStop = false; this.picCheckBox.Visible = false; // + // labelControl5 + // + this.labelControl5.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.labelControl5.Appearance.Options.UseFont = true; + this.labelControl5.Location = new System.Drawing.Point(18, 173); + this.labelControl5.Name = "labelControl5"; + this.labelControl5.Size = new System.Drawing.Size(68, 21); + this.labelControl5.TabIndex = 319; + this.labelControl5.Text = "鍙戞枡浠撳簱"; + // + // txt_qt008 + // + this.txt_qt008.IsReadly = false; + this.txt_qt008.Location = new System.Drawing.Point(92, 173); + this.txt_qt008.Margin = new System.Windows.Forms.Padding(0); + this.txt_qt008.Name = "txt_qt008"; + this.txt_qt008.Size = new System.Drawing.Size(219, 30); + this.txt_qt008.TabIndex = 320; + // // Frm_MesItemQt // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); @@ -1118,5 +1141,7 @@ private DevExpress.XtraGrid.Columns.GridColumn gridColumn4; private DevExpress.XtraEditors.LabelControl labelControl4; private UserControl.UcLookHuoZhu ucLookHuoZhu1; + private UserControl.UcLookCk txt_qt008; + private DevExpress.XtraEditors.LabelControl labelControl5; } } \ No newline at end of file -- Gitblit v1.9.3