namespace iMonitorApp { // Token: 0x02000014 RID: 20 public partial class SMSForm : global::System.Windows.Forms.Form { // Token: 0x06000088 RID: 136 RVA: 0x000062EC File Offset: 0x000044EC protected override void Dispose(bool disposing) { bool flag = disposing && this.components != null; if (flag) { this.components.Dispose(); } base.Dispose(disposing); } // Token: 0x06000089 RID: 137 RVA: 0x00006324 File Offset: 0x00004524 private void InitializeComponent() { this.console = new global::System.Windows.Forms.TextBox(); base.SuspendLayout(); this.console.Location = new global::System.Drawing.Point(12, 12); this.console.Multiline = true; this.console.Name = "console"; this.console.Size = new global::System.Drawing.Size(231, 274); this.console.TabIndex = 0; base.AutoScaleDimensions = new global::System.Drawing.SizeF(6f, 13f); base.AutoScaleMode = global::System.Windows.Forms.AutoScaleMode.Font; base.ClientSize = new global::System.Drawing.Size(254, 298); base.Controls.Add(this.console); base.Name = "SMSForm"; this.Text = "SMSForm"; base.ResumeLayout(false); base.PerformLayout(); } // Token: 0x04000058 RID: 88 private global::System.ComponentModel.IContainer components = null; // Token: 0x04000059 RID: 89 private global::System.Windows.Forms.TextBox console; } }