namespace Percent___Qualification_work.userControls { partial class EditPlanControl { private System.ComponentModel.IContainer components = null; protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code private void InitializeComponent() { this.planName = new System.Windows.Forms.TextBox(); this.labelName = new System.Windows.Forms.Label(); this.datePicker1 = new Percent___Qualification_work.userControls.datePicker(); this.label1 = new System.Windows.Forms.Label(); this.priority = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.saveBtn = new System.Windows.Forms.Button(); this.label3 = new System.Windows.Forms.Label(); this.backButton = new System.Windows.Forms.Button(); this.SuspendLayout(); // // planName // this.planName.Location = new System.Drawing.Point(208, 104); this.planName.MaxLength = 100; this.planName.Multiline = true; this.planName.Name = "planName"; this.planName.Size = new System.Drawing.Size(251, 43); this.planName.TabIndex = 0; // // labelName // this.labelName.AutoSize = true; this.labelName.Location = new System.Drawing.Point(312, 88); this.labelName.Name = "labelName"; this.labelName.Size = new System.Drawing.Size(35, 13); this.labelName.TabIndex = 1; this.labelName.Text = "Name"; // // datePicker1 // this.datePicker1.BorderColor = System.Drawing.Color.Black; this.datePicker1.BorderSize = 1; this.datePicker1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.5F); this.datePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.datePicker1.Location = new System.Drawing.Point(208, 175); this.datePicker1.MinimumSize = new System.Drawing.Size(4, 35); this.datePicker1.Name = "datePicker1"; this.datePicker1.Size = new System.Drawing.Size(251, 35); this.datePicker1.SkinColor = System.Drawing.Color.White; this.datePicker1.TabIndex = 2; this.datePicker1.TextColor = System.Drawing.Color.Black; // // label1 // this.label1.Anchor = System.Windows.Forms.AnchorStyles.None; this.label1.Location = new System.Drawing.Point(313, 159); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(48, 13); this.label1.TabIndex = 3; this.label1.Text = "Date"; // // priority // this.priority.FormattingEnabled = true; this.priority.Location = new System.Drawing.Point(208, 243); this.priority.Name = "priority"; this.priority.Size = new System.Drawing.Size(251, 21); this.priority.TabIndex = 4; // // label2 // this.label2.Anchor = System.Windows.Forms.AnchorStyles.None; this.label2.Location = new System.Drawing.Point(312, 227); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(51, 13); this.label2.TabIndex = 5; this.label2.Text = "Priority"; // // saveBtn // this.saveBtn.Location = new System.Drawing.Point(288, 289); this.saveBtn.Name = "saveBtn"; this.saveBtn.Size = new System.Drawing.Size(88, 23); this.saveBtn.TabIndex = 6; this.saveBtn.Text = "Save"; this.saveBtn.UseVisualStyleBackColor = true; this.saveBtn.Click += new System.EventHandler(this.saveBtn_Click); // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(186))); this.label3.Location = new System.Drawing.Point(277, 26); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(93, 24); this.label3.TabIndex = 7; this.label3.Text = "Edit Plan"; // // backButton // this.backButton.BackColor = System.Drawing.Color.Transparent; this.backButton.Cursor = System.Windows.Forms.Cursors.Hand; this.backButton.FlatAppearance.BorderSize = 0; this.backButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.backButton.Image = global::Percent___Qualification_work.Properties.Resources.arrowLeft; this.backButton.Location = new System.Drawing.Point(29, 21); this.backButton.Name = "backButton"; this.backButton.Size = new System.Drawing.Size(43, 33); this.backButton.TabIndex = 10; this.backButton.UseVisualStyleBackColor = false; this.backButton.Click += new System.EventHandler(this.backButton_Click); // // EditPlanControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.backButton); this.Controls.Add(this.label3); this.Controls.Add(this.saveBtn); this.Controls.Add(this.label2); this.Controls.Add(this.priority); this.Controls.Add(this.label1); this.Controls.Add(this.datePicker1); this.Controls.Add(this.labelName); this.Controls.Add(this.planName); this.Name = "EditPlanControl"; this.Size = new System.Drawing.Size(660, 377); this.Load += new System.EventHandler(this.EditPlanControl_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox planName; private System.Windows.Forms.Label labelName; // Updated reference private datePicker datePicker1; private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox priority; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button saveBtn; private System.Windows.Forms.Label label3; private System.Windows.Forms.Button backButton; } }