private global::System.Web.UI.WebControls.HyperLinkField @__BuildControl__control16()
 {
     global::System.Web.UI.WebControls.HyperLinkField @__ctrl;
     @__ctrl        = new global::System.Web.UI.WebControls.HyperLinkField();
     @__ctrl.Target = "_blank";
     @__ctrl.Text   = "عرض السجل الكامل";
     @__ctrl.DataNavigateUrlFields = new string[] {
         "ID"
     };
     @__ctrl.DataNavigateUrlFormatString = "http://zf-sp/orgchart/ProgramsDepartment/Lists/AidRequests/Item/displayifs.aspx?I" +
                                           "D={0}";
     this.@__BuildControl__control17(@__ctrl.HeaderStyle);
     return(@__ctrl);
 }
 private global::System.Web.UI.WebControls.HyperLinkField @__BuildControl__control9()
 {
     global::System.Web.UI.WebControls.HyperLinkField @__ctrl;
     @__ctrl = new global::System.Web.UI.WebControls.HyperLinkField();
     @__ctrl.ControlStyle.CssClass = "table-links";
     @__ctrl.DataTextField         = "subject";
     @__ctrl.DataNavigateUrlFields = new string[] {
         "Id"
     };
     @__ctrl.DataNavigateUrlFormatString = "https://redmine.deps.ua/issues/{0}";
     @__ctrl.HeaderText      = "Тема";
     @__ctrl.ItemStyle.Width = new System.Web.UI.WebControls.Unit(500D, global::System.Web.UI.WebControls.UnitType.Pixel);
     return(@__ctrl);
 }