diff --git a/.vs/SGGL_SeDin/v17/.wsuo b/.vs/SGGL_SeDin/v17/.wsuo
index c22ec423..d27c0509 100644
Binary files a/.vs/SGGL_SeDin/v17/.wsuo and b/.vs/SGGL_SeDin/v17/.wsuo differ
diff --git a/SGGL/FineUIPro.Web/HJGL/InfoQuery/JointQuery.aspx.cs b/SGGL/FineUIPro.Web/HJGL/InfoQuery/JointQuery.aspx.cs
index 3749f6d1..5c8e25a8 100644
--- a/SGGL/FineUIPro.Web/HJGL/InfoQuery/JointQuery.aspx.cs
+++ b/SGGL/FineUIPro.Web/HJGL/InfoQuery/JointQuery.aspx.cs
@@ -294,8 +294,9 @@ namespace FineUIPro.Web.HJGL.InfoQuery
}
else if (this.tvControlItem.SelectedNode.CommandName == "管线")
{
+ model.PipelineId = this.tvControlItem.SelectedNodeID;
+
}
- model.PipelineId= this.tvControlItem.SelectedNodeID;
model.WeldJointCode = this.txtWeldJointCode.Text;
var list= BLL.WeldJointService.GetViewWeldJointsBymodel(model);
View_HJGL_WeldJoint = list;
diff --git a/SGGL/FineUIPro.Web/HJGL/WeldingManage/WeldJointList.aspx.cs b/SGGL/FineUIPro.Web/HJGL/WeldingManage/WeldJointList.aspx.cs
index 0cc563eb..1232d844 100644
--- a/SGGL/FineUIPro.Web/HJGL/WeldingManage/WeldJointList.aspx.cs
+++ b/SGGL/FineUIPro.Web/HJGL/WeldingManage/WeldJointList.aspx.cs
@@ -444,26 +444,30 @@ namespace FineUIPro.Web.HJGL.WeldingManage
var q = from x in db.View_HJGL_WeldJoint where x.PipelineId == pipelineid select x;
if (q != null && q.Count() > 0)
{
- var proSum = (from x in q
+ var proSumModel= (from x in q
where x.JointAttribute == "预制口"
group x by x.PipelineId into g
select new
{
SizeSum = g.Sum(x => x.Size)
- }).FirstOrDefault().SizeSum;
- var FieldSum = (from x in q
+ }).FirstOrDefault();
+ var proSum= (proSumModel !=null) ? proSumModel.SizeSum : 0;
+ var FieldSumModel = (from x in q
where x.JointAttribute == "安装口"
group x by x.PipelineId into g
select new
{
SizeSum = g.Sum(x => x.Size)
- }).FirstOrDefault().SizeSum;
- var AllSum = (from x in q
+ }).FirstOrDefault();
+ var FieldSum= (FieldSumModel != null) ? FieldSumModel.SizeSum : 0;
+ var AllSumModel = (from x in q
group x by x.PipelineId into g
select new
{
SizeSum = g.Sum(x => x.Size)
- }).FirstOrDefault().SizeSum;
+ }).FirstOrDefault();
+ var AllSum = (AllSumModel != null) ? AllSumModel.SizeSum : 0;
+
proSum = (proSum != null) ? proSum : 0;
FieldSum = (FieldSum != null) ? FieldSum : 0;
ShopSumSize = proSum.ToString();
diff --git a/SGGL/FineUIPro.Web/PHTGL/BiddingManagement/BidDocumentsReviewEdit.aspx.cs b/SGGL/FineUIPro.Web/PHTGL/BiddingManagement/BidDocumentsReviewEdit.aspx.cs
index d4225329..2438289f 100644
--- a/SGGL/FineUIPro.Web/PHTGL/BiddingManagement/BidDocumentsReviewEdit.aspx.cs
+++ b/SGGL/FineUIPro.Web/PHTGL/BiddingManagement/BidDocumentsReviewEdit.aspx.cs
@@ -112,7 +112,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement
}
}
}
-
+
#region 数据绑定
///
/// 数据绑定
diff --git a/SGGL/FineUIPro.Web/PHTGL/Filing/BidDocumentsStandingBook.aspx b/SGGL/FineUIPro.Web/PHTGL/Filing/BidDocumentsStandingBook.aspx
index b215cd61..96f6cfae 100644
--- a/SGGL/FineUIPro.Web/PHTGL/Filing/BidDocumentsStandingBook.aspx
+++ b/SGGL/FineUIPro.Web/PHTGL/Filing/BidDocumentsStandingBook.aspx
@@ -61,6 +61,8 @@
+
diff --git a/SGGL/FineUIPro.Web/PHTGL/Filing/BidDocumentsStandingBook.aspx.cs b/SGGL/FineUIPro.Web/PHTGL/Filing/BidDocumentsStandingBook.aspx.cs
index 8eacdc53..a2faacc1 100644
--- a/SGGL/FineUIPro.Web/PHTGL/Filing/BidDocumentsStandingBook.aspx.cs
+++ b/SGGL/FineUIPro.Web/PHTGL/Filing/BidDocumentsStandingBook.aspx.cs
@@ -36,7 +36,7 @@ namespace FineUIPro.Web.PHTGL.Filing
if (!IsPostBack)
{
ddlPageSize.SelectedValue = Grid1.PageSize.ToString();
- // btnNew.OnClientClick = Window1.GetShowReference("ContractFormationEdit.aspx", "基本信息") + "return false;";
+ btnNew.OnClientClick = Window1.GetShowReference("BidDocumentsStandingBookEdit.aspx", "基本信息") + "return false;";
BLL.DepartService.InitDepartDropDownList(this.drpDepartId, false);
GetButtonPower();
@@ -62,7 +62,63 @@ namespace FineUIPro.Web.PHTGL.Filing
///
private void BindGrid()
{
-
+ string strSql = @"select
+ BidBook.BidDocumentsStandingBookId
+ ,ActPlan.EPCCode
+ ,Project.ShortName
+ ,Project.ProjectCode
+ ,(case IsOnLine
+ when '1' then '线上'
+ when '0'then '线下' end )as IsOnLine
+ ,BidDoc.BidType
+ ,ActPlan.ActionPlanCode
+ ,BidDoc.BidDocumentsCode
+ ,ActPlan.BidProject
+ ,BidBook.ShortListApprovalCode
+ ,BidBook.ProposedInviter
+ ,BidDoc.Bidding_SendTime
+ ,BidDoc.Bidding_StartTime
+ ,BidBook.ApprovePersonFormCode
+ ,BidBook.BidWinner
+ ,SetSub.SetSubReviewCode
+ from PHTGL_BidDocumentsStandingBook as BidBook
+ left join PHTGL_SetSubReview as SetSub on SetSub.SetSubReviewCode=BidBook.SetSubReviewCode
+ left join PHTGL_BidApproveUserReview as BidUser on BidUser.ApproveUserReviewID =SetSub.ApproveUserReviewID
+ left join PHTGL_BidDocumentsReview as BidDoc on BidDoc.BidDocumentsReviewId= BidUser.BidDocumentsReviewId
+ left join PHTGL_ActionPlanFormation as ActPlan on ActPlan.ActionPlanID =BidDoc.ActionPlanID
+ left join Base_Project as Project on Project.ProjectId=ActPlan.ProjectID where 1=1 ";
+
+ List listStr = new List();
+
+ if (!(this.CurrUser.PersonId == Const.sysglyId || this.CurrUser.PersonId == Const.hfnbdId))
+ {
+ strSql += " and ActPlan.ProjectId =@ProjectId";
+
+ listStr.Add(new SqlParameter("@ProjectId", this.CurrUser.LoginProjectId));
+ }
+ if (!string.IsNullOrEmpty(drpDepartId.SelectedValue) )
+ {
+
+
+ }
+ if (!string.IsNullOrEmpty(txtProjectCode.Text))
+ {
+
+ }
+ if (!string.IsNullOrEmpty(txtShortName.Text))
+ {
+
+ }
+ if (!string.IsNullOrEmpty(txtContractNum.Text))
+ {
+
+ }
+ if (!string.IsNullOrEmpty(txtContractName.Text))
+ {
+
+ }
+
+
}
#endregion
@@ -257,7 +313,7 @@ namespace FineUIPro.Web.PHTGL.Filing
{
if (buttonList.Contains(Const.BtnAdd))
{
- //btnNew.Hidden = false;
+ btnNew.Hidden = false;
}
if (buttonList.Contains(Const.BtnModify))
{
diff --git a/SGGL/FineUIPro.Web/PHTGL/Filing/BidDocumentsStandingBook.aspx.designer.cs b/SGGL/FineUIPro.Web/PHTGL/Filing/BidDocumentsStandingBook.aspx.designer.cs
index 242b407b..cf9270dd 100644
--- a/SGGL/FineUIPro.Web/PHTGL/Filing/BidDocumentsStandingBook.aspx.designer.cs
+++ b/SGGL/FineUIPro.Web/PHTGL/Filing/BidDocumentsStandingBook.aspx.designer.cs
@@ -131,6 +131,15 @@ namespace FineUIPro.Web.PHTGL.Filing
///
protected global::FineUIPro.Button Button1;
+ ///
+ /// btnNew 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Button btnNew;
+
///
/// btnOut 控件。
///
diff --git a/SGGL/FineUIPro.Web/PHTGL/Filing/BidDocumentsStandingBookEdit.aspx b/SGGL/FineUIPro.Web/PHTGL/Filing/BidDocumentsStandingBookEdit.aspx
index be39f9dd..9906e505 100644
--- a/SGGL/FineUIPro.Web/PHTGL/Filing/BidDocumentsStandingBookEdit.aspx
+++ b/SGGL/FineUIPro.Web/PHTGL/Filing/BidDocumentsStandingBookEdit.aspx
@@ -5,7 +5,7 @@
-
+
@@ -15,109 +15,97 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
-
+
diff --git a/SGGL/FineUIPro.Web/PHTGL/Filing/BidDocumentsStandingBookEdit.aspx.cs b/SGGL/FineUIPro.Web/PHTGL/Filing/BidDocumentsStandingBookEdit.aspx.cs
index 06e33895..df09a71e 100644
--- a/SGGL/FineUIPro.Web/PHTGL/Filing/BidDocumentsStandingBookEdit.aspx.cs
+++ b/SGGL/FineUIPro.Web/PHTGL/Filing/BidDocumentsStandingBookEdit.aspx.cs
@@ -33,6 +33,7 @@ namespace FineUIPro.Web.PHTGL.Filing
if (!IsPostBack)
{
this.btnClose.OnClientClick = ActiveWindow.GetHideReference();
+ BLL.PHTGL_SetSubReviewService.InitGetSetSubCompleteDropDownList(DropSetSubReviewCode, this.CurrUser.PersonId, this.CurrUser.LoginProjectId, false);
////权限按钮方法
this.GetButtonPower();
this.BidDocumentsStandingBookId = Request.Params["BidDocumentsStandingBookId"];
@@ -41,31 +42,13 @@ namespace FineUIPro.Web.PHTGL.Filing
Model.PHTGL_BidDocumentsStandingBook model = BLL.BidDocStandingBookService.GetPHTGL_BidDocumentsStandingBookById(this.BidDocumentsStandingBookId);
if (model != null)
{
- this.txtEPCCode.Text = model.EPCCode;
- this.txtProjectShortName.Text = model.ProjectShortName;
- this.txtProjectCode.Text = model.ProjectCode;
- if (model.IsOnLine.HasValue)
- {
- this.txtIsOnLine.Text = model.IsOnLine.Value.ToString();
- }
- this.txtBidType.Text = model.BidType;
- this.txtActionPlanCode.Text = model.ActionPlanCode;
- this.txtBidDocumentsCode.Text = model.BidDocumentsCode;
- this.txtBidProject.Text = model.BidProject;
- this.txtShortListApprovalCode.Text = model.ShortListApprovalCode;
- this.txtProposedInviter.Text = model.ProposedInviter;
- if (model.Bidding_SendTime != null)
- {
- this.txtBidding_SendTime.Text = string.Format("{0:yyyy-MM-dd}", model.Bidding_SendTime);
- }
- if (model.Bidding_StartTime != null)
- {
- this.txtBidding_StartTime.Text = string.Format("{0:yyyy-MM-dd}", model.Bidding_StartTime);
- }
- this.txtApprovePersonFormCode.Text = model.ApprovePersonFormCode;
- this.txtBidWinner.Text = model.BidWinner;
- this.txtSetSubReviewCode.Text = model.SetSubReviewCode;
-
+ DropSetSubReviewCode.SelectedValue = model.SetSubReviewCode;
+ cbIsOnLine.Checked = model.IsOnLine==1?true:false;
+ txtShortListApprovalCode.Text= model.ShortListApprovalCode;
+ txtProposedInviter.Text=model.ProposedInviter;
+ txtApprovePersonFormCode.Text= model.ApprovePersonFormCode;
+ txtBidWinner.Text= model.BidWinner;
+ DropSetSubReviewCode_SelectedIndexChanged(null,null);
}
}
}
@@ -79,31 +62,33 @@ namespace FineUIPro.Web.PHTGL.Filing
protected void btnSave_Click(object sender, EventArgs e)
{
Model.PHTGL_BidDocumentsStandingBook table = new Model.PHTGL_BidDocumentsStandingBook();
- table.EPCCode = this.txtEPCCode.Text;
- table.ProjectShortName = this.txtProjectShortName.Text;
- table.ProjectCode = this.txtProjectCode.Text;
- table.IsOnLine = Funs.GetNewInt(this.txtIsOnLine.Text);
- table.BidType = this.txtBidType.Text;
- table.ActionPlanCode = this.txtActionPlanCode.Text;
- table.BidDocumentsCode = this.txtBidDocumentsCode.Text;
- table.BidProject = this.txtBidProject.Text;
+ table.IsOnLine = cbIsOnLine.Checked ? 1 : 0 ;
+ table.SetSubReviewCode = this.DropSetSubReviewCode.SelectedValue;
table.ShortListApprovalCode = this.txtShortListApprovalCode.Text;
table.ProposedInviter = this.txtProposedInviter.Text;
- table.Bidding_SendTime = this.txtBidding_SendTime.SelectedDate;
- table.Bidding_StartTime = this.txtBidding_StartTime.SelectedDate;
table.ApprovePersonFormCode = this.txtApprovePersonFormCode.Text;
table.BidWinner = this.txtBidWinner.Text;
- table.SetSubReviewCode = this.txtSetSubReviewCode.Text;
if (string.IsNullOrEmpty(this.BidDocumentsStandingBookId))
{
table.BidDocumentsStandingBookId = SQLHelper.GetNewID(typeof(Model.PHTGL_BidDocumentsStandingBook));
+ BidDocumentsStandingBookId = table.BidDocumentsStandingBookId;
BLL.BidDocStandingBookService.AddPHTGL_BidDocumentsStandingBook(table);
}
else
{
- table.BidDocumentsStandingBookId = this.BidDocumentsStandingBookId;
- BLL.BidDocStandingBookService.UpdatePHTGL_BidDocumentsStandingBook(table);
+ var model= BidDocStandingBookService.GetPHTGL_BidDocumentsStandingBookById(BidDocumentsStandingBookId);
+ if (model!=null)
+ {
+ table.BidDocumentsStandingBookId = this.BidDocumentsStandingBookId;
+ BLL.BidDocStandingBookService.UpdatePHTGL_BidDocumentsStandingBook(table);
+ }
+ else
+ {
+ table.BidDocumentsStandingBookId = this.BidDocumentsStandingBookId;
+ BLL.BidDocStandingBookService.AddPHTGL_BidDocumentsStandingBook(table);
+
+ }
}
PageContext.RegisterStartupScript(ActiveWindow.GetHideRefreshReference());
}
@@ -125,7 +110,61 @@ namespace FineUIPro.Web.PHTGL.Filing
}
}
}
- #endregion
+ #endregion
+ #region 附件上传
+ ///
+ /// 上传附件
+ ///
+ ///
+ ///
+ protected void btnAttachUrl_Click(object sender, EventArgs e)
+ {
+ if (string.IsNullOrEmpty(BidDocumentsStandingBookId))
+ {
+ BidDocumentsStandingBookId = Guid.NewGuid().ToString();
+ }
+ PageContext.RegisterStartupScript(Window1.GetShowReference(String.Format("~/AttachFile/webuploader.aspx?toKeyId={0}&path=FileUpload/BidDocumentsStandingBook&menuId={1}", this.BidDocumentsStandingBookId+ "-Notice", BLL.Const.BidDocumentsStandingBookMenuId)));
+ }
+ ///
+ /// 情况说明附件
+ ///
+ ///
+ ///
+ protected void btnAttachUrl_Remark_Click(object sender, EventArgs e)
+ {
+ if (string.IsNullOrEmpty(BidDocumentsStandingBookId))
+ {
+ BidDocumentsStandingBookId = Guid.NewGuid().ToString();
+ }
+ PageContext.RegisterStartupScript(Window1.GetShowReference(String.Format("~/AttachFile/webuploader.aspx?toKeyId={0}&path=FileUpload/BidDocumentsStandingBook&menuId={1}", this.BidDocumentsStandingBookId+ "-Bidder", BLL.Const.BidDocumentsStandingBookMenuId)));
+ }
+ #endregion
+ protected void DropSetSubReviewCode_SelectedIndexChanged(object sender, EventArgs e)
+ {
+ var _SetSub= BLL.PHTGL_SetSubReviewService.GetPHTGL_SetSubReviewBySetSubReviewCode(DropSetSubReviewCode.SelectedValue);
+ var _BidApprove= PHTGL_BidApproveUserReviewService.GetPHTGL_BidApproveUserReviewById(_SetSub.ApproveUserReviewID);
+ var _BidDoc = BLL.PHTGL_BidDocumentsReviewService.GetPHTGL_BidDocumentsReviewById(_BidApprove.BidDocumentsReviewId);
+ var _ActPlan = BLL.PHTGL_ActionPlanFormationService.GetPHTGL_ActionPlanFormationById(_BidDoc.ActionPlanID);
+ var _Project=BLL.ProjectService.GetProjectByProjectId(this.CurrUser.LoginProjectId);
+
+
+ this.txtEPCCode.Text = _ActPlan.EPCCode;
+ this.txtProjectShortName.Text = _Project.ShortName;
+ this.txtProjectCode.Text = _Project.ProjectCode;
+ this.txtBidType.Text = _BidDoc.BidType;
+ this.txtBidProject.Text = _ActPlan.BidProject;
+ this.txtActionPlanCode.Text = _ActPlan.ActionPlanCode;
+ this.txtBidDocumentsCode.Text = _BidDoc.BidDocumentsCode;
+ if (_BidDoc.Bidding_SendTime != null)
+ {
+ this.txtBidding_SendTime.Text = string.Format("{0:yyyy-MM-dd}", _BidDoc.Bidding_SendTime);
+ }
+ if (_BidDoc.Bidding_StartTime != null)
+ {
+ this.txtBidding_StartTime.Text = string.Format("{0:yyyy-MM-dd}", _BidDoc.Bidding_StartTime);
+ }
+ //this.txtApprovePersonFormCode.Text = model.ApprovePersonFormCode;
+ }
}
}
\ No newline at end of file
diff --git a/SGGL/FineUIPro.Web/PHTGL/Filing/BidDocumentsStandingBookEdit.aspx.designer.cs b/SGGL/FineUIPro.Web/PHTGL/Filing/BidDocumentsStandingBookEdit.aspx.designer.cs
index de4619a9..028beb29 100644
--- a/SGGL/FineUIPro.Web/PHTGL/Filing/BidDocumentsStandingBookEdit.aspx.designer.cs
+++ b/SGGL/FineUIPro.Web/PHTGL/Filing/BidDocumentsStandingBookEdit.aspx.designer.cs
@@ -41,6 +41,24 @@ namespace FineUIPro.Web.PHTGL.Filing
///
protected global::FineUIPro.Form SimpleForm1;
+ ///
+ /// DropSetSubReviewCode 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.DropDownList DropSetSubReviewCode;
+
+ ///
+ /// cbIsOnLine 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.CheckBox cbIsOnLine;
+
///
/// txtEPCCode 控件。
///
@@ -68,24 +86,6 @@ namespace FineUIPro.Web.PHTGL.Filing
///
protected global::FineUIPro.TextBox txtProjectCode;
- ///
- /// txtIsOnLine 控件。
- ///
- ///
- /// 自动生成的字段。
- /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
- ///
- protected global::FineUIPro.NumberBox txtIsOnLine;
-
- ///
- /// txtBidType 控件。
- ///
- ///
- /// 自动生成的字段。
- /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
- ///
- protected global::FineUIPro.TextBox txtBidType;
-
///
/// txtActionPlanCode 控件。
///
@@ -104,6 +104,15 @@ namespace FineUIPro.Web.PHTGL.Filing
///
protected global::FineUIPro.TextBox txtBidDocumentsCode;
+ ///
+ /// txtBidType 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.TextBox txtBidType;
+
///
/// txtBidProject 控件。
///
@@ -113,24 +122,6 @@ namespace FineUIPro.Web.PHTGL.Filing
///
protected global::FineUIPro.TextBox txtBidProject;
- ///
- /// txtShortListApprovalCode 控件。
- ///
- ///
- /// 自动生成的字段。
- /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
- ///
- protected global::FineUIPro.TextBox txtShortListApprovalCode;
-
- ///
- /// txtProposedInviter 控件。
- ///
- ///
- /// 自动生成的字段。
- /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
- ///
- protected global::FineUIPro.TextBox txtProposedInviter;
-
///
/// txtBidding_SendTime 控件。
///
@@ -138,7 +129,7 @@ namespace FineUIPro.Web.PHTGL.Filing
/// 自动生成的字段。
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
///
- protected global::FineUIPro.DatePicker txtBidding_SendTime;
+ protected global::FineUIPro.TextBox txtBidding_SendTime;
///
/// txtBidding_StartTime 控件。
@@ -147,7 +138,7 @@ namespace FineUIPro.Web.PHTGL.Filing
/// 自动生成的字段。
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
///
- protected global::FineUIPro.DatePicker txtBidding_StartTime;
+ protected global::FineUIPro.TextBox txtBidding_StartTime;
///
/// txtApprovePersonFormCode 控件。
@@ -168,13 +159,40 @@ namespace FineUIPro.Web.PHTGL.Filing
protected global::FineUIPro.TextBox txtBidWinner;
///
- /// txtSetSubReviewCode 控件。
+ /// txtShortListApprovalCode 控件。
///
///
/// 自动生成的字段。
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
///
- protected global::FineUIPro.TextBox txtSetSubReviewCode;
+ protected global::FineUIPro.TextBox txtShortListApprovalCode;
+
+ ///
+ /// btnAttachUrl_Remark 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Button btnAttachUrl_Remark;
+
+ ///
+ /// txtProposedInviter 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.TextBox txtProposedInviter;
+
+ ///
+ /// btnAttachUrl 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Button btnAttachUrl;
///
/// Toolbar1 控件。