namespace iMonitorApp { // Token: 0x02000010 RID: 16 public partial class PhoneSchedule : global::System.Windows.Forms.Form { // Token: 0x06000072 RID: 114 RVA: 0x000050CC File Offset: 0x000032CC protected override void Dispose(bool disposing) { bool flag = disposing && this.components != null; if (flag) { this.components.Dispose(); } base.Dispose(disposing); } // Token: 0x06000073 RID: 115 RVA: 0x00005104 File Offset: 0x00003304 private void InitializeComponent() { 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.label4 = new global::System.Windows.Forms.Label(); this.label5 = new global::System.Windows.Forms.Label(); this.label6 = new global::System.Windows.Forms.Label(); this.tb_monday = new global::System.Windows.Forms.TextBox(); this.tb_tuesday = new global::System.Windows.Forms.TextBox(); this.tb_wednesday = new global::System.Windows.Forms.TextBox(); this.tb_thursday = new global::System.Windows.Forms.TextBox(); this.tb_friday = new global::System.Windows.Forms.TextBox(); this.tb_saturday = new global::System.Windows.Forms.TextBox(); this.tb_sunday = new global::System.Windows.Forms.TextBox(); this.label7 = new global::System.Windows.Forms.Label(); this.button1 = new global::System.Windows.Forms.Button(); this.label8 = new global::System.Windows.Forms.Label(); base.SuspendLayout(); this.label1.AutoSize = true; this.label1.Location = new global::System.Drawing.Point(38, 56); this.label1.Name = "label1"; this.label1.Size = new global::System.Drawing.Size(45, 13); this.label1.TabIndex = 0; this.label1.Text = "Monday"; this.label2.AutoSize = true; this.label2.Location = new global::System.Drawing.Point(38, 92); this.label2.Name = "label2"; this.label2.Size = new global::System.Drawing.Size(48, 13); this.label2.TabIndex = 1; this.label2.Text = "Tuesday"; this.label3.AutoSize = true; this.label3.Location = new global::System.Drawing.Point(38, 128); this.label3.Name = "label3"; this.label3.Size = new global::System.Drawing.Size(64, 13); this.label3.TabIndex = 2; this.label3.Text = "Wednesday"; this.label4.AutoSize = true; this.label4.Location = new global::System.Drawing.Point(38, 164); this.label4.Name = "label4"; this.label4.Size = new global::System.Drawing.Size(51, 13); this.label4.TabIndex = 3; this.label4.Text = "Thursday"; this.label5.AutoSize = true; this.label5.Location = new global::System.Drawing.Point(38, 200); this.label5.Name = "label5"; this.label5.Size = new global::System.Drawing.Size(35, 13); this.label5.TabIndex = 4; this.label5.Text = "Friday"; this.label6.AutoSize = true; this.label6.Location = new global::System.Drawing.Point(38, 236); this.label6.Name = "label6"; this.label6.Size = new global::System.Drawing.Size(49, 13); this.label6.TabIndex = 5; this.label6.Text = "Saturday"; this.tb_monday.Font = new global::System.Drawing.Font("Microsoft Sans Serif", 10f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0); this.tb_monday.Location = new global::System.Drawing.Point(143, 56); this.tb_monday.Name = "tb_monday"; this.tb_monday.Size = new global::System.Drawing.Size(228, 23); this.tb_monday.TabIndex = 6; this.tb_monday.Text = "(0000-0900), (1300-1400), (1830-2359)"; this.tb_tuesday.Font = new global::System.Drawing.Font("Microsoft Sans Serif", 10f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0); this.tb_tuesday.Location = new global::System.Drawing.Point(143, 91); this.tb_tuesday.Name = "tb_tuesday"; this.tb_tuesday.Size = new global::System.Drawing.Size(228, 23); this.tb_tuesday.TabIndex = 7; this.tb_tuesday.Text = "(0000-0900), (1830-2359)"; this.tb_wednesday.Font = new global::System.Drawing.Font("Microsoft Sans Serif", 10f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0); this.tb_wednesday.Location = new global::System.Drawing.Point(143, 126); this.tb_wednesday.Name = "tb_wednesday"; this.tb_wednesday.Size = new global::System.Drawing.Size(228, 23); this.tb_wednesday.TabIndex = 8; this.tb_thursday.Font = new global::System.Drawing.Font("Microsoft Sans Serif", 10f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0); this.tb_thursday.Location = new global::System.Drawing.Point(143, 161); this.tb_thursday.Name = "tb_thursday"; this.tb_thursday.Size = new global::System.Drawing.Size(228, 23); this.tb_thursday.TabIndex = 9; this.tb_friday.Font = new global::System.Drawing.Font("Microsoft Sans Serif", 10f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0); this.tb_friday.Location = new global::System.Drawing.Point(143, 196); this.tb_friday.Name = "tb_friday"; this.tb_friday.Size = new global::System.Drawing.Size(228, 23); this.tb_friday.TabIndex = 10; this.tb_saturday.Font = new global::System.Drawing.Font("Microsoft Sans Serif", 10f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0); this.tb_saturday.Location = new global::System.Drawing.Point(143, 231); this.tb_saturday.Name = "tb_saturday"; this.tb_saturday.Size = new global::System.Drawing.Size(228, 23); this.tb_saturday.TabIndex = 11; this.tb_sunday.Font = new global::System.Drawing.Font("Microsoft Sans Serif", 10f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0); this.tb_sunday.Location = new global::System.Drawing.Point(143, 266); this.tb_sunday.Name = "tb_sunday"; this.tb_sunday.Size = new global::System.Drawing.Size(228, 23); this.tb_sunday.TabIndex = 13; this.label7.AutoSize = true; this.label7.Location = new global::System.Drawing.Point(38, 272); this.label7.Name = "label7"; this.label7.Size = new global::System.Drawing.Size(43, 13); this.label7.TabIndex = 12; this.label7.Text = "Sunday"; this.button1.Location = new global::System.Drawing.Point(143, 295); this.button1.Name = "button1"; this.button1.Size = new global::System.Drawing.Size(75, 23); this.button1.TabIndex = 14; this.button1.Text = "Save"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new global::System.EventHandler(this.button1_Click); this.label8.AutoSize = true; this.label8.Font = new global::System.Drawing.Font("Microsoft Sans Serif", 8.25f, global::System.Drawing.FontStyle.Italic, global::System.Drawing.GraphicsUnit.Point, 0); this.label8.Location = new global::System.Drawing.Point(12, 28); this.label8.Name = "label8"; this.label8.Size = new global::System.Drawing.Size(379, 13); this.label8.TabIndex = 15; this.label8.Text = "Syntax: (starttime1-endtime1), (starttime2-endtime2)... TimeFormat: hhmm (24-hr)"; base.AutoScaleDimensions = new global::System.Drawing.SizeF(6f, 13f); base.AutoScaleMode = global::System.Windows.Forms.AutoScaleMode.Font; base.ClientSize = new global::System.Drawing.Size(413, 328); base.Controls.Add(this.label8); base.Controls.Add(this.button1); base.Controls.Add(this.tb_sunday); base.Controls.Add(this.label7); base.Controls.Add(this.tb_saturday); base.Controls.Add(this.tb_friday); base.Controls.Add(this.tb_thursday); base.Controls.Add(this.tb_wednesday); base.Controls.Add(this.tb_tuesday); base.Controls.Add(this.tb_monday); base.Controls.Add(this.label6); base.Controls.Add(this.label5); base.Controls.Add(this.label4); base.Controls.Add(this.label3); base.Controls.Add(this.label2); base.Controls.Add(this.label1); base.Name = "PhoneSchedule"; this.Text = "PhoneSchedule"; base.ResumeLayout(false); base.PerformLayout(); } // Token: 0x04000040 RID: 64 private global::System.ComponentModel.IContainer components = null; // Token: 0x04000041 RID: 65 private global::System.Windows.Forms.Label label1; // Token: 0x04000042 RID: 66 private global::System.Windows.Forms.Label label2; // Token: 0x04000043 RID: 67 private global::System.Windows.Forms.Label label3; // Token: 0x04000044 RID: 68 private global::System.Windows.Forms.Label label4; // Token: 0x04000045 RID: 69 private global::System.Windows.Forms.Label label5; // Token: 0x04000046 RID: 70 private global::System.Windows.Forms.Label label6; // Token: 0x04000047 RID: 71 private global::System.Windows.Forms.TextBox tb_monday; // Token: 0x04000048 RID: 72 private global::System.Windows.Forms.TextBox tb_tuesday; // Token: 0x04000049 RID: 73 private global::System.Windows.Forms.TextBox tb_wednesday; // Token: 0x0400004A RID: 74 private global::System.Windows.Forms.TextBox tb_thursday; // Token: 0x0400004B RID: 75 private global::System.Windows.Forms.TextBox tb_friday; // Token: 0x0400004C RID: 76 private global::System.Windows.Forms.TextBox tb_saturday; // Token: 0x0400004D RID: 77 private global::System.Windows.Forms.TextBox tb_sunday; // Token: 0x0400004E RID: 78 private global::System.Windows.Forms.Label label7; // Token: 0x0400004F RID: 79 private global::System.Windows.Forms.Button button1; // Token: 0x04000050 RID: 80 private global::System.Windows.Forms.Label label8; } }