// Token: 0x060002E4 RID: 740 RVA: 0x000085C8 File Offset: 0x000067C8 public GControl15() { base.SetStyle(ControlStyles.UserPaint | ControlStyles.ResizeRedraw | ControlStyles.SupportsTransparentBackColor | ControlStyles.AllPaintingInWmPaint | ControlStyles.OptimizedDoubleBuffer, true); this.DoubleBuffered = true; GControl15.smethod_22(this, Color.Transparent); this.textBox_0 = GControl15.smethod_23(); GControl15.smethod_10(this.textBox_0, GControl15.smethod_24("Segoe UI", 10f)); GControl15.smethod_9(this.textBox_0, GControl15.smethod_14(this)); GControl15.smethod_22(this.textBox_0, this.color_0); GControl15.smethod_25(this.textBox_0, this.color_1); GControl15.smethod_1(this.textBox_0, this.int_2); GControl15.smethod_4(this.textBox_0, this.bool_2); GControl15.smethod_2(this.textBox_0, this.bool_0); GControl15.smethod_3(this.textBox_0, this.bool_1); GControl15.smethod_26(this.textBox_0, BorderStyle.None); this.textBox_0.Location = new Point(5, 5); this.textBox_0.Width = base.Width - 10; this.textBox_0.Cursor = Cursors.IBeam; if (this.bool_2) { this.textBox_0.Height = base.Height - 11; } else { base.Height = this.textBox_0.Height + 11; } this.textBox_0.TextChanged += this.textBox_0_TextChanged; this.textBox_0.KeyDown += this.textBox_0_KeyDown; }
// Token: 0x060002D9 RID: 729 RVA: 0x0000328B File Offset: 0x0000148B private void textBox_0_TextChanged(object sender, EventArgs e) { GControl15.smethod_9(this, GControl15.smethod_14(this.textBox_0)); }