namespace iMonitorApp { // Token: 0x0200001C RID: 28 public partial class ParentForm : global::System.Windows.Forms.Form { // Token: 0x060000DD RID: 221 RVA: 0x000097C8 File Offset: 0x000079C8 protected override void Dispose(bool disposing) { bool flag = disposing && this.components != null; if (flag) { this.components.Dispose(); } base.Dispose(disposing); } // Token: 0x060000DE RID: 222 RVA: 0x00009800 File Offset: 0x00007A00 private void InitializeComponent() { this.components = new global::System.ComponentModel.Container(); global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::iMonitorApp.ParentForm)); this.menuStrip = new global::System.Windows.Forms.MenuStrip(); this.fileMenu = new global::System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator5 = new global::System.Windows.Forms.ToolStripSeparator(); this.exitToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem(); this.toolsMenu = new global::System.Windows.Forms.ToolStripMenuItem(); this.optionsToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem(); this.windowsToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem(); this.phoneDialerToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem(); this.tileToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem(); this.aboutToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem(); this.statusStrip = new global::System.Windows.Forms.StatusStrip(); this.tss_working = new global::System.Windows.Forms.ToolStripStatusLabel(); this.tss_new = new global::System.Windows.Forms.ToolStripStatusLabel(); this.tss_datarecorder = new global::System.Windows.Forms.ToolStripStatusLabel(); this.tss_basket = new global::System.Windows.Forms.ToolStripStatusLabel(); this.tss_outbox = new global::System.Windows.Forms.ToolStripStatusLabel(); this.tss_market = new global::System.Windows.Forms.ToolStripStatusLabel(); this.tss_skype = new global::System.Windows.Forms.ToolStripStatusLabel(); this.tss_gun = new global::System.Windows.Forms.ToolStripStatusLabel(); this.tss_heartbeat = new global::System.Windows.Forms.ToolStripStatusLabel(); this.toolTip = new global::System.Windows.Forms.ToolTip(this.components); this.notifyIcon1 = new global::System.Windows.Forms.NotifyIcon(this.components); this.backgroundWorker1 = new global::System.ComponentModel.BackgroundWorker(); this.menuStrip.SuspendLayout(); this.statusStrip.SuspendLayout(); base.SuspendLayout(); this.menuStrip.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[] { this.fileMenu, this.toolsMenu, this.windowsToolStripMenuItem, this.aboutToolStripMenuItem }); this.menuStrip.Location = new global::System.Drawing.Point(0, 0); this.menuStrip.Name = "menuStrip"; this.menuStrip.Size = new global::System.Drawing.Size(1292, 24); this.menuStrip.TabIndex = 0; this.menuStrip.Text = "MenuStrip"; this.fileMenu.DropDownItems.AddRange(new global::System.Windows.Forms.ToolStripItem[] { this.toolStripSeparator5, this.exitToolStripMenuItem }); this.fileMenu.ImageTransparentColor = global::System.Drawing.SystemColors.ActiveBorder; this.fileMenu.Name = "fileMenu"; this.fileMenu.Size = new global::System.Drawing.Size(35, 20); this.fileMenu.Text = "&File"; this.toolStripSeparator5.Name = "toolStripSeparator5"; this.toolStripSeparator5.Size = new global::System.Drawing.Size(89, 6); this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; this.exitToolStripMenuItem.Size = new global::System.Drawing.Size(92, 22); this.exitToolStripMenuItem.Text = "E&xit"; this.exitToolStripMenuItem.Click += new global::System.EventHandler(this.ExitToolsStripMenuItem_Click); this.toolsMenu.DropDownItems.AddRange(new global::System.Windows.Forms.ToolStripItem[] { this.optionsToolStripMenuItem }); this.toolsMenu.Name = "toolsMenu"; this.toolsMenu.Size = new global::System.Drawing.Size(44, 20); this.toolsMenu.Text = "&Tools"; this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem"; this.optionsToolStripMenuItem.Size = new global::System.Drawing.Size(111, 22); this.optionsToolStripMenuItem.Text = "&Options"; this.optionsToolStripMenuItem.Click += new global::System.EventHandler(this.optionsToolStripMenuItem_Click); this.windowsToolStripMenuItem.DropDownItems.AddRange(new global::System.Windows.Forms.ToolStripItem[] { this.phoneDialerToolStripMenuItem, this.tileToolStripMenuItem }); this.windowsToolStripMenuItem.Name = "windowsToolStripMenuItem"; this.windowsToolStripMenuItem.Size = new global::System.Drawing.Size(62, 20); this.windowsToolStripMenuItem.Text = "Windows"; this.phoneDialerToolStripMenuItem.Name = "phoneDialerToolStripMenuItem"; this.phoneDialerToolStripMenuItem.Size = new global::System.Drawing.Size(134, 22); this.phoneDialerToolStripMenuItem.Text = "Phone Dialer"; this.phoneDialerToolStripMenuItem.Click += new global::System.EventHandler(this.phoneDialerToolStripMenuItem_Click); this.tileToolStripMenuItem.Name = "tileToolStripMenuItem"; this.tileToolStripMenuItem.Size = new global::System.Drawing.Size(134, 22); this.tileToolStripMenuItem.Text = "Tile"; this.tileToolStripMenuItem.Click += new global::System.EventHandler(this.tileToolStripMenuItem_Click); this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem"; this.aboutToolStripMenuItem.Size = new global::System.Drawing.Size(48, 20); this.aboutToolStripMenuItem.Text = "About"; this.aboutToolStripMenuItem.Click += new global::System.EventHandler(this.aboutToolStripMenuItem_Click); this.statusStrip.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[] { this.tss_working, this.tss_new, this.tss_datarecorder, this.tss_basket, this.tss_outbox, this.tss_market, this.tss_skype, this.tss_gun, this.tss_heartbeat }); this.statusStrip.Location = new global::System.Drawing.Point(0, 510); this.statusStrip.Name = "statusStrip"; this.statusStrip.Size = new global::System.Drawing.Size(1292, 22); this.statusStrip.TabIndex = 2; this.statusStrip.Text = "StatusStrip"; this.tss_working.Name = "tss_working"; this.tss_working.Size = new global::System.Drawing.Size(38, 17); this.tss_working.Text = "Status"; this.tss_new.Name = "tss_new"; this.tss_new.Size = new global::System.Drawing.Size(0, 17); this.tss_datarecorder.Name = "tss_datarecorder"; this.tss_datarecorder.Size = new global::System.Drawing.Size(0, 17); this.tss_basket.Name = "tss_basket"; this.tss_basket.Size = new global::System.Drawing.Size(0, 17); this.tss_outbox.Name = "tss_outbox"; this.tss_outbox.Size = new global::System.Drawing.Size(0, 17); this.tss_market.Name = "tss_market"; this.tss_market.Size = new global::System.Drawing.Size(0, 17); this.tss_skype.Name = "tss_skype"; this.tss_skype.Size = new global::System.Drawing.Size(36, 17); this.tss_skype.Text = "Skype"; this.tss_gun.Name = "tss_gun"; this.tss_gun.Size = new global::System.Drawing.Size(0, 17); this.tss_heartbeat.Name = "tss_heartbeat"; this.tss_heartbeat.Size = new global::System.Drawing.Size(109, 17); this.tss_heartbeat.Text = "toolStripStatusLabel1"; this.notifyIcon1.BalloonTipIcon = global::System.Windows.Forms.ToolTipIcon.Info; this.notifyIcon1.BalloonTipText = "iMonitor Running"; this.notifyIcon1.BalloonTipTitle = "iMonitor"; this.notifyIcon1.Icon = (global::System.Drawing.Icon)componentResourceManager.GetObject("notifyIcon1.Icon"); this.notifyIcon1.Text = "iMonitor"; this.notifyIcon1.Visible = true; this.notifyIcon1.MouseDoubleClick += new global::System.Windows.Forms.MouseEventHandler(this.notifyIcon1_MouseDoubleClick); base.AutoScaleDimensions = new global::System.Drawing.SizeF(6f, 13f); base.AutoScaleMode = global::System.Windows.Forms.AutoScaleMode.Font; base.ClientSize = new global::System.Drawing.Size(1292, 532); base.Controls.Add(this.statusStrip); base.Controls.Add(this.menuStrip); base.Icon = (global::System.Drawing.Icon)componentResourceManager.GetObject("$this.Icon"); base.IsMdiContainer = true; base.MainMenuStrip = this.menuStrip; base.Name = "ParentForm"; this.Text = "iMonitor"; base.FormClosing += new global::System.Windows.Forms.FormClosingEventHandler(this.ParentForm_FormClosing); base.Resize += new global::System.EventHandler(this.ParentForm_Resize); this.menuStrip.ResumeLayout(false); this.menuStrip.PerformLayout(); this.statusStrip.ResumeLayout(false); this.statusStrip.PerformLayout(); base.ResumeLayout(false); base.PerformLayout(); } // Token: 0x04000096 RID: 150 private global::System.ComponentModel.IContainer components = null; // Token: 0x04000097 RID: 151 private global::System.Windows.Forms.MenuStrip menuStrip; // Token: 0x04000098 RID: 152 private global::System.Windows.Forms.StatusStrip statusStrip; // Token: 0x04000099 RID: 153 private global::System.Windows.Forms.ToolStripSeparator toolStripSeparator5; // Token: 0x0400009A RID: 154 private global::System.Windows.Forms.ToolStripStatusLabel tss_working; // Token: 0x0400009B RID: 155 private global::System.Windows.Forms.ToolStripMenuItem fileMenu; // Token: 0x0400009C RID: 156 private global::System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem; // Token: 0x0400009D RID: 157 private global::System.Windows.Forms.ToolStripMenuItem toolsMenu; // Token: 0x0400009E RID: 158 private global::System.Windows.Forms.ToolStripMenuItem optionsToolStripMenuItem; // Token: 0x0400009F RID: 159 private global::System.Windows.Forms.ToolTip toolTip; // Token: 0x040000A0 RID: 160 private global::System.Windows.Forms.NotifyIcon notifyIcon1; // Token: 0x040000A1 RID: 161 private global::System.ComponentModel.BackgroundWorker backgroundWorker1; // Token: 0x040000A2 RID: 162 private global::System.Windows.Forms.ToolStripMenuItem windowsToolStripMenuItem; // Token: 0x040000A3 RID: 163 private global::System.Windows.Forms.ToolStripMenuItem tileToolStripMenuItem; // Token: 0x040000A4 RID: 164 private global::System.Windows.Forms.ToolStripStatusLabel tss_new; // Token: 0x040000A5 RID: 165 private global::System.Windows.Forms.ToolStripStatusLabel tss_datarecorder; // Token: 0x040000A6 RID: 166 private global::System.Windows.Forms.ToolStripStatusLabel tss_basket; // Token: 0x040000A7 RID: 167 private global::System.Windows.Forms.ToolStripStatusLabel tss_outbox; // Token: 0x040000A8 RID: 168 private global::System.Windows.Forms.ToolStripStatusLabel tss_market; // Token: 0x040000A9 RID: 169 private global::System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem; // Token: 0x040000AA RID: 170 private global::System.Windows.Forms.ToolStripStatusLabel tss_skype; // Token: 0x040000AB RID: 171 private global::System.Windows.Forms.ToolStripMenuItem phoneDialerToolStripMenuItem; // Token: 0x040000AC RID: 172 private global::System.Windows.Forms.ToolStripStatusLabel tss_gun; // Token: 0x040000AD RID: 173 private global::System.Windows.Forms.ToolStripStatusLabel tss_heartbeat; } }