namespace Percent___Qualification_work.userControls
{
partial class Notepad
{
///
/// 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.newNoteBtn = new System.Windows.Forms.Button();
this.newNotePanel = new System.Windows.Forms.Panel();
this.btnBack = new System.Windows.Forms.Button();
this.saveNote = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.noteText = new System.Windows.Forms.TextBox();
this.noteName = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.noteflowPanel = new System.Windows.Forms.FlowLayoutPanel();
this.prevButton = new System.Windows.Forms.Button();
this.nextButton = new System.Windows.Forms.Button();
this.mainPanel = new System.Windows.Forms.Panel();
this.newNotePanel.SuspendLayout();
this.mainPanel.SuspendLayout();
this.SuspendLayout();
//
// newNoteBtn
//
this.newNoteBtn.Location = new System.Drawing.Point(321, 15);
this.newNoteBtn.Name = "newNoteBtn";
this.newNoteBtn.Size = new System.Drawing.Size(134, 40);
this.newNoteBtn.TabIndex = 0;
this.newNoteBtn.Text = "New Note";
this.newNoteBtn.UseVisualStyleBackColor = true;
this.newNoteBtn.Click += new System.EventHandler(this.newNoteBtn_Click);
//
// newNotePanel
//
this.newNotePanel.Controls.Add(this.btnBack);
this.newNotePanel.Controls.Add(this.saveNote);
this.newNotePanel.Controls.Add(this.label3);
this.newNotePanel.Controls.Add(this.label2);
this.newNotePanel.Controls.Add(this.noteText);
this.newNotePanel.Controls.Add(this.noteName);
this.newNotePanel.Controls.Add(this.label1);
this.newNotePanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.newNotePanel.Location = new System.Drawing.Point(0, 0);
this.newNotePanel.Name = "newNotePanel";
this.newNotePanel.Size = new System.Drawing.Size(776, 383);
this.newNotePanel.TabIndex = 7;
//
// btnBack
//
this.btnBack.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnBack.FlatAppearance.BorderSize = 0;
this.btnBack.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnBack.Image = global::Percent___Qualification_work.Properties.Resources.arrowLeft;
this.btnBack.Location = new System.Drawing.Point(32, 10);
this.btnBack.Name = "btnBack";
this.btnBack.Size = new System.Drawing.Size(39, 33);
this.btnBack.TabIndex = 12;
this.btnBack.UseVisualStyleBackColor = true;
this.btnBack.Click += new System.EventHandler(this.btnBack_Click);
//
// saveNote
//
this.saveNote.Location = new System.Drawing.Point(322, 340);
this.saveNote.Name = "saveNote";
this.saveNote.Size = new System.Drawing.Size(128, 24);
this.saveNote.TabIndex = 11;
this.saveNote.Text = "Save";
this.saveNote.UseVisualStyleBackColor = true;
this.saveNote.Click += new System.EventHandler(this.saveNote_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(373, 125);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(28, 13);
this.label3.TabIndex = 10;
this.label3.Text = "Text";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(370, 70);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(35, 13);
this.label2.TabIndex = 9;
this.label2.Text = "Name";
//
// noteText
//
this.noteText.Location = new System.Drawing.Point(177, 141);
this.noteText.MaxLength = 10000;
this.noteText.Multiline = true;
this.noteText.Name = "noteText";
this.noteText.Size = new System.Drawing.Size(423, 165);
this.noteText.TabIndex = 8;
//
// noteName
//
this.noteName.Location = new System.Drawing.Point(290, 86);
this.noteName.Name = "noteName";
this.noteName.Size = new System.Drawing.Size(200, 20);
this.noteName.TabIndex = 7;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label1.Location = new System.Drawing.Point(331, 19);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(102, 24);
this.label1.TabIndex = 6;
this.label1.Text = "New Note";
//
// noteflowPanel
//
this.noteflowPanel.Location = new System.Drawing.Point(2, 88);
this.noteflowPanel.Name = "noteflowPanel";
this.noteflowPanel.Size = new System.Drawing.Size(770, 232);
this.noteflowPanel.TabIndex = 10;
//
// prevButton
//
this.prevButton.Cursor = System.Windows.Forms.Cursors.Hand;
this.prevButton.FlatAppearance.BorderSize = 0;
this.prevButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.prevButton.Image = global::Percent___Qualification_work.Properties.Resources.arrowLeft;
this.prevButton.Location = new System.Drawing.Point(344, 326);
this.prevButton.Name = "prevButton";
this.prevButton.Size = new System.Drawing.Size(31, 31);
this.prevButton.TabIndex = 8;
this.prevButton.UseVisualStyleBackColor = true;
//
// nextButton
//
this.nextButton.Cursor = System.Windows.Forms.Cursors.Hand;
this.nextButton.FlatAppearance.BorderSize = 0;
this.nextButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.nextButton.Image = global::Percent___Qualification_work.Properties.Resources.arrowRight;
this.nextButton.Location = new System.Drawing.Point(406, 326);
this.nextButton.Name = "nextButton";
this.nextButton.Size = new System.Drawing.Size(31, 31);
this.nextButton.TabIndex = 9;
this.nextButton.UseVisualStyleBackColor = true;
//
// mainPanel
//
this.mainPanel.Controls.Add(this.newNotePanel);
this.mainPanel.Controls.Add(this.noteflowPanel);
this.mainPanel.Controls.Add(this.prevButton);
this.mainPanel.Controls.Add(this.newNoteBtn);
this.mainPanel.Controls.Add(this.nextButton);
this.mainPanel.Location = new System.Drawing.Point(0, 0);
this.mainPanel.Name = "mainPanel";
this.mainPanel.Size = new System.Drawing.Size(776, 383);
this.mainPanel.TabIndex = 11;
//
// Notepad
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.mainPanel);
this.Name = "Notepad";
this.Size = new System.Drawing.Size(776, 383);
this.Load += new System.EventHandler(this.Notepad_Load);
this.newNotePanel.ResumeLayout(false);
this.newNotePanel.PerformLayout();
this.mainPanel.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button newNoteBtn;
private System.Windows.Forms.Panel newNotePanel;
private System.Windows.Forms.Button btnBack;
private System.Windows.Forms.Button saveNote;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox noteText;
private System.Windows.Forms.TextBox noteName;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button nextButton;
private System.Windows.Forms.FlowLayoutPanel noteflowPanel;
private System.Windows.Forms.Button prevButton;
private System.Windows.Forms.Panel mainPanel;
}
}