nr 구매 필수조건 색상 변경,

폼의 최소 크기 조정 옵션 조정
This commit is contained in:
chi
2025-01-14 09:08:12 +09:00
parent 2aca2e9a8c
commit eb82bbf158
4 changed files with 22 additions and 8 deletions

View File

@@ -377,9 +377,10 @@
this.Controls.Add(this.tbUnit);
this.Font = new System.Drawing.Font("맑은 고딕", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.Margin = new System.Windows.Forms.Padding(5, 8, 5, 8);
this.MinimumSize = new System.Drawing.Size(685, 448);
this.MinimumSize = new System.Drawing.Size(685, 559);
this.Name = "fItemAdd";
this.Text = "품목 추가";
this.Load += new System.EventHandler(this.fItemAdd_Load);
((System.ComponentModel.ISupportInitialize)(this.dsMSSQL)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();

View File

@@ -181,5 +181,10 @@ namespace FCM0000.Item
tbSid.Enabled = !checkBox1.Enabled;
if (checkBox1.Checked) tbSid.Text = "신규";
}
private void fItemAdd_Load(object sender, EventArgs e)
{
}
}
}