장비관리를 별도의 프로젝트로 분리 -

개별 프로젝트 참조를 위한 뼈대 생성 - 공용은 fcommon 으로 이 관
This commit is contained in:
chikyun.kim
2018-09-17 15:42:20 +09:00
parent 98ae9c7ad2
commit a873717126
205 changed files with 25207 additions and 7538 deletions

View File

@@ -89,7 +89,7 @@
this.bn.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
this.bn.Name = "bn";
this.bn.PositionItem = this.bindingNavigatorPositionItem;
this.bn.Size = new System.Drawing.Size(574, 25);
this.bn.Size = new System.Drawing.Size(603, 25);
this.bn.TabIndex = 0;
this.bn.Text = "bindingNavigator1";
//
@@ -217,7 +217,7 @@
this.lineCodeDataGridView.Location = new System.Drawing.Point(0, 25);
this.lineCodeDataGridView.Name = "lineCodeDataGridView";
this.lineCodeDataGridView.RowTemplate.Height = 23;
this.lineCodeDataGridView.Size = new System.Drawing.Size(574, 520);
this.lineCodeDataGridView.Size = new System.Drawing.Size(603, 313);
this.lineCodeDataGridView.TabIndex = 1;
//
// dataGridViewTextBoxColumn1
@@ -295,7 +295,7 @@
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(574, 545);
this.ClientSize = new System.Drawing.Size(603, 338);
this.Controls.Add(this.lineCodeDataGridView);
this.Controls.Add(this.bn);
this.Name = "fLineCode";