구매신청화면에서 콤보를 버튼으로 변경하고 db검색 validation 기능 추가, 품목 추가시 sid검색기능도 추가 함

This commit is contained in:
chi
2023-07-31 17:20:19 +09:00
parent 4a6bf3d0f0
commit d8ddd7cfa7
31 changed files with 2807 additions and 3170 deletions

View File

@@ -66,13 +66,14 @@
this.tbRemark.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tbRemark.Font = new System.Drawing.Font("맑은 고딕", 20F);
this.tbRemark.Location = new System.Drawing.Point(247, 38);
this.tbRemark.Multiline = true;
this.tbRemark.Name = "tbRemark";
this.tbRemark.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.tbRemark.Size = new System.Drawing.Size(525, 512);
this.tbRemark.TabIndex = 1;
this.tbRemark.WordWrap = false;
this.tbRemark.Text = "12321\'";
//
// btOK
//