コード例 #1
0
 private global::System.Web.UI.WebControls.ListBox @__BuildControlwaypoints()
 {
     global::System.Web.UI.WebControls.ListBox @__ctrl;
     @__ctrl        = new global::System.Web.UI.WebControls.ListBox();
     this.waypoints = @__ctrl;
     @__ctrl.ApplyStyleSheetSkin(this.Page);
     @__ctrl.ID = "waypoints";
     ((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("name", "waypoints");
     @__ctrl.SelectionMode = System.Web.UI.WebControls.ListSelectionMode.Multiple;
     return(@__ctrl);
 }
コード例 #2
0
 private global::System.Web.UI.WebControls.ListBox @__BuildControllstbxRatingData()
 {
     global::System.Web.UI.WebControls.ListBox @__ctrl;
     @__ctrl = new global::System.Web.UI.WebControls.ListBox();
     this.lstbxRatingData    = @__ctrl;
     @__ctrl.TemplateControl = this;
     @__ctrl.ApplyStyleSheetSkin(this.Page);
     @__ctrl.ID    = "lstbxRatingData";
     @__ctrl.Width = new System.Web.UI.WebControls.Unit(172, System.Web.UI.WebControls.UnitType.Pixel);
     return(@__ctrl);
 }
コード例 #3
0
 private global::System.Web.UI.WebControls.ListBox @__BuildControllstLists()
 {
     global::System.Web.UI.WebControls.ListBox @__ctrl;
     @__ctrl = new global::System.Web.UI.WebControls.ListBox();
     this.lstLists = @__ctrl;
     @__ctrl.TemplateControl = this;
     @__ctrl.ApplyStyleSheetSkin(this.Page);
     @__ctrl.ID = "lstLists";
     @__ctrl.Width = new System.Web.UI.WebControls.Unit(100D, global::System.Web.UI.WebControls.UnitType.Percentage);
     @__ctrl.Rows = 10;
     @__ctrl.AutoPostBack = true;
     @__ctrl.SelectedIndexChanged -= new System.EventHandler(this.lstLists_SelectedIndexChanged);
     @__ctrl.SelectedIndexChanged += new System.EventHandler(this.lstLists_SelectedIndexChanged);
     return @__ctrl;
 }
コード例 #4
0
 private global::System.Web.UI.WebControls.ListBox @__BuildControllstbxRatingData()
 {
     global::System.Web.UI.WebControls.ListBox @__ctrl;
     @__ctrl = new global::System.Web.UI.WebControls.ListBox();
     this.lstbxRatingData = @__ctrl;
     @__ctrl.TemplateControl = this;
     @__ctrl.ApplyStyleSheetSkin(this.Page);
     @__ctrl.ID = "lstbxRatingData";
     @__ctrl.Width = new System.Web.UI.WebControls.Unit(172, System.Web.UI.WebControls.UnitType.Pixel);
     return @__ctrl;
 }
コード例 #5
0
 private global::System.Web.UI.WebControls.ListBox @__BuildControlLbxLaterTodos() {
     global::System.Web.UI.WebControls.ListBox @__ctrl;
     @__ctrl = new global::System.Web.UI.WebControls.ListBox();
     this.LbxLaterTodos = @__ctrl;
     @__ctrl.ApplyStyleSheetSkin(this.Page);
     @__ctrl.ID = "LbxLaterTodos";
     @__ctrl.AutoPostBack = true;
     @__ctrl.Width = new System.Web.UI.WebControls.Unit(100D, global::System.Web.UI.WebControls.UnitType.Percentage);
     @__ctrl.DataTextField = "Title";
     @__ctrl.DataValueField = "Id";
     @__ctrl.Height = new System.Web.UI.WebControls.Unit(25D, global::System.Web.UI.WebControls.UnitType.Percentage);
     @__ctrl.SelectedIndexChanged -= new System.EventHandler(this.LbxTodos_SelectedIndexChanged);
     @__ctrl.SelectedIndexChanged += new System.EventHandler(this.LbxTodos_SelectedIndexChanged);
     return @__ctrl;
 }
コード例 #6
0
 private global::System.Web.UI.WebControls.ListBox @__BuildControlselectedPeople()
 {
     global::System.Web.UI.WebControls.ListBox @__ctrl;
     @__ctrl = new global::System.Web.UI.WebControls.ListBox();
     this.selectedPeople = @__ctrl;
     @__ctrl.ApplyStyleSheetSkin(this.Page);
     @__ctrl.ID = "selectedPeople";
     return @__ctrl;
 }