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.

107 lines
4.4 KiB

2 weeks ago
namespace iMonitorApp
{
// Token: 0x02000018 RID: 24
public partial class PhoneDialer : global::System.Windows.Forms.Form
{
// Token: 0x060000B8 RID: 184 RVA: 0x00007FAC File Offset: 0x000061AC
protected override void Dispose(bool disposing)
{
bool flag = disposing && this.components != null;
if (flag)
{
this.components.Dispose();
}
base.Dispose(disposing);
}
// Token: 0x060000B9 RID: 185 RVA: 0x00007FE4 File Offset: 0x000061E4
private void InitializeComponent()
{
this.tb_log = new global::System.Windows.Forms.TextBox();
this.groupBox1 = new global::System.Windows.Forms.GroupBox();
this.button2 = new global::System.Windows.Forms.Button();
this.lbl_callstatus = new global::System.Windows.Forms.Label();
this.lbl_skypestatus = new global::System.Windows.Forms.Label();
this.lbl_connectionStatus = new global::System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();
base.SuspendLayout();
this.tb_log.BackColor = global::System.Drawing.Color.Black;
this.tb_log.Font = new global::System.Drawing.Font("Consolas", 9f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
this.tb_log.ForeColor = global::System.Drawing.Color.LightGreen;
this.tb_log.Location = new global::System.Drawing.Point(12, 147);
this.tb_log.Multiline = true;
this.tb_log.Name = "tb_log";
this.tb_log.Size = new global::System.Drawing.Size(665, 155);
this.tb_log.TabIndex = 0;
this.groupBox1.Controls.Add(this.button2);
this.groupBox1.Controls.Add(this.lbl_callstatus);
this.groupBox1.Controls.Add(this.lbl_skypestatus);
this.groupBox1.Controls.Add(this.lbl_connectionStatus);
this.groupBox1.Location = new global::System.Drawing.Point(13, 13);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new global::System.Drawing.Size(347, 128);
this.groupBox1.TabIndex = 1;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Properties";
this.button2.Location = new global::System.Drawing.Point(21, 95);
this.button2.Name = "button2";
this.button2.Size = new global::System.Drawing.Size(307, 23);
this.button2.TabIndex = 6;
this.button2.Text = "Test Phone";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new global::System.EventHandler(this.button2_Click);
this.lbl_callstatus.AutoSize = true;
this.lbl_callstatus.Location = new global::System.Drawing.Point(18, 79);
this.lbl_callstatus.Name = "lbl_callstatus";
this.lbl_callstatus.Size = new global::System.Drawing.Size(57, 13);
this.lbl_callstatus.TabIndex = 2;
this.lbl_callstatus.Text = "Call Status";
this.lbl_skypestatus.AutoSize = true;
this.lbl_skypestatus.Location = new global::System.Drawing.Point(18, 54);
this.lbl_skypestatus.Name = "lbl_skypestatus";
this.lbl_skypestatus.Size = new global::System.Drawing.Size(70, 13);
this.lbl_skypestatus.TabIndex = 1;
this.lbl_skypestatus.Text = "Skype Status";
this.lbl_connectionStatus.AutoSize = true;
this.lbl_connectionStatus.Location = new global::System.Drawing.Point(18, 27);
this.lbl_connectionStatus.Name = "lbl_connectionStatus";
this.lbl_connectionStatus.Size = new global::System.Drawing.Size(94, 13);
this.lbl_connectionStatus.TabIndex = 0;
this.lbl_connectionStatus.Text = "Connection Status";
base.AutoScaleDimensions = new global::System.Drawing.SizeF(6f, 13f);
base.AutoScaleMode = global::System.Windows.Forms.AutoScaleMode.Font;
base.ClientSize = new global::System.Drawing.Size(689, 313);
base.Controls.Add(this.groupBox1);
base.Controls.Add(this.tb_log);
base.Name = "PhoneDialer";
base.ShowInTaskbar = false;
this.Text = "PhoneCall";
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
base.ResumeLayout(false);
base.PerformLayout();
}
// Token: 0x04000070 RID: 112
private global::System.ComponentModel.IContainer components = null;
// Token: 0x04000071 RID: 113
private global::System.Windows.Forms.TextBox tb_log;
// Token: 0x04000072 RID: 114
private global::System.Windows.Forms.GroupBox groupBox1;
// Token: 0x04000073 RID: 115
private global::System.Windows.Forms.Label lbl_callstatus;
// Token: 0x04000074 RID: 116
private global::System.Windows.Forms.Label lbl_skypestatus;
// Token: 0x04000075 RID: 117
private global::System.Windows.Forms.Label lbl_connectionStatus;
// Token: 0x04000076 RID: 118
private global::System.Windows.Forms.Button button2;
}
}