This commit is contained in:
chi
2021-02-17 11:59:26 +09:00
parent 52f792cb0c
commit fc25ac4cca
25 changed files with 787 additions and 461 deletions

View File

@@ -513,7 +513,7 @@
//
// cmbBoardVender
//
this.cmbBoardVender.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.cmbBoardVender.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
this.cmbBoardVender.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.cmbBoardVender.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "BoardVender", true));
this.cmbBoardVender.Enabled = false;
@@ -533,7 +533,7 @@
//
// cmb분류
//
this.cmb분류.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.cmb분류.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
this.cmb분류.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.cmb분류.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "분류", true));
this.cmb분류.Enabled = false;
@@ -545,7 +545,7 @@
//
// cmb요청자
//
this.cmb요청자.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.cmb요청자.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
this.cmb요청자.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.cmb요청자.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "요청자", true));
this.cmb요청자.Enabled = false;
@@ -557,7 +557,7 @@
//
// cmb외주업체
//
this.cmb외주업체.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.cmb외주업체.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
this.cmb외주업체.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.cmb외주업체.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "외주업체", true));
this.cmb외주업체.Enabled = false;
@@ -569,7 +569,7 @@
//
// cmbSN
//
this.cmbSN.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.cmbSN.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
this.cmbSN.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.cmbSN.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "SN", true));
this.cmbSN.Enabled = false;
@@ -581,7 +581,7 @@
//
// cmbBoardName
//
this.cmbBoardName.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.cmbBoardName.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
this.cmbBoardName.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.cmbBoardName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "BoardName", true));
this.cmbBoardName.Enabled = false;
@@ -593,7 +593,7 @@
//
// cmbModel
//
this.cmbModel.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.cmbModel.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
this.cmbModel.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.cmbModel.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "Model", true));
this.cmbModel.Enabled = false;
@@ -605,7 +605,7 @@
//
// cmbProcess
//
this.cmbProcess.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.cmbProcess.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
this.cmbProcess.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.cmbProcess.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "Process", true));
this.cmbProcess.Enabled = false;
@@ -617,7 +617,7 @@
//
// cmbDivision
//
this.cmbDivision.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.cmbDivision.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
this.cmbDivision.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.cmbDivision.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "Division", true));
this.cmbDivision.Enabled = false;
@@ -629,7 +629,7 @@
//
// cmbLine
//
this.cmbLine.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.cmbLine.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
this.cmbLine.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.cmbLine.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "Line", true));
this.cmbLine.Enabled = false;
@@ -641,7 +641,7 @@
//
// cmbSite
//
this.cmbSite.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.cmbSite.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Append;
this.cmbSite.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.cmbSite.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "Site", true));
this.cmbSite.Enabled = false;
@@ -653,7 +653,7 @@
//
// cmbUID
//
this.cmbUID.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.cmbUID.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
this.cmbUID.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.cmbUID.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "uid", true));
this.cmbUID.Enabled = false;