From defcac44117c17ad729e71dc3d54b087d5b46cf9 Mon Sep 17 00:00:00 2001 From: lu <123456> Date: 星期四, 28 八月 2025 17:40:49 +0800 Subject: [PATCH] 销售 --- DevApp/Gs.DevApp/DevFrm/Sales/Frm_SalesReturnNoticeDj.Designer.cs | 181 +++++++++++++++++++++++++++++++++------------ 1 files changed, 133 insertions(+), 48 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Sales/Frm_SalesReturnNoticeDj.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Sales/Frm_SalesReturnNoticeDj.Designer.cs index 4fd483d..78807c6 100644 --- a/DevApp/Gs.DevApp/DevFrm/Sales/Frm_SalesReturnNoticeDj.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/Sales/Frm_SalesReturnNoticeDj.Designer.cs @@ -60,6 +60,8 @@ this.gv_checkDate = new DevExpress.XtraGrid.Columns.GridColumn(); this.bandedGridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gv_guid = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn(); this.pageBar1 = new UserControls.Data.UcPageBar(); this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage(); this.splitMx1 = new DevExpress.XtraEditors.SplitContainerControl(); @@ -126,6 +128,10 @@ this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn(); this.picCheckBox = new System.Windows.Forms.PictureBox(); this.tips = new DevExpress.Utils.ToolTipController(this.components); + this.txt_fHasLinkTxt = new DevExpress.XtraEditors.TextEdit(); + this.txt_fHasLinkSource = new DevExpress.XtraEditors.TextEdit(); + this.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem(); + this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); this.xtraTabControl1.SuspendLayout(); this.xtraTabPage1.SuspendLayout(); @@ -188,6 +194,10 @@ ((System.ComponentModel.ISupportInitialize)(this.gcMx2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gvMx2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.picCheckBox)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_fHasLinkTxt.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_fHasLinkSource.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit(); this.SuspendLayout(); // // toolBarMenu1 @@ -277,7 +287,9 @@ this.gv_checkUser, this.gv_checkDate, this.bandedGridColumn3, - this.gv_guid}); + this.gv_guid, + this.gridColumn8, + this.gridColumn9}); this.gridView1.GridControl = this.gcMain1; this.gridView1.IndicatorWidth = 50; this.gridView1.Name = "gridView1"; @@ -480,6 +492,26 @@ this.gv_guid.Tag = "query_a.GUID"; this.gv_guid.Width = 94; // + // gridColumn8 + // + this.gridColumn8.Caption = "鏁版嵁鏉ユ簮"; + this.gridColumn8.FieldName = "fHasLinkSource"; + this.gridColumn8.MinWidth = 25; + this.gridColumn8.Name = "gridColumn8"; + this.gridColumn8.Visible = true; + this.gridColumn8.VisibleIndex = 15; + this.gridColumn8.Width = 94; + // + // gridColumn9 + // + this.gridColumn9.Caption = "婧愬崟绫诲瀷"; + this.gridColumn9.FieldName = "fHasLinkTxt"; + this.gridColumn9.MinWidth = 25; + this.gridColumn9.Name = "gridColumn9"; + this.gridColumn9.Visible = true; + this.gridColumn9.VisibleIndex = 14; + this.gridColumn9.Width = 94; + // // pageBar1 // this.pageBar1.CurrentPage = 1; @@ -539,6 +571,8 @@ this.layoutMx1.Controls.Add(this.txt_ckNo); this.layoutMx1.Controls.Add(this.txt_xsNo); this.layoutMx1.Controls.Add(this.txt_custName); + this.layoutMx1.Controls.Add(this.txt_fHasLinkTxt); + this.layoutMx1.Controls.Add(this.txt_fHasLinkSource); this.layoutMx1.Dock = System.Windows.Forms.DockStyle.Fill; this.layoutMx1.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem19}); @@ -560,91 +594,91 @@ // // txt_ckName // - this.txt_ckName.Location = new System.Drawing.Point(430, 43); + this.txt_ckName.Location = new System.Drawing.Point(415, 43); this.txt_ckName.Name = "txt_ckName"; this.txt_ckName.Properties.Appearance.Options.UseFont = true; - this.txt_ckName.Size = new System.Drawing.Size(240, 24); + this.txt_ckName.Size = new System.Drawing.Size(255, 24); this.txt_ckName.StyleController = this.layoutMx1; this.txt_ckName.TabIndex = 609; // // txt_sqRemark // - this.txt_sqRemark.Location = new System.Drawing.Point(99, 136); + this.txt_sqRemark.Location = new System.Drawing.Point(84, 136); this.txt_sqRemark.Name = "txt_sqRemark"; this.txt_sqRemark.Properties.Appearance.Options.UseFont = true; - this.txt_sqRemark.Size = new System.Drawing.Size(571, 24); + this.txt_sqRemark.Size = new System.Drawing.Size(586, 24); this.txt_sqRemark.StyleController = this.layoutMx1; this.txt_sqRemark.TabIndex = 240; // // txt_checkUser // - this.txt_checkUser.Location = new System.Drawing.Point(1092, 12); + this.txt_checkUser.Location = new System.Drawing.Point(1077, 12); this.txt_checkUser.Name = "txt_checkUser"; this.txt_checkUser.Properties.Appearance.Options.UseFont = true; - this.txt_checkUser.Size = new System.Drawing.Size(242, 24); + this.txt_checkUser.Size = new System.Drawing.Size(257, 24); this.txt_checkUser.StyleController = this.layoutMx1; this.txt_checkUser.TabIndex = 608; // // txt_createDate // - this.txt_createDate.Location = new System.Drawing.Point(761, 43); + this.txt_createDate.Location = new System.Drawing.Point(746, 43); this.txt_createDate.Name = "txt_createDate"; this.txt_createDate.Properties.Appearance.Options.UseFont = true; - this.txt_createDate.Size = new System.Drawing.Size(240, 24); + this.txt_createDate.Size = new System.Drawing.Size(255, 24); this.txt_createDate.StyleController = this.layoutMx1; this.txt_createDate.TabIndex = 222; // // txt_billNo // - this.txt_billNo.Location = new System.Drawing.Point(99, 12); + this.txt_billNo.Location = new System.Drawing.Point(84, 12); this.txt_billNo.Name = "txt_billNo"; this.txt_billNo.Properties.Appearance.Options.UseFont = true; - this.txt_billNo.Size = new System.Drawing.Size(240, 24); + this.txt_billNo.Size = new System.Drawing.Size(255, 24); this.txt_billNo.StyleController = this.layoutMx1; this.txt_billNo.TabIndex = 211; // // txt_abtNo // - this.txt_abtNo.Location = new System.Drawing.Point(430, 12); + this.txt_abtNo.Location = new System.Drawing.Point(415, 12); this.txt_abtNo.Name = "txt_abtNo"; this.txt_abtNo.Properties.Appearance.Options.UseFont = true; - this.txt_abtNo.Size = new System.Drawing.Size(240, 24); + this.txt_abtNo.Size = new System.Drawing.Size(255, 24); this.txt_abtNo.StyleController = this.layoutMx1; this.txt_abtNo.TabIndex = 507; // // txt_djlx // - this.txt_djlx.Location = new System.Drawing.Point(430, 105); + this.txt_djlx.Location = new System.Drawing.Point(415, 105); this.txt_djlx.Name = "txt_djlx"; this.txt_djlx.Properties.Appearance.Options.UseFont = true; - this.txt_djlx.Size = new System.Drawing.Size(240, 24); + this.txt_djlx.Size = new System.Drawing.Size(255, 24); this.txt_djlx.StyleController = this.layoutMx1; this.txt_djlx.TabIndex = 598; // // txt_createBy // - this.txt_createBy.Location = new System.Drawing.Point(761, 12); + this.txt_createBy.Location = new System.Drawing.Point(746, 12); this.txt_createBy.Name = "txt_createBy"; this.txt_createBy.Properties.Appearance.Options.UseFont = true; - this.txt_createBy.Size = new System.Drawing.Size(240, 24); + this.txt_createBy.Size = new System.Drawing.Size(255, 24); this.txt_createBy.StyleController = this.layoutMx1; this.txt_createBy.TabIndex = 219; // // txt_kcOrg // - this.txt_kcOrg.Location = new System.Drawing.Point(99, 43); + this.txt_kcOrg.Location = new System.Drawing.Point(84, 43); this.txt_kcOrg.Name = "txt_kcOrg"; this.txt_kcOrg.Properties.Appearance.Options.UseFont = true; - this.txt_kcOrg.Size = new System.Drawing.Size(240, 24); + this.txt_kcOrg.Size = new System.Drawing.Size(255, 24); this.txt_kcOrg.StyleController = this.layoutMx1; this.txt_kcOrg.TabIndex = 593; // // txt_checkDate // - this.txt_checkDate.Location = new System.Drawing.Point(1092, 43); + this.txt_checkDate.Location = new System.Drawing.Point(1077, 43); this.txt_checkDate.Name = "txt_checkDate"; this.txt_checkDate.Properties.Appearance.Options.UseFont = true; - this.txt_checkDate.Size = new System.Drawing.Size(242, 24); + this.txt_checkDate.Size = new System.Drawing.Size(257, 24); this.txt_checkDate.StyleController = this.layoutMx1; this.txt_checkDate.TabIndex = 587; // @@ -659,43 +693,43 @@ // // txt_lastupdateBy // - this.txt_lastupdateBy.Location = new System.Drawing.Point(761, 74); + this.txt_lastupdateBy.Location = new System.Drawing.Point(746, 74); this.txt_lastupdateBy.Name = "txt_lastupdateBy"; this.txt_lastupdateBy.Properties.Appearance.Options.UseFont = true; - this.txt_lastupdateBy.Size = new System.Drawing.Size(240, 24); + this.txt_lastupdateBy.Size = new System.Drawing.Size(255, 24); this.txt_lastupdateBy.StyleController = this.layoutMx1; this.txt_lastupdateBy.TabIndex = 610; // // txt_lastupdateDate // - this.txt_lastupdateDate.Location = new System.Drawing.Point(761, 105); + this.txt_lastupdateDate.Location = new System.Drawing.Point(746, 105); this.txt_lastupdateDate.Name = "txt_lastupdateDate"; this.txt_lastupdateDate.Properties.Appearance.Options.UseFont = true; - this.txt_lastupdateDate.Size = new System.Drawing.Size(240, 24); + this.txt_lastupdateDate.Size = new System.Drawing.Size(255, 24); this.txt_lastupdateDate.StyleController = this.layoutMx1; this.txt_lastupdateDate.TabIndex = 611; // // txt_ckNo // - this.txt_ckNo.Location = new System.Drawing.Point(430, 74); + this.txt_ckNo.Location = new System.Drawing.Point(415, 74); this.txt_ckNo.Name = "txt_ckNo"; - this.txt_ckNo.Size = new System.Drawing.Size(240, 24); + this.txt_ckNo.Size = new System.Drawing.Size(255, 24); this.txt_ckNo.StyleController = this.layoutMx1; this.txt_ckNo.TabIndex = 613; // // txt_xsNo // - this.txt_xsNo.Location = new System.Drawing.Point(99, 105); + this.txt_xsNo.Location = new System.Drawing.Point(84, 105); this.txt_xsNo.Name = "txt_xsNo"; - this.txt_xsNo.Size = new System.Drawing.Size(240, 24); + this.txt_xsNo.Size = new System.Drawing.Size(255, 24); this.txt_xsNo.StyleController = this.layoutMx1; this.txt_xsNo.TabIndex = 614; // // txt_custName // - this.txt_custName.Location = new System.Drawing.Point(99, 74); + this.txt_custName.Location = new System.Drawing.Point(84, 74); this.txt_custName.Name = "txt_custName"; - this.txt_custName.Size = new System.Drawing.Size(240, 24); + this.txt_custName.Size = new System.Drawing.Size(255, 24); this.txt_custName.StyleController = this.layoutMx1; this.txt_custName.TabIndex = 615; // @@ -731,7 +765,9 @@ this.layoutControlItem11, this.layoutControlItem15, this.layoutControlItem17, - this.layoutControlItem18}); + this.layoutControlItem18, + this.layoutControlItem13, + this.layoutControlItem10}); this.Root.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table; this.Root.Name = "Root"; columnDefinition1.SizeType = System.Windows.Forms.SizeType.Percent; @@ -773,7 +809,7 @@ this.layoutControlItem1.Name = "layoutControlItem1"; this.layoutControlItem1.Size = new System.Drawing.Size(331, 31); this.layoutControlItem1.Text = "鍏ュ簱鍗曞彿"; - this.layoutControlItem1.TextSize = new System.Drawing.Size(75, 18); + this.layoutControlItem1.TextSize = new System.Drawing.Size(60, 18); // // layoutControlItem2 // @@ -783,7 +819,7 @@ this.layoutControlItem2.OptionsTableLayoutItem.ColumnIndex = 1; this.layoutControlItem2.Size = new System.Drawing.Size(331, 31); this.layoutControlItem2.Text = "鐢宠鍗曞彿"; - this.layoutControlItem2.TextSize = new System.Drawing.Size(75, 18); + this.layoutControlItem2.TextSize = new System.Drawing.Size(60, 18); // // layoutControlItem4 // @@ -793,7 +829,7 @@ this.layoutControlItem4.OptionsTableLayoutItem.ColumnIndex = 3; this.layoutControlItem4.Size = new System.Drawing.Size(333, 31); this.layoutControlItem4.Text = "瀹℃牳浜哄憳"; - this.layoutControlItem4.TextSize = new System.Drawing.Size(75, 18); + this.layoutControlItem4.TextSize = new System.Drawing.Size(60, 18); // // layoutControlItem5 // @@ -803,7 +839,7 @@ this.layoutControlItem5.OptionsTableLayoutItem.RowIndex = 1; this.layoutControlItem5.Size = new System.Drawing.Size(331, 31); this.layoutControlItem5.Text = "搴撳瓨缁勭粐"; - this.layoutControlItem5.TextSize = new System.Drawing.Size(75, 18); + this.layoutControlItem5.TextSize = new System.Drawing.Size(60, 18); // // layoutControlItem8 // @@ -814,7 +850,7 @@ this.layoutControlItem8.OptionsTableLayoutItem.RowIndex = 1; this.layoutControlItem8.Size = new System.Drawing.Size(333, 31); this.layoutControlItem8.Text = "瀹℃牳鏃ユ湡"; - this.layoutControlItem8.TextSize = new System.Drawing.Size(75, 18); + this.layoutControlItem8.TextSize = new System.Drawing.Size(60, 18); // // layoutControlItem12 // @@ -837,7 +873,7 @@ this.layoutControlItem16.OptionsTableLayoutItem.RowIndex = 4; this.layoutControlItem16.Size = new System.Drawing.Size(662, 32); this.layoutControlItem16.Text = "澶囨敞"; - this.layoutControlItem16.TextSize = new System.Drawing.Size(75, 18); + this.layoutControlItem16.TextSize = new System.Drawing.Size(60, 18); // // layoutControlItem14 // @@ -848,7 +884,7 @@ this.layoutControlItem14.OptionsTableLayoutItem.RowIndex = 1; this.layoutControlItem14.Size = new System.Drawing.Size(331, 31); this.layoutControlItem14.Text = "浠撳簱鍚嶇О"; - this.layoutControlItem14.TextSize = new System.Drawing.Size(75, 18); + this.layoutControlItem14.TextSize = new System.Drawing.Size(60, 18); // // layoutControlItem6 // @@ -859,7 +895,7 @@ this.layoutControlItem6.OptionsTableLayoutItem.RowIndex = 2; this.layoutControlItem6.Size = new System.Drawing.Size(331, 31); this.layoutControlItem6.Text = "浠撳簱缂栧彿"; - this.layoutControlItem6.TextSize = new System.Drawing.Size(75, 18); + this.layoutControlItem6.TextSize = new System.Drawing.Size(60, 18); // // layoutControlItem9 // @@ -869,7 +905,7 @@ this.layoutControlItem9.OptionsTableLayoutItem.RowIndex = 2; this.layoutControlItem9.Size = new System.Drawing.Size(331, 31); this.layoutControlItem9.Text = "瀹㈡埛鍚嶇О"; - this.layoutControlItem9.TextSize = new System.Drawing.Size(75, 18); + this.layoutControlItem9.TextSize = new System.Drawing.Size(60, 18); // // layoutControlItem7 // @@ -879,7 +915,7 @@ this.layoutControlItem7.OptionsTableLayoutItem.RowIndex = 3; this.layoutControlItem7.Size = new System.Drawing.Size(331, 31); this.layoutControlItem7.Text = "閿�鍞崟鍙�"; - this.layoutControlItem7.TextSize = new System.Drawing.Size(75, 18); + this.layoutControlItem7.TextSize = new System.Drawing.Size(60, 18); // // layoutControlItem3 // @@ -890,7 +926,7 @@ this.layoutControlItem3.OptionsTableLayoutItem.RowIndex = 3; this.layoutControlItem3.Size = new System.Drawing.Size(331, 31); this.layoutControlItem3.Text = "鍗曟嵁绫诲瀷"; - this.layoutControlItem3.TextSize = new System.Drawing.Size(75, 18); + this.layoutControlItem3.TextSize = new System.Drawing.Size(60, 18); // // layoutControlItem11 // @@ -900,7 +936,7 @@ this.layoutControlItem11.OptionsTableLayoutItem.ColumnIndex = 2; this.layoutControlItem11.Size = new System.Drawing.Size(331, 31); this.layoutControlItem11.Text = "鍒涘缓浜哄憳"; - this.layoutControlItem11.TextSize = new System.Drawing.Size(75, 18); + this.layoutControlItem11.TextSize = new System.Drawing.Size(60, 18); // // layoutControlItem15 // @@ -911,18 +947,19 @@ this.layoutControlItem15.OptionsTableLayoutItem.RowIndex = 1; this.layoutControlItem15.Size = new System.Drawing.Size(331, 31); this.layoutControlItem15.Text = "鍒涘缓鏃堕棿"; - this.layoutControlItem15.TextSize = new System.Drawing.Size(75, 18); + this.layoutControlItem15.TextSize = new System.Drawing.Size(60, 18); // // layoutControlItem17 // this.layoutControlItem17.Control = this.txt_lastupdateBy; + this.layoutControlItem17.CustomizationFormText = "鏇存柊浜哄憳"; this.layoutControlItem17.Location = new System.Drawing.Point(662, 62); this.layoutControlItem17.Name = "layoutControlItem17"; this.layoutControlItem17.OptionsTableLayoutItem.ColumnIndex = 2; this.layoutControlItem17.OptionsTableLayoutItem.RowIndex = 2; this.layoutControlItem17.Size = new System.Drawing.Size(331, 31); - this.layoutControlItem17.Text = "鏈�鍚庢洿鏂颁汉"; - this.layoutControlItem17.TextSize = new System.Drawing.Size(75, 18); + this.layoutControlItem17.Text = "鏇存柊浜哄憳"; + this.layoutControlItem17.TextSize = new System.Drawing.Size(60, 18); // // layoutControlItem18 // @@ -933,7 +970,7 @@ this.layoutControlItem18.OptionsTableLayoutItem.RowIndex = 3; this.layoutControlItem18.Size = new System.Drawing.Size(331, 31); this.layoutControlItem18.Text = "鏇存柊鏃堕棿"; - this.layoutControlItem18.TextSize = new System.Drawing.Size(75, 18); + this.layoutControlItem18.TextSize = new System.Drawing.Size(60, 18); // // tabMx // @@ -1236,6 +1273,44 @@ this.picCheckBox.TabStop = false; this.picCheckBox.Visible = false; // + // txt_fHasLinkTxt + // + this.txt_fHasLinkTxt.Location = new System.Drawing.Point(1077, 105); + this.txt_fHasLinkTxt.Name = "txt_fHasLinkTxt"; + this.txt_fHasLinkTxt.Size = new System.Drawing.Size(257, 24); + this.txt_fHasLinkTxt.StyleController = this.layoutMx1; + this.txt_fHasLinkTxt.TabIndex = 616; + // + // txt_fHasLinkSource + // + this.txt_fHasLinkSource.Location = new System.Drawing.Point(1077, 136); + this.txt_fHasLinkSource.Name = "txt_fHasLinkSource"; + this.txt_fHasLinkSource.Size = new System.Drawing.Size(257, 24); + this.txt_fHasLinkSource.StyleController = this.layoutMx1; + this.txt_fHasLinkSource.TabIndex = 617; + // + // layoutControlItem13 + // + this.layoutControlItem13.Control = this.txt_fHasLinkSource; + this.layoutControlItem13.Location = new System.Drawing.Point(993, 124); + this.layoutControlItem13.Name = "layoutControlItem13"; + this.layoutControlItem13.OptionsTableLayoutItem.ColumnIndex = 3; + this.layoutControlItem13.OptionsTableLayoutItem.RowIndex = 4; + this.layoutControlItem13.Size = new System.Drawing.Size(333, 32); + this.layoutControlItem13.Text = "鏁版嵁鏉ユ簮"; + this.layoutControlItem13.TextSize = new System.Drawing.Size(60, 18); + // + // layoutControlItem10 + // + this.layoutControlItem10.Control = this.txt_fHasLinkTxt; + this.layoutControlItem10.Location = new System.Drawing.Point(993, 93); + this.layoutControlItem10.Name = "layoutControlItem10"; + this.layoutControlItem10.OptionsTableLayoutItem.ColumnIndex = 3; + this.layoutControlItem10.OptionsTableLayoutItem.RowIndex = 3; + this.layoutControlItem10.Size = new System.Drawing.Size(333, 31); + this.layoutControlItem10.Text = "婧愬崟绫诲瀷"; + this.layoutControlItem10.TextSize = new System.Drawing.Size(60, 18); + // // Frm_SalesReturnNoticeDj // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); @@ -1308,6 +1383,10 @@ ((System.ComponentModel.ISupportInitialize)(this.gcMx2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gvMx2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.picCheckBox)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_fHasLinkTxt.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_fHasLinkSource.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit(); this.ResumeLayout(false); } @@ -1400,5 +1479,11 @@ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem18; private DevExpress.Utils.ToolTipController tips; private DevExpress.XtraGrid.Columns.GridColumn gridColumn7; + private DevExpress.XtraGrid.Columns.GridColumn gridColumn8; + private DevExpress.XtraGrid.Columns.GridColumn gridColumn9; + private DevExpress.XtraEditors.TextEdit txt_fHasLinkTxt; + private DevExpress.XtraEditors.TextEdit txt_fHasLinkSource; + private DevExpress.XtraLayout.LayoutControlItem layoutControlItem13; + private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10; } } \ No newline at end of file -- Gitblit v1.9.3