namespace FCM0000 { partial class finventoryAdd { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.Label sidLabel; System.Windows.Forms.Label pumscaleLabel; System.Windows.Forms.Label pumqtyLabel; System.Windows.Forms.Label pumpriceLabel; System.Windows.Forms.Label pumamtLabel; System.Windows.Forms.Label deptLabel; System.Windows.Forms.Label label1; System.Windows.Forms.Label label3; System.Windows.Forms.Label label6; System.Windows.Forms.Label label2; System.Windows.Forms.Label label4; System.Windows.Forms.Label label5; this.tbSID = new System.Windows.Forms.TextBox(); this.tbPumName = new System.Windows.Forms.TextBox(); this.tbPumModel = new System.Windows.Forms.TextBox(); this.tbPumQty = new System.Windows.Forms.TextBox(); this.tbPumPrice = new System.Windows.Forms.TextBox(); this.tbPumAmt = new System.Windows.Forms.TextBox(); this.tbProject = new System.Windows.Forms.TextBox(); this.tbProjectIndex = new System.Windows.Forms.TextBox(); this.tbBigo = new System.Windows.Forms.TextBox(); this.dtPdate = new System.Windows.Forms.DateTimePicker(); this.btSave = new System.Windows.Forms.Button(); this.cmbState = new System.Windows.Forms.ComboBox(); this.cmbRequest = new System.Windows.Forms.ComboBox(); this.tbPumIDX = new System.Windows.Forms.TextBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.cmbStorage = new System.Windows.Forms.ComboBox(); this.tbSN = new System.Windows.Forms.TextBox(); this.linkLabel7 = new System.Windows.Forms.LinkLabel(); this.linkLabel5 = new System.Windows.Forms.LinkLabel(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.cmbBox = new System.Windows.Forms.ComboBox(); this.bs = new System.Windows.Forms.BindingSource(this.components); this.dsPurchase = new FCM0000.DSInventory(); this.ta = new FCM0000.DSInventoryTableAdapters.vInventoryTableAdapter(); sidLabel = new System.Windows.Forms.Label(); pumscaleLabel = new System.Windows.Forms.Label(); pumqtyLabel = new System.Windows.Forms.Label(); pumpriceLabel = new System.Windows.Forms.Label(); pumamtLabel = new System.Windows.Forms.Label(); deptLabel = new System.Windows.Forms.Label(); label1 = new System.Windows.Forms.Label(); label3 = new System.Windows.Forms.Label(); label6 = new System.Windows.Forms.Label(); label2 = new System.Windows.Forms.Label(); label4 = new System.Windows.Forms.Label(); label5 = new System.Windows.Forms.Label(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dsPurchase)).BeginInit(); this.SuspendLayout(); // // sidLabel // sidLabel.AutoSize = true; sidLabel.Location = new System.Drawing.Point(288, 213); sidLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); sidLabel.Name = "sidLabel"; sidLabel.Size = new System.Drawing.Size(32, 20); sidLabel.TabIndex = 17; sidLabel.Text = "SID"; // // pumscaleLabel // pumscaleLabel.AutoSize = true; pumscaleLabel.Location = new System.Drawing.Point(12, 142); pumscaleLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); pumscaleLabel.Name = "pumscaleLabel"; pumscaleLabel.Size = new System.Drawing.Size(75, 20); pumscaleLabel.TabIndex = 9; pumscaleLabel.Text = "모델/규격"; // // pumqtyLabel // pumqtyLabel.AutoSize = true; pumqtyLabel.Location = new System.Drawing.Point(48, 178); pumqtyLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); pumqtyLabel.Name = "pumqtyLabel"; pumqtyLabel.Size = new System.Drawing.Size(39, 20); pumqtyLabel.TabIndex = 11; pumqtyLabel.Text = "수량"; // // pumpriceLabel // pumpriceLabel.AutoSize = true; pumpriceLabel.Location = new System.Drawing.Point(280, 178); pumpriceLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); pumpriceLabel.Name = "pumpriceLabel"; pumpriceLabel.Size = new System.Drawing.Size(39, 20); pumpriceLabel.TabIndex = 13; pumpriceLabel.Text = "단가"; // // pumamtLabel // pumamtLabel.AutoSize = true; pumamtLabel.Location = new System.Drawing.Point(48, 213); pumamtLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); pumamtLabel.Name = "pumamtLabel"; pumamtLabel.Size = new System.Drawing.Size(39, 20); pumamtLabel.TabIndex = 15; pumamtLabel.Text = "합계"; // // deptLabel // deptLabel.AutoSize = true; deptLabel.Location = new System.Drawing.Point(48, 351); deptLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); deptLabel.Name = "deptLabel"; deptLabel.Size = new System.Drawing.Size(39, 20); deptLabel.TabIndex = 26; deptLabel.Text = "비고"; // // label1 // label1.AutoSize = true; label1.Location = new System.Drawing.Point(33, 32); label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); label1.Name = "label1"; label1.Size = new System.Drawing.Size(54, 20); label1.TabIndex = 0; label1.Text = "입력일"; // // label3 // label3.AutoSize = true; label3.Location = new System.Drawing.Point(48, 70); label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); label3.Name = "label3"; label3.Size = new System.Drawing.Size(39, 20); label3.TabIndex = 2; label3.Text = "담당"; // // label6 // label6.AutoSize = true; label6.Location = new System.Drawing.Point(280, 69); label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); label6.Name = "label6"; label6.Size = new System.Drawing.Size(39, 20); label6.TabIndex = 4; label6.Text = "상태"; // // label2 // label2.AutoSize = true; label2.Location = new System.Drawing.Point(53, 248); label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); label2.Name = "label2"; label2.Size = new System.Drawing.Size(34, 20); label2.TabIndex = 22; label2.Text = "S/N"; // // label4 // label4.AutoSize = true; label4.Location = new System.Drawing.Point(2, 283); label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); label4.Name = "label4"; label4.Size = new System.Drawing.Size(86, 20); label4.TabIndex = 24; label4.Text = "보관소(*60)"; // // tbSID // this.tbSID.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255))))); this.tbSID.Location = new System.Drawing.Point(327, 210); this.tbSID.Margin = new System.Windows.Forms.Padding(4); this.tbSID.Name = "tbSID"; this.tbSID.Size = new System.Drawing.Size(148, 27); this.tbSID.TabIndex = 18; // // tbPumName // this.tbPumName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); this.tbPumName.ImeMode = System.Windows.Forms.ImeMode.Hangul; this.tbPumName.Location = new System.Drawing.Point(93, 102); this.tbPumName.Margin = new System.Windows.Forms.Padding(4); this.tbPumName.Name = "tbPumName"; this.tbPumName.Size = new System.Drawing.Size(311, 27); this.tbPumName.TabIndex = 7; // // tbPumModel // this.tbPumModel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); this.tbPumModel.ImeMode = System.Windows.Forms.ImeMode.Alpha; this.tbPumModel.Location = new System.Drawing.Point(93, 139); this.tbPumModel.Margin = new System.Windows.Forms.Padding(4); this.tbPumModel.Name = "tbPumModel"; this.tbPumModel.Size = new System.Drawing.Size(381, 27); this.tbPumModel.TabIndex = 10; // // tbPumQty // this.tbPumQty.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); this.tbPumQty.Location = new System.Drawing.Point(94, 175); this.tbPumQty.Margin = new System.Windows.Forms.Padding(4); this.tbPumQty.Name = "tbPumQty"; this.tbPumQty.Size = new System.Drawing.Size(178, 27); this.tbPumQty.TabIndex = 12; this.tbPumQty.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.tbPumQty.TextChanged += new System.EventHandler(this.tbPumQty_TextChanged); // // tbPumPrice // this.tbPumPrice.Location = new System.Drawing.Point(327, 175); this.tbPumPrice.Margin = new System.Windows.Forms.Padding(4); this.tbPumPrice.Name = "tbPumPrice"; this.tbPumPrice.Size = new System.Drawing.Size(148, 27); this.tbPumPrice.TabIndex = 14; this.tbPumPrice.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.tbPumPrice.TextChanged += new System.EventHandler(this.tbPumQty_TextChanged); // // tbPumAmt // this.tbPumAmt.Location = new System.Drawing.Point(93, 210); this.tbPumAmt.Margin = new System.Windows.Forms.Padding(4); this.tbPumAmt.Name = "tbPumAmt"; this.tbPumAmt.ReadOnly = true; this.tbPumAmt.Size = new System.Drawing.Size(179, 27); this.tbPumAmt.TabIndex = 16; this.tbPumAmt.TabStop = false; this.tbPumAmt.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // tbProject // this.tbProject.BackColor = System.Drawing.SystemColors.Window; this.tbProject.ImeMode = System.Windows.Forms.ImeMode.Hangul; this.tbProject.Location = new System.Drawing.Point(92, 385); this.tbProject.Margin = new System.Windows.Forms.Padding(4); this.tbProject.Name = "tbProject"; this.tbProject.Size = new System.Drawing.Size(311, 27); this.tbProject.TabIndex = 20; // // tbProjectIndex // this.tbProjectIndex.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "project", true)); this.tbProjectIndex.Location = new System.Drawing.Point(409, 385); this.tbProjectIndex.Margin = new System.Windows.Forms.Padding(4); this.tbProjectIndex.Name = "tbProjectIndex"; this.tbProjectIndex.ReadOnly = true; this.tbProjectIndex.Size = new System.Drawing.Size(64, 27); this.tbProjectIndex.TabIndex = 21; this.tbProjectIndex.TabStop = false; this.tbProjectIndex.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.toolTip1.SetToolTip(this.tbProjectIndex, "Database ID"); // // tbBigo // this.tbBigo.ImeMode = System.Windows.Forms.ImeMode.Hangul; this.tbBigo.Location = new System.Drawing.Point(93, 348); this.tbBigo.Margin = new System.Windows.Forms.Padding(4); this.tbBigo.MaxLength = 500; this.tbBigo.Name = "tbBigo"; this.tbBigo.Size = new System.Drawing.Size(381, 27); this.tbBigo.TabIndex = 27; this.tbBigo.TabStop = false; // // dtPdate // this.dtPdate.Location = new System.Drawing.Point(93, 29); this.dtPdate.Margin = new System.Windows.Forms.Padding(4); this.dtPdate.Name = "dtPdate"; this.dtPdate.Size = new System.Drawing.Size(381, 27); this.dtPdate.TabIndex = 1; // // btSave // this.btSave.Location = new System.Drawing.Point(11, 438); this.btSave.Margin = new System.Windows.Forms.Padding(4); this.btSave.Name = "btSave"; this.btSave.Size = new System.Drawing.Size(490, 49); this.btSave.TabIndex = 1; this.btSave.Text = "저장(&S)"; this.btSave.UseVisualStyleBackColor = true; this.btSave.Click += new System.EventHandler(this.button1_Click); // // cmbState // this.cmbState.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); this.cmbState.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbState.FormattingEnabled = true; this.cmbState.Items.AddRange(new object[] { "입고", "출고", "정정"}); this.cmbState.Location = new System.Drawing.Point(327, 66); this.cmbState.Margin = new System.Windows.Forms.Padding(4); this.cmbState.Name = "cmbState"; this.cmbState.Size = new System.Drawing.Size(148, 28); this.cmbState.TabIndex = 5; this.cmbState.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged); // // cmbRequest // this.cmbRequest.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.cmbRequest.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.cmbRequest.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbRequest.FormattingEnabled = true; this.cmbRequest.ImeMode = System.Windows.Forms.ImeMode.Hangul; this.cmbRequest.Location = new System.Drawing.Point(93, 66); this.cmbRequest.Margin = new System.Windows.Forms.Padding(4); this.cmbRequest.Name = "cmbRequest"; this.cmbRequest.Size = new System.Drawing.Size(179, 28); this.cmbRequest.TabIndex = 3; // // tbPumIDX // this.tbPumIDX.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "item", true)); this.tbPumIDX.Location = new System.Drawing.Point(410, 102); this.tbPumIDX.Margin = new System.Windows.Forms.Padding(4); this.tbPumIDX.Name = "tbPumIDX"; this.tbPumIDX.ReadOnly = true; this.tbPumIDX.Size = new System.Drawing.Size(64, 27); this.tbPumIDX.TabIndex = 8; this.tbPumIDX.TabStop = false; this.tbPumIDX.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.toolTip1.SetToolTip(this.tbPumIDX, "Database ID"); // // groupBox1 // this.groupBox1.Controls.Add(this.cmbBox); this.groupBox1.Controls.Add(label5); this.groupBox1.Controls.Add(this.cmbStorage); this.groupBox1.Controls.Add(label4); this.groupBox1.Controls.Add(this.tbSN); this.groupBox1.Controls.Add(label2); this.groupBox1.Controls.Add(this.linkLabel7); this.groupBox1.Controls.Add(this.linkLabel5); this.groupBox1.Controls.Add(label6); this.groupBox1.Controls.Add(label3); this.groupBox1.Controls.Add(this.dtPdate); this.groupBox1.Controls.Add(this.tbPumAmt); this.groupBox1.Controls.Add(this.tbBigo); this.groupBox1.Controls.Add(deptLabel); this.groupBox1.Controls.Add(pumamtLabel); this.groupBox1.Controls.Add(this.tbPumIDX); this.groupBox1.Controls.Add(this.cmbState); this.groupBox1.Controls.Add(this.tbSID); this.groupBox1.Controls.Add(this.tbPumQty); this.groupBox1.Controls.Add(pumqtyLabel); this.groupBox1.Controls.Add(sidLabel); this.groupBox1.Controls.Add(this.tbProject); this.groupBox1.Controls.Add(this.tbProjectIndex); this.groupBox1.Controls.Add(this.tbPumPrice); this.groupBox1.Controls.Add(pumpriceLabel); this.groupBox1.Controls.Add(label1); this.groupBox1.Controls.Add(this.tbPumName); this.groupBox1.Controls.Add(this.cmbRequest); this.groupBox1.Controls.Add(pumscaleLabel); this.groupBox1.Controls.Add(this.tbPumModel); this.groupBox1.Location = new System.Drawing.Point(11, 6); this.groupBox1.Margin = new System.Windows.Forms.Padding(4); this.groupBox1.Name = "groupBox1"; this.groupBox1.Padding = new System.Windows.Forms.Padding(4); this.groupBox1.Size = new System.Drawing.Size(490, 424); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "필수입력"; // // cmbStorage // this.cmbStorage.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.cmbStorage.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.cmbStorage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbStorage.FormattingEnabled = true; this.cmbStorage.ImeMode = System.Windows.Forms.ImeMode.Hangul; this.cmbStorage.Location = new System.Drawing.Point(93, 280); this.cmbStorage.Margin = new System.Windows.Forms.Padding(4); this.cmbStorage.Name = "cmbStorage"; this.cmbStorage.Size = new System.Drawing.Size(381, 28); this.cmbStorage.TabIndex = 28; // // tbSN // this.tbSN.ImeMode = System.Windows.Forms.ImeMode.Hangul; this.tbSN.Location = new System.Drawing.Point(93, 245); this.tbSN.Margin = new System.Windows.Forms.Padding(4); this.tbSN.MaxLength = 500; this.tbSN.Name = "tbSN"; this.tbSN.Size = new System.Drawing.Size(381, 27); this.tbSN.TabIndex = 23; this.tbSN.TabStop = false; // // linkLabel7 // this.linkLabel7.AutoSize = true; this.linkLabel7.Location = new System.Drawing.Point(16, 388); this.linkLabel7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.linkLabel7.Name = "linkLabel7"; this.linkLabel7.Size = new System.Drawing.Size(69, 20); this.linkLabel7.TabIndex = 19; this.linkLabel7.TabStop = true; this.linkLabel7.Text = "프로젝트"; this.linkLabel7.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel7_LinkClicked); // // linkLabel5 // this.linkLabel5.AutoSize = true; this.linkLabel5.Location = new System.Drawing.Point(48, 105); this.linkLabel5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.linkLabel5.Name = "linkLabel5"; this.linkLabel5.Size = new System.Drawing.Size(39, 20); this.linkLabel5.TabIndex = 6; this.linkLabel5.TabStop = true; this.linkLabel5.Text = "품명"; this.linkLabel5.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel5_LinkClicked); // // cmbBox // this.cmbBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.cmbBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.cmbBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbBox.FormattingEnabled = true; this.cmbBox.ImeMode = System.Windows.Forms.ImeMode.Hangul; this.cmbBox.Location = new System.Drawing.Point(92, 314); this.cmbBox.Margin = new System.Windows.Forms.Padding(4); this.cmbBox.Name = "cmbBox"; this.cmbBox.Size = new System.Drawing.Size(381, 28); this.cmbBox.TabIndex = 30; // // label5 // label5.AutoSize = true; label5.Location = new System.Drawing.Point(16, 317); label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); label5.Name = "label5"; label5.Size = new System.Drawing.Size(71, 20); label5.TabIndex = 29; label5.Text = "박스(*61)"; // // bs // this.bs.DataMember = "vInventory"; this.bs.DataSource = this.dsPurchase; // // dsPurchase // this.dsPurchase.DataSetName = "dsPurchase"; this.dsPurchase.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // ta // this.ta.ClearBeforeFill = true; // // finventoryAdd // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(511, 496); this.Controls.Add(this.groupBox1); this.Controls.Add(this.btSave); this.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "finventoryAdd"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "품목재고 등록/변경"; this.Load += new System.EventHandler(this.@__Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dsPurchase)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TextBox tbSID; private System.Windows.Forms.TextBox tbPumName; private System.Windows.Forms.TextBox tbPumModel; private System.Windows.Forms.TextBox tbPumQty; private System.Windows.Forms.TextBox tbPumPrice; private System.Windows.Forms.TextBox tbPumAmt; private System.Windows.Forms.TextBox tbProject; private System.Windows.Forms.TextBox tbProjectIndex; private System.Windows.Forms.TextBox tbBigo; private System.Windows.Forms.DateTimePicker dtPdate; private System.Windows.Forms.Button btSave; private System.Windows.Forms.ComboBox cmbState; private System.Windows.Forms.ComboBox cmbRequest; private System.Windows.Forms.TextBox tbPumIDX; private System.Windows.Forms.GroupBox groupBox1; private DSInventory dsPurchase; private System.Windows.Forms.BindingSource bs; private DSInventoryTableAdapters.vInventoryTableAdapter ta; private System.Windows.Forms.ToolTip toolTip1; private System.Windows.Forms.LinkLabel linkLabel5; private System.Windows.Forms.LinkLabel linkLabel7; private System.Windows.Forms.TextBox tbSN; private System.Windows.Forms.ComboBox cmbStorage; private System.Windows.Forms.ComboBox cmbBox; } }