442 lines
27 KiB
C#
442 lines
27 KiB
C#
namespace FEQ0000.Purchase
|
|
{
|
|
partial class fSIDCheckNR
|
|
{
|
|
/// <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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fSIDCheckNR));
|
|
this.dv1 = new System.Windows.Forms.DataGridView();
|
|
this.chk1DataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
this.chk2DataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
this.pdateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.requestNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.sidDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.pumnameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.pumunitDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.pumqtyDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.sitecnt = new System.Windows.Forms.DataGridViewButtonColumn();
|
|
this.pumpriceDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.pumamtDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.pumscaleDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.bigoDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.bs = new System.Windows.Forms.BindingSource(this.components);
|
|
this.dsPurchase = new FEQ0000.dsPurchase();
|
|
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.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
|
|
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.bn = new System.Windows.Forms.BindingNavigator(this.components);
|
|
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
|
|
((System.ComponentModel.ISupportInitialize)(this.dv1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dsPurchase)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit();
|
|
this.bn.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// dv1
|
|
//
|
|
this.dv1.AllowUserToAddRows = false;
|
|
this.dv1.AllowUserToDeleteRows = false;
|
|
this.dv1.AutoGenerateColumns = false;
|
|
this.dv1.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
|
|
this.dv1.ColumnHeadersHeight = 50;
|
|
this.dv1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
|
this.dv1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.chk1DataGridViewCheckBoxColumn,
|
|
this.chk2DataGridViewCheckBoxColumn,
|
|
this.pdateDataGridViewTextBoxColumn,
|
|
this.requestNameDataGridViewTextBoxColumn,
|
|
this.sidDataGridViewTextBoxColumn,
|
|
this.pumnameDataGridViewTextBoxColumn,
|
|
this.pumunitDataGridViewTextBoxColumn,
|
|
this.pumqtyDataGridViewTextBoxColumn,
|
|
this.sitecnt,
|
|
this.pumpriceDataGridViewTextBoxColumn,
|
|
this.pumamtDataGridViewTextBoxColumn,
|
|
this.pumscaleDataGridViewTextBoxColumn,
|
|
this.bigoDataGridViewTextBoxColumn});
|
|
this.dv1.DataSource = this.bs;
|
|
dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|
dataGridViewCellStyle8.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
dataGridViewCellStyle8.Padding = new System.Windows.Forms.Padding(0, 5, 0, 5);
|
|
dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.dv1.DefaultCellStyle = dataGridViewCellStyle8;
|
|
this.dv1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.dv1.Location = new System.Drawing.Point(0, 0);
|
|
this.dv1.Name = "dv1";
|
|
this.dv1.RowTemplate.Height = 23;
|
|
this.dv1.Size = new System.Drawing.Size(1138, 622);
|
|
this.dv1.TabIndex = 3;
|
|
this.dv1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dv1_CellContentClick);
|
|
//
|
|
// chk1DataGridViewCheckBoxColumn
|
|
//
|
|
this.chk1DataGridViewCheckBoxColumn.DataPropertyName = "chk1";
|
|
this.chk1DataGridViewCheckBoxColumn.HeaderText = "요청확인";
|
|
this.chk1DataGridViewCheckBoxColumn.Name = "chk1DataGridViewCheckBoxColumn";
|
|
this.chk1DataGridViewCheckBoxColumn.ReadOnly = true;
|
|
//
|
|
// chk2DataGridViewCheckBoxColumn
|
|
//
|
|
this.chk2DataGridViewCheckBoxColumn.DataPropertyName = "chk2";
|
|
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
|
|
dataGridViewCellStyle5.NullValue = false;
|
|
this.chk2DataGridViewCheckBoxColumn.DefaultCellStyle = dataGridViewCellStyle5;
|
|
this.chk2DataGridViewCheckBoxColumn.HeaderText = "구매확인";
|
|
this.chk2DataGridViewCheckBoxColumn.Name = "chk2DataGridViewCheckBoxColumn";
|
|
//
|
|
// pdateDataGridViewTextBoxColumn
|
|
//
|
|
this.pdateDataGridViewTextBoxColumn.DataPropertyName = "pdate";
|
|
this.pdateDataGridViewTextBoxColumn.HeaderText = "등록일";
|
|
this.pdateDataGridViewTextBoxColumn.Name = "pdateDataGridViewTextBoxColumn";
|
|
this.pdateDataGridViewTextBoxColumn.ReadOnly = true;
|
|
//
|
|
// requestNameDataGridViewTextBoxColumn
|
|
//
|
|
this.requestNameDataGridViewTextBoxColumn.DataPropertyName = "requestName";
|
|
this.requestNameDataGridViewTextBoxColumn.HeaderText = "요청";
|
|
this.requestNameDataGridViewTextBoxColumn.Name = "requestNameDataGridViewTextBoxColumn";
|
|
this.requestNameDataGridViewTextBoxColumn.ReadOnly = true;
|
|
//
|
|
// sidDataGridViewTextBoxColumn
|
|
//
|
|
this.sidDataGridViewTextBoxColumn.DataPropertyName = "sid";
|
|
this.sidDataGridViewTextBoxColumn.HeaderText = "SID";
|
|
this.sidDataGridViewTextBoxColumn.Name = "sidDataGridViewTextBoxColumn";
|
|
this.sidDataGridViewTextBoxColumn.ReadOnly = true;
|
|
//
|
|
// pumnameDataGridViewTextBoxColumn
|
|
//
|
|
this.pumnameDataGridViewTextBoxColumn.DataPropertyName = "pumname";
|
|
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
this.pumnameDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle6;
|
|
this.pumnameDataGridViewTextBoxColumn.HeaderText = "품명";
|
|
this.pumnameDataGridViewTextBoxColumn.Name = "pumnameDataGridViewTextBoxColumn";
|
|
this.pumnameDataGridViewTextBoxColumn.ReadOnly = true;
|
|
//
|
|
// pumunitDataGridViewTextBoxColumn
|
|
//
|
|
this.pumunitDataGridViewTextBoxColumn.DataPropertyName = "pumunit";
|
|
this.pumunitDataGridViewTextBoxColumn.HeaderText = "단위";
|
|
this.pumunitDataGridViewTextBoxColumn.Name = "pumunitDataGridViewTextBoxColumn";
|
|
this.pumunitDataGridViewTextBoxColumn.ReadOnly = true;
|
|
//
|
|
// pumqtyDataGridViewTextBoxColumn
|
|
//
|
|
this.pumqtyDataGridViewTextBoxColumn.DataPropertyName = "pumqty";
|
|
this.pumqtyDataGridViewTextBoxColumn.HeaderText = "수량";
|
|
this.pumqtyDataGridViewTextBoxColumn.Name = "pumqtyDataGridViewTextBoxColumn";
|
|
this.pumqtyDataGridViewTextBoxColumn.ReadOnly = true;
|
|
//
|
|
// sitecnt
|
|
//
|
|
this.sitecnt.DataPropertyName = "sitecnt";
|
|
this.sitecnt.HeaderText = "SPR/NR";
|
|
this.sitecnt.Name = "sitecnt";
|
|
this.sitecnt.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.sitecnt.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|
//
|
|
// pumpriceDataGridViewTextBoxColumn
|
|
//
|
|
this.pumpriceDataGridViewTextBoxColumn.DataPropertyName = "pumprice";
|
|
this.pumpriceDataGridViewTextBoxColumn.HeaderText = "단가";
|
|
this.pumpriceDataGridViewTextBoxColumn.Name = "pumpriceDataGridViewTextBoxColumn";
|
|
this.pumpriceDataGridViewTextBoxColumn.ReadOnly = true;
|
|
//
|
|
// pumamtDataGridViewTextBoxColumn
|
|
//
|
|
this.pumamtDataGridViewTextBoxColumn.DataPropertyName = "pumamt";
|
|
this.pumamtDataGridViewTextBoxColumn.HeaderText = "금액";
|
|
this.pumamtDataGridViewTextBoxColumn.Name = "pumamtDataGridViewTextBoxColumn";
|
|
this.pumamtDataGridViewTextBoxColumn.ReadOnly = true;
|
|
//
|
|
// pumscaleDataGridViewTextBoxColumn
|
|
//
|
|
this.pumscaleDataGridViewTextBoxColumn.DataPropertyName = "pumscale";
|
|
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
this.pumscaleDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle7;
|
|
this.pumscaleDataGridViewTextBoxColumn.HeaderText = "모델";
|
|
this.pumscaleDataGridViewTextBoxColumn.Name = "pumscaleDataGridViewTextBoxColumn";
|
|
this.pumscaleDataGridViewTextBoxColumn.ReadOnly = true;
|
|
//
|
|
// bigoDataGridViewTextBoxColumn
|
|
//
|
|
this.bigoDataGridViewTextBoxColumn.DataPropertyName = "bigo";
|
|
this.bigoDataGridViewTextBoxColumn.HeaderText = "비고";
|
|
this.bigoDataGridViewTextBoxColumn.Name = "bigoDataGridViewTextBoxColumn";
|
|
this.bigoDataGridViewTextBoxColumn.ReadOnly = true;
|
|
//
|
|
// bs
|
|
//
|
|
this.bs.DataMember = "PurchaseCheck";
|
|
this.bs.DataSource = this.dsPurchase;
|
|
//
|
|
// dsPurchase
|
|
//
|
|
this.dsPurchase.DataSetName = "dsPurchase";
|
|
this.dsPurchase.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
|
|
//
|
|
// 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(36, 36);
|
|
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(36, 36);
|
|
this.bindingNavigatorMovePreviousItem.Text = "이전으로 이동";
|
|
//
|
|
// bindingNavigatorSeparator
|
|
//
|
|
this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
|
|
this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 39);
|
|
//
|
|
// bindingNavigatorPositionItem
|
|
//
|
|
this.bindingNavigatorPositionItem.AccessibleName = "위치";
|
|
this.bindingNavigatorPositionItem.AutoSize = false;
|
|
this.bindingNavigatorPositionItem.Font = new System.Drawing.Font("맑은 고딕", 9F);
|
|
this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
|
|
this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
|
|
this.bindingNavigatorPositionItem.Text = "0";
|
|
this.bindingNavigatorPositionItem.ToolTipText = "현재 위치";
|
|
//
|
|
// bindingNavigatorCountItem
|
|
//
|
|
this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
|
|
this.bindingNavigatorCountItem.Size = new System.Drawing.Size(27, 36);
|
|
this.bindingNavigatorCountItem.Text = "/{0}";
|
|
this.bindingNavigatorCountItem.ToolTipText = "전체 항목 수";
|
|
//
|
|
// bindingNavigatorSeparator1
|
|
//
|
|
this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
|
|
this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 39);
|
|
//
|
|
// 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(36, 36);
|
|
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(36, 36);
|
|
this.bindingNavigatorMoveLastItem.Text = "마지막으로 이동";
|
|
//
|
|
// bindingNavigatorSeparator2
|
|
//
|
|
this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
|
|
this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 39);
|
|
//
|
|
// bn
|
|
//
|
|
this.bn.AddNewItem = null;
|
|
this.bn.CountItem = this.bindingNavigatorCountItem;
|
|
this.bn.DeleteItem = null;
|
|
this.bn.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.bn.ImageScalingSize = new System.Drawing.Size(32, 32);
|
|
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.toolStripButton1,
|
|
this.toolStripButton2,
|
|
this.toolStripSeparator1,
|
|
this.toolStripButton3,
|
|
this.toolStripButton4,
|
|
this.toolStripSeparator2,
|
|
this.toolStripButton5});
|
|
this.bn.Location = new System.Drawing.Point(0, 622);
|
|
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(1138, 39);
|
|
this.bn.TabIndex = 1;
|
|
this.bn.Text = "bindingNavigator1";
|
|
//
|
|
// 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(115, 36);
|
|
this.toolStripButton1.Text = "재고일괄검사";
|
|
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
|
|
//
|
|
// 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(91, 36);
|
|
this.toolStripButton2.Text = "확인완료";
|
|
this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
|
|
//
|
|
// toolStripSeparator1
|
|
//
|
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 39);
|
|
//
|
|
// 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(91, 36);
|
|
this.toolStripButton3.Text = "전체확인";
|
|
this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
|
|
//
|
|
// toolStripButton4
|
|
//
|
|
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(91, 36);
|
|
this.toolStripButton4.Text = "전체해제";
|
|
this.toolStripButton4.Click += new System.EventHandler(this.toolStripButton4_Click);
|
|
//
|
|
// toolStripSeparator2
|
|
//
|
|
this.toolStripSeparator2.Name = "toolStripSeparator2";
|
|
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 39);
|
|
//
|
|
// 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(128, 36);
|
|
this.toolStripButton5.Text = "SPM사이트열기";
|
|
this.toolStripButton5.Click += new System.EventHandler(this.toolStripButton5_Click);
|
|
//
|
|
// fSIDCheckNR
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1138, 661);
|
|
this.Controls.Add(this.dv1);
|
|
this.Controls.Add(this.bn);
|
|
this.Name = "fSIDCheckNR";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "fSIDCheckNR";
|
|
this.Load += new System.EventHandler(this.fSIDCheckNR_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.dv1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dsPurchase)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bn)).EndInit();
|
|
this.bn.ResumeLayout(false);
|
|
this.bn.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.DataGridView dv1;
|
|
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.ToolStripLabel bindingNavigatorCountItem;
|
|
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.BindingNavigator bn;
|
|
private System.Windows.Forms.ToolStripButton toolStripButton1;
|
|
private System.Windows.Forms.BindingSource bs;
|
|
private dsPurchase dsPurchase;
|
|
private System.Windows.Forms.ToolStripButton toolStripButton2;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
|
private System.Windows.Forms.ToolStripButton toolStripButton3;
|
|
private System.Windows.Forms.ToolStripButton toolStripButton4;
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn chk1DataGridViewCheckBoxColumn;
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn chk2DataGridViewCheckBoxColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pdateDataGridViewTextBoxColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn requestNameDataGridViewTextBoxColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn sidDataGridViewTextBoxColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pumnameDataGridViewTextBoxColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pumunitDataGridViewTextBoxColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pumqtyDataGridViewTextBoxColumn;
|
|
private System.Windows.Forms.DataGridViewButtonColumn sitecnt;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pumpriceDataGridViewTextBoxColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pumamtDataGridViewTextBoxColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pumscaleDataGridViewTextBoxColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn bigoDataGridViewTextBoxColumn;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
|
|
private System.Windows.Forms.ToolStripButton toolStripButton5;
|
|
}
|
|
} |