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.
144 lines
5.8 KiB
144 lines
5.8 KiB
2 weeks ago
|
namespace iMonitorApp
|
||
|
{
|
||
|
// Token: 0x02000023 RID: 35
|
||
|
public partial class TradeForm : global::System.Windows.Forms.Form
|
||
|
{
|
||
|
// Token: 0x0600013D RID: 317 RVA: 0x0000BEEC File Offset: 0x0000A0EC
|
||
|
protected override void Dispose(bool disposing)
|
||
|
{
|
||
|
bool flag = disposing && this.components != null;
|
||
|
if (flag)
|
||
|
{
|
||
|
this.components.Dispose();
|
||
|
}
|
||
|
base.Dispose(disposing);
|
||
|
}
|
||
|
|
||
|
// Token: 0x0600013E RID: 318 RVA: 0x0000BF24 File Offset: 0x0000A124
|
||
|
private void InitializeComponent()
|
||
|
{
|
||
|
this.groupBox1 = new global::System.Windows.Forms.GroupBox();
|
||
|
this.label1 = new global::System.Windows.Forms.Label();
|
||
|
this.tb_status_email_counter = new global::System.Windows.Forms.TextBox();
|
||
|
this.tb_status_new_phone_counter = new global::System.Windows.Forms.TextBox();
|
||
|
this.label3 = new global::System.Windows.Forms.Label();
|
||
|
this.label5 = new global::System.Windows.Forms.Label();
|
||
|
this.textBox1 = new global::System.Windows.Forms.TextBox();
|
||
|
this.groupBox2 = new global::System.Windows.Forms.GroupBox();
|
||
|
this.textBox2 = new global::System.Windows.Forms.TextBox();
|
||
|
this.label2 = new global::System.Windows.Forms.Label();
|
||
|
this.groupBox1.SuspendLayout();
|
||
|
this.groupBox2.SuspendLayout();
|
||
|
base.SuspendLayout();
|
||
|
this.groupBox1.Controls.Add(this.textBox1);
|
||
|
this.groupBox1.Controls.Add(this.label1);
|
||
|
this.groupBox1.Location = new global::System.Drawing.Point(13, 29);
|
||
|
this.groupBox1.Name = "groupBox1";
|
||
|
this.groupBox1.Size = new global::System.Drawing.Size(546, 76);
|
||
|
this.groupBox1.TabIndex = 0;
|
||
|
this.groupBox1.TabStop = false;
|
||
|
this.groupBox1.Text = "New Orders";
|
||
|
this.label1.AutoSize = true;
|
||
|
this.label1.Location = new global::System.Drawing.Point(19, 38);
|
||
|
this.label1.Name = "label1";
|
||
|
this.label1.Size = new global::System.Drawing.Size(122, 13);
|
||
|
this.label1.TabIndex = 0;
|
||
|
this.label1.Text = "Keywords in Field Status";
|
||
|
this.tb_status_email_counter.Location = new global::System.Drawing.Point(99, 259);
|
||
|
this.tb_status_email_counter.Name = "tb_status_email_counter";
|
||
|
this.tb_status_email_counter.Size = new global::System.Drawing.Size(60, 20);
|
||
|
this.tb_status_email_counter.TabIndex = 1;
|
||
|
this.tb_status_new_phone_counter.Location = new global::System.Drawing.Point(273, 259);
|
||
|
this.tb_status_new_phone_counter.Name = "tb_status_new_phone_counter";
|
||
|
this.tb_status_new_phone_counter.Size = new global::System.Drawing.Size(54, 20);
|
||
|
this.tb_status_new_phone_counter.TabIndex = 2;
|
||
|
this.label3.AutoSize = true;
|
||
|
this.label3.Location = new global::System.Drawing.Point(21, 266);
|
||
|
this.label3.Name = "label3";
|
||
|
this.label3.Size = new global::System.Drawing.Size(72, 13);
|
||
|
this.label3.TabIndex = 6;
|
||
|
this.label3.Text = "Email Counter";
|
||
|
this.label5.AutoSize = true;
|
||
|
this.label5.Location = new global::System.Drawing.Point(189, 266);
|
||
|
this.label5.Name = "label5";
|
||
|
this.label5.Size = new global::System.Drawing.Size(78, 13);
|
||
|
this.label5.TabIndex = 8;
|
||
|
this.label5.Text = "Phone Counter";
|
||
|
this.textBox1.Location = new global::System.Drawing.Point(147, 35);
|
||
|
this.textBox1.Name = "textBox1";
|
||
|
this.textBox1.Size = new global::System.Drawing.Size(308, 20);
|
||
|
this.textBox1.TabIndex = 9;
|
||
|
this.textBox1.Text = "NEW, PENDING";
|
||
|
this.groupBox2.Controls.Add(this.textBox2);
|
||
|
this.groupBox2.Controls.Add(this.label2);
|
||
|
this.groupBox2.Location = new global::System.Drawing.Point(13, 111);
|
||
|
this.groupBox2.Name = "groupBox2";
|
||
|
this.groupBox2.Size = new global::System.Drawing.Size(546, 76);
|
||
|
this.groupBox2.TabIndex = 10;
|
||
|
this.groupBox2.TabStop = false;
|
||
|
this.groupBox2.Text = "Working Orders";
|
||
|
this.textBox2.Location = new global::System.Drawing.Point(147, 35);
|
||
|
this.textBox2.Name = "textBox2";
|
||
|
this.textBox2.Size = new global::System.Drawing.Size(308, 20);
|
||
|
this.textBox2.TabIndex = 9;
|
||
|
this.textBox2.Text = "DISABLED, SUSPENDED";
|
||
|
this.label2.AutoSize = true;
|
||
|
this.label2.Location = new global::System.Drawing.Point(19, 38);
|
||
|
this.label2.Name = "label2";
|
||
|
this.label2.Size = new global::System.Drawing.Size(125, 13);
|
||
|
this.label2.TabIndex = 0;
|
||
|
this.label2.Text = "Keywords in Field Validity";
|
||
|
base.AutoScaleDimensions = new global::System.Drawing.SizeF(6f, 13f);
|
||
|
base.AutoScaleMode = global::System.Windows.Forms.AutoScaleMode.Font;
|
||
|
base.ClientSize = new global::System.Drawing.Size(571, 312);
|
||
|
base.Controls.Add(this.groupBox2);
|
||
|
base.Controls.Add(this.groupBox1);
|
||
|
base.Controls.Add(this.label5);
|
||
|
base.Controls.Add(this.tb_status_new_phone_counter);
|
||
|
base.Controls.Add(this.tb_status_email_counter);
|
||
|
base.Controls.Add(this.label3);
|
||
|
base.Name = "TradeForm";
|
||
|
this.Text = "TradeForm";
|
||
|
this.groupBox1.ResumeLayout(false);
|
||
|
this.groupBox1.PerformLayout();
|
||
|
this.groupBox2.ResumeLayout(false);
|
||
|
this.groupBox2.PerformLayout();
|
||
|
base.ResumeLayout(false);
|
||
|
base.PerformLayout();
|
||
|
}
|
||
|
|
||
|
// Token: 0x040000D8 RID: 216
|
||
|
private global::System.ComponentModel.IContainer components = null;
|
||
|
|
||
|
// Token: 0x040000D9 RID: 217
|
||
|
private global::System.Windows.Forms.GroupBox groupBox1;
|
||
|
|
||
|
// Token: 0x040000DA RID: 218
|
||
|
private global::System.Windows.Forms.Label label5;
|
||
|
|
||
|
// Token: 0x040000DB RID: 219
|
||
|
private global::System.Windows.Forms.Label label3;
|
||
|
|
||
|
// Token: 0x040000DC RID: 220
|
||
|
private global::System.Windows.Forms.TextBox tb_status_new_phone_counter;
|
||
|
|
||
|
// Token: 0x040000DD RID: 221
|
||
|
private global::System.Windows.Forms.TextBox tb_status_email_counter;
|
||
|
|
||
|
// Token: 0x040000DE RID: 222
|
||
|
private global::System.Windows.Forms.Label label1;
|
||
|
|
||
|
// Token: 0x040000DF RID: 223
|
||
|
private global::System.Windows.Forms.TextBox textBox1;
|
||
|
|
||
|
// Token: 0x040000E0 RID: 224
|
||
|
private global::System.Windows.Forms.GroupBox groupBox2;
|
||
|
|
||
|
// Token: 0x040000E1 RID: 225
|
||
|
private global::System.Windows.Forms.TextBox textBox2;
|
||
|
|
||
|
// Token: 0x040000E2 RID: 226
|
||
|
private global::System.Windows.Forms.Label label2;
|
||
|
}
|
||
|
}
|