// Token: 0x06000180 RID: 384 RVA: 0x00006904 File Offset: 0x00004B04 public GControl6() { base.SetStyle(ControlStyles.UserPaint | ControlStyles.ResizeRedraw | ControlStyles.AllPaintingInWmPaint | ControlStyles.OptimizedDoubleBuffer, true); this.DoubleBuffered = true; GControl6.smethod_30(this.ListBox_0, DrawMode.OwnerDrawFixed); GControl6.smethod_31(this.ListBox_0, false); GControl6.smethod_32(this.ListBox_0, false); GControl6.smethod_33(this.ListBox_0, BorderStyle.None); GControl6.smethod_34(this.ListBox_0, this.color_0); GControl6.smethod_35(this.ListBox_0, Color.White); this.ListBox_0.Location = new Point(3, 3); this.ListBox_0.Font = new Font("Segoe UI", 8f); this.ListBox_0.ItemHeight = 20; this.ListBox_0.Items.Clear(); this.ListBox_0.IntegralHeight = false; base.Size = new Size(131, 101); this.BackColor = this.color_0; }