namespace FPJ0000 { partial class fProjectPartToPurchase { /// /// 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 processLabel; System.Windows.Forms.Label projectLabel; System.Windows.Forms.Label assetLabel; System.Windows.Forms.Label label1; System.Windows.Forms.Label stateLabel; System.Windows.Forms.Label label2; System.Windows.Forms.Label label4; System.Windows.Forms.Label label5; System.Windows.Forms.Label label3; System.Windows.Forms.Label label6; System.Windows.Forms.Label label7; System.Windows.Forms.Label label8; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fProjectPartToPurchase)); this.tbProject = new System.Windows.Forms.TextBox(); this.tbProjectIndex = new System.Windows.Forms.TextBox(); this.dtPdate = new System.Windows.Forms.DateTimePicker(); this.cmbState = new System.Windows.Forms.ComboBox(); this.cbProcess = new System.Windows.Forms.ComboBox(); this.cmbRequest = new System.Windows.Forms.ComboBox(); this.tbOrderNo = new System.Windows.Forms.TextBox(); this.cbManuProc = new System.Windows.Forms.ComboBox(); this.cbEQModel = new System.Windows.Forms.ComboBox(); this.cbEQManu = 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.radioButton2 = new System.Windows.Forms.RadioButton(); this.radioButton1 = new System.Windows.Forms.RadioButton(); this.listView1 = new System.Windows.Forms.ListView(); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader9 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader10 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.toolStripDropDownButton1 = new System.Windows.Forms.ToolStripButton(); this.toolStripButton2 = new System.Windows.Forms.ToolStripButton(); this.toolStripButton3 = new System.Windows.Forms.ToolStripButton(); this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); this.toolStripButton6 = new System.Windows.Forms.ToolStripButton(); this.toolStripButton5 = new System.Windows.Forms.ToolStripButton(); this.toolStripButton7 = new System.Windows.Forms.ToolStripButton(); this.toolStripButton4 = 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.columnHeader11 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.toolStripButton8 = new System.Windows.Forms.ToolStripButton(); processLabel = new System.Windows.Forms.Label(); projectLabel = new System.Windows.Forms.Label(); assetLabel = new System.Windows.Forms.Label(); label1 = new System.Windows.Forms.Label(); stateLabel = new System.Windows.Forms.Label(); label2 = new System.Windows.Forms.Label(); label4 = new System.Windows.Forms.Label(); label5 = new System.Windows.Forms.Label(); label3 = new System.Windows.Forms.Label(); label6 = new System.Windows.Forms.Label(); label7 = new System.Windows.Forms.Label(); label8 = 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(); this.toolStrip1.SuspendLayout(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // processLabel // processLabel.AutoSize = true; processLabel.Location = new System.Drawing.Point(28, 90); processLabel.Name = "processLabel"; processLabel.Size = new System.Drawing.Size(34, 17); processLabel.TabIndex = 4; processLabel.Text = "공정"; // // 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 = "프로젝트"; // // assetLabel // assetLabel.AutoSize = true; assetLabel.Location = new System.Drawing.Point(382, 89); assetLabel.Name = "assetLabel"; assetLabel.Size = new System.Drawing.Size(60, 17); assetLabel.TabIndex = 10; assetLabel.Text = "장비모델"; // // label1 // label1.AutoSize = true; label1.Location = new System.Drawing.Point(7, 28); label1.Name = "label1"; label1.Size = new System.Drawing.Size(47, 17); label1.TabIndex = 0; label1.Text = "입력일"; // // stateLabel // stateLabel.AutoSize = true; stateLabel.Location = new System.Drawing.Point(5, 58); stateLabel.Name = "stateLabel"; stateLabel.Size = new System.Drawing.Size(60, 17); stateLabel.TabIndex = 0; stateLabel.Text = "구매상태"; // // label2 // label2.AutoSize = true; label2.Location = new System.Drawing.Point(370, 59); label2.Name = "label2"; label2.Size = new System.Drawing.Size(73, 17); label2.TabIndex = 12; label2.Text = "장비제조사"; // // label4 // label4.AutoSize = true; label4.Location = new System.Drawing.Point(382, 27); label4.Name = "label4"; label4.Size = new System.Drawing.Size(60, 17); label4.TabIndex = 18; label4.Text = "제조공정"; // // label5 // label5.AutoSize = true; label5.Location = new System.Drawing.Point(12, 119); label5.Name = "label5"; label5.Size = new System.Drawing.Size(51, 17); label5.TabIndex = 20; label5.Text = "CR/CF#"; // // 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 = "비고"; // // label8 // label8.AutoSize = true; label8.Location = new System.Drawing.Point(382, 122); label8.Name = "label8"; label8.Size = new System.Drawing.Size(60, 17); label8.TabIndex = 22; 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(243, 25); this.tbProject.TabIndex = 7; // // tbProjectIndex // this.tbProjectIndex.BackColor = System.Drawing.SystemColors.Control; this.tbProjectIndex.Enabled = false; this.tbProjectIndex.Location = new System.Drawing.Point(339, 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(65, 24); this.dtPdate.Name = "dtPdate"; this.dtPdate.Size = new System.Drawing.Size(186, 25); this.dtPdate.TabIndex = 1; // // cmbState // this.cmbState.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); this.cmbState.FormattingEnabled = true; this.cmbState.Location = new System.Drawing.Point(65, 55); this.cmbState.Name = "cmbState"; this.cmbState.Size = new System.Drawing.Size(297, 25); this.cmbState.TabIndex = 1; // // cbProcess // this.cbProcess.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.cbProcess.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.cbProcess.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); this.cbProcess.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbProcess.FormattingEnabled = true; this.cbProcess.Location = new System.Drawing.Point(65, 86); this.cbProcess.Name = "cbProcess"; this.cbProcess.Size = new System.Drawing.Size(297, 25); this.cbProcess.TabIndex = 5; // // 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(254, 24); this.cmbRequest.Name = "cmbRequest"; this.cmbRequest.Size = new System.Drawing.Size(109, 25); this.cmbRequest.TabIndex = 2; // // tbOrderNo // this.tbOrderNo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.tbOrderNo.Location = new System.Drawing.Point(65, 117); this.tbOrderNo.Name = "tbOrderNo"; this.tbOrderNo.Size = new System.Drawing.Size(297, 25); this.tbOrderNo.TabIndex = 21; this.tbOrderNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // cbManuProc // this.cbManuProc.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.cbManuProc.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.cbManuProc.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbManuProc.FormattingEnabled = true; this.cbManuProc.ImeMode = System.Windows.Forms.ImeMode.Hangul; this.cbManuProc.Location = new System.Drawing.Point(442, 24); this.cbManuProc.Name = "cbManuProc"; this.cbManuProc.Size = new System.Drawing.Size(297, 25); this.cbManuProc.TabIndex = 19; // // cbEQModel // this.cbEQModel.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.cbEQModel.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.cbEQModel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbEQModel.FormattingEnabled = true; this.cbEQModel.ImeMode = System.Windows.Forms.ImeMode.Hangul; this.cbEQModel.Location = new System.Drawing.Point(442, 86); this.cbEQModel.Name = "cbEQModel"; this.cbEQModel.Size = new System.Drawing.Size(297, 25); this.cbEQModel.TabIndex = 11; // // cbEQManu // this.cbEQManu.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.cbEQManu.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.cbEQManu.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbEQManu.FormattingEnabled = true; this.cbEQManu.ImeMode = System.Windows.Forms.ImeMode.Hangul; this.cbEQManu.Location = new System.Drawing.Point(442, 55); this.cbEQManu.Name = "cbEQManu"; this.cbEQManu.Size = new System.Drawing.Size(297, 25); this.cbEQManu.TabIndex = 13; this.cbEQManu.SelectedIndexChanged += new System.EventHandler(this.cbEQManu_SelectedIndexChanged); // // 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(339, 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(404, 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(302, 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(302, 25); this.tbCr.TabIndex = 27; // // 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(243, 35); this.tbSum.TabIndex = 24; this.tbSum.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // groupBox2 // this.groupBox2.Controls.Add(this.radioButton2); this.groupBox2.Controls.Add(this.radioButton1); this.groupBox2.Controls.Add(label8); this.groupBox2.Controls.Add(this.cmbRequest); this.groupBox2.Controls.Add(label1); this.groupBox2.Controls.Add(this.cbManuProc); this.groupBox2.Controls.Add(this.cbEQModel); this.groupBox2.Controls.Add(this.dtPdate); this.groupBox2.Controls.Add(this.cbEQManu); this.groupBox2.Controls.Add(label2); this.groupBox2.Controls.Add(label4); this.groupBox2.Controls.Add(assetLabel); this.groupBox2.Controls.Add(this.cmbState); this.groupBox2.Controls.Add(this.tbOrderNo); this.groupBox2.Controls.Add(stateLabel); this.groupBox2.Controls.Add(this.cbProcess); this.groupBox2.Controls.Add(label5); this.groupBox2.Controls.Add(processLabel); this.groupBox2.Dock = System.Windows.Forms.DockStyle.Left; this.groupBox2.Location = new System.Drawing.Point(414, 3); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(749, 155); this.groupBox2.TabIndex = 24; this.groupBox2.TabStop = false; this.groupBox2.Text = "구매 등록 정보"; // // radioButton2 // this.radioButton2.AutoSize = true; this.radioButton2.Location = new System.Drawing.Point(532, 121); this.radioButton2.Name = "radioButton2"; this.radioButton2.Size = new System.Drawing.Size(109, 21); this.radioButton2.TabIndex = 24; this.radioButton2.TabStop = true; this.radioButton2.Text = "구매요구 수량"; this.radioButton2.UseVisualStyleBackColor = true; // // radioButton1 // this.radioButton1.AutoSize = true; this.radioButton1.Checked = true; this.radioButton1.Location = new System.Drawing.Point(448, 121); this.radioButton1.Name = "radioButton1"; this.radioButton1.Size = new System.Drawing.Size(78, 21); this.radioButton1.TabIndex = 23; this.radioButton1.TabStop = true; this.radioButton1.Text = "파트수량"; this.radioButton1.UseVisualStyleBackColor = true; // // listView1 // this.listView1.CheckBoxes = true; this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader1, this.columnHeader2, this.columnHeader3, this.columnHeader4, this.columnHeader5, this.columnHeader6, this.columnHeader7, this.columnHeader8, this.columnHeader9, this.columnHeader10, this.columnHeader11}); this.listView1.Dock = System.Windows.Forms.DockStyle.Fill; this.listView1.FullRowSelect = true; this.listView1.GridLines = true; this.listView1.HideSelection = false; this.listView1.Location = new System.Drawing.Point(3, 21); this.listView1.Name = "listView1"; this.listView1.Size = new System.Drawing.Size(1168, 421); this.listView1.TabIndex = 25; this.listView1.UseCompatibleStateImageBehavior = false; this.listView1.View = System.Windows.Forms.View.Details; // // columnHeader1 // this.columnHeader1.Text = "중분류"; this.columnHeader1.Width = 109; // // columnHeader2 // this.columnHeader2.Text = "소분류"; this.columnHeader2.Width = 102; // // columnHeader3 // this.columnHeader3.Text = "SID"; this.columnHeader3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.columnHeader3.Width = 97; // // columnHeader4 // this.columnHeader4.Text = "품명"; this.columnHeader4.Width = 220; // // columnHeader5 // this.columnHeader5.Text = "모델"; this.columnHeader5.Width = 201; // // columnHeader6 // this.columnHeader6.Text = "수량"; this.columnHeader6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.columnHeader6.Width = 61; // // columnHeader7 // this.columnHeader7.Text = "단가"; this.columnHeader7.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.columnHeader7.Width = 57; // // columnHeader8 // this.columnHeader8.Text = "금액"; this.columnHeader8.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.columnHeader8.Width = 90; // // columnHeader9 // this.columnHeader9.Text = "구매"; this.columnHeader9.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.columnHeader9.Width = 57; // // columnHeader10 // this.columnHeader10.Text = "구매금액"; this.columnHeader10.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.columnHeader10.Width = 83; // // groupBox3 // this.groupBox3.Controls.Add(this.listView1); 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(1174, 470); this.groupBox3.TabIndex = 26; this.groupBox3.TabStop = false; this.groupBox3.Text = "파트리스트"; // // toolStrip1 // this.toolStrip1.Dock = System.Windows.Forms.DockStyle.Bottom; this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripDropDownButton1, this.toolStripButton2, this.toolStripButton3, this.toolStripButton1, this.toolStripButton6, this.toolStripButton5, this.toolStripButton7, this.toolStripButton4, this.toolStripButton8}); this.toolStrip1.Location = new System.Drawing.Point(3, 442); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(1168, 25); this.toolStrip1.TabIndex = 26; this.toolStrip1.Text = "toolStrip1"; // // toolStripDropDownButton1 // this.toolStripDropDownButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton1.Image"))); this.toolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripDropDownButton1.Name = "toolStripDropDownButton1"; this.toolStripDropDownButton1.Size = new System.Drawing.Size(75, 22); this.toolStripDropDownButton1.Text = "전체선택"; this.toolStripDropDownButton1.Click += new System.EventHandler(this.toolStripDropDownButton1_Click); // // 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(75, 22); this.toolStripButton2.Text = "선택해제"; this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click); // // toolStripButton3 // 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(75, 22); this.toolStripButton3.Text = "선택반전"; this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_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(130, 22); this.toolStripButton1.Text = "SID 없는 항목 제외"; this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_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(119, 22); this.toolStripButton6.Text = "동일 중분류 선택"; this.toolStripButton6.Click += new System.EventHandler(this.toolStripButton6_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(119, 22); this.toolStripButton5.Text = "동일 소분류 선택"; this.toolStripButton5.Click += new System.EventHandler(this.toolStripButton5_Click); // // toolStripButton7 // this.toolStripButton7.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.toolStripButton7.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton7.Image"))); this.toolStripButton7.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton7.Name = "toolStripButton7"; this.toolStripButton7.Size = new System.Drawing.Size(79, 22); this.toolStripButton7.Text = "등록 취소"; this.toolStripButton7.Click += new System.EventHandler(this.toolStripButton7_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(114, 22); this.toolStripButton4.Text = "NR구매 등록 (&S)"; this.toolStripButton4.Click += new System.EventHandler(this.toolStripButton4_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(1174, 163); this.panel1.TabIndex = 0; // // panel3 // this.panel3.Dock = System.Windows.Forms.DockStyle.Left; this.panel3.Location = new System.Drawing.Point(404, 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, 638); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Size = new System.Drawing.Size(1174, 22); this.statusStrip1.TabIndex = 28; this.statusStrip1.Text = "statusStrip1"; // // taProject // this.taProject.ClearBeforeFill = true; // // taPart // this.taPart.ClearBeforeFill = true; // // columnHeader11 // this.columnHeader11.Text = "PO"; // // 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(75, 22); this.toolStripButton8.Text = "새로고침"; this.toolStripButton8.Click += new System.EventHandler(this.toolStripButton8_Click); // // fProjectPartToPurchase // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1184, 665); 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 = "fProjectPartToPurchase"; this.Padding = new System.Windows.Forms.Padding(5); this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "파트리스트 NR 등록"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; 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(); 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 cmbState; private System.Windows.Forms.ComboBox cbProcess; private System.Windows.Forms.ComboBox cmbRequest; private dsPurchase dsPurchase; private System.Windows.Forms.BindingSource bs; private dsPurchaseTableAdapters.PurchaseTableAdapter ta; private System.Windows.Forms.ComboBox cbEQManu; private System.Windows.Forms.ComboBox cbEQModel; private System.Windows.Forms.ToolTip toolTip1; private System.Windows.Forms.ComboBox cbManuProc; private System.Windows.Forms.TextBox tbOrderNo; 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.ListView listView1; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.ColumnHeader columnHeader1; private System.Windows.Forms.ColumnHeader columnHeader2; private System.Windows.Forms.ColumnHeader columnHeader3; private System.Windows.Forms.ColumnHeader columnHeader4; private System.Windows.Forms.ColumnHeader columnHeader5; private System.Windows.Forms.ColumnHeader columnHeader6; private System.Windows.Forms.ColumnHeader columnHeader7; private System.Windows.Forms.ColumnHeader columnHeader8; private System.Windows.Forms.StatusStrip statusStrip1; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripButton toolStripDropDownButton1; private System.Windows.Forms.ToolStripButton toolStripButton2; private System.Windows.Forms.ToolStripButton toolStripButton3; private System.Windows.Forms.ToolStripButton toolStripButton1; private System.Windows.Forms.ToolStripButton toolStripButton4; private System.Windows.Forms.ToolStripButton toolStripButton6; private System.Windows.Forms.ToolStripButton toolStripButton5; private System.Windows.Forms.ToolStripButton toolStripButton7; private System.Windows.Forms.ColumnHeader columnHeader9; private System.Windows.Forms.ColumnHeader columnHeader10; private System.Windows.Forms.RadioButton radioButton1; private System.Windows.Forms.RadioButton radioButton2; private System.Windows.Forms.ColumnHeader columnHeader11; private System.Windows.Forms.ToolStripButton toolStripButton8; } }