namespace Percent___Qualification_work.userControls { partial class EditNoteControl { /// /// 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.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.btnBack = new System.Windows.Forms.Button(); this.SuspendLayout(); // // saveNote // this.saveNote.Location = new System.Drawing.Point(338, 343); this.saveNote.Name = "saveNote"; this.saveNote.Size = new System.Drawing.Size(128, 24); this.saveNote.TabIndex = 18; 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(389, 128); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(28, 13); this.label3.TabIndex = 17; this.label3.Text = "Text"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(386, 73); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(35, 13); this.label2.TabIndex = 16; this.label2.Text = "Name"; // // noteText // this.noteText.Location = new System.Drawing.Point(193, 144); this.noteText.MaxLength = 10000; this.noteText.Multiline = true; this.noteText.Name = "noteText"; this.noteText.Size = new System.Drawing.Size(423, 165); this.noteText.TabIndex = 15; // // noteName // this.noteName.Location = new System.Drawing.Point(306, 89); this.noteName.Name = "noteName"; this.noteName.Size = new System.Drawing.Size(200, 20); this.noteName.TabIndex = 14; // // 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(347, 22); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(96, 24); this.label1.TabIndex = 13; this.label1.Text = "Edit Note"; // // 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(48, 13); this.btnBack.Name = "btnBack"; this.btnBack.Size = new System.Drawing.Size(39, 33); this.btnBack.TabIndex = 19; this.btnBack.UseVisualStyleBackColor = true; this.btnBack.Click += new System.EventHandler(this.btnBack_Click); // // EditNoteControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.btnBack); this.Controls.Add(this.saveNote); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.noteText); this.Controls.Add(this.noteName); this.Controls.Add(this.label1); this.Name = "EditNoteControl"; this.Size = new System.Drawing.Size(776, 383); this.ResumeLayout(false); this.PerformLayout(); } #endregion 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; } }