namespace iMonitorApp { // Token: 0x0200001B RID: 27 public partial class Options : global::System.Windows.Forms.Form { // Token: 0x060000C7 RID: 199 RVA: 0x00008664 File Offset: 0x00006864 protected override void Dispose(bool disposing) { bool flag = disposing && this.components != null; if (flag) { this.components.Dispose(); } base.Dispose(disposing); } // Token: 0x060000C8 RID: 200 RVA: 0x0000869C File Offset: 0x0000689C private void InitializeComponent() { this.button1 = new global::System.Windows.Forms.Button(); this.button2 = new global::System.Windows.Forms.Button(); this.label1 = new global::System.Windows.Forms.Label(); this.label2 = new global::System.Windows.Forms.Label(); this.label3 = new global::System.Windows.Forms.Label(); this.tb_phoneport = new global::System.Windows.Forms.TextBox(); this.tb_emailport = new global::System.Windows.Forms.TextBox(); this.tb_maindb = new global::System.Windows.Forms.TextBox(); this.tb_intradaydb = new global::System.Windows.Forms.TextBox(); this.label4 = new global::System.Windows.Forms.Label(); this.lbl_currentIP = new global::System.Windows.Forms.Label(); this.button3 = new global::System.Windows.Forms.Button(); this.label5 = new global::System.Windows.Forms.Label(); this.tb_backuplimit = new global::System.Windows.Forms.TextBox(); base.SuspendLayout(); this.button1.Location = new global::System.Drawing.Point(49, 267); this.button1.Name = "button1"; this.button1.Size = new global::System.Drawing.Size(75, 23); this.button1.TabIndex = 0; this.button1.Text = "Save"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new global::System.EventHandler(this.button1_Click); this.button2.Location = new global::System.Drawing.Point(185, 266); this.button2.Name = "button2"; this.button2.Size = new global::System.Drawing.Size(75, 23); this.button2.TabIndex = 1; this.button2.Text = "Cancel"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new global::System.EventHandler(this.button2_Click); this.label1.AutoSize = true; this.label1.Location = new global::System.Drawing.Point(49, 21); this.label1.Name = "label1"; this.label1.Size = new global::System.Drawing.Size(57, 13); this.label1.TabIndex = 2; this.label1.Text = "PhonePort"; this.label2.AutoSize = true; this.label2.Location = new global::System.Drawing.Point(49, 63); this.label2.Name = "label2"; this.label2.Size = new global::System.Drawing.Size(66, 13); this.label2.TabIndex = 3; this.label2.Text = "iMonitor Port"; this.label3.AutoSize = true; this.label3.Location = new global::System.Drawing.Point(49, 103); this.label3.Name = "label3"; this.label3.Size = new global::System.Drawing.Size(76, 13); this.label3.TabIndex = 4; this.label3.Text = "MainDatabase"; this.tb_phoneport.Location = new global::System.Drawing.Point(153, 18); this.tb_phoneport.Name = "tb_phoneport"; this.tb_phoneport.Size = new global::System.Drawing.Size(126, 20); this.tb_phoneport.TabIndex = 5; this.tb_emailport.Location = new global::System.Drawing.Point(153, 60); this.tb_emailport.Name = "tb_emailport"; this.tb_emailport.Size = new global::System.Drawing.Size(126, 20); this.tb_emailport.TabIndex = 6; this.tb_maindb.Location = new global::System.Drawing.Point(153, 100); this.tb_maindb.Name = "tb_maindb"; this.tb_maindb.Size = new global::System.Drawing.Size(126, 20); this.tb_maindb.TabIndex = 7; this.tb_intradaydb.Location = new global::System.Drawing.Point(153, 143); this.tb_intradaydb.Name = "tb_intradaydb"; this.tb_intradaydb.Size = new global::System.Drawing.Size(126, 20); this.tb_intradaydb.TabIndex = 9; this.label4.AutoSize = true; this.label4.Location = new global::System.Drawing.Point(49, 146); this.label4.Name = "label4"; this.label4.Size = new global::System.Drawing.Size(91, 13); this.label4.TabIndex = 8; this.label4.Text = "IntradayDatabase"; this.lbl_currentIP.AutoSize = true; this.lbl_currentIP.Location = new global::System.Drawing.Point(49, 182); this.lbl_currentIP.Name = "lbl_currentIP"; this.lbl_currentIP.Size = new global::System.Drawing.Size(54, 13); this.lbl_currentIP.TabIndex = 10; this.lbl_currentIP.Text = "Current IP"; this.button3.Location = new global::System.Drawing.Point(49, 238); this.button3.Name = "button3"; this.button3.Size = new global::System.Drawing.Size(211, 23); this.button3.TabIndex = 11; this.button3.Text = "ConnectToSkype"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new global::System.EventHandler(this.button3_Click); this.label5.AutoSize = true; this.label5.Location = new global::System.Drawing.Point(46, 210); this.label5.Name = "label5"; this.label5.Size = new global::System.Drawing.Size(111, 13); this.label5.TabIndex = 12; this.label5.Text = "Backup + Clear Count"; this.tb_backuplimit.Location = new global::System.Drawing.Point(163, 203); this.tb_backuplimit.Name = "tb_backuplimit"; this.tb_backuplimit.Size = new global::System.Drawing.Size(116, 20); this.tb_backuplimit.TabIndex = 13; base.AutoScaleDimensions = new global::System.Drawing.SizeF(6f, 13f); base.AutoScaleMode = global::System.Windows.Forms.AutoScaleMode.Font; base.ClientSize = new global::System.Drawing.Size(322, 316); base.ControlBox = false; base.Controls.Add(this.tb_backuplimit); base.Controls.Add(this.label5); base.Controls.Add(this.button3); base.Controls.Add(this.lbl_currentIP); base.Controls.Add(this.tb_intradaydb); base.Controls.Add(this.label4); base.Controls.Add(this.tb_maindb); base.Controls.Add(this.tb_emailport); base.Controls.Add(this.tb_phoneport); base.Controls.Add(this.label3); base.Controls.Add(this.label2); base.Controls.Add(this.label1); base.Controls.Add(this.button2); base.Controls.Add(this.button1); base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedSingle; base.Name = "Options"; base.ShowIcon = false; base.ShowInTaskbar = false; this.Text = "Options"; base.ResumeLayout(false); base.PerformLayout(); } // Token: 0x0400007B RID: 123 private global::System.ComponentModel.IContainer components = null; // Token: 0x0400007C RID: 124 private global::System.Windows.Forms.Button button1; // Token: 0x0400007D RID: 125 private global::System.Windows.Forms.Button button2; // Token: 0x0400007E RID: 126 private global::System.Windows.Forms.Label label1; // Token: 0x0400007F RID: 127 private global::System.Windows.Forms.Label label2; // Token: 0x04000080 RID: 128 private global::System.Windows.Forms.Label label3; // Token: 0x04000081 RID: 129 private global::System.Windows.Forms.TextBox tb_phoneport; // Token: 0x04000082 RID: 130 private global::System.Windows.Forms.TextBox tb_emailport; // Token: 0x04000083 RID: 131 private global::System.Windows.Forms.TextBox tb_maindb; // Token: 0x04000084 RID: 132 private global::System.Windows.Forms.TextBox tb_intradaydb; // Token: 0x04000085 RID: 133 private global::System.Windows.Forms.Label label4; // Token: 0x04000086 RID: 134 private global::System.Windows.Forms.Label lbl_currentIP; // Token: 0x04000087 RID: 135 private global::System.Windows.Forms.Button button3; // Token: 0x04000088 RID: 136 private global::System.Windows.Forms.Label label5; // Token: 0x04000089 RID: 137 private global::System.Windows.Forms.TextBox tb_backuplimit; } }