// Token: 0x06002652 RID: 9810 RVA: 0x000885E8 File Offset: 0x000867E8 public void imethod_0(EventArgs34 e) { Rectangle bounds = e.Bounds; int num = bounds.Height / 7; bounds.Height /= 7; bounds.Width -= num + 2; bounds.X += bounds.Height / 2 + 1; Rectangle rect = new Rectangle(bounds.Right - num / 2, bounds.Y, num, num); Rectangle rect2 = new Rectangle(bounds.Left - num / 2, bounds.Y, bounds.Height, bounds.Height); using (SolidBrush solidBrush = new SolidBrush(Class294.color_0)) { e.Graphics.FillRectangle(solidBrush, bounds); e.Graphics.FillEllipse(solidBrush, rect2); e.Graphics.FillEllipse(solidBrush, rect); solidBrush.Color = Class294.color_1; rect2.Y = (rect.Y = (bounds.Y += bounds.Height)); e.Graphics.FillRectangle(solidBrush, bounds); e.Graphics.FillEllipse(solidBrush, rect2); e.Graphics.FillEllipse(solidBrush, rect); solidBrush.Color = Class294.color_2; rect2.Y = (rect.Y = (bounds.Y += bounds.Height)); e.Graphics.FillRectangle(solidBrush, bounds); e.Graphics.FillEllipse(solidBrush, rect2); e.Graphics.FillEllipse(solidBrush, rect); solidBrush.Color = Class294.color_3; rect2.Y = (rect.Y = (bounds.Y += bounds.Height)); e.Graphics.FillRectangle(solidBrush, bounds); e.Graphics.FillEllipse(solidBrush, rect2); e.Graphics.FillEllipse(solidBrush, rect); solidBrush.Color = Class294.color_4; rect2.Y = (rect.Y = (bounds.Y += bounds.Height)); e.Graphics.FillRectangle(solidBrush, bounds); e.Graphics.FillEllipse(solidBrush, rect2); e.Graphics.FillEllipse(solidBrush, rect); solidBrush.Color = Class294.color_5; rect2.Y = (rect.Y = (bounds.Y += bounds.Height)); e.Graphics.FillRectangle(solidBrush, bounds); e.Graphics.FillEllipse(solidBrush, rect2); e.Graphics.FillEllipse(solidBrush, rect); solidBrush.Color = Class294.color_6; rect2.Y = (rect.Y = (bounds.Y += bounds.Height)); e.Graphics.FillRectangle(solidBrush, bounds); e.Graphics.FillEllipse(solidBrush, rect2); e.Graphics.FillEllipse(solidBrush, rect); } }
// Token: 0x060020DB RID: 8411 RVA: 0x0006F47C File Offset: 0x0006D67C public override void imethod_0(EventArgs34 e) { Font font = base.Font; Control4.Class311 owner = base.Owner; if (!owner.Enabled) { return; } if (font != null) { using (SolidBrush solidBrush = new SolidBrush(base.method_0())) { e.Graphics.DrawString(this.NormalQuantity.ToString(), font, solidBrush, e.Bounds.Location.smethod_3(2, 2)); } } }
// Token: 0x060020E1 RID: 8417 RVA: 0x0006F578 File Offset: 0x0006D778 public override void imethod_0(EventArgs34 e) { Font font = base.Font; Control4.Class311 owner = base.Owner; if (!owner.Enabled) { return; } if (font != null) { using (SolidBrush solidBrush = new SolidBrush(base.method_0())) { e.Graphics.DrawString(base.NormalQuantity.ToString(), font, solidBrush, e.Bounds.Location.smethod_3(2, 2)); string text = this.OrganicQuantity.ToString(); SizeF sizeF = e.Graphics.MeasureString(text, font); e.Graphics.DrawString(this.OrganicQuantity.ToString(), font, solidBrush, e.Bounds.smethod_20().smethod_3(-1 - (int)sizeF.Width, 2)); } } }
// Token: 0x060020D5 RID: 8405 RVA: 0x00005104 File Offset: 0x00003304 public virtual void imethod_0(EventArgs34 e) { }