コード例 #1
0
 protected virtual Terrasoft.UI.WebControls.Controls.RadioButton CreateAllowAndGrantRadioButton()
 {
     _allowAndGrantRadioButton      = new Terrasoft.UI.WebControls.Controls.RadioButton();
     _allowAndGrantRadioButton.UId  = new Guid("f0a00190-0c23-425a-a8e5-80a9800e6e57");
     _allowAndGrantRadioButton.Name = "AllowAndGrantRadioButton";
     _allowAndGrantRadioButton.CreatedInSchemaUId  = new Guid("4ab08430-f774-4a7c-8764-ba3d37a0cbaa");
     _allowAndGrantRadioButton.ModifiedInSchemaUId = new Guid("4ab08430-f774-4a7c-8764-ba3d37a0cbaa");
     _allowAndGrantRadioButton.CreatedInPackageId  = new Guid("6da427d3-b6ac-4046-8f8c-ef5b40544ff1");
     _allowAndGrantRadioButton.Tag          = "";
     _allowAndGrantRadioButton.CaptionColor = System.Drawing.Color.FromArgb(0, 2, 77, 156);
     _allowAndGrantRadioButton.Width        = System.Web.UI.WebControls.Unit.Percentage(100);
     _allowAndGrantRadioButton.GroupName    = "OperationRightLevelGroup";
     return(_allowAndGrantRadioButton);
 }
コード例 #2
0
 protected virtual Terrasoft.UI.WebControls.Controls.RadioButton CreateDenyRadioButton()
 {
     _denyRadioButton      = new Terrasoft.UI.WebControls.Controls.RadioButton();
     _denyRadioButton.UId  = new Guid("0c5d8d34-05ef-47d6-813f-106246d05462");
     _denyRadioButton.Name = "DenyRadioButton";
     _denyRadioButton.CreatedInSchemaUId  = new Guid("4ab08430-f774-4a7c-8764-ba3d37a0cbaa");
     _denyRadioButton.ModifiedInSchemaUId = new Guid("4ab08430-f774-4a7c-8764-ba3d37a0cbaa");
     _denyRadioButton.CreatedInPackageId  = new Guid("6da427d3-b6ac-4046-8f8c-ef5b40544ff1");
     _denyRadioButton.Tag          = "";
     _denyRadioButton.CaptionColor = System.Drawing.Color.FromArgb(0, 2, 77, 156);
     _denyRadioButton.Width        = System.Web.UI.WebControls.Unit.Percentage(100);
     _denyRadioButton.GroupName    = "OperationRightLevelGroup";
     return(_denyRadioButton);
 }
コード例 #3
0
 protected virtual Terrasoft.UI.WebControls.Controls.RadioButton CreateAllowRadioButton()
 {
     _allowRadioButton      = new Terrasoft.UI.WebControls.Controls.RadioButton();
     _allowRadioButton.UId  = new Guid("c8342c16-fd7a-4500-bd38-807635c99aa2");
     _allowRadioButton.Name = "AllowRadioButton";
     _allowRadioButton.CreatedInSchemaUId  = new Guid("4ab08430-f774-4a7c-8764-ba3d37a0cbaa");
     _allowRadioButton.ModifiedInSchemaUId = new Guid("4ab08430-f774-4a7c-8764-ba3d37a0cbaa");
     _allowRadioButton.CreatedInPackageId  = new Guid("6da427d3-b6ac-4046-8f8c-ef5b40544ff1");
     _allowRadioButton.Tag          = "";
     _allowRadioButton.CaptionColor = System.Drawing.Color.FromArgb(0, 2, 77, 156);
     _allowRadioButton.Width        = System.Web.UI.WebControls.Unit.Percentage(100);
     _allowRadioButton.GroupName    = "OperationRightLevelGroup";
     return(_allowRadioButton);
 }