재고관리 추가 품명에 바코드 추가(김정만)

This commit is contained in:
chi
2023-09-14 09:46:14 +09:00
parent a6be8ad5d3
commit 5a7b57eab2
17 changed files with 1818 additions and 1548 deletions

View File

@@ -38,6 +38,8 @@
System.Windows.Forms.Label label1;
System.Windows.Forms.Label label2;
System.Windows.Forms.Label label3;
System.Windows.Forms.Label label4;
System.Windows.Forms.Label label5;
this.ta = new FCM0000.dsMSSQLTableAdapters.ItemsTableAdapter();
this.tbName = new System.Windows.Forms.TextBox();
this.tbSid = new System.Windows.Forms.TextBox();
@@ -53,6 +55,8 @@
this.tbPriceD = new System.Windows.Forms.TextBox();
this.tbStorage = new System.Windows.Forms.TextBox();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.tbCate = new System.Windows.Forms.TextBox();
this.tbBarcode = new System.Windows.Forms.TextBox();
nameLabel = new System.Windows.Forms.Label();
sidLabel = new System.Windows.Forms.Label();
modelLabel = new System.Windows.Forms.Label();
@@ -63,6 +67,8 @@
label1 = new System.Windows.Forms.Label();
label2 = new System.Windows.Forms.Label();
label3 = new System.Windows.Forms.Label();
label4 = new System.Windows.Forms.Label();
label5 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.dsMSSQL)).BeginInit();
this.SuspendLayout();
//
@@ -119,7 +125,7 @@
// memoLabel
//
memoLabel.AutoSize = true;
memoLabel.Location = new System.Drawing.Point(52, 360);
memoLabel.Location = new System.Drawing.Point(52, 403);
memoLabel.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
memoLabel.Name = "memoLabel";
memoLabel.Size = new System.Drawing.Size(55, 30);
@@ -150,7 +156,7 @@
//
label2.AutoSize = true;
label2.ForeColor = System.Drawing.Color.Blue;
label2.Location = new System.Drawing.Point(363, 225);
label2.Location = new System.Drawing.Point(387, 225);
label2.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
label2.Name = "label2";
label2.Size = new System.Drawing.Size(25, 30);
@@ -160,12 +166,12 @@
// label3
//
label3.AutoSize = true;
label3.Location = new System.Drawing.Point(3, 269);
label3.Location = new System.Drawing.Point(31, 269);
label3.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
label3.Name = "label3";
label3.Size = new System.Drawing.Size(104, 30);
label3.Size = new System.Drawing.Size(76, 30);
label3.TabIndex = 15;
label3.Text = "STORAGE";
label3.Text = "보관소";
//
// ta
//
@@ -217,7 +223,7 @@
//
// tbMemo
//
this.tbMemo.Location = new System.Drawing.Point(111, 353);
this.tbMemo.Location = new System.Drawing.Point(111, 396);
this.tbMemo.Margin = new System.Windows.Forms.Padding(5, 8, 5, 8);
this.tbMemo.Name = "tbMemo";
this.tbMemo.Size = new System.Drawing.Size(546, 35);
@@ -257,7 +263,7 @@
//
// btOK
//
this.btOK.Location = new System.Drawing.Point(111, 399);
this.btOK.Location = new System.Drawing.Point(111, 442);
this.btOK.Name = "btOK";
this.btOK.Size = new System.Drawing.Size(546, 66);
this.btOK.TabIndex = 22;
@@ -273,10 +279,10 @@
// tbPriceD
//
this.tbPriceD.ForeColor = System.Drawing.Color.Blue;
this.tbPriceD.Location = new System.Drawing.Point(398, 223);
this.tbPriceD.Location = new System.Drawing.Point(416, 223);
this.tbPriceD.Margin = new System.Windows.Forms.Padding(5, 8, 5, 8);
this.tbPriceD.Name = "tbPriceD";
this.tbPriceD.Size = new System.Drawing.Size(259, 35);
this.tbPriceD.Size = new System.Drawing.Size(241, 35);
this.tbPriceD.TabIndex = 14;
this.tbPriceD.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
@@ -285,7 +291,7 @@
this.tbStorage.Location = new System.Drawing.Point(111, 267);
this.tbStorage.Margin = new System.Windows.Forms.Padding(5, 8, 5, 8);
this.tbStorage.Name = "tbStorage";
this.tbStorage.Size = new System.Drawing.Size(546, 35);
this.tbStorage.Size = new System.Drawing.Size(241, 35);
this.tbStorage.TabIndex = 16;
this.tbStorage.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
@@ -300,11 +306,53 @@
this.checkBox1.UseVisualStyleBackColor = true;
this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
//
// label4
//
label4.AutoSize = true;
label4.Location = new System.Drawing.Point(357, 268);
label4.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
label4.Name = "label4";
label4.Size = new System.Drawing.Size(55, 30);
label4.TabIndex = 23;
label4.Text = "분류";
//
// tbCate
//
this.tbCate.Location = new System.Drawing.Point(416, 266);
this.tbCate.Margin = new System.Windows.Forms.Padding(5, 8, 5, 8);
this.tbCate.Name = "tbCate";
this.tbCate.Size = new System.Drawing.Size(241, 35);
this.tbCate.TabIndex = 24;
this.tbCate.Text = "--";
this.tbCate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// label5
//
label5.AutoSize = true;
label5.Location = new System.Drawing.Point(31, 358);
label5.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
label5.Name = "label5";
label5.Size = new System.Drawing.Size(76, 30);
label5.TabIndex = 25;
label5.Text = "바코드";
//
// tbBarcode
//
this.tbBarcode.Location = new System.Drawing.Point(111, 355);
this.tbBarcode.Margin = new System.Windows.Forms.Padding(5, 8, 5, 8);
this.tbBarcode.Name = "tbBarcode";
this.tbBarcode.Size = new System.Drawing.Size(546, 35);
this.tbBarcode.TabIndex = 26;
//
// fItemAdd
//
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 30F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(669, 477);
this.ClientSize = new System.Drawing.Size(669, 518);
this.Controls.Add(label5);
this.Controls.Add(this.tbBarcode);
this.Controls.Add(label4);
this.Controls.Add(this.tbCate);
this.Controls.Add(this.checkBox1);
this.Controls.Add(label3);
this.Controls.Add(this.tbStorage);
@@ -359,5 +407,7 @@
public System.Windows.Forms.TextBox tbPriceD;
public System.Windows.Forms.TextBox tbStorage;
private System.Windows.Forms.CheckBox checkBox1;
public System.Windows.Forms.TextBox tbCate;
public System.Windows.Forms.TextBox tbBarcode;
}
}