protected override void InitData()
 {
     base.InitData();
     this.SingleColor    = System.Drawing.Color.FromArgb((int)byte.MaxValue, 150, 150, (int)byte.MaxValue);
     this.FirstColor     = System.Drawing.Color.FromArgb((int)byte.MaxValue, 150, 150, (int)byte.MaxValue);
     this.EndColor       = System.Drawing.Color.FromArgb((int)byte.MaxValue, (int)byte.MaxValue, (int)byte.MaxValue, (int)byte.MaxValue);
     this.ComboBoxIndex  = 1;
     this.DirectionType  = ListViewDirectionType.Vertical;
     this.HorizontalType = ListViewHorizontal.Align_Left;
     this.VerticalType   = ListViewVertical.Align_Top;
 }
 protected override void InitData()
 {
     base.InitData();
     base.SingleColor    = System.Drawing.Color.FromArgb(255, 150, 150, 255);
     base.FirstColor     = System.Drawing.Color.FromArgb(255, 150, 150, 255);
     base.EndColor       = System.Drawing.Color.FromArgb(255, 255, 255, 255);
     base.ComboBoxIndex  = 1;
     this.DirectionType  = ListViewDirectionType.Vertical;
     this.HorizontalType = ListViewHorizontal.Align_Left;
     this.VerticalType   = ListViewVertical.Align_Top;
 }