nr 구매 필수조건 색상 변경,
폼의 최소 크기 조정 옵션 조정
This commit is contained in:
3
SubProject/FCM0000/Item/fItemAdd.Designer.cs
generated
3
SubProject/FCM0000/Item/fItemAdd.Designer.cs
generated
@@ -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();
|
||||
|
||||
@@ -181,5 +181,10 @@ namespace FCM0000.Item
|
||||
tbSid.Enabled = !checkBox1.Enabled;
|
||||
if (checkBox1.Checked) tbSid.Text = "신규";
|
||||
}
|
||||
|
||||
private void fItemAdd_Load(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user