namespace ClickForensics.Quartz.Manager { partial class SimpleTriggerDisplay { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.lblName = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.lblGroup = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.lblDescription = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.lblPreviousFireTime = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.lblNextFireTime = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.lblRepeatCount = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.lblRepeatInterval = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // lblName // this.lblName.AutoSize = true; this.lblName.Location = new System.Drawing.Point(116, 15); this.lblName.Name = "lblName"; this.lblName.Size = new System.Drawing.Size(35, 13); this.lblName.TabIndex = 3; this.lblName.Text = "label2"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(14, 15); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(38, 13); this.label3.TabIndex = 2; this.label3.Text = "Name:"; // // lblGroup // this.lblGroup.AutoSize = true; this.lblGroup.Location = new System.Drawing.Point(116, 36); this.lblGroup.Name = "lblGroup"; this.lblGroup.Size = new System.Drawing.Size(35, 13); this.lblGroup.TabIndex = 5; this.lblGroup.Text = "label4"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(14, 36); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(39, 13); this.label5.TabIndex = 4; this.label5.Text = "Group:"; // // lblDescription // this.lblDescription.AutoSize = true; this.lblDescription.Location = new System.Drawing.Point(116, 57); this.lblDescription.Name = "lblDescription"; this.lblDescription.Size = new System.Drawing.Size(35, 13); this.lblDescription.TabIndex = 7; this.lblDescription.Text = "label6"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(14, 57); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(63, 13); this.label7.TabIndex = 6; this.label7.Text = "Description:"; // // lblPreviousFireTime // this.lblPreviousFireTime.AutoSize = true; this.lblPreviousFireTime.Location = new System.Drawing.Point(116, 99); this.lblPreviousFireTime.Name = "lblPreviousFireTime"; this.lblPreviousFireTime.Size = new System.Drawing.Size(35, 13); this.lblPreviousFireTime.TabIndex = 9; this.lblPreviousFireTime.Text = "label8"; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(14, 99); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(97, 13); this.label9.TabIndex = 8; this.label9.Text = "Previous Fire Time:"; // // lblNextFireTime // this.lblNextFireTime.AutoSize = true; this.lblNextFireTime.Location = new System.Drawing.Point(116, 78); this.lblNextFireTime.Name = "lblNextFireTime"; this.lblNextFireTime.Size = new System.Drawing.Size(41, 13); this.lblNextFireTime.TabIndex = 11; this.lblNextFireTime.Text = "label10"; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(14, 78); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(78, 13); this.label11.TabIndex = 10; this.label11.Text = "Next Fire Time:"; // // lblRepeatCount // this.lblRepeatCount.AutoSize = true; this.lblRepeatCount.Location = new System.Drawing.Point(116, 121); this.lblRepeatCount.Name = "lblRepeatCount"; this.lblRepeatCount.Size = new System.Drawing.Size(35, 13); this.lblRepeatCount.TabIndex = 13; this.lblRepeatCount.Text = "label8"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(14, 121); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(76, 13); this.label2.TabIndex = 12; this.label2.Text = "Repeat Count:"; // // lblRepeatInterval // this.lblRepeatInterval.AutoSize = true; this.lblRepeatInterval.Location = new System.Drawing.Point(116, 144); this.lblRepeatInterval.Name = "lblRepeatInterval"; this.lblRepeatInterval.Size = new System.Drawing.Size(35, 13); this.lblRepeatInterval.TabIndex = 15; this.lblRepeatInterval.Text = "label8"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(14, 144); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(83, 13); this.label6.TabIndex = 14; this.label6.Text = "Repeat Interval:"; // // SimpleTriggerDisplay // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.lblRepeatInterval); this.Controls.Add(this.label6); this.Controls.Add(this.lblRepeatCount); this.Controls.Add(this.label2); this.Controls.Add(this.lblNextFireTime); this.Controls.Add(this.label11); this.Controls.Add(this.lblPreviousFireTime); this.Controls.Add(this.label9); this.Controls.Add(this.lblDescription); this.Controls.Add(this.label7); this.Controls.Add(this.lblGroup); this.Controls.Add(this.label5); this.Controls.Add(this.lblName); this.Controls.Add(this.label3); this.Name = "SimpleTriggerDisplay"; this.Size = new System.Drawing.Size(324, 168); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label lblName; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label lblGroup; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label lblDescription; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label lblPreviousFireTime; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label lblNextFireTime; private System.Windows.Forms.Label label11; private System.Windows.Forms.Label lblRepeatCount; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label lblRepeatInterval; private System.Windows.Forms.Label label6; } }