iMonitor desktop application using dotnet 4.8
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

261 lines
14 KiB

2 weeks ago
namespace iMonitorApp
{
// Token: 0x0200000C RID: 12
public partial class DashBoard : global::System.Windows.Forms.Form
{
// Token: 0x06000063 RID: 99 RVA: 0x0000410C File Offset: 0x0000230C
protected override void Dispose(bool disposing)
{
bool flag = disposing && this.components != null;
if (flag)
{
this.components.Dispose();
}
base.Dispose(disposing);
}
// Token: 0x06000064 RID: 100 RVA: 0x00004144 File Offset: 0x00002344
private void InitializeComponent()
{
global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::iMonitorApp.DashBoard));
this.groupBox1 = new global::System.Windows.Forms.GroupBox();
this.groupBox2 = new global::System.Windows.Forms.GroupBox();
this.lbl_server_received = new global::System.Windows.Forms.Label();
this.lbl_call_status = new global::System.Windows.Forms.Label();
this.lbl_skype_status = new global::System.Windows.Forms.Label();
this.lbl_check_skype = new global::System.Windows.Forms.Label();
this.pictureBox1 = new global::System.Windows.Forms.PictureBox();
this.groupBox3 = new global::System.Windows.Forms.GroupBox();
this.groupBox4 = new global::System.Windows.Forms.GroupBox();
this.lbl_phone_finished = new global::System.Windows.Forms.Label();
this.lbl_phone_working = new global::System.Windows.Forms.Label();
this.lbl_phone_queued = new global::System.Windows.Forms.Label();
this.btn_check_baskets = new global::System.Windows.Forms.Button();
this.btn_check_outbox = new global::System.Windows.Forms.Button();
this.btn_checkGun = new global::System.Windows.Forms.Button();
this.btn_check_new_orders = new global::System.Windows.Forms.Button();
this.btn_check_working_orders = new global::System.Windows.Forms.Button();
this.btn_check_data_recorders = new global::System.Windows.Forms.Button();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
((global::System.ComponentModel.ISupportInitialize)this.pictureBox1).BeginInit();
base.SuspendLayout();
this.groupBox1.Controls.Add(this.btn_check_data_recorders);
this.groupBox1.Controls.Add(this.btn_check_working_orders);
this.groupBox1.Controls.Add(this.btn_check_new_orders);
this.groupBox1.Controls.Add(this.btn_checkGun);
this.groupBox1.Controls.Add(this.btn_check_outbox);
this.groupBox1.Controls.Add(this.btn_check_baskets);
this.groupBox1.ForeColor = global::System.Drawing.Color.SteelBlue;
this.groupBox1.Location = new global::System.Drawing.Point(12, 25);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new global::System.Drawing.Size(280, 229);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "iTools Alarms";
this.groupBox2.Controls.Add(this.lbl_phone_queued);
this.groupBox2.Controls.Add(this.lbl_phone_working);
this.groupBox2.Controls.Add(this.lbl_phone_finished);
this.groupBox2.Controls.Add(this.lbl_server_received);
this.groupBox2.Controls.Add(this.lbl_call_status);
this.groupBox2.Controls.Add(this.lbl_skype_status);
this.groupBox2.Controls.Add(this.lbl_check_skype);
this.groupBox2.Controls.Add(this.pictureBox1);
this.groupBox2.ForeColor = global::System.Drawing.Color.SteelBlue;
this.groupBox2.Location = new global::System.Drawing.Point(12, 260);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new global::System.Drawing.Size(280, 264);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Phone Dialer";
this.lbl_server_received.AutoSize = true;
this.lbl_server_received.Font = new global::System.Drawing.Font("Consolas", 9.75f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
this.lbl_server_received.Location = new global::System.Drawing.Point(6, 117);
this.lbl_server_received.Name = "lbl_server_received";
this.lbl_server_received.Size = new global::System.Drawing.Size(84, 15);
this.lbl_server_received.TabIndex = 4;
this.lbl_server_received.Text = "check skype";
this.lbl_call_status.AutoSize = true;
this.lbl_call_status.Font = new global::System.Drawing.Font("Consolas", 9.75f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
this.lbl_call_status.Location = new global::System.Drawing.Point(6, 95);
this.lbl_call_status.Name = "lbl_call_status";
this.lbl_call_status.Size = new global::System.Drawing.Size(84, 15);
this.lbl_call_status.TabIndex = 3;
this.lbl_call_status.Text = "check skype";
this.lbl_skype_status.AutoSize = true;
this.lbl_skype_status.Font = new global::System.Drawing.Font("Consolas", 9.75f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
this.lbl_skype_status.Location = new global::System.Drawing.Point(6, 73);
this.lbl_skype_status.Name = "lbl_skype_status";
this.lbl_skype_status.Size = new global::System.Drawing.Size(84, 15);
this.lbl_skype_status.TabIndex = 2;
this.lbl_skype_status.Text = "check skype";
this.lbl_check_skype.AutoSize = true;
this.lbl_check_skype.Font = new global::System.Drawing.Font("Consolas", 9.75f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
this.lbl_check_skype.Location = new global::System.Drawing.Point(5, 51);
this.lbl_check_skype.Name = "lbl_check_skype";
this.lbl_check_skype.Size = new global::System.Drawing.Size(84, 15);
this.lbl_check_skype.TabIndex = 1;
this.lbl_check_skype.Text = "check skype";
this.pictureBox1.Image = global::iMonitorApp.Properties.Resources.loading;
this.pictureBox1.Location = new global::System.Drawing.Point(242, 11);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new global::System.Drawing.Size(32, 32);
this.pictureBox1.SizeMode = global::System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
this.groupBox3.ForeColor = global::System.Drawing.Color.SteelBlue;
this.groupBox3.Location = new global::System.Drawing.Point(737, 25);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new global::System.Drawing.Size(280, 229);
this.groupBox3.TabIndex = 1;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "Market Data Alarms";
this.groupBox4.ForeColor = global::System.Drawing.Color.SteelBlue;
this.groupBox4.Location = new global::System.Drawing.Point(737, 260);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new global::System.Drawing.Size(280, 264);
this.groupBox4.TabIndex = 2;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "Email Server";
this.lbl_phone_finished.AutoSize = true;
this.lbl_phone_finished.Font = new global::System.Drawing.Font("Consolas", 9.75f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
this.lbl_phone_finished.Location = new global::System.Drawing.Point(6, 217);
this.lbl_phone_finished.Name = "lbl_phone_finished";
this.lbl_phone_finished.Size = new global::System.Drawing.Size(84, 15);
this.lbl_phone_finished.TabIndex = 5;
this.lbl_phone_finished.Text = "check skype";
this.lbl_phone_working.AutoSize = true;
this.lbl_phone_working.Font = new global::System.Drawing.Font("Consolas", 9.75f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
this.lbl_phone_working.Location = new global::System.Drawing.Point(6, 239);
this.lbl_phone_working.Name = "lbl_phone_working";
this.lbl_phone_working.Size = new global::System.Drawing.Size(84, 15);
this.lbl_phone_working.TabIndex = 6;
this.lbl_phone_working.Text = "check skype";
this.lbl_phone_queued.AutoSize = true;
this.lbl_phone_queued.Font = new global::System.Drawing.Font("Consolas", 9.75f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
this.lbl_phone_queued.Location = new global::System.Drawing.Point(6, 195);
this.lbl_phone_queued.Name = "lbl_phone_queued";
this.lbl_phone_queued.Size = new global::System.Drawing.Size(84, 15);
this.lbl_phone_queued.TabIndex = 7;
this.lbl_phone_queued.Text = "check skype";
this.btn_check_baskets.Location = new global::System.Drawing.Point(19, 43);
this.btn_check_baskets.Name = "btn_check_baskets";
this.btn_check_baskets.Size = new global::System.Drawing.Size(238, 23);
this.btn_check_baskets.TabIndex = 0;
this.btn_check_baskets.Text = "Check Baskets";
this.btn_check_baskets.UseVisualStyleBackColor = true;
this.btn_check_baskets.Click += new global::System.EventHandler(this.btn_check_baskets_Click);
this.btn_check_outbox.Location = new global::System.Drawing.Point(19, 72);
this.btn_check_outbox.Name = "btn_check_outbox";
this.btn_check_outbox.Size = new global::System.Drawing.Size(238, 23);
this.btn_check_outbox.TabIndex = 0;
this.btn_check_outbox.Text = "Check Outbox";
this.btn_check_outbox.UseVisualStyleBackColor = true;
this.btn_check_outbox.Click += new global::System.EventHandler(this.btn_check_outbox_Click);
this.btn_checkGun.Location = new global::System.Drawing.Point(19, 101);
this.btn_checkGun.Name = "btn_checkGun";
this.btn_checkGun.Size = new global::System.Drawing.Size(238, 23);
this.btn_checkGun.TabIndex = 0;
this.btn_checkGun.Text = "Check Gun";
this.btn_checkGun.UseVisualStyleBackColor = true;
this.btn_check_new_orders.Location = new global::System.Drawing.Point(19, 130);
this.btn_check_new_orders.Name = "btn_check_new_orders";
this.btn_check_new_orders.Size = new global::System.Drawing.Size(238, 23);
this.btn_check_new_orders.TabIndex = 0;
this.btn_check_new_orders.Text = "Check New Orders";
this.btn_check_new_orders.UseVisualStyleBackColor = true;
this.btn_check_working_orders.Location = new global::System.Drawing.Point(19, 159);
this.btn_check_working_orders.Name = "btn_check_working_orders";
this.btn_check_working_orders.Size = new global::System.Drawing.Size(238, 23);
this.btn_check_working_orders.TabIndex = 0;
this.btn_check_working_orders.Text = "Check Working Orders";
this.btn_check_working_orders.UseVisualStyleBackColor = true;
this.btn_check_data_recorders.Location = new global::System.Drawing.Point(19, 188);
this.btn_check_data_recorders.Name = "btn_check_data_recorders";
this.btn_check_data_recorders.Size = new global::System.Drawing.Size(238, 23);
this.btn_check_data_recorders.TabIndex = 0;
this.btn_check_data_recorders.Text = "Check Data Recorders";
this.btn_check_data_recorders.UseVisualStyleBackColor = true;
base.AutoScaleDimensions = new global::System.Drawing.SizeF(7f, 14f);
base.AutoScaleMode = global::System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = global::System.Drawing.Color.White;
this.BackgroundImage = (global::System.Drawing.Image)componentResourceManager.GetObject("$this.BackgroundImage");
this.BackgroundImageLayout = global::System.Windows.Forms.ImageLayout.Center;
base.ClientSize = new global::System.Drawing.Size(1029, 536);
base.Controls.Add(this.groupBox4);
base.Controls.Add(this.groupBox3);
base.Controls.Add(this.groupBox2);
base.Controls.Add(this.groupBox1);
this.DoubleBuffered = true;
this.Font = new global::System.Drawing.Font("Consolas", 9f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
this.ForeColor = global::System.Drawing.Color.Gold;
base.Icon = (global::System.Drawing.Icon)componentResourceManager.GetObject("$this.Icon");
base.Name = "DashBoard";
this.Text = "iMonitor";
base.Load += new global::System.EventHandler(this.DashBoard_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
((global::System.ComponentModel.ISupportInitialize)this.pictureBox1).EndInit();
base.ResumeLayout(false);
}
// Token: 0x0400002C RID: 44
private global::System.ComponentModel.IContainer components = null;
// Token: 0x0400002D RID: 45
private global::System.Windows.Forms.GroupBox groupBox1;
// Token: 0x0400002E RID: 46
private global::System.Windows.Forms.GroupBox groupBox2;
// Token: 0x0400002F RID: 47
private global::System.Windows.Forms.GroupBox groupBox3;
// Token: 0x04000030 RID: 48
private global::System.Windows.Forms.GroupBox groupBox4;
// Token: 0x04000031 RID: 49
private global::System.Windows.Forms.PictureBox pictureBox1;
// Token: 0x04000032 RID: 50
private global::System.Windows.Forms.Label lbl_check_skype;
// Token: 0x04000033 RID: 51
private global::System.Windows.Forms.Label lbl_server_received;
// Token: 0x04000034 RID: 52
private global::System.Windows.Forms.Label lbl_call_status;
// Token: 0x04000035 RID: 53
private global::System.Windows.Forms.Label lbl_skype_status;
// Token: 0x04000036 RID: 54
private global::System.Windows.Forms.Label lbl_phone_finished;
// Token: 0x04000037 RID: 55
private global::System.Windows.Forms.Label lbl_phone_queued;
// Token: 0x04000038 RID: 56
private global::System.Windows.Forms.Label lbl_phone_working;
// Token: 0x04000039 RID: 57
private global::System.Windows.Forms.Button btn_check_data_recorders;
// Token: 0x0400003A RID: 58
private global::System.Windows.Forms.Button btn_check_working_orders;
// Token: 0x0400003B RID: 59
private global::System.Windows.Forms.Button btn_check_new_orders;
// Token: 0x0400003C RID: 60
private global::System.Windows.Forms.Button btn_checkGun;
// Token: 0x0400003D RID: 61
private global::System.Windows.Forms.Button btn_check_outbox;
// Token: 0x0400003E RID: 62
private global::System.Windows.Forms.Button btn_check_baskets;
}
}