namespace EMSystem.Forms { partial class AddTaskForm { /// /// 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 Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.bgPanel = new System.Windows.Forms.Panel(); this.prioComboBox = new System.Windows.Forms.ComboBox(); this.panel2 = new System.Windows.Forms.Panel(); this.addBtn = new FontAwesome.Sharp.IconButton(); this.descTextBox = new System.Windows.Forms.RichTextBox(); this.labelLayoutTable = new System.Windows.Forms.TableLayoutPanel(); this.descLabel = new System.Windows.Forms.Label(); this.taskLabel = new System.Windows.Forms.Label(); this.prioLabel = new System.Windows.Forms.Label(); this.dateLabel = new System.Windows.Forms.Label(); this.datePicker = new System.Windows.Forms.DateTimePicker(); this.topPanel = new System.Windows.Forms.Panel(); this.minBtn = new FontAwesome.Sharp.IconPictureBox(); this.exitBtn = new FontAwesome.Sharp.IconPictureBox(); this.taskTextBox = new System.Windows.Forms.TextBox(); this.bgPanel.SuspendLayout(); this.panel2.SuspendLayout(); this.labelLayoutTable.SuspendLayout(); this.topPanel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.minBtn)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.exitBtn)).BeginInit(); this.SuspendLayout(); // // bgPanel // this.bgPanel.BackColor = System.Drawing.SystemColors.ControlLight; this.bgPanel.Controls.Add(this.prioComboBox); this.bgPanel.Controls.Add(this.panel2); this.bgPanel.Controls.Add(this.descTextBox); this.bgPanel.Controls.Add(this.labelLayoutTable); this.bgPanel.Controls.Add(this.datePicker); this.bgPanel.Controls.Add(this.topPanel); this.bgPanel.Controls.Add(this.taskTextBox); this.bgPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.bgPanel.Location = new System.Drawing.Point(0, 0); this.bgPanel.Name = "bgPanel"; this.bgPanel.Size = new System.Drawing.Size(584, 361); this.bgPanel.TabIndex = 0; // // prioComboBox // this.prioComboBox.FormattingEnabled = true; this.prioComboBox.Items.AddRange(new object[] { "Urgent", "High", "Medium", "Low"}); this.prioComboBox.Location = new System.Drawing.Point(103, 110); this.prioComboBox.Name = "prioComboBox"; this.prioComboBox.Size = new System.Drawing.Size(223, 21); this.prioComboBox.TabIndex = 12; // // panel2 // this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(167)))), ((int)(((byte)(167))))); this.panel2.Controls.Add(this.addBtn); this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel2.Location = new System.Drawing.Point(0, 336); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(584, 25); this.panel2.TabIndex = 10; // // addBtn // this.addBtn.BackColor = System.Drawing.Color.Green; this.addBtn.Dock = System.Windows.Forms.DockStyle.Right; this.addBtn.FlatAppearance.BorderSize = 0; this.addBtn.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.addBtn.Font = new System.Drawing.Font("Century Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.addBtn.ForeColor = System.Drawing.SystemColors.ControlText; this.addBtn.IconChar = FontAwesome.Sharp.IconChar.UserPlus; this.addBtn.IconColor = System.Drawing.Color.Black; this.addBtn.IconFont = FontAwesome.Sharp.IconFont.Auto; this.addBtn.IconSize = 17; this.addBtn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.addBtn.Location = new System.Drawing.Point(509, 0); this.addBtn.Name = "addBtn"; this.addBtn.RightToLeft = System.Windows.Forms.RightToLeft.No; this.addBtn.Size = new System.Drawing.Size(75, 25); this.addBtn.TabIndex = 7; this.addBtn.Text = "Add"; this.addBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.addBtn.UseVisualStyleBackColor = false; this.addBtn.Click += new System.EventHandler(this.addBtn_Click); // // descTextBox // this.descTextBox.Location = new System.Drawing.Point(10, 178); this.descTextBox.Name = "descTextBox"; this.descTextBox.Size = new System.Drawing.Size(562, 152); this.descTextBox.TabIndex = 9; this.descTextBox.Text = ""; // // labelLayoutTable // this.labelLayoutTable.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.labelLayoutTable.ColumnCount = 1; this.labelLayoutTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.labelLayoutTable.Controls.Add(this.descLabel, 0, 3); this.labelLayoutTable.Controls.Add(this.taskLabel, 0, 0); this.labelLayoutTable.Controls.Add(this.prioLabel, 0, 2); this.labelLayoutTable.Controls.Add(this.dateLabel, 0, 1); this.labelLayoutTable.Location = new System.Drawing.Point(3, 26); this.labelLayoutTable.Name = "labelLayoutTable"; this.labelLayoutTable.RowCount = 4; this.labelLayoutTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.labelLayoutTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.labelLayoutTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.labelLayoutTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.labelLayoutTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.labelLayoutTable.Size = new System.Drawing.Size(97, 149); this.labelLayoutTable.TabIndex = 6; // // descLabel // this.descLabel.AutoSize = true; this.descLabel.Dock = System.Windows.Forms.DockStyle.Fill; this.descLabel.Font = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.descLabel.Location = new System.Drawing.Point(3, 111); this.descLabel.Name = "descLabel"; this.descLabel.Size = new System.Drawing.Size(91, 38); this.descLabel.TabIndex = 6; this.descLabel.Text = "Description"; this.descLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // taskLabel // this.taskLabel.AutoSize = true; this.taskLabel.Dock = System.Windows.Forms.DockStyle.Fill; this.taskLabel.Font = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.taskLabel.Location = new System.Drawing.Point(3, 0); this.taskLabel.Name = "taskLabel"; this.taskLabel.Size = new System.Drawing.Size(91, 37); this.taskLabel.TabIndex = 2; this.taskLabel.Text = "Task"; this.taskLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // prioLabel // this.prioLabel.AutoSize = true; this.prioLabel.Dock = System.Windows.Forms.DockStyle.Fill; this.prioLabel.Font = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.prioLabel.Location = new System.Drawing.Point(3, 74); this.prioLabel.Name = "prioLabel"; this.prioLabel.Size = new System.Drawing.Size(91, 37); this.prioLabel.TabIndex = 5; this.prioLabel.Text = "Priority"; this.prioLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // dateLabel // this.dateLabel.AutoSize = true; this.dateLabel.Dock = System.Windows.Forms.DockStyle.Fill; this.dateLabel.Font = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.dateLabel.Location = new System.Drawing.Point(3, 37); this.dateLabel.Name = "dateLabel"; this.dateLabel.Size = new System.Drawing.Size(91, 37); this.dateLabel.TabIndex = 4; this.dateLabel.Text = "Date"; this.dateLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // datePicker // this.datePicker.CalendarFont = new System.Drawing.Font("Century Gothic", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.datePicker.Location = new System.Drawing.Point(103, 70); this.datePicker.Name = "datePicker"; this.datePicker.Size = new System.Drawing.Size(223, 20); this.datePicker.TabIndex = 3; // // topPanel // this.topPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(71)))), ((int)(((byte)(71)))), ((int)(((byte)(71))))); this.topPanel.Controls.Add(this.minBtn); this.topPanel.Controls.Add(this.exitBtn); this.topPanel.Dock = System.Windows.Forms.DockStyle.Top; this.topPanel.Location = new System.Drawing.Point(0, 0); this.topPanel.Name = "topPanel"; this.topPanel.Size = new System.Drawing.Size(584, 20); this.topPanel.TabIndex = 0; this.topPanel.MouseDown += new System.Windows.Forms.MouseEventHandler(this.topPanel_MouseDown); // // minBtn // this.minBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(71)))), ((int)(((byte)(71)))), ((int)(((byte)(71))))); this.minBtn.Dock = System.Windows.Forms.DockStyle.Right; this.minBtn.ForeColor = System.Drawing.Color.Gainsboro; this.minBtn.IconChar = FontAwesome.Sharp.IconChar.WindowMinimize; this.minBtn.IconColor = System.Drawing.Color.Gainsboro; this.minBtn.IconFont = FontAwesome.Sharp.IconFont.Auto; this.minBtn.IconSize = 20; this.minBtn.Location = new System.Drawing.Point(544, 0); this.minBtn.Name = "minBtn"; this.minBtn.Size = new System.Drawing.Size(20, 20); this.minBtn.TabIndex = 7; this.minBtn.TabStop = false; this.minBtn.Click += new System.EventHandler(this.minBtn_Click); // // exitBtn // this.exitBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(71)))), ((int)(((byte)(71)))), ((int)(((byte)(71))))); this.exitBtn.Dock = System.Windows.Forms.DockStyle.Right; this.exitBtn.ForeColor = System.Drawing.Color.Gainsboro; this.exitBtn.IconChar = FontAwesome.Sharp.IconChar.WindowClose; this.exitBtn.IconColor = System.Drawing.Color.Gainsboro; this.exitBtn.IconFont = FontAwesome.Sharp.IconFont.Auto; this.exitBtn.IconSize = 20; this.exitBtn.Location = new System.Drawing.Point(564, 0); this.exitBtn.Name = "exitBtn"; this.exitBtn.Size = new System.Drawing.Size(20, 20); this.exitBtn.TabIndex = 5; this.exitBtn.TabStop = false; this.exitBtn.Click += new System.EventHandler(this.exitBtn_Click); // // taskTextBox // this.taskTextBox.Location = new System.Drawing.Point(103, 36); this.taskTextBox.Name = "taskTextBox"; this.taskTextBox.Size = new System.Drawing.Size(469, 20); this.taskTextBox.TabIndex = 7; // // AddTaskForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(584, 361); this.Controls.Add(this.bgPanel); this.Name = "AddTaskForm"; this.Text = "AddTaskForm"; this.bgPanel.ResumeLayout(false); this.bgPanel.PerformLayout(); this.panel2.ResumeLayout(false); this.labelLayoutTable.ResumeLayout(false); this.labelLayoutTable.PerformLayout(); this.topPanel.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.minBtn)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.exitBtn)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel bgPanel; private System.Windows.Forms.Panel topPanel; private FontAwesome.Sharp.IconPictureBox exitBtn; private FontAwesome.Sharp.IconPictureBox minBtn; private System.Windows.Forms.Label taskLabel; private System.Windows.Forms.Label prioLabel; private System.Windows.Forms.Label dateLabel; private System.Windows.Forms.DateTimePicker datePicker; private System.Windows.Forms.TableLayoutPanel labelLayoutTable; private System.Windows.Forms.Label descLabel; private System.Windows.Forms.RichTextBox descTextBox; private System.Windows.Forms.TextBox taskTextBox; private System.Windows.Forms.Panel panel2; public FontAwesome.Sharp.IconButton addBtn; private System.Windows.Forms.ComboBox prioComboBox; } }