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;
this.tbProject = new System.Windows.Forms.TextBox();
this.tbProjectIndex = new System.Windows.Forms.TextBox();
this.dtPdate = new System.Windows.Forms.DateTimePicker();
this.btSave = new System.Windows.Forms.Button();
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.tbSum = new System.Windows.Forms.TextBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.taProject = new FPJ0000.dsPRJTableAdapters.ProjectsTableAdapter();
this.tbCr = new System.Windows.Forms.TextBox();
this.taPart = new FPJ0000.dsPRJTableAdapters.ProjectsPartTableAdapter();
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();
((System.ComponentModel.ISupportInitialize)(this.dsPurchase)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// processLabel
//
processLabel.AutoSize = true;
processLabel.Location = new System.Drawing.Point(49, 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(20, 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(26, 212);
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(28, 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(26, 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(14, 182);
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(26, 150);
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(33, 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(20, 58);
label3.Name = "label3";
label3.Size = new System.Drawing.Size(60, 17);
label3.TabIndex = 23;
label3.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(86, 24);
this.dtPdate.Name = "dtPdate";
this.dtPdate.Size = new System.Drawing.Size(186, 25);
this.dtPdate.TabIndex = 1;
//
// btSave
//
this.btSave.Location = new System.Drawing.Point(12, 391);
this.btSave.Name = "btSave";
this.btSave.Size = new System.Drawing.Size(404, 43);
this.btSave.TabIndex = 0;
this.btSave.Text = "저장(&S)";
this.btSave.UseVisualStyleBackColor = true;
this.btSave.Click += new System.EventHandler(this.button1_Click);
//
// 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(86, 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(86, 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(275, 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(86, 117);
this.tbOrderNo.Name = "tbOrderNo";
this.tbOrderNo.Size = new System.Drawing.Size(297, 25);
this.tbOrderNo.TabIndex = 21;
//
// 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(86, 147);
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(86, 209);
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(86, 178);
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.Enabled = false;
this.textBox2.Location = new System.Drawing.Point(339, 54);
this.textBox2.Name = "textBox2";
this.textBox2.ReadOnly = true;
this.textBox2.Size = new System.Drawing.Size(51, 25);
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.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.Location = new System.Drawing.Point(12, 11);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(404, 119);
this.groupBox1.TabIndex = 23;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "프로젝트 정보";
//
// tbSum
//
this.tbSum.BackColor = System.Drawing.SystemColors.Control;
this.tbSum.Enabled = false;
this.tbSum.ImeMode = System.Windows.Forms.ImeMode.Hangul;
this.tbSum.Location = new System.Drawing.Point(88, 54);
this.tbSum.Name = "tbSum";
this.tbSum.Size = new System.Drawing.Size(243, 25);
this.tbSum.TabIndex = 24;
//
// groupBox2
//
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.Location = new System.Drawing.Point(12, 136);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(404, 249);
this.groupBox2.TabIndex = 24;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "구매 등록 정보";
//
// taProject
//
this.taProject.ClearBeforeFill = true;
//
// 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, 83);
this.tbCr.Name = "tbCr";
this.tbCr.Size = new System.Drawing.Size(302, 25);
this.tbCr.TabIndex = 27;
//
// label6
//
label6.AutoSize = true;
label6.Location = new System.Drawing.Point(20, 87);
label6.Name = "label6";
label6.Size = new System.Drawing.Size(43, 17);
label6.TabIndex = 26;
label6.Text = "CR/CF";
//
// taPart
//
this.taPart.ClearBeforeFill = true;
//
// fProjectPartToPurchase
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(431, 446);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.btSave);
this.Font = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "fProjectPartToPurchase";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "파트리스트 NR 등록";
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.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TextBox tbProject;
private System.Windows.Forms.TextBox tbProjectIndex;
private System.Windows.Forms.DateTimePicker dtPdate;
private System.Windows.Forms.Button btSave;
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;
}
}