191024 chi 프로젝트 공유폴더 눌렀을떄 \\ 가 연속으로 붙는현상 수정
191018 chi 열저장방식 변경(필드명으로 저장)
This commit is contained in:
@@ -182,7 +182,7 @@
|
||||
// reqstaffLabel
|
||||
//
|
||||
reqstaffLabel.AutoSize = true;
|
||||
reqstaffLabel.Location = new System.Drawing.Point(378, 37);
|
||||
reqstaffLabel.Location = new System.Drawing.Point(378, 36);
|
||||
reqstaffLabel.Name = "reqstaffLabel";
|
||||
reqstaffLabel.Size = new System.Drawing.Size(41, 12);
|
||||
reqstaffLabel.TabIndex = 8;
|
||||
@@ -263,7 +263,7 @@
|
||||
// label1
|
||||
//
|
||||
label1.AutoSize = true;
|
||||
label1.Location = new System.Drawing.Point(205, 37);
|
||||
label1.Location = new System.Drawing.Point(205, 36);
|
||||
label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
label1.Name = "label1";
|
||||
label1.Size = new System.Drawing.Size(29, 12);
|
||||
@@ -302,7 +302,7 @@
|
||||
// label6
|
||||
//
|
||||
label6.AutoSize = true;
|
||||
label6.Location = new System.Drawing.Point(56, 37);
|
||||
label6.Location = new System.Drawing.Point(56, 36);
|
||||
label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
label6.Name = "label6";
|
||||
label6.Size = new System.Drawing.Size(29, 12);
|
||||
@@ -371,7 +371,7 @@
|
||||
//
|
||||
this.reqstaffTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "reqstaff", true));
|
||||
this.reqstaffTextBox.ImeMode = System.Windows.Forms.ImeMode.Hangul;
|
||||
this.reqstaffTextBox.Location = new System.Drawing.Point(425, 34);
|
||||
this.reqstaffTextBox.Location = new System.Drawing.Point(425, 32);
|
||||
this.reqstaffTextBox.Name = "reqstaffTextBox";
|
||||
this.reqstaffTextBox.Size = new System.Drawing.Size(113, 21);
|
||||
this.reqstaffTextBox.TabIndex = 9;
|
||||
|
||||
Reference in New Issue
Block a user