namespace FPJ0000
{
    partial class fProjectPartToPurchaseCR
    {
        /// 
        /// 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 projectLabel;
            System.Windows.Forms.Label label1;
            System.Windows.Forms.Label label3;
            System.Windows.Forms.Label label6;
            System.Windows.Forms.Label label7;
            System.Windows.Forms.Label label2;
            System.Windows.Forms.Label label17;
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fProjectPartToPurchaseCR));
            this.label4 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.tbProject = new System.Windows.Forms.TextBox();
            this.tbProjectIndex = new System.Windows.Forms.TextBox();
            this.dtPdate = new System.Windows.Forms.DateTimePicker();
            this.cmbRequest = new System.Windows.Forms.ComboBox();
            this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
            this.textBox2 = new System.Windows.Forms.TextBox();
            this.dsPurchase = new FPJ0000.dsPurchase();
            this.bs = new System.Windows.Forms.BindingSource(this.components);
            this.ta = new FPJ0000.dsPurchaseTableAdapters.PurchaseTableAdapter();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.tbCr = new System.Windows.Forms.TextBox();
            this.tbSum = new System.Windows.Forms.TextBox();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.tbManager = new System.Windows.Forms.ComboBox();
            this.btEQModel = new System.Windows.Forms.Button();
            this.btEQProc = new System.Windows.Forms.Button();
            this.btEQManu = new System.Windows.Forms.Button();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.dv1 = new arCtl.arDatagridView();
            this.dvc_sid = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dvc_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dvc_model = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dvc_price = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dvc_priced = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dvc_qtyreq = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dvc_qty = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dvc_amt = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dvc_spm = new System.Windows.Forms.DataGridViewButtonColumn();
            this.dvc_remark = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton8 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton6 = new System.Windows.Forms.ToolStripButton();
            this.panel1 = new System.Windows.Forms.Panel();
            this.panel3 = new System.Windows.Forms.Panel();
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
            this.taProject = new FPJ0000.dsPRJTableAdapters.ProjectsTableAdapter();
            this.taPart = new FPJ0000.dsPRJTableAdapters.ProjectsPartTableAdapter();
            this.chkPriceZero = new System.Windows.Forms.CheckBox();
            projectLabel = new System.Windows.Forms.Label();
            label1 = new System.Windows.Forms.Label();
            label3 = new System.Windows.Forms.Label();
            label6 = new System.Windows.Forms.Label();
            label7 = new System.Windows.Forms.Label();
            label2 = new System.Windows.Forms.Label();
            label17 = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.dsPurchase)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.groupBox3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dv1)).BeginInit();
            this.toolStrip1.SuspendLayout();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // projectLabel
            // 
            projectLabel.AutoSize = true;
            projectLabel.Location = new System.Drawing.Point(16, 29);
            projectLabel.Name = "projectLabel";
            projectLabel.Size = new System.Drawing.Size(60, 17);
            projectLabel.TabIndex = 20;
            projectLabel.Text = "프로젝트";
            // 
            // label1
            // 
            label1.AutoSize = true;
            label1.Location = new System.Drawing.Point(34, 28);
            label1.Name = "label1";
            label1.Size = new System.Drawing.Size(47, 17);
            label1.TabIndex = 0;
            label1.Text = "입력일";
            // 
            // label3
            // 
            label3.AutoSize = true;
            label3.Location = new System.Drawing.Point(16, 64);
            label3.Name = "label3";
            label3.Size = new System.Drawing.Size(60, 17);
            label3.TabIndex = 23;
            label3.Text = "합계금액";
            // 
            // label6
            // 
            label6.AutoSize = true;
            label6.Location = new System.Drawing.Point(33, 99);
            label6.Name = "label6";
            label6.Size = new System.Drawing.Size(43, 17);
            label6.TabIndex = 26;
            label6.Text = "CR/CF";
            // 
            // label7
            // 
            label7.AutoSize = true;
            label7.Location = new System.Drawing.Point(42, 127);
            label7.Name = "label7";
            label7.Size = new System.Drawing.Size(34, 17);
            label7.TabIndex = 28;
            label7.Text = "비고";
            // 
            // label2
            // 
            label2.AutoSize = true;
            label2.Location = new System.Drawing.Point(34, 59);
            label2.Name = "label2";
            label2.Size = new System.Drawing.Size(47, 17);
            label2.TabIndex = 3;
            label2.Text = "요청자";
            // 
            // label17
            // 
            label17.AutoSize = true;
            label17.Location = new System.Drawing.Point(8, 119);
            label17.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            label17.Name = "label17";
            label17.Size = new System.Drawing.Size(73, 17);
            label17.TabIndex = 48;
            label17.Text = "구매담당자";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(275, 59);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(34, 17);
            this.label4.TabIndex = 5;
            this.label4.Text = "공정";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(8, 90);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(73, 17);
            this.label5.TabIndex = 7;
            this.label5.Text = "장비제조사";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(249, 90);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(60, 17);
            this.label8.TabIndex = 9;
            this.label8.Text = "장비모델";
            // 
            // tbProject
            // 
            this.tbProject.BackColor = System.Drawing.SystemColors.Control;
            this.tbProject.Enabled = false;
            this.tbProject.ImeMode = System.Windows.Forms.ImeMode.Hangul;
            this.tbProject.Location = new System.Drawing.Point(88, 25);
            this.tbProject.Name = "tbProject";
            this.tbProject.Size = new System.Drawing.Size(329, 25);
            this.tbProject.TabIndex = 7;
            // 
            // tbProjectIndex
            // 
            this.tbProjectIndex.BackColor = System.Drawing.SystemColors.Control;
            this.tbProjectIndex.Enabled = false;
            this.tbProjectIndex.Location = new System.Drawing.Point(423, 25);
            this.tbProjectIndex.Name = "tbProjectIndex";
            this.tbProjectIndex.ReadOnly = true;
            this.tbProjectIndex.Size = new System.Drawing.Size(51, 25);
            this.tbProjectIndex.TabIndex = 22;
            this.tbProjectIndex.TabStop = false;
            this.tbProjectIndex.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.toolTip1.SetToolTip(this.tbProjectIndex, "Database ID");
            // 
            // dtPdate
            // 
            this.dtPdate.Location = new System.Drawing.Point(88, 24);
            this.dtPdate.Name = "dtPdate";
            this.dtPdate.Size = new System.Drawing.Size(251, 25);
            this.dtPdate.TabIndex = 1;
            // 
            // cmbRequest
            // 
            this.cmbRequest.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
            this.cmbRequest.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
            this.cmbRequest.FormattingEnabled = true;
            this.cmbRequest.ImeMode = System.Windows.Forms.ImeMode.Hangul;
            this.cmbRequest.Location = new System.Drawing.Point(88, 55);
            this.cmbRequest.Name = "cmbRequest";
            this.cmbRequest.Size = new System.Drawing.Size(155, 25);
            this.cmbRequest.TabIndex = 2;
            // 
            // textBox2
            // 
            this.textBox2.BackColor = System.Drawing.SystemColors.Control;
            this.textBox2.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.textBox2.Enabled = false;
            this.textBox2.Font = new System.Drawing.Font("맑은 고딕", 15.75F, System.Drawing.FontStyle.Bold);
            this.textBox2.Location = new System.Drawing.Point(423, 58);
            this.textBox2.Name = "textBox2";
            this.textBox2.ReadOnly = true;
            this.textBox2.Size = new System.Drawing.Size(51, 28);
            this.textBox2.TabIndex = 25;
            this.textBox2.TabStop = false;
            this.textBox2.Text = "원";
            this.textBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.toolTip1.SetToolTip(this.textBox2, "Database ID");
            // 
            // dsPurchase
            // 
            this.dsPurchase.DataSetName = "dsPurchase";
            this.dsPurchase.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // bs
            // 
            this.bs.DataMember = "Purchase";
            this.bs.DataSource = this.dsPurchase;
            // 
            // ta
            // 
            this.ta.ClearBeforeFill = true;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.textBox1);
            this.groupBox1.Controls.Add(label7);
            this.groupBox1.Controls.Add(this.tbCr);
            this.groupBox1.Controls.Add(label6);
            this.groupBox1.Controls.Add(this.textBox2);
            this.groupBox1.Controls.Add(this.tbSum);
            this.groupBox1.Controls.Add(label3);
            this.groupBox1.Controls.Add(projectLabel);
            this.groupBox1.Controls.Add(this.tbProject);
            this.groupBox1.Controls.Add(this.tbProjectIndex);
            this.groupBox1.Dock = System.Windows.Forms.DockStyle.Left;
            this.groupBox1.Location = new System.Drawing.Point(0, 3);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(483, 155);
            this.groupBox1.TabIndex = 23;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "프로젝트 정보";
            // 
            // textBox1
            // 
            this.textBox1.BackColor = System.Drawing.SystemColors.Control;
            this.textBox1.Enabled = false;
            this.textBox1.ImeMode = System.Windows.Forms.ImeMode.Hangul;
            this.textBox1.Location = new System.Drawing.Point(88, 123);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(389, 25);
            this.textBox1.TabIndex = 29;
            // 
            // tbCr
            // 
            this.tbCr.BackColor = System.Drawing.SystemColors.Control;
            this.tbCr.Enabled = false;
            this.tbCr.ImeMode = System.Windows.Forms.ImeMode.Hangul;
            this.tbCr.Location = new System.Drawing.Point(88, 95);
            this.tbCr.Name = "tbCr";
            this.tbCr.Size = new System.Drawing.Size(389, 25);
            this.tbCr.TabIndex = 27;
            this.tbCr.Text = "dv";
            // 
            // tbSum
            // 
            this.tbSum.BackColor = System.Drawing.SystemColors.Control;
            this.tbSum.Enabled = false;
            this.tbSum.Font = new System.Drawing.Font("맑은 고딕", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.tbSum.ImeMode = System.Windows.Forms.ImeMode.Hangul;
            this.tbSum.Location = new System.Drawing.Point(88, 55);
            this.tbSum.Name = "tbSum";
            this.tbSum.Size = new System.Drawing.Size(329, 35);
            this.tbSum.TabIndex = 24;
            this.tbSum.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.chkPriceZero);
            this.groupBox2.Controls.Add(this.tbManager);
            this.groupBox2.Controls.Add(label17);
            this.groupBox2.Controls.Add(this.btEQModel);
            this.groupBox2.Controls.Add(this.btEQProc);
            this.groupBox2.Controls.Add(this.btEQManu);
            this.groupBox2.Controls.Add(this.label8);
            this.groupBox2.Controls.Add(this.label5);
            this.groupBox2.Controls.Add(this.label4);
            this.groupBox2.Controls.Add(label2);
            this.groupBox2.Controls.Add(this.cmbRequest);
            this.groupBox2.Controls.Add(label1);
            this.groupBox2.Controls.Add(this.dtPdate);
            this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox2.Location = new System.Drawing.Point(493, 3);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(572, 155);
            this.groupBox2.TabIndex = 24;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "구매 등록 정보";
            // 
            // tbManager
            // 
            this.tbManager.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
            this.tbManager.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
            this.tbManager.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.tbManager.FormattingEnabled = true;
            this.tbManager.ImeMode = System.Windows.Forms.ImeMode.Hangul;
            this.tbManager.Location = new System.Drawing.Point(88, 116);
            this.tbManager.Margin = new System.Windows.Forms.Padding(4);
            this.tbManager.Name = "tbManager";
            this.tbManager.Size = new System.Drawing.Size(155, 25);
            this.tbManager.TabIndex = 49;
            // 
            // btEQModel
            // 
            this.btEQModel.Location = new System.Drawing.Point(315, 86);
            this.btEQModel.Name = "btEQModel";
            this.btEQModel.Size = new System.Drawing.Size(144, 25);
            this.btEQModel.TabIndex = 15;
            this.btEQModel.Text = "공용코드07";
            this.btEQModel.UseVisualStyleBackColor = true;
            this.btEQModel.Click += new System.EventHandler(this.cmbModel_Click);
            // 
            // btEQProc
            // 
            this.btEQProc.Location = new System.Drawing.Point(315, 55);
            this.btEQProc.Name = "btEQProc";
            this.btEQProc.Size = new System.Drawing.Size(144, 25);
            this.btEQProc.TabIndex = 14;
            this.btEQProc.Text = " 공용코드08";
            this.btEQProc.UseVisualStyleBackColor = true;
            this.btEQProc.Click += new System.EventHandler(this.cmbProcess_Click);
            // 
            // btEQManu
            // 
            this.btEQManu.Location = new System.Drawing.Point(88, 86);
            this.btEQManu.Name = "btEQManu";
            this.btEQManu.Size = new System.Drawing.Size(155, 25);
            this.btEQManu.TabIndex = 13;
            this.btEQManu.Text = "공용코드06";
            this.btEQManu.UseVisualStyleBackColor = true;
            this.btEQManu.Click += new System.EventHandler(this.cmbManu_Click);
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.dv1);
            this.groupBox3.Controls.Add(this.toolStrip1);
            this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox3.Location = new System.Drawing.Point(5, 168);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(1065, 441);
            this.groupBox3.TabIndex = 26;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "파트리스트";
            // 
            // dv1
            // 
            this.dv1.A_DelCurrentCell = true;
            this.dv1.A_EnterToTab = true;
            this.dv1.A_KoreanField = null;
            this.dv1.A_UpperField = null;
            this.dv1.A_ViewRownumOnHeader = true;
            this.dv1.AllowUserToAddRows = false;
            this.dv1.AllowUserToDeleteRows = false;
            this.dv1.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.dv1.ColumnHeadersHeight = 30;
            this.dv1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
            this.dv1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.dvc_sid,
            this.dvc_name,
            this.dvc_model,
            this.dvc_price,
            this.dvc_priced,
            this.dvc_qtyreq,
            this.dvc_qty,
            this.dvc_amt,
            this.dvc_spm,
            this.dvc_remark});
            dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle9.Font = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            dataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dv1.DefaultCellStyle = dataGridViewCellStyle9;
            this.dv1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dv1.Location = new System.Drawing.Point(3, 21);
            this.dv1.Name = "dv1";
            this.dv1.RowTemplate.Height = 23;
            this.dv1.Size = new System.Drawing.Size(1059, 370);
            this.dv1.TabIndex = 27;
            this.dv1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dv1_CellContentClick);
            this.dv1.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dv1_CellEndEdit_1);
            this.dv1.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.dv1_CellFormatting);
            // 
            // dvc_sid
            // 
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.dvc_sid.DefaultCellStyle = dataGridViewCellStyle1;
            this.dvc_sid.HeaderText = "SID";
            this.dvc_sid.Name = "dvc_sid";
            this.dvc_sid.ReadOnly = true;
            // 
            // dvc_name
            // 
            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.dvc_name.DefaultCellStyle = dataGridViewCellStyle2;
            this.dvc_name.HeaderText = "품명";
            this.dvc_name.Name = "dvc_name";
            this.dvc_name.ReadOnly = true;
            // 
            // dvc_model
            // 
            dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.dvc_model.DefaultCellStyle = dataGridViewCellStyle3;
            this.dvc_model.HeaderText = "모델";
            this.dvc_model.Name = "dvc_model";
            this.dvc_model.ReadOnly = true;
            // 
            // dvc_price
            // 
            dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle4.Format = "N0";
            this.dvc_price.DefaultCellStyle = dataGridViewCellStyle4;
            this.dvc_price.HeaderText = "단가(KRW)";
            this.dvc_price.Name = "dvc_price";
            // 
            // dvc_priced
            // 
            this.dvc_priced.HeaderText = "단가(USD)";
            this.dvc_priced.Name = "dvc_priced";
            // 
            // dvc_qtyreq
            // 
            dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.dvc_qtyreq.DefaultCellStyle = dataGridViewCellStyle5;
            this.dvc_qtyreq.HeaderText = "구매요청";
            this.dvc_qtyreq.Name = "dvc_qtyreq";
            this.dvc_qtyreq.ReadOnly = true;
            // 
            // dvc_qty
            // 
            dataGridViewCellStyle6.Format = "N0";
            this.dvc_qty.DefaultCellStyle = dataGridViewCellStyle6;
            this.dvc_qty.HeaderText = "구매신청";
            this.dvc_qty.Name = "dvc_qty";
            // 
            // dvc_amt
            // 
            dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            dataGridViewCellStyle7.Format = "N0";
            this.dvc_amt.DefaultCellStyle = dataGridViewCellStyle7;
            this.dvc_amt.HeaderText = "구매금액";
            this.dvc_amt.Name = "dvc_amt";
            this.dvc_amt.ReadOnly = true;
            // 
            // dvc_spm
            // 
            this.dvc_spm.HeaderText = "SPM";
            this.dvc_spm.Name = "dvc_spm";
            // 
            // dvc_remark
            // 
            this.dvc_remark.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            this.dvc_remark.DefaultCellStyle = dataGridViewCellStyle8;
            this.dvc_remark.HeaderText = "비고";
            this.dvc_remark.Name = "dvc_remark";
            // 
            // toolStrip1
            // 
            this.toolStrip1.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.toolStrip1.ImageScalingSize = new System.Drawing.Size(40, 40);
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripButton2,
            this.toolStripButton4,
            this.toolStripButton8,
            this.toolStripButton1,
            this.toolStripButton3,
            this.toolStripButton5,
            this.toolStripButton6});
            this.toolStrip1.Location = new System.Drawing.Point(3, 391);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(1059, 47);
            this.toolStrip1.TabIndex = 26;
            this.toolStrip1.Text = "toolStrip1";
            // 
            // toolStripButton2
            // 
            this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
            this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton2.Name = "toolStripButton2";
            this.toolStripButton2.Size = new System.Drawing.Size(116, 44);
            this.toolStripButton2.Text = "선택삭제(&D)";
            this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
            // 
            // toolStripButton4
            // 
            this.toolStripButton4.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.toolStripButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image")));
            this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton4.Name = "toolStripButton4";
            this.toolStripButton4.Size = new System.Drawing.Size(133, 44);
            this.toolStripButton4.Text = "CR구매 등록(&S)";
            this.toolStripButton4.Click += new System.EventHandler(this.toolStripButton4_Click);
            // 
            // toolStripButton8
            // 
            this.toolStripButton8.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton8.Image")));
            this.toolStripButton8.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton8.Name = "toolStripButton8";
            this.toolStripButton8.Size = new System.Drawing.Size(130, 44);
            this.toolStripButton8.Text = "목록 재구성(&R)";
            this.toolStripButton8.Click += new System.EventHandler(this.toolStripButton8_Click);
            // 
            // toolStripButton1
            // 
            this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
            this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton1.Name = "toolStripButton1";
            this.toolStripButton1.Size = new System.Drawing.Size(100, 44);
            this.toolStripButton1.Text = "SPM검사";
            this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
            // 
            // toolStripButton3
            // 
            this.toolStripButton3.ForeColor = System.Drawing.Color.Red;
            this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
            this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton3.Name = "toolStripButton3";
            this.toolStripButton3.Size = new System.Drawing.Size(192, 44);
            this.toolStripButton3.Text = "구매수량에 SPM수량 제외";
            this.toolStripButton3.Visible = false;
            this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
            // 
            // toolStripButton5
            // 
            this.toolStripButton5.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton5.Image")));
            this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton5.Name = "toolStripButton5";
            this.toolStripButton5.Size = new System.Drawing.Size(136, 44);
            this.toolStripButton5.Text = "SPM사이트열기";
            this.toolStripButton5.Click += new System.EventHandler(this.toolStripButton5_Click);
            // 
            // toolStripButton6
            // 
            this.toolStripButton6.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton6.Image")));
            this.toolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton6.Name = "toolStripButton6";
            this.toolStripButton6.Size = new System.Drawing.Size(135, 44);
            this.toolStripButton6.Text = "견적서폴더열기";
            this.toolStripButton6.Click += new System.EventHandler(this.toolStripButton6_Click);
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.groupBox2);
            this.panel1.Controls.Add(this.panel3);
            this.panel1.Controls.Add(this.groupBox1);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel1.Location = new System.Drawing.Point(5, 5);
            this.panel1.Name = "panel1";
            this.panel1.Padding = new System.Windows.Forms.Padding(0, 3, 0, 5);
            this.panel1.Size = new System.Drawing.Size(1065, 163);
            this.panel1.TabIndex = 0;
            // 
            // panel3
            // 
            this.panel3.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel3.Location = new System.Drawing.Point(483, 3);
            this.panel3.Name = "panel3";
            this.panel3.Size = new System.Drawing.Size(10, 155);
            this.panel3.TabIndex = 26;
            // 
            // statusStrip1
            // 
            this.statusStrip1.Location = new System.Drawing.Point(5, 609);
            this.statusStrip1.Name = "statusStrip1";
            this.statusStrip1.Size = new System.Drawing.Size(1065, 22);
            this.statusStrip1.TabIndex = 28;
            this.statusStrip1.Text = "statusStrip1";
            // 
            // taProject
            // 
            this.taProject.ClearBeforeFill = true;
            // 
            // taPart
            // 
            this.taPart.ClearBeforeFill = true;
            // 
            // chkPriceZero
            // 
            this.chkPriceZero.AutoSize = true;
            this.chkPriceZero.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.chkPriceZero.Location = new System.Drawing.Point(315, 124);
            this.chkPriceZero.Name = "chkPriceZero";
            this.chkPriceZero.Size = new System.Drawing.Size(168, 25);
            this.chkPriceZero.TabIndex = 50;
            this.chkPriceZero.Text = "단가 0원 입력 허용";
            this.chkPriceZero.UseVisualStyleBackColor = true;
            // 
            // fProjectPartToPurchaseCR
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.ClientSize = new System.Drawing.Size(1075, 636);
            this.Controls.Add(this.groupBox3);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.statusStrip1);
            this.Font = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.Name = "fProjectPartToPurchaseCR";
            this.Padding = new System.Windows.Forms.Padding(5);
            this.Text = "파트리스트 CR 등록";
            this.Load += new System.EventHandler(this.@__Load);
            ((System.ComponentModel.ISupportInitialize)(this.dsPurchase)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.groupBox3.ResumeLayout(false);
            this.groupBox3.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dv1)).EndInit();
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.panel1.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
        #endregion
        private System.Windows.Forms.TextBox tbProject;
        private System.Windows.Forms.TextBox tbProjectIndex;
        private System.Windows.Forms.DateTimePicker dtPdate;
        private System.Windows.Forms.ComboBox cmbRequest;
        private dsPurchase dsPurchase;
        private System.Windows.Forms.BindingSource bs;
        private dsPurchaseTableAdapters.PurchaseTableAdapter ta;
        private System.Windows.Forms.ToolTip toolTip1;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.TextBox tbSum;
        private System.Windows.Forms.TextBox textBox2;
        private System.Windows.Forms.GroupBox groupBox2;
        private dsPRJTableAdapters.ProjectsTableAdapter taProject;
        private System.Windows.Forms.TextBox tbCr;
        private dsPRJTableAdapters.ProjectsPartTableAdapter taPart;
        private System.Windows.Forms.GroupBox groupBox3;
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.Panel panel3;
        private System.Windows.Forms.StatusStrip statusStrip1;
        private System.Windows.Forms.TextBox textBox1;
        private System.Windows.Forms.ToolStrip toolStrip1;
        private System.Windows.Forms.ToolStripButton toolStripButton2;
        private System.Windows.Forms.ToolStripButton toolStripButton4;
        private System.Windows.Forms.ToolStripButton toolStripButton8;
        private arCtl.arDatagridView dv1;
        private System.Windows.Forms.ToolStripButton toolStripButton1;
        private System.Windows.Forms.ToolStripButton toolStripButton3;
        private System.Windows.Forms.ToolStripButton toolStripButton5;
        private System.Windows.Forms.ToolStripButton toolStripButton6;
        private System.Windows.Forms.Button btEQModel;
        private System.Windows.Forms.Button btEQProc;
        private System.Windows.Forms.Button btEQManu;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.ComboBox tbManager;
        private System.Windows.Forms.DataGridViewTextBoxColumn dvc_sid;
        private System.Windows.Forms.DataGridViewTextBoxColumn dvc_name;
        private System.Windows.Forms.DataGridViewTextBoxColumn dvc_model;
        private System.Windows.Forms.DataGridViewTextBoxColumn dvc_price;
        private System.Windows.Forms.DataGridViewTextBoxColumn dvc_priced;
        private System.Windows.Forms.DataGridViewTextBoxColumn dvc_qtyreq;
        private System.Windows.Forms.DataGridViewTextBoxColumn dvc_qty;
        private System.Windows.Forms.DataGridViewTextBoxColumn dvc_amt;
        private System.Windows.Forms.DataGridViewButtonColumn dvc_spm;
        private System.Windows.Forms.DataGridViewTextBoxColumn dvc_remark;
        private System.Windows.Forms.CheckBox chkPriceZero;
    }
}