From 64a6c4193199d15d7ac5aa67a9677df01a37a50d Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期四, 12 六月 2025 08:04:31 +0800 Subject: [PATCH] bug --- DevApp/Gs.DevApp/DevFrm/Ck/UcBlcl.Designer.cs | 322 ++++++++++++++++++++++++++--------------------------- 1 files changed, 158 insertions(+), 164 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Ck/UcBlcl.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Ck/UcBlcl.Designer.cs index 57bab69..1c7e66e 100644 --- a/DevApp/Gs.DevApp/DevFrm/Ck/UcBlcl.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/Ck/UcBlcl.Designer.cs @@ -27,6 +27,7 @@ /// </summary> private void InitializeComponent() { + this.components = new System.ComponentModel.Container(); DevExpress.XtraLayout.ColumnDefinition columnDefinition1 = new DevExpress.XtraLayout.ColumnDefinition(); DevExpress.XtraLayout.ColumnDefinition columnDefinition2 = new DevExpress.XtraLayout.ColumnDefinition(); DevExpress.XtraLayout.ColumnDefinition columnDefinition3 = new DevExpress.XtraLayout.ColumnDefinition(); @@ -108,6 +109,11 @@ this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem(); + this.layoutControlItem18 = new DevExpress.XtraLayout.LayoutControlItem(); + this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); + this.layoutControlItem19 = new DevExpress.XtraLayout.LayoutControlItem(); + this.layoutControlItem15 = new DevExpress.XtraLayout.LayoutControlItem(); + this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); this.tabMx = new DevExpress.XtraTab.XtraTabControl(); this.tabMxPage1 = new DevExpress.XtraTab.XtraTabPage(); this.gcMx1 = new DevExpress.XtraGrid.GridControl(); @@ -123,7 +129,10 @@ this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gridColumn15 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gridColumn16 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gvMx1bld002 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gvMx1bld003 = new DevExpress.XtraGrid.Columns.GridColumn(); @@ -141,11 +150,7 @@ this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn(); this.picCheckBox = new System.Windows.Forms.PictureBox(); - this.layoutControlItem18 = new DevExpress.XtraLayout.LayoutControlItem(); - this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); - this.layoutControlItem19 = new DevExpress.XtraLayout.LayoutControlItem(); - this.layoutControlItem15 = new DevExpress.XtraLayout.LayoutControlItem(); - this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); + this.tips = new DevExpress.Utils.ToolTipController(this.components); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); this.xtraTabControl1.SuspendLayout(); this.xtraTabPage1.SuspendLayout(); @@ -195,6 +200,11 @@ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tabMx)).BeginInit(); this.tabMx.SuspendLayout(); this.tabMxPage1.SuspendLayout(); @@ -204,11 +214,6 @@ ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.picCheckBox)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit(); this.SuspendLayout(); // // toolBarMenu1 @@ -249,6 +254,7 @@ // split1 // this.split1.Dock = System.Windows.Forms.DockStyle.Fill; + this.split1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2; this.split1.Horizontal = false; this.split1.Location = new System.Drawing.Point(0, 0); this.split1.Name = "split1"; @@ -262,14 +268,14 @@ // split1.Panel2 // this.split1.Panel2.Text = "Panel2"; + this.split1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True; this.split1.Size = new System.Drawing.Size(1126, 570); - this.split1.SplitterPosition = 558; + this.split1.SplitterPosition = 0; this.split1.TabIndex = 0; // // gcMain1 // this.gcMain1.Dock = System.Windows.Forms.DockStyle.Fill; - this.gcMain1.Font = new System.Drawing.Font("Tahoma", 10F); this.gcMain1.Location = new System.Drawing.Point(0, 0); this.gcMain1.MainView = this.gridView1; this.gcMain1.Name = "gcMain1"; @@ -282,7 +288,6 @@ // this.gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true; this.gridView1.Appearance.HeaderPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap; - this.gridView1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 10F); this.gridView1.Appearance.Row.Options.UseFont = true; this.gridView1.ColumnPanelRowHeight = 50; this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { @@ -318,7 +323,6 @@ // // gv_id // - this.gv_id.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gv_id.AppearanceCell.Options.UseFont = true; this.gv_id.Caption = "ID "; this.gv_id.FieldName = "guid"; @@ -330,7 +334,6 @@ // // gv_bl018 // - this.gv_bl018.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gv_bl018.AppearanceCell.Options.UseFont = true; this.gv_bl018.Caption = "瀹℃牳鐘舵�� "; this.gv_bl018.FieldName = "bl018"; @@ -346,7 +349,6 @@ // // gv_bl019 // - this.gv_bl019.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gv_bl019.AppearanceCell.Options.UseFont = true; this.gv_bl019.Caption = "瀹岀粨鏍囪瘑 "; this.gv_bl019.FieldName = "bl019"; @@ -356,13 +358,10 @@ this.gv_bl019.OptionsColumn.AllowEdit = false; this.gv_bl019.Tag = "query_a.bl019"; this.gv_bl019.UnboundDataType = typeof(bool); - this.gv_bl019.Visible = true; - this.gv_bl019.VisibleIndex = 1; this.gv_bl019.Width = 50; // // gv_blNo // - this.gv_blNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gv_blNo.AppearanceCell.Options.UseFont = true; this.gv_blNo.Caption = "鐢宠鍗曞彿 "; this.gv_blNo.FieldName = "blNo"; @@ -371,12 +370,11 @@ this.gv_blNo.OptionsColumn.AllowEdit = false; this.gv_blNo.Tag = "query_a.bl_no"; this.gv_blNo.Visible = true; - this.gv_blNo.VisibleIndex = 2; + this.gv_blNo.VisibleIndex = 1; this.gv_blNo.Width = 100; // // gv_bl001 // - this.gv_bl001.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gv_bl001.AppearanceCell.Options.UseFont = true; this.gv_bl001.Caption = "宸ュ崟鍗曞彿"; this.gv_bl001.FieldName = "bl001"; @@ -385,12 +383,11 @@ this.gv_bl001.OptionsColumn.AllowEdit = false; this.gv_bl001.Tag = "query_a.bl001"; this.gv_bl001.Visible = true; - this.gv_bl001.VisibleIndex = 3; + this.gv_bl001.VisibleIndex = 2; this.gv_bl001.Width = 100; // // gv_bl013 // - this.gv_bl013.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gv_bl013.AppearanceCell.Options.UseFont = true; this.gv_bl013.Caption = "浠诲姟鍗曞彿 "; this.gv_bl013.FieldName = "bl013"; @@ -399,12 +396,11 @@ this.gv_bl013.OptionsColumn.AllowEdit = false; this.gv_bl013.Tag = "query_a.bl013"; this.gv_bl013.Visible = true; - this.gv_bl013.VisibleIndex = 4; + this.gv_bl013.VisibleIndex = 3; this.gv_bl013.Width = 94; // // gv_bl002 // - this.gv_bl002.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gv_bl002.AppearanceCell.Options.UseFont = true; this.gv_bl002.Caption = "浜у搧缂栧彿 "; this.gv_bl002.FieldName = "bl002"; @@ -413,12 +409,11 @@ this.gv_bl002.OptionsColumn.AllowEdit = false; this.gv_bl002.Tag = "query_a.bl002"; this.gv_bl002.Visible = true; - this.gv_bl002.VisibleIndex = 5; + this.gv_bl002.VisibleIndex = 4; this.gv_bl002.Width = 94; // // gv_bl014 // - this.gv_bl014.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gv_bl014.AppearanceCell.Options.UseFont = true; this.gv_bl014.Caption = "浜у搧鍚嶇О "; this.gv_bl014.FieldName = "bl014"; @@ -427,12 +422,11 @@ this.gv_bl014.OptionsColumn.AllowEdit = false; this.gv_bl014.Tag = "query_a.bl014"; this.gv_bl014.Visible = true; - this.gv_bl014.VisibleIndex = 6; + this.gv_bl014.VisibleIndex = 5; this.gv_bl014.Width = 94; // // gv_bl015 // - this.gv_bl015.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gv_bl015.AppearanceCell.Options.UseFont = true; this.gv_bl015.Caption = "浜у搧鍨嬪彿 "; this.gv_bl015.FieldName = "bl015"; @@ -441,12 +435,11 @@ this.gv_bl015.OptionsColumn.AllowEdit = false; this.gv_bl015.Tag = "query_a.bl015"; this.gv_bl015.Visible = true; - this.gv_bl015.VisibleIndex = 7; + this.gv_bl015.VisibleIndex = 6; this.gv_bl015.Width = 94; // // gv_bl007 // - this.gv_bl007.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gv_bl007.AppearanceCell.Options.UseFont = true; this.gv_bl007.Caption = "鐢宠鍘熷洜 "; this.gv_bl007.FieldName = "bl007"; @@ -455,12 +448,11 @@ this.gv_bl007.OptionsColumn.AllowEdit = false; this.gv_bl007.Tag = "query_a.bl007"; this.gv_bl007.Visible = true; - this.gv_bl007.VisibleIndex = 8; + this.gv_bl007.VisibleIndex = 7; this.gv_bl007.Width = 94; // // gv_bl009 // - this.gv_bl009.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gv_bl009.AppearanceCell.Options.UseFont = true; this.gv_bl009.Caption = "涓氬姟绫诲瀷 "; this.gv_bl009.FieldName = "bl009"; @@ -469,26 +461,22 @@ this.gv_bl009.OptionsColumn.AllowEdit = false; this.gv_bl009.Tag = "query_a.bl009"; this.gv_bl009.Visible = true; - this.gv_bl009.VisibleIndex = 9; + this.gv_bl009.VisibleIndex = 8; this.gv_bl009.Width = 94; // // gv_bl010 // - this.gv_bl010.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gv_bl010.AppearanceCell.Options.UseFont = true; - this.gv_bl010.Caption = "鍙戞枡浠� "; + this.gv_bl010.Caption = "鍙戞枡浠揑D"; this.gv_bl010.FieldName = "bl010"; this.gv_bl010.MinWidth = 50; this.gv_bl010.Name = "gv_bl010"; this.gv_bl010.OptionsColumn.AllowEdit = false; this.gv_bl010.Tag = "query_a.bl010"; - this.gv_bl010.Visible = true; - this.gv_bl010.VisibleIndex = 10; this.gv_bl010.Width = 94; // // gv_bl011 // - this.gv_bl011.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gv_bl011.AppearanceCell.Options.UseFont = true; this.gv_bl011.Caption = "鐢宠杞﹂棿"; this.gv_bl011.FieldName = "dptName"; @@ -497,12 +485,11 @@ this.gv_bl011.OptionsColumn.AllowEdit = false; this.gv_bl011.Tag = "query_a.bl011"; this.gv_bl011.Visible = true; - this.gv_bl011.VisibleIndex = 11; + this.gv_bl011.VisibleIndex = 9; this.gv_bl011.Width = 94; // // gv_bl012 // - this.gv_bl012.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gv_bl012.AppearanceCell.Options.UseFont = true; this.gv_bl012.Caption = "鐢宠浜х嚎 "; this.gv_bl012.FieldName = "sjlineName"; @@ -511,12 +498,11 @@ this.gv_bl012.OptionsColumn.AllowEdit = false; this.gv_bl012.Tag = "query_a.bl012"; this.gv_bl012.Visible = true; - this.gv_bl012.VisibleIndex = 12; + this.gv_bl012.VisibleIndex = 10; this.gv_bl012.Width = 94; // // gv_bl004 // - this.gv_bl004.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gv_bl004.AppearanceCell.Options.UseFont = true; this.gv_bl004.Caption = "鐢宠浜� "; this.gv_bl004.FieldName = "bl004"; @@ -525,12 +511,11 @@ this.gv_bl004.OptionsColumn.AllowEdit = false; this.gv_bl004.Tag = "query_a.bl004"; this.gv_bl004.Visible = true; - this.gv_bl004.VisibleIndex = 13; + this.gv_bl004.VisibleIndex = 11; this.gv_bl004.Width = 94; // // gv_bl005 // - this.gv_bl005.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gv_bl005.AppearanceCell.Options.UseFont = true; this.gv_bl005.Caption = "鐢宠鏃ユ湡 "; this.gv_bl005.FieldName = "bl005"; @@ -539,12 +524,11 @@ this.gv_bl005.OptionsColumn.AllowEdit = false; this.gv_bl005.Tag = "query_a.bl005"; this.gv_bl005.Visible = true; - this.gv_bl005.VisibleIndex = 14; + this.gv_bl005.VisibleIndex = 12; this.gv_bl005.Width = 94; // // gv_bl016 // - this.gv_bl016.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gv_bl016.AppearanceCell.Options.UseFont = true; this.gv_bl016.Caption = "瀹℃牳浜� "; this.gv_bl016.FieldName = "bl016"; @@ -553,12 +537,11 @@ this.gv_bl016.OptionsColumn.AllowEdit = false; this.gv_bl016.Tag = "query_a.bl016"; this.gv_bl016.Visible = true; - this.gv_bl016.VisibleIndex = 15; + this.gv_bl016.VisibleIndex = 13; this.gv_bl016.Width = 94; // // gv_bl006 // - this.gv_bl006.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gv_bl006.AppearanceCell.Options.UseFont = true; this.gv_bl006.Caption = "瀹℃牳鏃ユ湡 "; this.gv_bl006.FieldName = "bl006"; @@ -567,12 +550,11 @@ this.gv_bl006.OptionsColumn.AllowEdit = false; this.gv_bl006.Tag = "query_a.bl006"; this.gv_bl006.Visible = true; - this.gv_bl006.VisibleIndex = 16; + this.gv_bl006.VisibleIndex = 14; this.gv_bl006.Width = 94; // // gv_wcUser // - this.gv_wcUser.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gv_wcUser.AppearanceCell.Options.UseFont = true; this.gv_wcUser.Caption = "瀹屾垚浜� "; this.gv_wcUser.FieldName = "wcUser"; @@ -581,12 +563,11 @@ this.gv_wcUser.OptionsColumn.AllowEdit = false; this.gv_wcUser.Tag = "query_a.wc_user"; this.gv_wcUser.Visible = true; - this.gv_wcUser.VisibleIndex = 17; + this.gv_wcUser.VisibleIndex = 15; this.gv_wcUser.Width = 94; // // gv_wcTime // - this.gv_wcTime.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gv_wcTime.AppearanceCell.Options.UseFont = true; this.gv_wcTime.Caption = "瀹屾垚鏃堕棿 "; this.gv_wcTime.FieldName = "wcTime"; @@ -595,7 +576,7 @@ this.gv_wcTime.OptionsColumn.AllowEdit = false; this.gv_wcTime.Tag = "query_a.wc_time"; this.gv_wcTime.Visible = true; - this.gv_wcTime.VisibleIndex = 18; + this.gv_wcTime.VisibleIndex = 16; this.gv_wcTime.Width = 94; // // gridColumn9 @@ -606,7 +587,7 @@ this.gridColumn9.Name = "gridColumn9"; this.gridColumn9.Tag = "org.Fnamber"; this.gridColumn9.Visible = true; - this.gridColumn9.VisibleIndex = 19; + this.gridColumn9.VisibleIndex = 17; this.gridColumn9.Width = 94; // // gridColumn11 @@ -616,7 +597,7 @@ this.gridColumn11.MinWidth = 25; this.gridColumn11.Name = "gridColumn11"; this.gridColumn11.Visible = true; - this.gridColumn11.VisibleIndex = 20; + this.gridColumn11.VisibleIndex = 18; this.gridColumn11.Width = 94; // // gridColumn12 @@ -626,7 +607,7 @@ this.gridColumn12.MinWidth = 25; this.gridColumn12.Name = "gridColumn12"; this.gridColumn12.Visible = true; - this.gridColumn12.VisibleIndex = 21; + this.gridColumn12.VisibleIndex = 19; this.gridColumn12.Width = 94; // // pageBar1 @@ -664,6 +645,7 @@ // this.splitMx1.Panel2.Controls.Add(this.tabMx); this.splitMx1.Panel2.Text = "Panel2"; + this.splitMx1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True; this.splitMx1.Size = new System.Drawing.Size(1126, 570); this.splitMx1.SplitterPosition = 187; this.splitMx1.TabIndex = 0; @@ -711,10 +693,11 @@ // // txt_aboutGuid // + this.txt_aboutGuid.category = null; this.txt_aboutGuid.IsReadly = false; this.txt_aboutGuid.Location = new System.Drawing.Point(89, 78); this.txt_aboutGuid.Name = "txt_aboutGuid"; - this.txt_aboutGuid.Size = new System.Drawing.Size(195, 28); + this.txt_aboutGuid.Size = new System.Drawing.Size(195, 24); this.txt_aboutGuid.TabIndex = 283; // // txt_bl010 @@ -723,7 +706,7 @@ this.txt_bl010.Location = new System.Drawing.Point(89, 111); this.txt_bl010.Margin = new System.Windows.Forms.Padding(0); this.txt_bl010.Name = "txt_bl010"; - this.txt_bl010.Size = new System.Drawing.Size(195, 28); + this.txt_bl010.Size = new System.Drawing.Size(195, 24); this.txt_bl010.TabIndex = 281; // // txt_orgId @@ -731,7 +714,7 @@ this.txt_orgId.IsReadly = false; this.txt_orgId.Location = new System.Drawing.Point(89, 45); this.txt_orgId.Name = "txt_orgId"; - this.txt_orgId.Size = new System.Drawing.Size(195, 28); + this.txt_orgId.Size = new System.Drawing.Size(195, 24); this.txt_orgId.TabIndex = 289; // // txt_bl017 @@ -739,9 +722,8 @@ this.txt_bl017.Enabled = false; this.txt_bl017.Location = new System.Drawing.Point(365, 12); this.txt_bl017.Name = "txt_bl017"; - this.txt_bl017.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_bl017.Properties.Appearance.Options.UseFont = true; - this.txt_bl017.Size = new System.Drawing.Size(195, 28); + this.txt_bl017.Size = new System.Drawing.Size(195, 24); this.txt_bl017.StyleController = this.layoutMx1; this.txt_bl017.TabIndex = 287; this.txt_bl017.Tag = "readonly"; @@ -750,9 +732,8 @@ // this.txt_bl007.Location = new System.Drawing.Point(89, 144); this.txt_bl007.Name = "txt_bl007"; - this.txt_bl007.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_bl007.Properties.Appearance.Options.UseFont = true; - this.txt_bl007.Size = new System.Drawing.Size(471, 28); + this.txt_bl007.Size = new System.Drawing.Size(471, 24); this.txt_bl007.StyleController = this.layoutMx1; this.txt_bl007.TabIndex = 228; // @@ -760,9 +741,8 @@ // this.txt_bl013.Location = new System.Drawing.Point(641, 12); this.txt_bl013.Name = "txt_bl013"; - this.txt_bl013.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_bl013.Properties.Appearance.Options.UseFont = true; - this.txt_bl013.Size = new System.Drawing.Size(195, 28); + this.txt_bl013.Size = new System.Drawing.Size(195, 24); this.txt_bl013.StyleController = this.layoutMx1; this.txt_bl013.TabIndex = 252; this.txt_bl013.Tag = "readonly"; @@ -771,9 +751,8 @@ // this.txt_blNo.Location = new System.Drawing.Point(89, 12); this.txt_blNo.Name = "txt_blNo"; - this.txt_blNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_blNo.Properties.Appearance.Options.UseFont = true; - this.txt_blNo.Size = new System.Drawing.Size(195, 28); + this.txt_blNo.Size = new System.Drawing.Size(195, 24); this.txt_blNo.StyleController = this.layoutMx1; this.txt_blNo.TabIndex = 211; this.txt_blNo.Tag = "readonly"; @@ -782,9 +761,8 @@ // this.txt_bl012.Location = new System.Drawing.Point(365, 111); this.txt_bl012.Name = "txt_bl012"; - this.txt_bl012.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_bl012.Properties.Appearance.Options.UseFont = true; - this.txt_bl012.Size = new System.Drawing.Size(195, 28); + this.txt_bl012.Size = new System.Drawing.Size(195, 24); this.txt_bl012.StyleController = this.layoutMx1; this.txt_bl012.TabIndex = 247; this.txt_bl012.Tag = "readonly"; @@ -793,9 +771,8 @@ // this.txt_bl006.Location = new System.Drawing.Point(917, 111); this.txt_bl006.Name = "txt_bl006"; - this.txt_bl006.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_bl006.Properties.Appearance.Options.UseFont = true; - this.txt_bl006.Size = new System.Drawing.Size(197, 28); + this.txt_bl006.Size = new System.Drawing.Size(197, 24); this.txt_bl006.StyleController = this.layoutMx1; this.txt_bl006.TabIndex = 226; this.txt_bl006.Tag = "readonly"; @@ -804,9 +781,8 @@ // this.txt_bl015.Location = new System.Drawing.Point(641, 111); this.txt_bl015.Name = "txt_bl015"; - this.txt_bl015.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_bl015.Properties.Appearance.Options.UseFont = true; - this.txt_bl015.Size = new System.Drawing.Size(195, 28); + this.txt_bl015.Size = new System.Drawing.Size(195, 24); this.txt_bl015.StyleController = this.layoutMx1; this.txt_bl015.TabIndex = 262; this.txt_bl015.Tag = "readonly"; @@ -815,9 +791,8 @@ // this.txt_dptName.Location = new System.Drawing.Point(365, 78); this.txt_dptName.Name = "txt_dptName"; - this.txt_dptName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_dptName.Properties.Appearance.Options.UseFont = true; - this.txt_dptName.Size = new System.Drawing.Size(195, 28); + this.txt_dptName.Size = new System.Drawing.Size(195, 24); this.txt_dptName.StyleController = this.layoutMx1; this.txt_dptName.TabIndex = 243; this.txt_dptName.Tag = "readonly"; @@ -826,9 +801,8 @@ // this.txt_bl016.Location = new System.Drawing.Point(917, 78); this.txt_bl016.Name = "txt_bl016"; - this.txt_bl016.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_bl016.Properties.Appearance.Options.UseFont = true; - this.txt_bl016.Size = new System.Drawing.Size(197, 28); + this.txt_bl016.Size = new System.Drawing.Size(197, 24); this.txt_bl016.StyleController = this.layoutMx1; this.txt_bl016.TabIndex = 267; this.txt_bl016.Tag = "readonly"; @@ -837,9 +811,8 @@ // this.txt_bl002.Location = new System.Drawing.Point(641, 45); this.txt_bl002.Name = "txt_bl002"; - this.txt_bl002.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_bl002.Properties.Appearance.Options.UseFont = true; - this.txt_bl002.Size = new System.Drawing.Size(195, 28); + this.txt_bl002.Size = new System.Drawing.Size(195, 24); this.txt_bl002.StyleController = this.layoutMx1; this.txt_bl002.TabIndex = 216; this.txt_bl002.Tag = "readonly"; @@ -848,9 +821,8 @@ // this.txt_bl014.Location = new System.Drawing.Point(641, 78); this.txt_bl014.Name = "txt_bl014"; - this.txt_bl014.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_bl014.Properties.Appearance.Options.UseFont = true; - this.txt_bl014.Size = new System.Drawing.Size(195, 28); + this.txt_bl014.Size = new System.Drawing.Size(195, 24); this.txt_bl014.StyleController = this.layoutMx1; this.txt_bl014.TabIndex = 258; this.txt_bl014.Tag = "readonly"; @@ -871,6 +843,7 @@ this.txt_tldh.Size = new System.Drawing.Size(195, 24); this.txt_tldh.StyleController = this.layoutMx1; this.txt_tldh.TabIndex = 291; + this.txt_tldh.Tag = "readonly"; // // txt_bl004 // @@ -1028,7 +1001,7 @@ this.layoutControlItem14.OptionsTableLayoutItem.ColumnSpan = 2; this.layoutControlItem14.OptionsTableLayoutItem.RowIndex = 4; this.layoutControlItem14.Size = new System.Drawing.Size(552, 35); - this.layoutControlItem14.Text = "琛ユ枡鍘熷洜"; + this.layoutControlItem14.Text = "鐢宠鍘熷洜"; this.layoutControlItem14.TextSize = new System.Drawing.Size(65, 18); // // layoutControlItem11 @@ -1096,6 +1069,62 @@ this.layoutControlItem8.Text = "浜у搧鍨嬪彿"; this.layoutControlItem8.TextSize = new System.Drawing.Size(65, 18); // + // layoutControlItem18 + // + this.layoutControlItem18.Control = this.txt_bl004; + this.layoutControlItem18.CustomizationFormText = "鐢宠浜哄憳"; + this.layoutControlItem18.Location = new System.Drawing.Point(828, 0); + this.layoutControlItem18.Name = "layoutControlItem18"; + this.layoutControlItem18.OptionsTableLayoutItem.ColumnIndex = 3; + this.layoutControlItem18.Size = new System.Drawing.Size(278, 33); + this.layoutControlItem18.Text = "鐢宠浜哄憳"; + this.layoutControlItem18.TextSize = new System.Drawing.Size(65, 18); + // + // layoutControlItem3 + // + this.layoutControlItem3.Control = this.txt_bl006; + this.layoutControlItem3.Location = new System.Drawing.Point(828, 99); + this.layoutControlItem3.Name = "layoutControlItem3"; + this.layoutControlItem3.OptionsTableLayoutItem.ColumnIndex = 3; + this.layoutControlItem3.OptionsTableLayoutItem.RowIndex = 3; + this.layoutControlItem3.Size = new System.Drawing.Size(278, 33); + this.layoutControlItem3.Text = "瀹℃牳鏃ユ湡"; + this.layoutControlItem3.TextSize = new System.Drawing.Size(65, 18); + // + // layoutControlItem19 + // + this.layoutControlItem19.Control = this.txt_bl005; + this.layoutControlItem19.Location = new System.Drawing.Point(828, 33); + this.layoutControlItem19.Name = "layoutControlItem19"; + this.layoutControlItem19.OptionsTableLayoutItem.ColumnIndex = 3; + this.layoutControlItem19.OptionsTableLayoutItem.RowIndex = 1; + this.layoutControlItem19.Size = new System.Drawing.Size(278, 33); + this.layoutControlItem19.Text = "鐢宠鏃堕棿"; + this.layoutControlItem19.TextSize = new System.Drawing.Size(65, 18); + // + // layoutControlItem15 + // + this.layoutControlItem15.Control = this.txt_bl018; + this.layoutControlItem15.Location = new System.Drawing.Point(828, 132); + this.layoutControlItem15.Name = "layoutControlItem15"; + this.layoutControlItem15.OptionsTableLayoutItem.ColumnIndex = 3; + this.layoutControlItem15.OptionsTableLayoutItem.RowIndex = 4; + this.layoutControlItem15.Size = new System.Drawing.Size(278, 35); + this.layoutControlItem15.Text = "瀹℃牳鏍囪瘑"; + this.layoutControlItem15.TextSize = new System.Drawing.Size(0, 0); + this.layoutControlItem15.TextVisible = false; + // + // layoutControlItem4 + // + this.layoutControlItem4.Control = this.txt_bl016; + this.layoutControlItem4.Location = new System.Drawing.Point(828, 66); + this.layoutControlItem4.Name = "layoutControlItem4"; + this.layoutControlItem4.OptionsTableLayoutItem.ColumnIndex = 3; + this.layoutControlItem4.OptionsTableLayoutItem.RowIndex = 2; + this.layoutControlItem4.Size = new System.Drawing.Size(278, 33); + this.layoutControlItem4.Text = "瀹℃牳浜哄憳"; + this.layoutControlItem4.TextSize = new System.Drawing.Size(65, 18); + // // tabMx // this.tabMx.Dock = System.Windows.Forms.DockStyle.Fill; @@ -1157,9 +1186,8 @@ // // gvMx1id // - this.gvMx1id.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gvMx1id.AppearanceCell.Options.UseFont = true; - this.gvMx1id.Caption = "ID "; + this.gvMx1id.Caption = "鏄庣粏涓婚敭"; this.gvMx1id.FieldName = "guid"; this.gvMx1id.MinWidth = 50; this.gvMx1id.Name = "gvMx1id"; @@ -1169,9 +1197,8 @@ // // gvMx1mid // - this.gvMx1mid.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gvMx1mid.AppearanceCell.Options.UseFont = true; - this.gvMx1mid.Caption = "MID "; + this.gvMx1mid.Caption = "涓昏〃涓婚敭"; this.gvMx1mid.FieldName = "mid"; this.gvMx1mid.MinWidth = 50; this.gvMx1mid.Name = "gvMx1mid"; @@ -1181,7 +1208,6 @@ // // gvMx1bld012 // - this.gvMx1bld012.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gvMx1bld012.AppearanceCell.ForeColor = System.Drawing.Color.Blue; this.gvMx1bld012.AppearanceCell.Options.UseFont = true; this.gvMx1bld012.AppearanceCell.Options.UseForeColor = true; @@ -1217,7 +1243,10 @@ this.gridColumn3, this.gridColumn4, this.gridColumn5, + this.gridColumn14, + this.gridColumn15, this.gridColumn6, + this.gridColumn16, this.gridColumn7}); this.gridView2.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus; this.gridView2.Name = "gridView2"; @@ -1260,6 +1289,7 @@ // this.gridColumn4.Caption = "鐗╂枡瑙勬牸"; this.gridColumn4.FieldName = "itemModel"; + this.gridColumn4.MaxWidth = 200; this.gridColumn4.Name = "gridColumn4"; this.gridColumn4.Visible = true; this.gridColumn4.VisibleIndex = 4; @@ -1272,13 +1302,37 @@ this.gridColumn5.Visible = true; this.gridColumn5.VisibleIndex = 5; // + // gridColumn14 + // + this.gridColumn14.Caption = "闇�棰嗙敤閲�"; + this.gridColumn14.FieldName = "dab006"; + this.gridColumn14.Name = "gridColumn14"; + this.gridColumn14.Visible = true; + this.gridColumn14.VisibleIndex = 6; + // + // gridColumn15 + // + this.gridColumn15.Caption = "宸查鐢ㄩ噺"; + this.gridColumn15.FieldName = "ylQty"; + this.gridColumn15.Name = "gridColumn15"; + this.gridColumn15.Visible = true; + this.gridColumn15.VisibleIndex = 7; + // // gridColumn6 // - this.gridColumn6.Caption = "鍙鏁伴噺"; - this.gridColumn6.FieldName = "dab006"; + this.gridColumn6.Caption = "琛ユ枡鏁伴噺"; + this.gridColumn6.FieldName = "blQty"; this.gridColumn6.Name = "gridColumn6"; this.gridColumn6.Visible = true; - this.gridColumn6.VisibleIndex = 6; + this.gridColumn6.VisibleIndex = 8; + // + // gridColumn16 + // + this.gridColumn16.Caption = "瓒呴鏁伴噺"; + this.gridColumn16.FieldName = "clQty"; + this.gridColumn16.Name = "gridColumn16"; + this.gridColumn16.Visible = true; + this.gridColumn16.VisibleIndex = 9; // // gridColumn7 // @@ -1288,7 +1342,6 @@ // // gvMx1bld002 // - this.gvMx1bld002.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gvMx1bld002.AppearanceCell.Options.UseFont = true; this.gvMx1bld002.Caption = "鐗╂枡缂栧彿 "; this.gvMx1bld002.FieldName = "bld002"; @@ -1302,7 +1355,6 @@ // // gvMx1bld003 // - this.gvMx1bld003.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gvMx1bld003.AppearanceCell.Options.UseFont = true; this.gvMx1bld003.Caption = "鐗╂枡鍚嶇О "; this.gvMx1bld003.FieldName = "bld003"; @@ -1316,7 +1368,6 @@ // // gvMx1bld004 // - this.gvMx1bld004.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gvMx1bld004.AppearanceCell.Options.UseFont = true; this.gvMx1bld004.Caption = "瑙勬牸鍨嬪彿 "; this.gvMx1bld004.FieldName = "bld004"; @@ -1330,7 +1381,6 @@ // // gvMx1bld006 // - this.gvMx1bld006.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gvMx1bld006.AppearanceCell.Options.UseFont = true; this.gvMx1bld006.Caption = "璁″垝鏁伴噺 "; this.gvMx1bld006.FieldName = "bld006"; @@ -1342,13 +1392,13 @@ // // gvMx1bld007 // - this.gvMx1bld007.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gvMx1bld007.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192))))); this.gvMx1bld007.AppearanceCell.Options.UseFont = true; this.gvMx1bld007.AppearanceCell.Options.UseForeColor = true; this.gvMx1bld007.AppearanceHeader.ForeColor = System.Drawing.Color.Blue; this.gvMx1bld007.AppearanceHeader.Options.UseForeColor = true; this.gvMx1bld007.Caption = "鐢宠鏁伴噺 "; + this.gvMx1bld007.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.gvMx1bld007.FieldName = "bld007"; this.gvMx1bld007.MinWidth = 80; this.gvMx1bld007.Name = "gvMx1bld007"; @@ -1359,7 +1409,6 @@ // // gvMx1bld008 // - this.gvMx1bld008.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gvMx1bld008.AppearanceCell.Options.UseFont = true; this.gvMx1bld008.Caption = "宸查鏁伴噺 "; this.gvMx1bld008.FieldName = "bld008"; @@ -1373,7 +1422,6 @@ // // gvMx1bld009 // - this.gvMx1bld009.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gvMx1bld009.AppearanceCell.Options.UseFont = true; this.gvMx1bld009.Caption = "鍗曚綅 "; this.gvMx1bld009.FieldName = "dwName"; @@ -1387,7 +1435,6 @@ // // gvMx1bld010 // - this.gvMx1bld010.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gvMx1bld010.AppearanceCell.ForeColor = System.Drawing.Color.Blue; this.gvMx1bld010.AppearanceCell.Options.UseFont = true; this.gvMx1bld010.AppearanceCell.Options.UseForeColor = true; @@ -1404,7 +1451,6 @@ // // gvMx1bld014 // - this.gvMx1bld014.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gvMx1bld014.AppearanceCell.Options.UseFont = true; this.gvMx1bld014.Caption = "ERP鎶曟枡鍗曡id "; this.gvMx1bld014.FieldName = "bld014"; @@ -1415,7 +1461,7 @@ // // dabGuid // - this.dabGuid.Caption = "gridColumn1"; + this.dabGuid.Caption = "dab琛ㄦ槑缁嗛敭"; this.dabGuid.FieldName = "dabGuid"; this.dabGuid.MinWidth = 25; this.dabGuid.Name = "dabGuid"; @@ -1423,7 +1469,6 @@ // // gvMx1bld001 // - this.gvMx1bld001.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gvMx1bld001.AppearanceCell.Options.UseFont = true; this.gvMx1bld001.Caption = "宸ュ崟鍙� "; this.gvMx1bld001.FieldName = "bld001"; @@ -1442,7 +1487,7 @@ this.gvMxDel.MinWidth = 25; this.gvMxDel.Name = "gvMxDel"; this.gvMxDel.Visible = true; - this.gvMxDel.VisibleIndex = 9; + this.gvMxDel.VisibleIndex = 10; this.gvMxDel.Width = 94; // // repositoryItemButtonEdit1 @@ -1471,7 +1516,7 @@ this.gridColumn13.MinWidth = 25; this.gridColumn13.Name = "gridColumn13"; this.gridColumn13.Visible = true; - this.gridColumn13.VisibleIndex = 10; + this.gridColumn13.VisibleIndex = 9; this.gridColumn13.Width = 94; // // picCheckBox @@ -1484,61 +1529,6 @@ this.picCheckBox.TabIndex = 7; this.picCheckBox.TabStop = false; this.picCheckBox.Visible = false; - // - // layoutControlItem18 - // - this.layoutControlItem18.Control = this.txt_bl004; - this.layoutControlItem18.Location = new System.Drawing.Point(828, 0); - this.layoutControlItem18.Name = "layoutControlItem18"; - this.layoutControlItem18.OptionsTableLayoutItem.ColumnIndex = 3; - this.layoutControlItem18.Size = new System.Drawing.Size(278, 33); - this.layoutControlItem18.Text = "鐢宠浜�"; - this.layoutControlItem18.TextSize = new System.Drawing.Size(65, 18); - // - // layoutControlItem3 - // - this.layoutControlItem3.Control = this.txt_bl006; - this.layoutControlItem3.Location = new System.Drawing.Point(828, 99); - this.layoutControlItem3.Name = "layoutControlItem3"; - this.layoutControlItem3.OptionsTableLayoutItem.ColumnIndex = 3; - this.layoutControlItem3.OptionsTableLayoutItem.RowIndex = 3; - this.layoutControlItem3.Size = new System.Drawing.Size(278, 33); - this.layoutControlItem3.Text = "瀹℃牳鏃ユ湡"; - this.layoutControlItem3.TextSize = new System.Drawing.Size(65, 18); - // - // layoutControlItem19 - // - this.layoutControlItem19.Control = this.txt_bl005; - this.layoutControlItem19.Location = new System.Drawing.Point(828, 33); - this.layoutControlItem19.Name = "layoutControlItem19"; - this.layoutControlItem19.OptionsTableLayoutItem.ColumnIndex = 3; - this.layoutControlItem19.OptionsTableLayoutItem.RowIndex = 1; - this.layoutControlItem19.Size = new System.Drawing.Size(278, 33); - this.layoutControlItem19.Text = "鐢宠鏃堕棿"; - this.layoutControlItem19.TextSize = new System.Drawing.Size(65, 18); - // - // layoutControlItem15 - // - this.layoutControlItem15.Control = this.txt_bl018; - this.layoutControlItem15.Location = new System.Drawing.Point(828, 132); - this.layoutControlItem15.Name = "layoutControlItem15"; - this.layoutControlItem15.OptionsTableLayoutItem.ColumnIndex = 3; - this.layoutControlItem15.OptionsTableLayoutItem.RowIndex = 4; - this.layoutControlItem15.Size = new System.Drawing.Size(278, 35); - this.layoutControlItem15.Text = "瀹℃牳鏍囪瘑"; - this.layoutControlItem15.TextSize = new System.Drawing.Size(0, 0); - this.layoutControlItem15.TextVisible = false; - // - // layoutControlItem4 - // - this.layoutControlItem4.Control = this.txt_bl016; - this.layoutControlItem4.Location = new System.Drawing.Point(828, 66); - this.layoutControlItem4.Name = "layoutControlItem4"; - this.layoutControlItem4.OptionsTableLayoutItem.ColumnIndex = 3; - this.layoutControlItem4.OptionsTableLayoutItem.RowIndex = 2; - this.layoutControlItem4.Size = new System.Drawing.Size(278, 33); - this.layoutControlItem4.Text = "瀹℃牳浜�"; - this.layoutControlItem4.TextSize = new System.Drawing.Size(65, 18); // // UcBlcl // @@ -1598,6 +1588,11 @@ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tabMx)).EndInit(); this.tabMx.ResumeLayout(false); this.tabMxPage1.ResumeLayout(false); @@ -1607,11 +1602,6 @@ ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.picCheckBox)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit(); this.ResumeLayout(false); } @@ -1721,5 +1711,9 @@ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem19; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem15; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; + private DevExpress.Utils.ToolTipController tips; + private DevExpress.XtraGrid.Columns.GridColumn gridColumn14; + private DevExpress.XtraGrid.Columns.GridColumn gridColumn15; + private DevExpress.XtraGrid.Columns.GridColumn gridColumn16; } } \ No newline at end of file -- Gitblit v1.9.3