namespace FPJ0000.Note { partial class fNote_Add { /// /// 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() { System.Windows.Forms.Label label4; System.Windows.Forms.Label label5; System.Windows.Forms.Label label1; this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel(); this.lbIndex = new System.Windows.Forms.ToolStripStatusLabel(); this.btSave = new System.Windows.Forms.Button(); this.dtPdate = new System.Windows.Forms.DateTimePicker(); this.cmbUser = new System.Windows.Forms.ComboBox(); this.tbWW = new System.Windows.Forms.TextBox(); this.richTextBoxEx1 = new RichTextBoxEx.RichTextBoxEx(); this.panel1 = new System.Windows.Forms.Panel(); this.checkBox1 = new System.Windows.Forms.CheckBox(); this.tbTitle = new System.Windows.Forms.TextBox(); this.button1 = new System.Windows.Forms.Button(); label4 = new System.Windows.Forms.Label(); label5 = new System.Windows.Forms.Label(); label1 = new System.Windows.Forms.Label(); this.statusStrip1.SuspendLayout(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // label4 // label4.AutoSize = true; label4.Location = new System.Drawing.Point(326, 14); label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); label4.Name = "label4"; label4.Size = new System.Drawing.Size(41, 12); label4.TabIndex = 5; label4.Text = "담당자"; // // label5 // label5.AutoSize = true; label5.Location = new System.Drawing.Point(17, 14); label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); label5.Name = "label5"; label5.Size = new System.Drawing.Size(41, 12); label5.TabIndex = 0; label5.Text = "등록일"; // // statusStrip1 // this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripStatusLabel1, this.lbIndex}); this.statusStrip1.Location = new System.Drawing.Point(0, 659); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Size = new System.Drawing.Size(969, 22); this.statusStrip1.TabIndex = 28; this.statusStrip1.Text = "statusStrip1"; // // toolStripStatusLabel1 // this.toolStripStatusLabel1.Name = "toolStripStatusLabel1"; this.toolStripStatusLabel1.Size = new System.Drawing.Size(36, 17); this.toolStripStatusLabel1.Text = "Index"; // // lbIndex // this.lbIndex.Name = "lbIndex"; this.lbIndex.Size = new System.Drawing.Size(17, 17); this.lbIndex.Text = "--"; // // btSave // this.btSave.BackColor = System.Drawing.Color.SkyBlue; this.btSave.Dock = System.Windows.Forms.DockStyle.Right; this.btSave.Location = new System.Drawing.Point(831, 5); this.btSave.Name = "btSave"; this.btSave.Size = new System.Drawing.Size(133, 58); this.btSave.TabIndex = 20; this.btSave.Text = "저장(&S)"; this.btSave.UseVisualStyleBackColor = false; this.btSave.Click += new System.EventHandler(this.button1_Click); // // dtPdate // this.dtPdate.Location = new System.Drawing.Point(66, 10); this.dtPdate.Margin = new System.Windows.Forms.Padding(4); this.dtPdate.Name = "dtPdate"; this.dtPdate.Size = new System.Drawing.Size(178, 21); this.dtPdate.TabIndex = 1; this.dtPdate.ValueChanged += new System.EventHandler(this.dtPdate_ValueChanged); // // cmbUser // this.cmbUser.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.cmbUser.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.cmbUser.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbUser.FormattingEnabled = true; this.cmbUser.ImeMode = System.Windows.Forms.ImeMode.Hangul; this.cmbUser.Location = new System.Drawing.Point(378, 10); this.cmbUser.Margin = new System.Windows.Forms.Padding(4); this.cmbUser.Name = "cmbUser"; this.cmbUser.Size = new System.Drawing.Size(234, 20); this.cmbUser.TabIndex = 6; this.cmbUser.SelectedIndexChanged += new System.EventHandler(this.cmbUser_SelectedIndexChanged); // // tbWW // this.tbWW.Location = new System.Drawing.Point(246, 10); this.tbWW.Margin = new System.Windows.Forms.Padding(4); this.tbWW.Name = "tbWW"; this.tbWW.ReadOnly = true; this.tbWW.Size = new System.Drawing.Size(63, 21); this.tbWW.TabIndex = 2; this.tbWW.TabStop = false; this.tbWW.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // richTextBoxEx1 // this.richTextBoxEx1.AllowBullets = true; this.richTextBoxEx1.AllowDefaultInsertText = true; this.richTextBoxEx1.AllowDefaultSmartText = true; this.richTextBoxEx1.AllowHyphenation = true; this.richTextBoxEx1.AllowPictures = true; this.richTextBoxEx1.AllowSpellCheck = true; this.richTextBoxEx1.AutoValidate = System.Windows.Forms.AutoValidate.EnablePreventFocusChange; this.richTextBoxEx1.Dock = System.Windows.Forms.DockStyle.Fill; this.richTextBoxEx1.FilePath = ""; this.richTextBoxEx1.Location = new System.Drawing.Point(0, 68); this.richTextBoxEx1.Name = "richTextBoxEx1"; this.richTextBoxEx1.Rtf = "{\\rtf1\\ansi\\ansicpg1252\\deff0\\nouicompat{\\fonttbl{\\f0\\fnil\\fcharset0 Arial;}}\r\n{\\" + "*\\generator Riched20 10.0.18362}\\viewkind4\\uc1 \r\n\\pard\\fs20\\lang1042 richTextBox" + "Ex1\\par\r\n}\r\n"; this.richTextBoxEx1.SetColorWithFont = true; this.richTextBoxEx1.ShowToolStrip = true; this.richTextBoxEx1.Size = new System.Drawing.Size(969, 591); this.richTextBoxEx1.TabIndex = 58; // // panel1 // this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200))))); this.panel1.Controls.Add(this.button1); this.panel1.Controls.Add(this.tbTitle); this.panel1.Controls.Add(this.checkBox1); this.panel1.Controls.Add(this.dtPdate); this.panel1.Controls.Add(label1); this.panel1.Controls.Add(label5); this.panel1.Controls.Add(this.btSave); this.panel1.Controls.Add(this.cmbUser); this.panel1.Controls.Add(this.tbWW); this.panel1.Controls.Add(label4); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Padding = new System.Windows.Forms.Padding(5); this.panel1.Size = new System.Drawing.Size(969, 68); this.panel1.TabIndex = 59; // // checkBox1 // this.checkBox1.AutoSize = true; this.checkBox1.Location = new System.Drawing.Point(619, 12); this.checkBox1.Name = "checkBox1"; this.checkBox1.Size = new System.Drawing.Size(76, 16); this.checkBox1.TabIndex = 21; this.checkBox1.Text = "공유 메모"; this.checkBox1.UseVisualStyleBackColor = true; // // tbTitle // this.tbTitle.Location = new System.Drawing.Point(66, 39); this.tbTitle.Margin = new System.Windows.Forms.Padding(4); this.tbTitle.Name = "tbTitle"; this.tbTitle.Size = new System.Drawing.Size(546, 21); this.tbTitle.TabIndex = 22; this.tbTitle.TabStop = false; this.tbTitle.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label1 // label1.AutoSize = true; label1.Location = new System.Drawing.Point(29, 42); label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); label1.Name = "label1"; label1.Size = new System.Drawing.Size(29, 12); label1.TabIndex = 0; label1.Text = "제목"; // // button1 // this.button1.Location = new System.Drawing.Point(619, 39); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(121, 21); this.button1.TabIndex = 23; this.button1.Text = "폴더열기"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click_1); // // fNote_Add // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(969, 681); this.Controls.Add(this.richTextBoxEx1); this.Controls.Add(this.panel1); this.Controls.Add(this.statusStrip1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "fNote_Add"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "메모장 등록/변경"; this.Load += new System.EventHandler(this.fJobReport_Add_Load); this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.StatusStrip statusStrip1; private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1; private System.Windows.Forms.ToolStripStatusLabel lbIndex; private System.Windows.Forms.Button btSave; private System.Windows.Forms.DateTimePicker dtPdate; private System.Windows.Forms.ComboBox cmbUser; private System.Windows.Forms.TextBox tbWW; private RichTextBoxEx.RichTextBoxEx richTextBoxEx1; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.CheckBox checkBox1; private System.Windows.Forms.TextBox tbTitle; private System.Windows.Forms.Button button1; } }