635 lines
36 KiB
C#
635 lines
36 KiB
C#
namespace Project.Dialog
|
|
{
|
|
partial class fSelectSIDInformation
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fSelectSIDInformation));
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
this.tbSID = new System.Windows.Forms.TextBox();
|
|
this.tbLot = new System.Windows.Forms.TextBox();
|
|
this.tbMFG = new System.Windows.Forms.TextBox();
|
|
this.lnkBatch = new System.Windows.Forms.LinkLabel();
|
|
this.tbBatch = new System.Windows.Forms.TextBox();
|
|
this.button4 = new System.Windows.Forms.Button();
|
|
this.linkLabel7 = new System.Windows.Forms.LinkLabel();
|
|
this.linkLabel5 = new System.Windows.Forms.LinkLabel();
|
|
this.linkLabel3 = new System.Windows.Forms.LinkLabel();
|
|
this.linkLabel2 = new System.Windows.Forms.LinkLabel();
|
|
this.tbPart = new System.Windows.Forms.TextBox();
|
|
this.linkLabel8 = new System.Windows.Forms.LinkLabel();
|
|
this.TbCustCode = new System.Windows.Forms.TextBox();
|
|
this.linkLabel6 = new System.Windows.Forms.LinkLabel();
|
|
this.tbVName = new System.Windows.Forms.TextBox();
|
|
this.button5 = new System.Windows.Forms.Button();
|
|
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
|
this.lbExecuteSQL = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.bn = new System.Windows.Forms.BindingNavigator(this.components);
|
|
this.bs = new System.Windows.Forms.BindingSource(this.components);
|
|
this.dsWMS = new Project.dsWMS();
|
|
this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
|
|
this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
|
|
this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
|
|
this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
|
|
this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
|
|
this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
|
|
this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
|
|
this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.dv1 = new System.Windows.Forms.DataGridView();
|
|
this.idxDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.sIDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewButtonColumn();
|
|
this.pARTNODataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.vENDORNMDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.bATCHNODataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.cUSTCODEDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.vENDORLOTDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.mFGDATEDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.qTYDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.panDv = new System.Windows.Forms.Panel();
|
|
this.btOK = new System.Windows.Forms.Button();
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
this.ta = new Project.dsWMSTableAdapters.VW_GET_MAX_QTY_VENDOR_LOTTableAdapter();
|
|
this.tam = new Project.dsWMSTableAdapters.TableAdapterManager();
|
|
this.statusStrip1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit();
|
|
this.bn.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dsWMS)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dv1)).BeginInit();
|
|
this.panDv.SuspendLayout();
|
|
this.panel3.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// tbSID
|
|
//
|
|
this.tbSID.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
|
|
this.tbSID.Font = new System.Drawing.Font("맑은 고딕", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.tbSID.Location = new System.Drawing.Point(113, 8);
|
|
this.tbSID.Margin = new System.Windows.Forms.Padding(5, 8, 5, 8);
|
|
this.tbSID.Name = "tbSID";
|
|
this.tbSID.Size = new System.Drawing.Size(288, 31);
|
|
this.tbSID.TabIndex = 1;
|
|
this.tbSID.Tag = "";
|
|
this.tbSID.Click += new System.EventHandler(this.tbDate_Click);
|
|
//
|
|
// tbLot
|
|
//
|
|
this.tbLot.Font = new System.Drawing.Font("맑은 고딕", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.tbLot.Location = new System.Drawing.Point(113, 44);
|
|
this.tbLot.Margin = new System.Windows.Forms.Padding(5, 8, 5, 8);
|
|
this.tbLot.Name = "tbLot";
|
|
this.tbLot.Size = new System.Drawing.Size(288, 31);
|
|
this.tbLot.TabIndex = 1;
|
|
this.tbLot.Tag = "";
|
|
this.tbLot.Click += new System.EventHandler(this.tbDate_Click);
|
|
//
|
|
// tbMFG
|
|
//
|
|
this.tbMFG.Font = new System.Drawing.Font("맑은 고딕", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.tbMFG.Location = new System.Drawing.Point(502, 80);
|
|
this.tbMFG.Margin = new System.Windows.Forms.Padding(5, 8, 5, 8);
|
|
this.tbMFG.Name = "tbMFG";
|
|
this.tbMFG.Size = new System.Drawing.Size(239, 31);
|
|
this.tbMFG.TabIndex = 3;
|
|
this.tbMFG.Tag = "";
|
|
this.tbMFG.Click += new System.EventHandler(this.tbDate_Click);
|
|
//
|
|
// lnkBatch
|
|
//
|
|
this.lnkBatch.AutoSize = true;
|
|
this.lnkBatch.Font = new System.Drawing.Font("맑은 고딕", 10F);
|
|
this.lnkBatch.Location = new System.Drawing.Point(448, 122);
|
|
this.lnkBatch.Name = "lnkBatch";
|
|
this.lnkBatch.Size = new System.Drawing.Size(52, 19);
|
|
this.lnkBatch.TabIndex = 34;
|
|
this.lnkBatch.TabStop = true;
|
|
this.lnkBatch.Text = "BATCH";
|
|
this.lnkBatch.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkBatch_LinkClicked);
|
|
//
|
|
// tbBatch
|
|
//
|
|
this.tbBatch.Font = new System.Drawing.Font("맑은 고딕", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.tbBatch.Location = new System.Drawing.Point(502, 116);
|
|
this.tbBatch.Margin = new System.Windows.Forms.Padding(5, 8, 5, 8);
|
|
this.tbBatch.Name = "tbBatch";
|
|
this.tbBatch.Size = new System.Drawing.Size(239, 31);
|
|
this.tbBatch.TabIndex = 33;
|
|
this.tbBatch.Tag = "";
|
|
//
|
|
// button4
|
|
//
|
|
this.button4.Font = new System.Drawing.Font("맑은 고딕", 12F);
|
|
this.button4.Location = new System.Drawing.Point(349, 79);
|
|
this.button4.Name = "button4";
|
|
this.button4.Size = new System.Drawing.Size(52, 32);
|
|
this.button4.TabIndex = 31;
|
|
this.button4.Text = "N/A";
|
|
this.button4.UseVisualStyleBackColor = true;
|
|
this.button4.Click += new System.EventHandler(this.button4_Click_1);
|
|
//
|
|
// linkLabel7
|
|
//
|
|
this.linkLabel7.AutoSize = true;
|
|
this.linkLabel7.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.linkLabel7.Location = new System.Drawing.Point(41, 86);
|
|
this.linkLabel7.Name = "linkLabel7";
|
|
this.linkLabel7.Size = new System.Drawing.Size(69, 19);
|
|
this.linkLabel7.TabIndex = 23;
|
|
this.linkLabel7.TabStop = true;
|
|
this.linkLabel7.Text = "PART NO";
|
|
this.linkLabel7.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel7_LinkClicked);
|
|
//
|
|
// linkLabel5
|
|
//
|
|
this.linkLabel5.AutoSize = true;
|
|
this.linkLabel5.Font = new System.Drawing.Font("맑은 고딕", 10F);
|
|
this.linkLabel5.Location = new System.Drawing.Point(423, 86);
|
|
this.linkLabel5.Name = "linkLabel5";
|
|
this.linkLabel5.Size = new System.Drawing.Size(77, 19);
|
|
this.linkLabel5.TabIndex = 23;
|
|
this.linkLabel5.TabStop = true;
|
|
this.linkLabel5.Text = "MFG DATE";
|
|
this.linkLabel5.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel5_LinkClicked);
|
|
//
|
|
// linkLabel3
|
|
//
|
|
this.linkLabel3.AutoSize = true;
|
|
this.linkLabel3.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.linkLabel3.Location = new System.Drawing.Point(27, 50);
|
|
this.linkLabel3.Name = "linkLabel3";
|
|
this.linkLabel3.Size = new System.Drawing.Size(83, 19);
|
|
this.linkLabel3.TabIndex = 23;
|
|
this.linkLabel3.TabStop = true;
|
|
this.linkLabel3.Text = "Vender LOT";
|
|
this.linkLabel3.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel3_LinkClicked);
|
|
//
|
|
// linkLabel2
|
|
//
|
|
this.linkLabel2.AutoSize = true;
|
|
this.linkLabel2.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.linkLabel2.Location = new System.Drawing.Point(79, 14);
|
|
this.linkLabel2.Name = "linkLabel2";
|
|
this.linkLabel2.Size = new System.Drawing.Size(31, 19);
|
|
this.linkLabel2.TabIndex = 23;
|
|
this.linkLabel2.TabStop = true;
|
|
this.linkLabel2.Text = "SID";
|
|
this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked);
|
|
//
|
|
// tbPart
|
|
//
|
|
this.tbPart.Font = new System.Drawing.Font("맑은 고딕", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.tbPart.Location = new System.Drawing.Point(113, 80);
|
|
this.tbPart.Margin = new System.Windows.Forms.Padding(5, 8, 5, 8);
|
|
this.tbPart.Name = "tbPart";
|
|
this.tbPart.Size = new System.Drawing.Size(239, 31);
|
|
this.tbPart.TabIndex = 15;
|
|
this.tbPart.Tag = "";
|
|
this.tbPart.Click += new System.EventHandler(this.tbDate_Click);
|
|
//
|
|
// linkLabel8
|
|
//
|
|
this.linkLabel8.AutoSize = true;
|
|
this.linkLabel8.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.linkLabel8.Location = new System.Drawing.Point(4, 122);
|
|
this.linkLabel8.Name = "linkLabel8";
|
|
this.linkLabel8.Size = new System.Drawing.Size(106, 19);
|
|
this.linkLabel8.TabIndex = 28;
|
|
this.linkLabel8.TabStop = true;
|
|
this.linkLabel8.Text = "Customer Code";
|
|
this.linkLabel8.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel8_LinkClicked);
|
|
//
|
|
// TbCustCode
|
|
//
|
|
this.TbCustCode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|
this.TbCustCode.Font = new System.Drawing.Font("맑은 고딕", 11F);
|
|
this.TbCustCode.Location = new System.Drawing.Point(113, 118);
|
|
this.TbCustCode.Margin = new System.Windows.Forms.Padding(5, 8, 5, 8);
|
|
this.TbCustCode.Name = "TbCustCode";
|
|
this.TbCustCode.Size = new System.Drawing.Size(288, 27);
|
|
this.TbCustCode.TabIndex = 27;
|
|
this.TbCustCode.Tag = "";
|
|
//
|
|
// linkLabel6
|
|
//
|
|
this.linkLabel6.AutoSize = true;
|
|
this.linkLabel6.Font = new System.Drawing.Font("맑은 고딕", 10F);
|
|
this.linkLabel6.Location = new System.Drawing.Point(405, 50);
|
|
this.linkLabel6.Name = "linkLabel6";
|
|
this.linkLabel6.Size = new System.Drawing.Size(95, 19);
|
|
this.linkLabel6.TabIndex = 23;
|
|
this.linkLabel6.TabStop = true;
|
|
this.linkLabel6.Text = "Vender Name";
|
|
this.linkLabel6.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel6_LinkClicked);
|
|
//
|
|
// tbVName
|
|
//
|
|
this.tbVName.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.tbVName.Location = new System.Drawing.Point(502, 46);
|
|
this.tbVName.Margin = new System.Windows.Forms.Padding(5, 8, 5, 8);
|
|
this.tbVName.Name = "tbVName";
|
|
this.tbVName.Size = new System.Drawing.Size(185, 27);
|
|
this.tbVName.TabIndex = 13;
|
|
this.tbVName.Tag = "";
|
|
this.tbVName.Click += new System.EventHandler(this.tbDate_Click);
|
|
//
|
|
// button5
|
|
//
|
|
this.button5.Font = new System.Drawing.Font("맑은 고딕", 12F);
|
|
this.button5.Location = new System.Drawing.Point(689, 43);
|
|
this.button5.Name = "button5";
|
|
this.button5.Size = new System.Drawing.Size(52, 32);
|
|
this.button5.TabIndex = 34;
|
|
this.button5.Text = "N/A";
|
|
this.button5.UseVisualStyleBackColor = true;
|
|
this.button5.Click += new System.EventHandler(this.button5_Click_2);
|
|
//
|
|
// statusStrip1
|
|
//
|
|
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.lbExecuteSQL});
|
|
this.statusStrip1.Location = new System.Drawing.Point(0, 562);
|
|
this.statusStrip1.Name = "statusStrip1";
|
|
this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 13, 0);
|
|
this.statusStrip1.Size = new System.Drawing.Size(1031, 22);
|
|
this.statusStrip1.TabIndex = 11;
|
|
this.statusStrip1.Text = "statusStrip1";
|
|
//
|
|
// lbExecuteSQL
|
|
//
|
|
this.lbExecuteSQL.Name = "lbExecuteSQL";
|
|
this.lbExecuteSQL.Size = new System.Drawing.Size(39, 17);
|
|
this.lbExecuteSQL.Text = "Query";
|
|
//
|
|
// bn
|
|
//
|
|
this.bn.AddNewItem = null;
|
|
this.bn.BindingSource = this.bs;
|
|
this.bn.CountItem = this.bindingNavigatorCountItem;
|
|
this.bn.DeleteItem = null;
|
|
this.bn.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.bn.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.bindingNavigatorMoveFirstItem,
|
|
this.bindingNavigatorMovePreviousItem,
|
|
this.bindingNavigatorSeparator,
|
|
this.bindingNavigatorPositionItem,
|
|
this.bindingNavigatorCountItem,
|
|
this.bindingNavigatorSeparator1,
|
|
this.bindingNavigatorMoveNextItem,
|
|
this.bindingNavigatorMoveLastItem,
|
|
this.bindingNavigatorSeparator2});
|
|
this.bn.Location = new System.Drawing.Point(0, 380);
|
|
this.bn.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
|
|
this.bn.MoveLastItem = this.bindingNavigatorMoveLastItem;
|
|
this.bn.MoveNextItem = this.bindingNavigatorMoveNextItem;
|
|
this.bn.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
|
|
this.bn.Name = "bn";
|
|
this.bn.PositionItem = this.bindingNavigatorPositionItem;
|
|
this.bn.Size = new System.Drawing.Size(1031, 25);
|
|
this.bn.TabIndex = 12;
|
|
this.bn.Text = "bindingNavigator1";
|
|
//
|
|
// bs
|
|
//
|
|
this.bs.DataMember = "VW_GET_MAX_QTY_VENDOR_LOT";
|
|
this.bs.DataSource = this.dsWMS;
|
|
//
|
|
// dsWMS
|
|
//
|
|
this.dsWMS.DataSetName = "dsWMS";
|
|
this.dsWMS.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
|
|
//
|
|
// bindingNavigatorCountItem
|
|
//
|
|
this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
|
|
this.bindingNavigatorCountItem.Size = new System.Drawing.Size(26, 22);
|
|
this.bindingNavigatorCountItem.Text = "/{0}";
|
|
this.bindingNavigatorCountItem.ToolTipText = "Total item count";
|
|
//
|
|
// bindingNavigatorMoveFirstItem
|
|
//
|
|
this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
|
|
this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
|
|
this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
|
|
this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
|
|
this.bindingNavigatorMoveFirstItem.Text = "Move to first";
|
|
//
|
|
// bindingNavigatorMovePreviousItem
|
|
//
|
|
this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
|
|
this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
|
|
this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
|
|
this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
|
|
this.bindingNavigatorMovePreviousItem.Text = "Move to previous";
|
|
//
|
|
// bindingNavigatorSeparator
|
|
//
|
|
this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
|
|
this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
|
|
//
|
|
// bindingNavigatorPositionItem
|
|
//
|
|
this.bindingNavigatorPositionItem.AccessibleName = "Position";
|
|
this.bindingNavigatorPositionItem.AutoSize = false;
|
|
this.bindingNavigatorPositionItem.Font = new System.Drawing.Font("맑은 고딕", 9F);
|
|
this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
|
|
this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(49, 23);
|
|
this.bindingNavigatorPositionItem.Text = "0";
|
|
this.bindingNavigatorPositionItem.ToolTipText = "Current position";
|
|
//
|
|
// bindingNavigatorSeparator1
|
|
//
|
|
this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
|
|
this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
|
|
//
|
|
// bindingNavigatorMoveNextItem
|
|
//
|
|
this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
|
|
this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
|
|
this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
|
|
this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
|
|
this.bindingNavigatorMoveNextItem.Text = "Move to next";
|
|
//
|
|
// bindingNavigatorMoveLastItem
|
|
//
|
|
this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
|
|
this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
|
|
this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
|
|
this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
|
|
this.bindingNavigatorMoveLastItem.Text = "Move to last";
|
|
//
|
|
// bindingNavigatorSeparator2
|
|
//
|
|
this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
|
|
this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
|
|
//
|
|
// dv1
|
|
//
|
|
this.dv1.AllowUserToAddRows = false;
|
|
this.dv1.AllowUserToDeleteRows = false;
|
|
this.dv1.AutoGenerateColumns = false;
|
|
this.dv1.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
|
|
this.dv1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.dv1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dv1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.idxDataGridViewTextBoxColumn,
|
|
this.sIDDataGridViewTextBoxColumn,
|
|
this.pARTNODataGridViewTextBoxColumn,
|
|
this.vENDORNMDataGridViewTextBoxColumn,
|
|
this.bATCHNODataGridViewTextBoxColumn,
|
|
this.cUSTCODEDataGridViewTextBoxColumn,
|
|
this.vENDORLOTDataGridViewTextBoxColumn,
|
|
this.mFGDATEDataGridViewTextBoxColumn,
|
|
this.qTYDataGridViewTextBoxColumn});
|
|
this.dv1.DataSource = this.bs;
|
|
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
|
|
dataGridViewCellStyle1.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
dataGridViewCellStyle1.Padding = new System.Windows.Forms.Padding(0, 3, 0, 3);
|
|
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.dv1.DefaultCellStyle = dataGridViewCellStyle1;
|
|
this.dv1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.dv1.Location = new System.Drawing.Point(0, 0);
|
|
this.dv1.Name = "dv1";
|
|
this.dv1.ReadOnly = true;
|
|
this.dv1.RowTemplate.Height = 23;
|
|
this.dv1.Size = new System.Drawing.Size(1031, 380);
|
|
this.dv1.TabIndex = 35;
|
|
this.dv1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.vW_GET_MAX_QTY_VENDOR_LOTDataGridView_CellClick);
|
|
//
|
|
// idxDataGridViewTextBoxColumn
|
|
//
|
|
this.idxDataGridViewTextBoxColumn.DataPropertyName = "idx";
|
|
this.idxDataGridViewTextBoxColumn.HeaderText = "No";
|
|
this.idxDataGridViewTextBoxColumn.Name = "idxDataGridViewTextBoxColumn";
|
|
this.idxDataGridViewTextBoxColumn.ReadOnly = true;
|
|
//
|
|
// sIDDataGridViewTextBoxColumn
|
|
//
|
|
this.sIDDataGridViewTextBoxColumn.DataPropertyName = "SID";
|
|
this.sIDDataGridViewTextBoxColumn.HeaderText = "SID";
|
|
this.sIDDataGridViewTextBoxColumn.Name = "sIDDataGridViewTextBoxColumn";
|
|
this.sIDDataGridViewTextBoxColumn.ReadOnly = true;
|
|
this.sIDDataGridViewTextBoxColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.sIDDataGridViewTextBoxColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|
//
|
|
// pARTNODataGridViewTextBoxColumn
|
|
//
|
|
this.pARTNODataGridViewTextBoxColumn.DataPropertyName = "PART_NO";
|
|
this.pARTNODataGridViewTextBoxColumn.HeaderText = "PART_NO";
|
|
this.pARTNODataGridViewTextBoxColumn.Name = "pARTNODataGridViewTextBoxColumn";
|
|
this.pARTNODataGridViewTextBoxColumn.ReadOnly = true;
|
|
//
|
|
// vENDORNMDataGridViewTextBoxColumn
|
|
//
|
|
this.vENDORNMDataGridViewTextBoxColumn.DataPropertyName = "VENDOR_NM";
|
|
this.vENDORNMDataGridViewTextBoxColumn.HeaderText = "VENDOR_NM";
|
|
this.vENDORNMDataGridViewTextBoxColumn.Name = "vENDORNMDataGridViewTextBoxColumn";
|
|
this.vENDORNMDataGridViewTextBoxColumn.ReadOnly = true;
|
|
//
|
|
// bATCHNODataGridViewTextBoxColumn
|
|
//
|
|
this.bATCHNODataGridViewTextBoxColumn.DataPropertyName = "BATCH_NO";
|
|
this.bATCHNODataGridViewTextBoxColumn.HeaderText = "BATCH_NO";
|
|
this.bATCHNODataGridViewTextBoxColumn.Name = "bATCHNODataGridViewTextBoxColumn";
|
|
this.bATCHNODataGridViewTextBoxColumn.ReadOnly = true;
|
|
//
|
|
// cUSTCODEDataGridViewTextBoxColumn
|
|
//
|
|
this.cUSTCODEDataGridViewTextBoxColumn.DataPropertyName = "CUST_CODE";
|
|
this.cUSTCODEDataGridViewTextBoxColumn.HeaderText = "CUST_CODE";
|
|
this.cUSTCODEDataGridViewTextBoxColumn.Name = "cUSTCODEDataGridViewTextBoxColumn";
|
|
this.cUSTCODEDataGridViewTextBoxColumn.ReadOnly = true;
|
|
//
|
|
// vENDORLOTDataGridViewTextBoxColumn
|
|
//
|
|
this.vENDORLOTDataGridViewTextBoxColumn.DataPropertyName = "VENDOR_LOT";
|
|
this.vENDORLOTDataGridViewTextBoxColumn.HeaderText = "VENDOR_LOT";
|
|
this.vENDORLOTDataGridViewTextBoxColumn.Name = "vENDORLOTDataGridViewTextBoxColumn";
|
|
this.vENDORLOTDataGridViewTextBoxColumn.ReadOnly = true;
|
|
//
|
|
// mFGDATEDataGridViewTextBoxColumn
|
|
//
|
|
this.mFGDATEDataGridViewTextBoxColumn.DataPropertyName = "MFG_DATE";
|
|
this.mFGDATEDataGridViewTextBoxColumn.HeaderText = "MFG_DATE";
|
|
this.mFGDATEDataGridViewTextBoxColumn.Name = "mFGDATEDataGridViewTextBoxColumn";
|
|
this.mFGDATEDataGridViewTextBoxColumn.ReadOnly = true;
|
|
//
|
|
// qTYDataGridViewTextBoxColumn
|
|
//
|
|
this.qTYDataGridViewTextBoxColumn.DataPropertyName = "QTY";
|
|
this.qTYDataGridViewTextBoxColumn.HeaderText = "QTY";
|
|
this.qTYDataGridViewTextBoxColumn.Name = "qTYDataGridViewTextBoxColumn";
|
|
this.qTYDataGridViewTextBoxColumn.ReadOnly = true;
|
|
//
|
|
// panDv
|
|
//
|
|
this.panDv.Controls.Add(this.dv1);
|
|
this.panDv.Controls.Add(this.bn);
|
|
this.panDv.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panDv.Location = new System.Drawing.Point(0, 157);
|
|
this.panDv.Name = "panDv";
|
|
this.panDv.Size = new System.Drawing.Size(1031, 405);
|
|
this.panDv.TabIndex = 36;
|
|
//
|
|
// btOK
|
|
//
|
|
this.btOK.BackColor = System.Drawing.Color.DarkSeaGreen;
|
|
this.btOK.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.btOK.Font = new System.Drawing.Font("맑은 고딕", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.btOK.Location = new System.Drawing.Point(791, 10);
|
|
this.btOK.Name = "btOK";
|
|
this.btOK.Size = new System.Drawing.Size(230, 137);
|
|
this.btOK.TabIndex = 4;
|
|
this.btOK.Text = "SAVE";
|
|
this.btOK.UseVisualStyleBackColor = false;
|
|
this.btOK.Click += new System.EventHandler(this.btOK_Click);
|
|
//
|
|
// panel3
|
|
//
|
|
this.panel3.Controls.Add(this.btOK);
|
|
this.panel3.Controls.Add(this.button5);
|
|
this.panel3.Controls.Add(this.button4);
|
|
this.panel3.Controls.Add(this.linkLabel7);
|
|
this.panel3.Controls.Add(this.tbVName);
|
|
this.panel3.Controls.Add(this.linkLabel5);
|
|
this.panel3.Controls.Add(this.linkLabel6);
|
|
this.panel3.Controls.Add(this.tbSID);
|
|
this.panel3.Controls.Add(this.linkLabel8);
|
|
this.panel3.Controls.Add(this.TbCustCode);
|
|
this.panel3.Controls.Add(this.tbBatch);
|
|
this.panel3.Controls.Add(this.linkLabel3);
|
|
this.panel3.Controls.Add(this.tbLot);
|
|
this.panel3.Controls.Add(this.lnkBatch);
|
|
this.panel3.Controls.Add(this.tbPart);
|
|
this.panel3.Controls.Add(this.tbMFG);
|
|
this.panel3.Controls.Add(this.linkLabel2);
|
|
this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel3.Location = new System.Drawing.Point(0, 0);
|
|
this.panel3.Name = "panel3";
|
|
this.panel3.Padding = new System.Windows.Forms.Padding(0, 10, 10, 10);
|
|
this.panel3.Size = new System.Drawing.Size(1031, 157);
|
|
this.panel3.TabIndex = 37;
|
|
//
|
|
// ta
|
|
//
|
|
this.ta.ClearBeforeFill = true;
|
|
//
|
|
// tam
|
|
//
|
|
this.tam.BackupDataSetBeforeUpdate = false;
|
|
this.tam.Connection = null;
|
|
this.tam.UpdateOrder = Project.dsWMSTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
|
|
//
|
|
// fSelectSIDInformation
|
|
//
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
this.ClientSize = new System.Drawing.Size(1031, 584);
|
|
this.Controls.Add(this.panDv);
|
|
this.Controls.Add(this.panel3);
|
|
this.Controls.Add(this.statusStrip1);
|
|
this.DoubleBuffered = true;
|
|
this.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.Margin = new System.Windows.Forms.Padding(5, 8, 5, 8);
|
|
this.Name = "fSelectSIDInformation";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Multi SID Information";
|
|
this.Load += new System.EventHandler(this.fLoaderInfo_Load);
|
|
this.Shown += new System.EventHandler(this.fSelectSIDInformation_Shown);
|
|
this.statusStrip1.ResumeLayout(false);
|
|
this.statusStrip1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.bn)).EndInit();
|
|
this.bn.ResumeLayout(false);
|
|
this.bn.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dsWMS)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dv1)).EndInit();
|
|
this.panDv.ResumeLayout(false);
|
|
this.panDv.PerformLayout();
|
|
this.panel3.ResumeLayout(false);
|
|
this.panel3.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.TextBox tbSID;
|
|
private System.Windows.Forms.TextBox tbLot;
|
|
private System.Windows.Forms.TextBox tbMFG;
|
|
private System.Windows.Forms.TextBox tbVName;
|
|
private System.Windows.Forms.TextBox tbPart;
|
|
private System.Windows.Forms.LinkLabel linkLabel7;
|
|
private System.Windows.Forms.LinkLabel linkLabel6;
|
|
private System.Windows.Forms.LinkLabel linkLabel5;
|
|
private System.Windows.Forms.LinkLabel linkLabel3;
|
|
private System.Windows.Forms.LinkLabel linkLabel2;
|
|
private System.Windows.Forms.LinkLabel linkLabel8;
|
|
private System.Windows.Forms.TextBox TbCustCode;
|
|
private System.Windows.Forms.Button button4;
|
|
private System.Windows.Forms.StatusStrip statusStrip1;
|
|
private System.Windows.Forms.Button button5;
|
|
private System.Windows.Forms.LinkLabel lnkBatch;
|
|
private System.Windows.Forms.TextBox tbBatch;
|
|
private dsWMS dsWMS;
|
|
private System.Windows.Forms.BindingSource bs;
|
|
private dsWMSTableAdapters.VW_GET_MAX_QTY_VENDOR_LOTTableAdapter ta;
|
|
private dsWMSTableAdapters.TableAdapterManager tam;
|
|
private System.Windows.Forms.BindingNavigator bn;
|
|
private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
|
|
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
|
|
private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
|
|
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
|
|
private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
|
|
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
|
|
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
|
|
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
|
|
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
|
|
private System.Windows.Forms.DataGridView dv1;
|
|
private System.Windows.Forms.Panel panDv;
|
|
private System.Windows.Forms.Button btOK;
|
|
private System.Windows.Forms.Panel panel3;
|
|
private System.Windows.Forms.ToolStripStatusLabel lbExecuteSQL;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn idxDataGridViewTextBoxColumn;
|
|
private System.Windows.Forms.DataGridViewButtonColumn sIDDataGridViewTextBoxColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pARTNODataGridViewTextBoxColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn vENDORNMDataGridViewTextBoxColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn bATCHNODataGridViewTextBoxColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cUSTCODEDataGridViewTextBoxColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn vENDORLOTDataGridViewTextBoxColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn mFGDATEDataGridViewTextBoxColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn qTYDataGridViewTextBoxColumn;
|
|
}
|
|
} |