namespace FPJ0000 { partial class fSCCheck { /// /// 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fSCCheck)); FarPoint.Win.Spread.CellType.NumberCellType numberCellType22 = new FarPoint.Win.Spread.CellType.NumberCellType(); FarPoint.Win.Spread.CellType.TextCellType textCellType29 = new FarPoint.Win.Spread.CellType.TextCellType(); FarPoint.Win.Spread.CellType.TextCellType textCellType30 = new FarPoint.Win.Spread.CellType.TextCellType(); FarPoint.Win.Spread.CellType.NumberCellType numberCellType23 = new FarPoint.Win.Spread.CellType.NumberCellType(); FarPoint.Win.Spread.CellType.NumberCellType numberCellType24 = new FarPoint.Win.Spread.CellType.NumberCellType(); FarPoint.Win.Spread.CellType.TextCellType textCellType31 = new FarPoint.Win.Spread.CellType.TextCellType(); FarPoint.Win.Spread.CellType.TextCellType textCellType32 = new FarPoint.Win.Spread.CellType.TextCellType(); this.textBox1 = new System.Windows.Forms.TextBox(); this.linkLabel1 = new System.Windows.Forms.LinkLabel(); this.btView = new System.Windows.Forms.Button(); this.bs = new System.Windows.Forms.BindingSource(this.components); this.dsPRJ = new FPJ0000.dsPRJ(); this.panel1 = new System.Windows.Forms.Panel(); this.label16 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.nudE = new System.Windows.Forms.NumericUpDown(); this.nudS = new System.Windows.Forms.NumericUpDown(); this.label2 = new System.Windows.Forms.Label(); this.numericUpDown1 = new System.Windows.Forms.NumericUpDown(); this.label1 = new System.Windows.Forms.Label(); this.bn = new System.Windows.Forms.BindingNavigator(this.components); 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.progressBar1 = new System.Windows.Forms.ToolStripProgressBar(); this.panel2 = new System.Windows.Forms.Panel(); this.nudSID = new System.Windows.Forms.NumericUpDown(); this.label6 = new System.Windows.Forms.Label(); this.nudQty = new System.Windows.Forms.NumericUpDown(); this.label4 = new System.Windows.Forms.Label(); this.nudPrice = new System.Windows.Forms.NumericUpDown(); this.label15 = new System.Windows.Forms.Label(); this.nudSupply = new System.Windows.Forms.NumericUpDown(); this.label10 = new System.Windows.Forms.Label(); this.nudPO = new System.Windows.Forms.NumericUpDown(); this.label9 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.ta = new FPJ0000.dsPRJTableAdapters.ProjectsPartTableAdapter(); this.dv1 = new FarPoint.Win.Spread.FpSpread(); this.bsList = new System.Windows.Forms.BindingSource(this.components); this.nudName = new System.Windows.Forms.NumericUpDown(); this.label5 = new System.Windows.Forms.Label(); this.dv1_Sheet1 = new FarPoint.Win.Spread.SheetView(); this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); this.toolStripButton2 = new System.Windows.Forms.ToolStripButton(); ((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dsPRJ)).BeginInit(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.nudE)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nudS)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit(); this.bn.SuspendLayout(); this.panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.nudSID)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nudQty)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nudPrice)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nudSupply)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nudPO)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dv1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bsList)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nudName)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dv1_Sheet1)).BeginInit(); this.SuspendLayout(); // // textBox1 // this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textBox1.Location = new System.Drawing.Point(92, 30); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(894, 21); this.textBox1.TabIndex = 1; // // linkLabel1 // this.linkLabel1.AutoSize = true; this.linkLabel1.LinkColor = System.Drawing.Color.DeepSkyBlue; this.linkLabel1.Location = new System.Drawing.Point(21, 35); this.linkLabel1.Name = "linkLabel1"; this.linkLabel1.Size = new System.Drawing.Size(57, 12); this.linkLabel1.TabIndex = 0; this.linkLabel1.TabStop = true; this.linkLabel1.Text = "파일 선택"; this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked); // // btView // this.btView.Dock = System.Windows.Forms.DockStyle.Right; this.btView.ForeColor = System.Drawing.Color.Black; this.btView.Location = new System.Drawing.Point(892, 23); this.btView.Name = "btView"; this.btView.Size = new System.Drawing.Size(102, 35); this.btView.TabIndex = 26; this.btView.Text = "1. 보기"; this.btView.UseVisualStyleBackColor = true; this.btView.Click += new System.EventHandler(this.button1_Click); // // bs // this.bs.DataMember = "SCTable"; this.bs.DataSource = this.dsPRJ; // // dsPRJ // this.dsPRJ.DataSetName = "dsPRJ"; this.dsPRJ.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // panel1 // this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(120)))), ((int)(((byte)(120))))); this.panel1.Controls.Add(this.label16); this.panel1.Controls.Add(this.label3); this.panel1.Controls.Add(this.nudE); this.panel1.Controls.Add(this.nudS); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.numericUpDown1); this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.textBox1); this.panel1.Controls.Add(this.linkLabel1); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.ForeColor = System.Drawing.Color.White; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(996, 87); this.panel1.TabIndex = 0; // // label16 // this.label16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(18)))), ((int)(((byte)(18))))); this.label16.Dock = System.Windows.Forms.DockStyle.Top; this.label16.ForeColor = System.Drawing.Color.WhiteSmoke; this.label16.Location = new System.Drawing.Point(0, 0); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(996, 23); this.label16.TabIndex = 52; this.label16.Text = "엑셀 파일 설정"; this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(259, 62); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(14, 12); this.label3.TabIndex = 10; this.label3.Text = "~"; // // nudE // this.nudE.Location = new System.Drawing.Point(278, 58); this.nudE.Maximum = new decimal(new int[] { 65535, 0, 0, 0}); this.nudE.Name = "nudE"; this.nudE.Size = new System.Drawing.Size(45, 21); this.nudE.TabIndex = 9; this.nudE.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.nudE.Value = new decimal(new int[] { 500, 0, 0, 0}); // // nudS // this.nudS.Location = new System.Drawing.Point(210, 58); this.nudS.Maximum = new decimal(new int[] { 65535, 0, 0, 0}); this.nudS.Name = "nudS"; this.nudS.Size = new System.Drawing.Size(45, 21); this.nudS.TabIndex = 8; this.nudS.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.nudS.Value = new decimal(new int[] { 3, 0, 0, 0}); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(159, 62); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(45, 12); this.label2.TabIndex = 7; this.label2.Text = "줄 범위"; // // numericUpDown1 // this.numericUpDown1.Location = new System.Drawing.Point(92, 58); this.numericUpDown1.Maximum = new decimal(new int[] { 10, 0, 0, 0}); this.numericUpDown1.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.numericUpDown1.Name = "numericUpDown1"; this.numericUpDown1.Size = new System.Drawing.Size(45, 21); this.numericUpDown1.TabIndex = 3; this.numericUpDown1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.numericUpDown1.Value = new decimal(new int[] { 1, 0, 0, 0}); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(25, 62); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(53, 12); this.label1.TabIndex = 2; this.label1.Text = "시트번호"; // // 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.toolStripButton1, this.toolStripButton2, this.progressBar1}); this.bn.Location = new System.Drawing.Point(0, 612); 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(996, 28); this.bn.TabIndex = 2; this.bn.Text = "bindingNavigator1"; // // bindingNavigatorCountItem // this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem"; this.bindingNavigatorCountItem.Size = new System.Drawing.Size(27, 25); this.bindingNavigatorCountItem.Text = "/{0}"; this.bindingNavigatorCountItem.ToolTipText = "전체 항목 수"; // // 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, 25); 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, 25); this.bindingNavigatorMovePreviousItem.Text = "이전으로 이동"; // // bindingNavigatorSeparator // this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator"; this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 28); // // 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, 28); // // 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, 25); 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, 25); this.bindingNavigatorMoveLastItem.Text = "마지막으로 이동"; // // bindingNavigatorSeparator2 // this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2"; this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 28); // // progressBar1 // this.progressBar1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.progressBar1.Name = "progressBar1"; this.progressBar1.Size = new System.Drawing.Size(200, 25); // // panel2 // this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(120)))), ((int)(((byte)(120))))); this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel2.Controls.Add(this.nudName); this.panel2.Controls.Add(this.label5); this.panel2.Controls.Add(this.nudSID); this.panel2.Controls.Add(this.label6); this.panel2.Controls.Add(this.nudQty); this.panel2.Controls.Add(this.label4); this.panel2.Controls.Add(this.btView); this.panel2.Controls.Add(this.nudPrice); this.panel2.Controls.Add(this.label15); this.panel2.Controls.Add(this.nudSupply); this.panel2.Controls.Add(this.label10); this.panel2.Controls.Add(this.nudPO); this.panel2.Controls.Add(this.label9); this.panel2.Controls.Add(this.label8); this.panel2.Dock = System.Windows.Forms.DockStyle.Top; this.panel2.ForeColor = System.Drawing.Color.White; this.panel2.Location = new System.Drawing.Point(0, 87); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(996, 60); this.panel2.TabIndex = 3; // // nudSID // this.nudSID.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))); this.nudSID.Location = new System.Drawing.Point(61, 32); this.nudSID.Name = "nudSID"; this.nudSID.Size = new System.Drawing.Size(45, 21); this.nudSID.TabIndex = 1; this.nudSID.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.nudSID.Value = new decimal(new int[] { 3, 0, 0, 0}); this.nudSID.ValueChanged += new System.EventHandler(this.numericUpDown6_ValueChanged); // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(10, 36); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(24, 12); this.label6.TabIndex = 0; this.label6.Text = "SID"; // // nudQty // this.nudQty.Location = new System.Drawing.Point(260, 32); this.nudQty.Name = "nudQty"; this.nudQty.Size = new System.Drawing.Size(45, 21); this.nudQty.TabIndex = 3; this.nudQty.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.nudQty.Value = new decimal(new int[] { 5, 0, 0, 0}); this.nudQty.ValueChanged += new System.EventHandler(this.numericUpDown6_ValueChanged); // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(209, 36); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(24, 12); this.label4.TabIndex = 2; this.label4.Text = "Qty"; // // nudPrice // this.nudPrice.BackColor = System.Drawing.Color.White; this.nudPrice.Location = new System.Drawing.Point(353, 32); this.nudPrice.Name = "nudPrice"; this.nudPrice.Size = new System.Drawing.Size(45, 21); this.nudPrice.TabIndex = 5; this.nudPrice.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.nudPrice.Value = new decimal(new int[] { 6, 0, 0, 0}); this.nudPrice.ValueChanged += new System.EventHandler(this.numericUpDown6_ValueChanged); // // label15 // this.label15.AutoSize = true; this.label15.Location = new System.Drawing.Point(318, 36); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(34, 12); this.label15.TabIndex = 4; this.label15.Text = "Price"; // // nudSupply // this.nudSupply.BackColor = System.Drawing.Color.White; this.nudSupply.Location = new System.Drawing.Point(560, 32); this.nudSupply.Name = "nudSupply"; this.nudSupply.Size = new System.Drawing.Size(45, 21); this.nudSupply.TabIndex = 9; this.nudSupply.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.nudSupply.Value = new decimal(new int[] { 11, 0, 0, 0}); this.nudSupply.ValueChanged += new System.EventHandler(this.numericUpDown6_ValueChanged); // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(510, 36); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(44, 12); this.label10.TabIndex = 8; this.label10.Text = "Suuply"; // // nudPO // this.nudPO.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))); this.nudPO.Location = new System.Drawing.Point(450, 32); this.nudPO.Name = "nudPO"; this.nudPO.Size = new System.Drawing.Size(45, 21); this.nudPO.TabIndex = 7; this.nudPO.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.nudPO.Value = new decimal(new int[] { 9, 0, 0, 0}); this.nudPO.ValueChanged += new System.EventHandler(this.numericUpDown6_ValueChanged); // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(421, 36); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(20, 12); this.label9.TabIndex = 6; this.label9.Text = "Po"; // // label8 // this.label8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(18)))), ((int)(((byte)(18))))); this.label8.Dock = System.Windows.Forms.DockStyle.Top; this.label8.ForeColor = System.Drawing.Color.WhiteSmoke; this.label8.Location = new System.Drawing.Point(0, 0); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(994, 23); this.label8.TabIndex = 51; this.label8.Text = "엑셀/DB 연결 정보 설정 ( A열 = 1)"; this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // ta // this.ta.ClearBeforeFill = true; // // dv1 // this.dv1.AccessibleDescription = ""; this.dv1.Dock = System.Windows.Forms.DockStyle.Fill; this.dv1.Location = new System.Drawing.Point(0, 147); this.dv1.Name = "dv1"; this.dv1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] { this.dv1_Sheet1}); this.dv1.Size = new System.Drawing.Size(996, 465); this.dv1.TabIndex = 4; // // bsList // this.bsList.DataMember = "SCTable"; this.bsList.DataSource = this.dsPRJ; // // nudName // this.nudName.Location = new System.Drawing.Point(156, 32); this.nudName.Name = "nudName"; this.nudName.Size = new System.Drawing.Size(45, 21); this.nudName.TabIndex = 53; this.nudName.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.nudName.Value = new decimal(new int[] { 4, 0, 0, 0}); // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(109, 36); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(40, 12); this.label5.TabIndex = 52; this.label5.Text = "NAme"; // // dv1_Sheet1 // this.dv1_Sheet1.Reset(); this.dv1_Sheet1.SheetName = "Sheet1"; // Formulas and custom names must be loaded with R1C1 reference style this.dv1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1; this.dv1_Sheet1.ColumnCount = 7; this.dv1_Sheet1.ActiveColumnIndex = -1; this.dv1_Sheet1.ActiveRowIndex = -1; numberCellType22.DecimalPlaces = 0; numberCellType22.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes; numberCellType22.MaximumValue = 2147483647D; numberCellType22.MinimumValue = -2147483648D; this.dv1_Sheet1.Columns.Get(0).CellType = numberCellType22; this.dv1_Sheet1.Columns.Get(0).DataField = "idx"; this.dv1_Sheet1.Columns.Get(1).CellType = textCellType29; this.dv1_Sheet1.Columns.Get(1).DataField = "SID"; this.dv1_Sheet1.Columns.Get(2).CellType = textCellType30; this.dv1_Sheet1.Columns.Get(2).DataField = "PName"; numberCellType23.DecimalPlaces = 0; numberCellType23.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes; numberCellType23.MaximumValue = 2147483647D; numberCellType23.MinimumValue = -2147483648D; this.dv1_Sheet1.Columns.Get(3).CellType = numberCellType23; this.dv1_Sheet1.Columns.Get(3).DataField = "Qty"; numberCellType24.MaximumValue = 999999999999999D; numberCellType24.MinimumValue = -999999999999999D; this.dv1_Sheet1.Columns.Get(4).CellType = numberCellType24; this.dv1_Sheet1.Columns.Get(4).DataField = "Price"; this.dv1_Sheet1.Columns.Get(5).CellType = textCellType31; this.dv1_Sheet1.Columns.Get(5).DataField = "PO"; this.dv1_Sheet1.Columns.Get(6).CellType = textCellType32; this.dv1_Sheet1.Columns.Get(6).DataField = "Supply"; this.dv1_Sheet1.DataSource = this.bs; this.dv1_Sheet1.RowHeader.Columns.Default.Resizable = false; this.dv1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1; // // toolStripButton1 // this.toolStripButton1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); this.toolStripButton1.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.toolStripButton1.Image = global::FPJ0000.Properties.Resources.accept; this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton1.Name = "toolStripButton1"; this.toolStripButton1.Size = new System.Drawing.Size(100, 25); this.toolStripButton1.Text = "수량 검사"; this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click_1); // // 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(131, 25); this.toolStripButton2.Text = "구매확정 모두 취소"; this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click); // // fSCCheck // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(996, 640); this.Controls.Add(this.dv1); this.Controls.Add(this.panel2); this.Controls.Add(this.bn); this.Controls.Add(this.panel1); this.Name = "fSCCheck"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "S/C 수량 체크"; this.Load += new System.EventHandler(this.@__Load); ((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dsPRJ)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.nudE)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nudS)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bn)).EndInit(); this.bn.ResumeLayout(false); this.bn.PerformLayout(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.nudSID)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nudQty)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nudPrice)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nudSupply)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nudPO)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dv1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bsList)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nudName)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dv1_Sheet1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.LinkLabel linkLabel1; private System.Windows.Forms.Button btView; private System.Windows.Forms.Panel panel1; 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.ToolStripProgressBar progressBar1; private System.Windows.Forms.BindingSource bs; private System.Windows.Forms.Label label1; private System.Windows.Forms.NumericUpDown numericUpDown1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.NumericUpDown nudE; private System.Windows.Forms.NumericUpDown nudS; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.NumericUpDown nudPO; private System.Windows.Forms.Label label9; private System.Windows.Forms.NumericUpDown nudSupply; private System.Windows.Forms.Label label10; private System.Windows.Forms.NumericUpDown nudPrice; private System.Windows.Forms.Label label15; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label16; private dsPRJTableAdapters.ProjectsPartTableAdapter ta; private dsPRJ dsPRJ; private System.Windows.Forms.NumericUpDown nudQty; private System.Windows.Forms.Label label4; private System.Windows.Forms.NumericUpDown nudSID; private System.Windows.Forms.Label label6; private FarPoint.Win.Spread.FpSpread dv1; private System.Windows.Forms.BindingSource bsList; private System.Windows.Forms.NumericUpDown nudName; private System.Windows.Forms.Label label5; private FarPoint.Win.Spread.SheetView dv1_Sheet1; private System.Windows.Forms.ToolStripButton toolStripButton1; private System.Windows.Forms.ToolStripButton toolStripButton2; } }