namespace FCM0000
{
    partial class fRequestItem_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()
        {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.Label pdateLabel;
            System.Windows.Forms.Label tolistLabel;
            System.Windows.Forms.Label cclistLabel;
            System.Windows.Forms.Label bcclistLabel;
            System.Windows.Forms.Label titleLabel;
            System.Windows.Forms.Label remarkLabel;
            System.Windows.Forms.Label label1;
            System.Windows.Forms.Label label2;
            System.Windows.Forms.Label label3;
            System.Windows.Forms.Label label4;
            System.Windows.Forms.Label label5;
            System.Windows.Forms.Label label6;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fRequestItem_Add));
            this.dsMSSQL = new FCM0000.dsMSSQL();
            this.bs = new System.Windows.Forms.BindingSource(this.components);
            this.ta = new FCM0000.dsMSSQLTableAdapters.RequestItemTableAdapter();
            this.tam = new FCM0000.dsMSSQLTableAdapters.TableAdapterManager();
            this.tbItem = new System.Windows.Forms.TextBox();
            this.btPDate = new System.Windows.Forms.DateTimePicker();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.lbTo = new System.Windows.Forms.Label();
            this.lbCC = new System.Windows.Forms.Label();
            this.lbBCC = new System.Windows.Forms.Label();
            this.tbRemark = new YARTE.UI.HtmlEditor();
            this.tbQty = new System.Windows.Forms.TextBox();
            this.tbSID = new System.Windows.Forms.TextBox();
            this.tbURL = new System.Windows.Forms.TextBox();
            this.cmProject = new System.Windows.Forms.ComboBox();
            this.btOK = new System.Windows.Forms.Button();
            this.tbModel = new System.Windows.Forms.TextBox();
            this.textBox1 = new System.Windows.Forms.TextBox();
            pdateLabel = new System.Windows.Forms.Label();
            tolistLabel = new System.Windows.Forms.Label();
            cclistLabel = new System.Windows.Forms.Label();
            bcclistLabel = new System.Windows.Forms.Label();
            titleLabel = new System.Windows.Forms.Label();
            remarkLabel = new System.Windows.Forms.Label();
            label1 = new System.Windows.Forms.Label();
            label2 = new System.Windows.Forms.Label();
            label3 = new System.Windows.Forms.Label();
            label4 = new System.Windows.Forms.Label();
            label5 = new System.Windows.Forms.Label();
            label6 = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.dsMSSQL)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
            this.tableLayoutPanel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // pdateLabel
            // 
            pdateLabel.AutoSize = true;
            pdateLabel.Dock = System.Windows.Forms.DockStyle.Fill;
            pdateLabel.Location = new System.Drawing.Point(5, 2);
            pdateLabel.Name = "pdateLabel";
            pdateLabel.Size = new System.Drawing.Size(248, 23);
            pdateLabel.TabIndex = 4;
            pdateLabel.Text = "등록일자";
            pdateLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // tolistLabel
            // 
            tolistLabel.AutoSize = true;
            tolistLabel.Dock = System.Windows.Forms.DockStyle.Fill;
            tolistLabel.Location = new System.Drawing.Point(5, 53);
            tolistLabel.Name = "tolistLabel";
            tolistLabel.Size = new System.Drawing.Size(248, 25);
            tolistLabel.TabIndex = 6;
            tolistLabel.Text = "To";
            tolistLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // cclistLabel
            // 
            cclistLabel.AutoSize = true;
            cclistLabel.Dock = System.Windows.Forms.DockStyle.Fill;
            cclistLabel.Location = new System.Drawing.Point(5, 131);
            cclistLabel.Name = "cclistLabel";
            cclistLabel.Size = new System.Drawing.Size(248, 20);
            cclistLabel.TabIndex = 8;
            cclistLabel.Text = "CC";
            cclistLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // bcclistLabel
            // 
            bcclistLabel.AutoSize = true;
            bcclistLabel.Dock = System.Windows.Forms.DockStyle.Fill;
            bcclistLabel.Location = new System.Drawing.Point(5, 204);
            bcclistLabel.Name = "bcclistLabel";
            bcclistLabel.Size = new System.Drawing.Size(248, 20);
            bcclistLabel.TabIndex = 10;
            bcclistLabel.Text = "BCC";
            bcclistLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // titleLabel
            // 
            titleLabel.AutoSize = true;
            titleLabel.Location = new System.Drawing.Point(292, 14);
            titleLabel.Name = "titleLabel";
            titleLabel.Size = new System.Drawing.Size(29, 12);
            titleLabel.TabIndex = 1;
            titleLabel.Text = "Item";
            titleLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // remarkLabel
            // 
            remarkLabel.AutoSize = true;
            remarkLabel.Location = new System.Drawing.Point(266, 113);
            remarkLabel.Name = "remarkLabel";
            remarkLabel.Size = new System.Drawing.Size(55, 12);
            remarkLabel.TabIndex = 13;
            remarkLabel.Text = "Contents";
            remarkLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            remarkLabel.Click += new System.EventHandler(this.remarkLabel_Click);
            // 
            // label1
            // 
            label1.AutoSize = true;
            label1.Location = new System.Drawing.Point(493, 65);
            label1.Name = "label1";
            label1.Size = new System.Drawing.Size(24, 12);
            label1.TabIndex = 7;
            label1.Text = "Qty";
            label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label2
            // 
            label2.AutoSize = true;
            label2.Location = new System.Drawing.Point(585, 65);
            label2.Name = "label2";
            label2.Size = new System.Drawing.Size(24, 12);
            label2.TabIndex = 9;
            label2.Text = "SID";
            label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label3
            // 
            label3.AutoSize = true;
            label3.Location = new System.Drawing.Point(293, 91);
            label3.Name = "label3";
            label3.Size = new System.Drawing.Size(28, 12);
            label3.TabIndex = 11;
            label3.Text = "URL";
            label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label4
            // 
            label4.AutoSize = true;
            label4.Location = new System.Drawing.Point(277, 40);
            label4.Name = "label4";
            label4.Size = new System.Drawing.Size(44, 12);
            label4.TabIndex = 3;
            label4.Text = "Project";
            label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label5
            // 
            label5.AutoSize = true;
            label5.Location = new System.Drawing.Point(281, 65);
            label5.Name = "label5";
            label5.Size = new System.Drawing.Size(40, 12);
            label5.TabIndex = 5;
            label5.Text = "Model";
            label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label6
            // 
            label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            label6.AutoSize = true;
            label6.Location = new System.Drawing.Point(282, 550);
            label6.Name = "label6";
            label6.Size = new System.Drawing.Size(41, 12);
            label6.TabIndex = 30;
            label6.Text = "Memo";
            label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // dsMSSQL
            // 
            this.dsMSSQL.DataSetName = "dsMSSQL";
            this.dsMSSQL.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // bs
            // 
            this.bs.DataMember = "RequestItem";
            this.bs.DataSource = this.dsMSSQL;
            // 
            // ta
            // 
            this.ta.ClearBeforeFill = true;
            // 
            // tam
            // 
            this.tam.BackupDataSetBeforeUpdate = false;
            this.tam.BoardTableAdapter = null;
            this.tam.CommonTableAdapter = null;
            this.tam.CustomsTableAdapter = null;
            this.tam.EETGW_DocuFormTableAdapter = null;
            this.tam.HolidayLIstTableAdapter = null;
            this.tam.InventoryUserTableAdapter = null;
            this.tam.ItemsTableAdapter = null;
            this.tam.ProjectsTableAdapter = null;
            this.tam.PurchaseTableAdapter = null;
            this.tam.RequestItemTableAdapter = this.ta;
            this.tam.StaffTableAdapter = null;
            this.tam.UpdateOrder = FCM0000.dsMSSQLTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
            // 
            // tbItem
            // 
            this.tbItem.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "title", true));
            this.tbItem.Location = new System.Drawing.Point(329, 10);
            this.tbItem.Name = "tbItem";
            this.tbItem.Size = new System.Drawing.Size(401, 21);
            this.tbItem.TabIndex = 2;
            // 
            // btPDate
            // 
            this.btPDate.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bs, "pdate", true));
            this.btPDate.Dock = System.Windows.Forms.DockStyle.Fill;
            this.btPDate.Location = new System.Drawing.Point(2, 25);
            this.btPDate.Margin = new System.Windows.Forms.Padding(0);
            this.btPDate.Name = "btPDate";
            this.btPDate.Size = new System.Drawing.Size(254, 21);
            this.btPDate.TabIndex = 26;
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.ColumnCount = 1;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 254F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel1.Controls.Add(pdateLabel, 0, 0);
            this.tableLayoutPanel1.Controls.Add(tolistLabel, 0, 2);
            this.tableLayoutPanel1.Controls.Add(bcclistLabel, 0, 6);
            this.tableLayoutPanel1.Controls.Add(this.btPDate, 0, 1);
            this.tableLayoutPanel1.Controls.Add(cclistLabel, 0, 4);
            this.tableLayoutPanel1.Controls.Add(this.lbTo, 0, 3);
            this.tableLayoutPanel1.Controls.Add(this.lbCC, 0, 5);
            this.tableLayoutPanel1.Controls.Add(this.lbBCC, 0, 7);
            this.tableLayoutPanel1.Location = new System.Drawing.Point(5, 5);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.Padding = new System.Windows.Forms.Padding(2);
            this.tableLayoutPanel1.RowCount = 8;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 23F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.32999F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33001F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.34F));
            this.tableLayoutPanel1.Size = new System.Drawing.Size(258, 281);
            this.tableLayoutPanel1.TabIndex = 0;
            // 
            // lbTo
            // 
            this.lbTo.AutoSize = true;
            this.lbTo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lbTo.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "tolist", true));
            this.lbTo.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lbTo.Location = new System.Drawing.Point(2, 78);
            this.lbTo.Margin = new System.Windows.Forms.Padding(0);
            this.lbTo.Name = "lbTo";
            this.lbTo.Size = new System.Drawing.Size(254, 53);
            this.lbTo.TabIndex = 30;
            this.lbTo.Text = "--";
            this.lbTo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lbCC
            // 
            this.lbCC.AutoSize = true;
            this.lbCC.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lbCC.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "cclist", true));
            this.lbCC.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lbCC.Location = new System.Drawing.Point(2, 151);
            this.lbCC.Margin = new System.Windows.Forms.Padding(0);
            this.lbCC.Name = "lbCC";
            this.lbCC.Size = new System.Drawing.Size(254, 53);
            this.lbCC.TabIndex = 30;
            this.lbCC.Text = "--";
            this.lbCC.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lbBCC
            // 
            this.lbBCC.AutoSize = true;
            this.lbBCC.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lbBCC.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "bcclist", true));
            this.lbBCC.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lbBCC.Location = new System.Drawing.Point(2, 224);
            this.lbBCC.Margin = new System.Windows.Forms.Padding(0);
            this.lbBCC.Name = "lbBCC";
            this.lbBCC.Size = new System.Drawing.Size(254, 55);
            this.lbBCC.TabIndex = 30;
            this.lbBCC.Text = "--";
            this.lbBCC.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // tbRemark
            // 
            this.tbRemark.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.tbRemark.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbRemark.Html = resources.GetString("tbRemark.Html");
            this.tbRemark.Location = new System.Drawing.Point(329, 113);
            this.tbRemark.Margin = new System.Windows.Forms.Padding(0);
            this.tbRemark.Name = "tbRemark";
            this.tbRemark.ReadOnly = false;
            this.tbRemark.ShowToolbar = true;
            this.tbRemark.Size = new System.Drawing.Size(403, 427);
            this.tbRemark.TabIndex = 14;
            // 
            // tbQty
            // 
            this.tbQty.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "qty", true));
            this.tbQty.Location = new System.Drawing.Point(522, 61);
            this.tbQty.Margin = new System.Windows.Forms.Padding(0);
            this.tbQty.Name = "tbQty";
            this.tbQty.Size = new System.Drawing.Size(58, 21);
            this.tbQty.TabIndex = 8;
            this.tbQty.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // tbSID
            // 
            this.tbSID.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "sid", true));
            this.tbSID.Location = new System.Drawing.Point(615, 61);
            this.tbSID.Margin = new System.Windows.Forms.Padding(0);
            this.tbSID.Name = "tbSID";
            this.tbSID.Size = new System.Drawing.Size(115, 21);
            this.tbSID.TabIndex = 10;
            this.tbSID.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // tbURL
            // 
            this.tbURL.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "url", true));
            this.tbURL.Location = new System.Drawing.Point(329, 87);
            this.tbURL.Margin = new System.Windows.Forms.Padding(0);
            this.tbURL.Name = "tbURL";
            this.tbURL.Size = new System.Drawing.Size(401, 21);
            this.tbURL.TabIndex = 12;
            // 
            // cmProject
            // 
            this.cmProject.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.bs, "project", true));
            this.cmProject.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmProject.FormattingEnabled = true;
            this.cmProject.Location = new System.Drawing.Point(329, 36);
            this.cmProject.Margin = new System.Windows.Forms.Padding(0);
            this.cmProject.Name = "cmProject";
            this.cmProject.Size = new System.Drawing.Size(401, 20);
            this.cmProject.TabIndex = 4;
            // 
            // btOK
            // 
            this.btOK.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.btOK.Location = new System.Drawing.Point(5, 569);
            this.btOK.Name = "btOK";
            this.btOK.Size = new System.Drawing.Size(730, 33);
            this.btOK.TabIndex = 29;
            this.btOK.Text = "OK";
            this.btOK.UseVisualStyleBackColor = true;
            this.btOK.Click += new System.EventHandler(this.button1_Click);
            // 
            // tbModel
            // 
            this.tbModel.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "model", true));
            this.tbModel.Location = new System.Drawing.Point(329, 61);
            this.tbModel.Margin = new System.Windows.Forms.Padding(0);
            this.tbModel.Name = "tbModel";
            this.tbModel.Size = new System.Drawing.Size(161, 21);
            this.tbModel.TabIndex = 6;
            this.tbModel.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // textBox1
            // 
            this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.textBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "memo", true));
            this.textBox1.Location = new System.Drawing.Point(329, 545);
            this.textBox1.Margin = new System.Windows.Forms.Padding(0);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(403, 21);
            this.textBox1.TabIndex = 31;
            // 
            // fRequestItem_Add
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(740, 607);
            this.Controls.Add(this.textBox1);
            this.Controls.Add(label6);
            this.Controls.Add(label5);
            this.Controls.Add(this.tbModel);
            this.Controls.Add(this.tableLayoutPanel1);
            this.Controls.Add(this.tbItem);
            this.Controls.Add(this.btOK);
            this.Controls.Add(titleLabel);
            this.Controls.Add(label4);
            this.Controls.Add(this.cmProject);
            this.Controls.Add(label1);
            this.Controls.Add(this.tbQty);
            this.Controls.Add(this.tbRemark);
            this.Controls.Add(remarkLabel);
            this.Controls.Add(label2);
            this.Controls.Add(this.tbSID);
            this.Controls.Add(this.tbURL);
            this.Controls.Add(label3);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "fRequestItem_Add";
            this.Padding = new System.Windows.Forms.Padding(5);
            this.Text = "fRequestItem_Add";
            this.Load += new System.EventHandler(this.@__Load);
            ((System.ComponentModel.ISupportInitialize)(this.dsMSSQL)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit();
            this.tableLayoutPanel1.ResumeLayout(false);
            this.tableLayoutPanel1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
        #endregion
        private dsMSSQL dsMSSQL;
        private System.Windows.Forms.BindingSource bs;
        private dsMSSQLTableAdapters.RequestItemTableAdapter ta;
        private dsMSSQLTableAdapters.TableAdapterManager tam;
        public System.Windows.Forms.TextBox tbItem;
        public System.Windows.Forms.DateTimePicker btPDate;
        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
        private YARTE.UI.HtmlEditor tbRemark;
        private System.Windows.Forms.Button btOK;
        private System.Windows.Forms.Label lbTo;
        private System.Windows.Forms.Label lbCC;
        private System.Windows.Forms.Label lbBCC;
        public System.Windows.Forms.TextBox tbQty;
        public System.Windows.Forms.TextBox tbSID;
        private System.Windows.Forms.TextBox tbURL;
        private System.Windows.Forms.ComboBox cmProject;
        public System.Windows.Forms.TextBox tbModel;
        private System.Windows.Forms.TextBox textBox1;
    }
}