378 lines
19 KiB
C#
378 lines
19 KiB
C#
namespace Project.Dialog
|
|
{
|
|
partial class fImportSIDInfo
|
|
{
|
|
/// <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(fImportSIDInfo));
|
|
this.dataSet1 = new Project.DataSet1();
|
|
this.bs = new System.Windows.Forms.BindingSource(this.components);
|
|
this.bn = new System.Windows.Forms.BindingNavigator(this.components);
|
|
this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
|
|
this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
|
|
this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
|
|
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.component_Reel_SIDConvBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
|
|
this.tbFind = new System.Windows.Forms.ToolStripTextBox();
|
|
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
|
|
this.component_Reel_SIDConvDataGridView = new System.Windows.Forms.DataGridView();
|
|
this.sIDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.custCodeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.custNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.venderNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.partNoDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.printPositionDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.remarkDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.progressBar1 = new System.Windows.Forms.ProgressBar();
|
|
this.ta = new Project.DataSet1TableAdapters.Component_Reel_SIDInfoTableAdapter();
|
|
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit();
|
|
this.bn.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.component_Reel_SIDConvDataGridView)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// dataSet1
|
|
//
|
|
this.dataSet1.DataSetName = "DataSet1";
|
|
this.dataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
|
|
//
|
|
// bs
|
|
//
|
|
this.bs.DataMember = "Component_Reel_SIDInfo";
|
|
this.bs.DataSource = this.dataSet1;
|
|
//
|
|
// bn
|
|
//
|
|
this.bn.AddNewItem = this.bindingNavigatorAddNewItem;
|
|
this.bn.BindingSource = this.bs;
|
|
this.bn.CountItem = this.bindingNavigatorCountItem;
|
|
this.bn.DeleteItem = this.bindingNavigatorDeleteItem;
|
|
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.bindingNavigatorAddNewItem,
|
|
this.bindingNavigatorDeleteItem,
|
|
this.component_Reel_SIDConvBindingNavigatorSaveItem,
|
|
this.toolStripSeparator1,
|
|
this.toolStripLabel1,
|
|
this.tbFind,
|
|
this.toolStripButton1,
|
|
this.toolStripButton2});
|
|
this.bn.Location = new System.Drawing.Point(0, 477);
|
|
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(819, 25);
|
|
this.bn.TabIndex = 0;
|
|
this.bn.Text = "bindingNavigator1";
|
|
//
|
|
// bindingNavigatorAddNewItem
|
|
//
|
|
this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
|
|
this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
|
|
this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
|
|
this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
|
|
this.bindingNavigatorAddNewItem.Text = "새로 추가";
|
|
//
|
|
// bindingNavigatorCountItem
|
|
//
|
|
this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
|
|
this.bindingNavigatorCountItem.Size = new System.Drawing.Size(27, 22);
|
|
this.bindingNavigatorCountItem.Text = "/{0}";
|
|
this.bindingNavigatorCountItem.ToolTipText = "전체 항목 수";
|
|
//
|
|
// bindingNavigatorDeleteItem
|
|
//
|
|
this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
|
|
this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
|
|
this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
|
|
this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
|
|
this.bindingNavigatorDeleteItem.Text = "삭제";
|
|
//
|
|
// 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 = "처음으로 이동";
|
|
//
|
|
// 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 = "이전으로 이동";
|
|
//
|
|
// bindingNavigatorSeparator
|
|
//
|
|
this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
|
|
this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
|
|
//
|
|
// bindingNavigatorPositionItem
|
|
//
|
|
this.bindingNavigatorPositionItem.AccessibleName = "위치";
|
|
this.bindingNavigatorPositionItem.AutoSize = false;
|
|
this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
|
|
this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
|
|
this.bindingNavigatorPositionItem.Text = "0";
|
|
this.bindingNavigatorPositionItem.ToolTipText = "현재 위치";
|
|
//
|
|
// 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 = "다음으로 이동";
|
|
//
|
|
// 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 = "마지막으로 이동";
|
|
//
|
|
// bindingNavigatorSeparator2
|
|
//
|
|
this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
|
|
this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
|
|
//
|
|
// component_Reel_SIDConvBindingNavigatorSaveItem
|
|
//
|
|
this.component_Reel_SIDConvBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.component_Reel_SIDConvBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("component_Reel_SIDConvBindingNavigatorSaveItem.Image")));
|
|
this.component_Reel_SIDConvBindingNavigatorSaveItem.Name = "component_Reel_SIDConvBindingNavigatorSaveItem";
|
|
this.component_Reel_SIDConvBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22);
|
|
this.component_Reel_SIDConvBindingNavigatorSaveItem.Text = "데이터 저장";
|
|
this.component_Reel_SIDConvBindingNavigatorSaveItem.Click += new System.EventHandler(this.component_Reel_SIDConvBindingNavigatorSaveItem_Click);
|
|
//
|
|
// toolStripSeparator1
|
|
//
|
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
|
|
//
|
|
// toolStripLabel1
|
|
//
|
|
this.toolStripLabel1.Name = "toolStripLabel1";
|
|
this.toolStripLabel1.Size = new System.Drawing.Size(45, 22);
|
|
this.toolStripLabel1.Text = "검색(&F)";
|
|
//
|
|
// tbFind
|
|
//
|
|
this.tbFind.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.tbFind.Name = "tbFind";
|
|
this.tbFind.Size = new System.Drawing.Size(100, 25);
|
|
this.tbFind.KeyDown += new System.Windows.Forms.KeyEventHandler(this.toolStripTextBox1_KeyDown);
|
|
//
|
|
// toolStripButton1
|
|
//
|
|
this.toolStripButton1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
|
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(63, 22);
|
|
this.toolStripButton1.Text = "Import";
|
|
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
|
|
//
|
|
// component_Reel_SIDConvDataGridView
|
|
//
|
|
this.component_Reel_SIDConvDataGridView.AutoGenerateColumns = false;
|
|
this.component_Reel_SIDConvDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.component_Reel_SIDConvDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.sIDDataGridViewTextBoxColumn,
|
|
this.custCodeDataGridViewTextBoxColumn,
|
|
this.custNameDataGridViewTextBoxColumn,
|
|
this.venderNameDataGridViewTextBoxColumn,
|
|
this.partNoDataGridViewTextBoxColumn,
|
|
this.printPositionDataGridViewTextBoxColumn,
|
|
this.remarkDataGridViewTextBoxColumn});
|
|
this.component_Reel_SIDConvDataGridView.DataSource = this.bs;
|
|
this.component_Reel_SIDConvDataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.component_Reel_SIDConvDataGridView.Location = new System.Drawing.Point(0, 0);
|
|
this.component_Reel_SIDConvDataGridView.Name = "component_Reel_SIDConvDataGridView";
|
|
this.component_Reel_SIDConvDataGridView.RowTemplate.Height = 23;
|
|
this.component_Reel_SIDConvDataGridView.Size = new System.Drawing.Size(819, 463);
|
|
this.component_Reel_SIDConvDataGridView.TabIndex = 1;
|
|
//
|
|
// sIDDataGridViewTextBoxColumn
|
|
//
|
|
this.sIDDataGridViewTextBoxColumn.DataPropertyName = "SID";
|
|
this.sIDDataGridViewTextBoxColumn.HeaderText = "SID";
|
|
this.sIDDataGridViewTextBoxColumn.Name = "sIDDataGridViewTextBoxColumn";
|
|
//
|
|
// custCodeDataGridViewTextBoxColumn
|
|
//
|
|
this.custCodeDataGridViewTextBoxColumn.DataPropertyName = "CustCode";
|
|
this.custCodeDataGridViewTextBoxColumn.HeaderText = "CustCode";
|
|
this.custCodeDataGridViewTextBoxColumn.Name = "custCodeDataGridViewTextBoxColumn";
|
|
//
|
|
// custNameDataGridViewTextBoxColumn
|
|
//
|
|
this.custNameDataGridViewTextBoxColumn.DataPropertyName = "CustName";
|
|
this.custNameDataGridViewTextBoxColumn.HeaderText = "CustName";
|
|
this.custNameDataGridViewTextBoxColumn.Name = "custNameDataGridViewTextBoxColumn";
|
|
//
|
|
// venderNameDataGridViewTextBoxColumn
|
|
//
|
|
this.venderNameDataGridViewTextBoxColumn.DataPropertyName = "VenderName";
|
|
this.venderNameDataGridViewTextBoxColumn.HeaderText = "VenderName";
|
|
this.venderNameDataGridViewTextBoxColumn.Name = "venderNameDataGridViewTextBoxColumn";
|
|
//
|
|
// partNoDataGridViewTextBoxColumn
|
|
//
|
|
this.partNoDataGridViewTextBoxColumn.DataPropertyName = "PartNo";
|
|
this.partNoDataGridViewTextBoxColumn.HeaderText = "PartNo";
|
|
this.partNoDataGridViewTextBoxColumn.Name = "partNoDataGridViewTextBoxColumn";
|
|
//
|
|
// printPositionDataGridViewTextBoxColumn
|
|
//
|
|
this.printPositionDataGridViewTextBoxColumn.DataPropertyName = "PrintPosition";
|
|
this.printPositionDataGridViewTextBoxColumn.HeaderText = "PrintPosition";
|
|
this.printPositionDataGridViewTextBoxColumn.Name = "printPositionDataGridViewTextBoxColumn";
|
|
//
|
|
// remarkDataGridViewTextBoxColumn
|
|
//
|
|
this.remarkDataGridViewTextBoxColumn.DataPropertyName = "Remark";
|
|
this.remarkDataGridViewTextBoxColumn.HeaderText = "Remark";
|
|
this.remarkDataGridViewTextBoxColumn.Name = "remarkDataGridViewTextBoxColumn";
|
|
//
|
|
// progressBar1
|
|
//
|
|
this.progressBar1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.progressBar1.Location = new System.Drawing.Point(0, 463);
|
|
this.progressBar1.Name = "progressBar1";
|
|
this.progressBar1.Size = new System.Drawing.Size(819, 14);
|
|
this.progressBar1.TabIndex = 2;
|
|
//
|
|
// ta
|
|
//
|
|
this.ta.ClearBeforeFill = true;
|
|
//
|
|
// toolStripButton2
|
|
//
|
|
this.toolStripButton2.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
|
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(108, 22);
|
|
this.toolStripButton2.Text = "Import(PartNo)";
|
|
this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
|
|
//
|
|
// fImportSIDInfo
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(819, 502);
|
|
this.Controls.Add(this.component_Reel_SIDConvDataGridView);
|
|
this.Controls.Add(this.progressBar1);
|
|
this.Controls.Add(this.bn);
|
|
this.Name = "fImportSIDInfo";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "fImportSIDConv";
|
|
this.Load += new System.EventHandler(this.fImportSIDConv_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bn)).EndInit();
|
|
this.bn.ResumeLayout(false);
|
|
this.bn.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.component_Reel_SIDConvDataGridView)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DataSet1 dataSet1;
|
|
private System.Windows.Forms.BindingSource bs;
|
|
private System.Windows.Forms.BindingNavigator bn;
|
|
private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
|
|
private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
|
|
private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
|
|
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.ToolStripButton component_Reel_SIDConvBindingNavigatorSaveItem;
|
|
private System.Windows.Forms.DataGridView component_Reel_SIDConvDataGridView;
|
|
private System.Windows.Forms.ProgressBar progressBar1;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
|
private System.Windows.Forms.ToolStripLabel toolStripLabel1;
|
|
private System.Windows.Forms.ToolStripTextBox tbFind;
|
|
private System.Windows.Forms.ToolStripButton toolStripButton1;
|
|
private DataSet1TableAdapters.Component_Reel_SIDInfoTableAdapter ta;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn sIDDataGridViewTextBoxColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn custCodeDataGridViewTextBoxColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn custNameDataGridViewTextBoxColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn venderNameDataGridViewTextBoxColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn partNoDataGridViewTextBoxColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn printPositionDataGridViewTextBoxColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn remarkDataGridViewTextBoxColumn;
|
|
private System.Windows.Forms.ToolStripButton toolStripButton2;
|
|
}
|
|
} |